Jump to content

Search the Community

Showing results for tags 'randomization'.



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 5 results

  1. So I am making a small addon for my group that is just a simple config file using assets from other mods from our modline (mainly 4 rhs, 3cb factions and dhi uniforms) I`ve already done 1 faction (USMC early 00s) and everything works as intended. I copied those files to create new faction (rgfc). I changed all required pathings and names of files, however it doesn't seem to be working properly. 1) Problem with randomizer script. 2) Problem with gear.hpp and weapons.hpp
  2. Hey everyone ! I'm stuck I just can't seem to figure out why my soldiers's head and face gear randomization is not working. I have been following manual here, but I'm missing something, could someone please assist ? https://community.bistudio.com/wiki/Arma_3_Characters_And_Gear_Encoding_Guide#FIA_headgear_and_facewear_randomization No errors are reported, nothing happens to units in eden. Example of code: class spu_Soldier_base: I_Soldier_F { class EventHandlers: EventHandlers { init="if (local (_this select 0)) then {[(_this select 0), [], []] call BIS_fnc_unitHeadgear;};"; }; headgearList[] = { "SPU_PatrolCap_blue", 0.33, "spu_helmet_blk", 0.33, "H_Watchcap_blk", 0.33 }; allowedFacewear[] = { "G_Balaclava_blk", 0,33, "G_Bandanna_blk", 0.33, "G_Shades_Black", 0,33 }; }; class spu_soldier_SL: spu_Soldier_base { author="FoxFort"; scope=2; faction="spu_battalion"; editorSubcategory="spu_men"; displayName="Squad Leader"; nakedUniform="U_BasicBody"; uniformClass="spu_uniform_01"; icon="iconManLeader"; role="Grenadier"; hiddenSelectionsTextures[]= { "\spu_data\Data\spu_uniform_01_co.paa" }; hiddenSelections[]= { "Camo", "insignia" }; weapons[]= { "arifle_TRG21_GL_MRCO_F", "hgun_Rook40_F", "Throw", "Put", "Laserdesignator" }; respawnWeapons[]= { "arifle_TRG21_GL_MRCO_F", "hgun_Rook40_F", "Throw", "Put", "Laserdesignator" }; Items[]= { "FirstAidKit", "FirstAidKit" }; RespawnItems[]= { "FirstAidKit", "FirstAidKit" }; magazines[]= { "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "16Rnd_9x21_Mag", "16Rnd_9x21_Mag", "1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_SmokeBlue_Grenade_shell", "1Rnd_SmokeOrange_Grenade_shell", "Laserbatteries", "SmokeShell" }; respawnMagazines[]= { "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "16Rnd_9x21_Mag", "16Rnd_9x21_Mag", "1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_HE_Grenade_shell", "1Rnd_SmokeBlue_Grenade_shell", "1Rnd_SmokeOrange_Grenade_shell", "Laserbatteries", "SmokeShell" }; cost=300000; threat[]={1,0.69999999,0.30000001}; linkedItems[]= { "SPU_PatrolCap_blue", "spu_spcs_black", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" }; respawnLinkedItems[]= { "SPU_PatrolCap_blue", "spu_spcs_black", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" }; };
  3. i tried to stop the headgear randomization directly on the config file in the cgfvehicles section but i have a error "scope" in that line like the example (obvoiusly i put eventhandlers like external class reference) https://community.bistudio.com/wiki/Arma_3_Characters_And_Gear_Encoding_Guide#Headgear_configuration class O_Soldier_Wdl_pants_f: O_G_Soldier_SL_F { author = "$STR_A3_Bohemia_Interactive"; scope = 2; scopeCurator = 2; // 2 = class is available in Zeus; 0 = class is unavailable in Zeus. scopeArsenal = 0; model = "\A3\Characters_F_EPB\Guerrilla\ig_guerrilla5_1.p3d"; uniformClass = "U_O_Kerry_Uniform_wdl_pants"; hiddenSelections[] = {"Camo","insignia"}; hiddenSelectionsTextures[] = {"\A3\Characters_F_EPB\Guerrilla\Data\ig_guerrilla5_1_co.paa"}; linkedItems[] = {V_PlateCarrierk_nflg, H_MilCap_gry, ItemMap, ItemCompass, ItemWatch, ItemRadio, }; respawnLinkedItems[] = {V_PlateCarrierk_nflg, H_MilCap_gry, ItemMap, ItemCompass, ItemWatch, ItemRadio,}; }; class EventHandlers: EventHandlers {init = "";};
  4. hello, since tanks DLC seems that usual vehicle randomization no longer works on dedicated server! if i run the same mission from editor, it randomize correctly, but on dedicated, it does not! all offroads are red, all hatchbacks are white, all trucks are white ecc... any idea whats wrong and how fix it ? thanks!
  5. hello, since tanks DLC seems that usual randomization no longer works on dedicated server! if i run the same mission from editor, it randomize correctly, but on dedicated, it does not! all offroads are red, all hatchbacks are white ecc... any idea whats wrong and how fix it ? thanks!
×