Jump to content

Big Stan

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Big Stan

  • Rank
    Rookie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thanks I took a look at that guide, I will need to spend far more time looking but I used the simple config for backpacks with all the adjustments including defining the class but still no luck. /// Sample backpack config /// class cfgVehicles { class B_fieldpack_base; class New_Bag: B_FieldPack_Base { author = "Stan"; scope = 2; model = "\A3\weapons_f\Ammoboxes\bags\Backpack_Gorod"; displayName = "Medic Bag US Army"; picture = "\ww2_medic_bag\Data\medic_bag_logo.paa"; hiddenSelectionsTextures[]={"\ww2_medic_bag\Data\medic_bag.paa"}; maximumLoad = 200; mass = 30; }; }; Perhaps ive defined the classes wrong ? thx
  2. ERROR MESSAGE ON BOOT - line 0: .Medic_bag_d_comp: Undefined base class 'B_FieldPack_Base' class Medic_Bag_d_comp: B_FieldPack_Base { displayName = "US Army Medic Bag"; scope = 2; model = "\A3\weapons_f\Ammoboxes\bags\Backpack_Gorod"; picture = "\ww2_medic_bag\Data\medic_bag_logo.paa"; maximumLoad = 200; mass = 30; hiddenSelectionsTextures[] = {"\ww2_medic_bag\Data\medic_bag.paa"}; class TransportMagazines{}; class TransportItems{}; class TransportWeapons{}; }; }; }; Im not sure if the "B_FieldPack_Base" is the correct base or perhaps it was the custom name? http://tikka.ws/class/index.php?b=cfgVehices&c=B_FieldPack_oli&conf=2 http://tikka.ws/class/index.php?b=cfgVehicles&c=B_FieldPack_Base and thank you for your response !
  3. I never really worked out how to write my own config the content I have done already was using config templates I had found online or youtube. This is what I had tried to use got off the but unfortunately its not appearing in arma ///backpack config /// class cfgVehicles { class Bag_Base; class New_Bag: Bag_Base { author = "Stan"; scope = 2; model = "\A3\weapons_f\Ammoboxes\bags\Backpack_Gorod"; displayName = "Medic Bag US Army"; picture = "\ww2_medic_bag\Data\medic_bag_logo"; hiddenSelectionsTextures[]={"\ww2_medic_bag\Data\medic_bag.paa"}; maximumLoad = 200; mass = 30; }; }; }; I dont get error messages when I launch up arma so what am i doing wrong. I got this config off community.bistudio.com Thanks for your time !!!!
  4. Program wont start because DePbo64.dll is missing from my computer, where can I find this ? I had a look online and could find nothing. thx for your time and help !
×