Search the Community
Showing results for tags 'civilian module'.
Found 1 result
-
SMD Sahrani Map wont spawn Sahrani Civilians?
JOHN007 posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hello. We have tried to dynamically spawn Sahrani Civilians on the brilliant SMD Sahrani map but for some strange reason, it will only spawn Chernarus Civilians? Normally you can change the civilian faction to whichever you wish by editing the module, we can successfully change the civ faction for other maps but this one seems to be locked with Cherno civs? It looks really bad seeing people wearing coats and wooly hats in a jungle. switch toLower(worldName) do { case "smd_sahrani_a2": { BIS_alice_mainscope setvariable ["trafficDistance",1200]; // default 500 BIS_alice_mainscope setvariable ["spawnDistance",800]; // default 400 BIS_alice_mainscope setvariable ["ALICE_townsize",800]; // default 266.667 BIS_alice_mainscope setVariable ["civilianCount","round (2 * (sqrt %1))"]; // default round (4 * (sqrt %1)) // Add some rare english speaking civilians to the mix BIS_alice_mainscope setVariable ["townsFaction",["KPFS_SARA_CIV","sah_civilian_faction"]]; }; }; We tried to find any video online showing Sahrani Civilians on the map but all we can find is again, Cherno civs? This is a link to the map which is absolutely brilliant. http://www.armaholic.com/page.php?id=22209# Any help would be greatly appreciated as this map is excellent, just needs that finishing touch with the civilians. Thankyou for your time and hope to speak soon.