Jump to content
Sign in to follow this  
woolo

Civilian Module not working for multiplayer exports.

Recommended Posts

Hi all,

I am experimenting with the editor and made a map with civilians, when tested the civilians were working perfectly. Spawning in the towns walking talking, reacting to gunfire, running from my arty. It was impressive.

Sadly though when I export to multiplayer maps then run the mission on a LAN server there are no civilians. How do I get them to appear in multiplayer?

The ambient civilian module is active and on the map, yet as soon as i click export to multiplayer, then run the mission all civilians and other ambient life has gone.

Thanks in advance!

Edited by woolo

Share this post


Link to post
Share on other sites

Have you tried...?:  (this is an Arma 2: Operation Arrowhead example)

1) Place an "Ambient Civilians" module on map.

2) Initialization:
     this setVariable ["townlist",[Loy_Manara]];

3) Place a "Game Logic" in the center of Loy Manara Town, and using this config:

    CLASS : "Locations" , UNIT: "City center", NAME: "Loy_Manara".

 

* Save and test in Multiplayer Online. Civilians should work in Loy Manara Town, because it's a Global call.

* Add more names of towns/cities you need inside "this setVariable ["Townlist",[name1, name2, name3...]];

  and remember aswell to add a Game Logic for every town/city.

 

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×