Jump to content

Search the Community

Showing results for tags 'config.cpp'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter
  • DayZ Italia's Lista Server
  • DayZ Italia's Forum Generale

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 31 results

  1. Hi, I have an issue on my map, i can't read my key point in map. I read my keypoint on 3den editor but not in map (2D)! Capture: http://www.mediafire...z7tugge3wqnlt51 Can you help me ? Ps : Only "NameCityCapital" variable works.
  2. Hey All, So I am working on a config.cpp for a mod of mine, Just a retexture of the Vanilla items, and I have come across something odd. My new items are working fine, but some of them seem to be removing the originals from the VA. Either completely, or showing up in he list with no model on the unit (shadow still appears). I am not getting any errors show up either. Bellow is a sample that is messing with me, H_HelmetB is working fine, mine is showing, and so is the vanilla one, but the H_Beret_02 is where it is messing up. If anyone can point me in the right direction, that would help me out a lot, cheers These are the other ones I am having trouble with: H_Booniehat_khk_hs H_PilotHelmetHeli_B H_Cap_red H_MilCap_gry class cfgWeapons { class ItemCore; class H_Beret_02: ItemCore { class ItemInfo; }; class H_HelmetB: ItemCore { class ItemInfo; }; class AEF_ECH_Tac_Base : H_HelmetB { author = "(AEF)Duck"; _generalMacro = "AEF_ECH_Tac_Base"; scope = 2; picture = "\A3\Characters_F\data\ui\icon_H_HelmetB_light_black_ca.paa"; displayName = "[AEF] ECH Lite, Tac"; hiddenSelections[] = {"camo"}; hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_ech_tac_base.paa"}; model = "\A3\Characters_F\BLUFOR\headgear_b_helmet_light"; descriptionShort = "Armour Level I"; class ItemInfo : ItemInfo { uniformModel = "\A3\Characters_F\BLUFOR\headgear_b_helmet_light"; mass = 30; class HitpointsProtectionInfo { class Head { HitpointName = "HitHead"; armor = 6; PassThrough = 0.5; }; }; }; }; class AEF_beret_members : H_Beret_02 { author = "(AEF)Duck"; _generalMacro = "AEF_beret_member"; scope = 2; picture = "\aef_headgear_v2\hat\Data\UI\icon_beret_m.paa"; displayName = "[AEF] Beret, Member"; hiddenSelections[] = {"camo"}; hiddenSelectionsTextures[] = {"aef_headgear_v2\hat\Data\completed\aef_beret_member.paa"}; model = "\A3\Characters_F_EPB\BLUFOR\headgear_beret02"; descriptionShort = "No Armour"; class ItemInfo : ItemInfo { uniformModel = "\A3\Characters_F_EPB\BLUFOR\headgear_beret02"; mass = 6; class HitpointsProtectionInfo { class Head { HitpointName = "HitHead"; armor = 0; PassThrough = 0.0; }; }; }; }; };
  3. Hi all, I'm having a bit of trouble with ArmA not recognising my custom backpack, class B_AssaultPack_Kerry; class WHCTRG_Backpack_Assault: B_AssaultPack_Kerry { scope=2; author="Willithappen"; displayName="Assault Pack (WHCTRG)"; picture="\A3\Weapons_F\Ammoboxes\Bags\data\UI\icon_B_C_Compact_rgr_ca.paa"; hiddenselections[]= { "camo1", "camo2" }; hiddenSelectionsTextures[]= { "\A3\weapons_f\ammoboxes\bags\data\backpack_compact_rgr_co.paa", "\WHCTRG\skins\backpack_tag_auscorp.paa" }; model="\A3\Characters_F_EPA\Blufor\backpack_kerry"; maximumLoad=120; }; I'm trying to edit the US Assault Pack that has "Kerry" and a US flag on the back of it to no avail. I know that my custom texture, "backpack_tag_auscorp" works as I've tested it ingame with (backpackContainer player) setObjectTextureGlobal [1,"\WHCTRG\skins\backpack_tag_auscorp.paa"]; and my texture shows up where it is supposed to be. For some reason however, I can't add my custom backpack to my player via the addBackPack command nor does it show up in the virtual arsenal. I've already configured some modified uniforms/vests/helmets/caps but for some reason I cannot get this damn backpack to work. I also could not find the config anywhere for the bohemia made US Assault pack [Kerry] to copy off. Linked here is the full config.cpp in case its relevant and i've somehow structured the rest wrong. However the rest of my uniforms etc do show up. The backpack however does not.
  4. Hi all, I would like to create a new item, I looked at this post and tried it, but failed... mod file is @test, in there I have mod.cpp and test.pbo. In test.pbo I have : config.cpp class CfgPatches { class test { units[]={}; weapons[]={}; requiredVersion=1; }; }; class CfgMagazines { class CA_Magazine; class the_antibiotic: CA_Magazine { displayName = "Antibiotic"; scope=2; picture = "antibiotic.paa"; model="\A3\structures_f_epa\Items\medical\antibiotic_F"; }; }; and antibiotic.paa In the main screen I can see that my mod has been loaded (the logo appears). After, in the editor, I place a unit with : this addMagazines ["the_antibiotic", 1]; It doesn't work ...
  5. Hey everyone that is willing to help. I have made an animations and I want to use it in arma 3. I have been told that it's not possible to add it in a missions just with a script but I have to make a config.cpp and pack it into a .pbo and pretty much make it a mod. I have zero knowledge on writing configs so anyone that would volunteer to write me a config for one animations only I would really appreciate. I am also going to post the same things on ARMA 3 - FIND OR OFFER HELP.
  6. Hey everyone that is willing to help. I have made an animations and I want to use it in arma 3. I have been told that it's not possible to add it in a missions just with a script but I have to make a config.cpp and pack it into a .pbo and pretty much make it a mod. I have zero knowledge on writing configs so anyone that would volunteer to write me a config for one animations only I would really appreciate. I am also going to post the same things on ARMA 3 - ADDONS - CONFIGS & SCRIPTING.
×