Arma 3
Zbyt mało ocen
Nutz Marine's Ambient Civilians
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Data Type: Scenario
Scenario Gameplay: Multiplayer
Scenario Map: Tanoa
Rozmiar pliku
Zamieszczono
25.211 KB
15 października 2018 o 20:55
1 lista zmian ( zobacz )

Zasubskrybuj, aby pobrać
Nutz Marine's Ambient Civilians

Opis
Set of scripts that automatically populate civilians and vehicles near the initialized object(s).

+Populates civlians in buildings and nearby open spaces
+Empty vehicles are spawned in tight spaces and alleyways near buildings, along fences, by parking meters, etc.
+Populates AI-driven vehicles on nearby roads
+Civilians automatically enter/exit buildings, sit on benches, walk to new destinations, etc.
+Drivers automatically drive around any nearby roads, selecting their own destinations
+Drivers will stop and honk at any vehicles or people that block their path
+Civilians and drivers are automatically despawned when far away for performance
+The number of cars, civilians, and drivers scales with the number of nearby buildings. So, cities will have higher populations while rural areas will see less cars and people.
+The ambient effect "follows" the initialized object, so if added to player for instance, civilians and vehicles etc. will be placed wherever the player goes, while despawning civilians from previously visited locations.
+Empty ambient vehicles are NOT despawned - this is intentional so that the map slowly becomes populated with empty vehicles that do not have to be spawned again. Performance here relies on Arma 3's "Dynamic Simulation" feature which is enabled for all empty vehicles.

{LINK USUNIĘTY}
Komentarzy: 14
WallyJas 26 maja 2021 o 5:56 
I'm loving the amount of civilians that this mod spawns .... as a player though, I'm often in a helicopter which seems to push the civilian spawning. Is there anyway I can spawn civilians based on a marker instead of the players position? Cheers in advance
hpt_leiche 11 listopada 2020 o 1:49 
Didn't get a chance to check it out as it was taking way too long to load, and I didn't have time to wait. I didn't have any other mods loaded either.
Fats 20 października 2018 o 8:19 
LOL! Damn rebel scum! My soldier just got ran over by a civillian jeep in midtown Tanoa! Too bad it runs so poorly. I suppose thats just the underoptimized arma engine again
Nutz Marine  [autor] 18 października 2018 o 18:56 
I replaced all Tanoa references I could find and made an Altis demo map. https://steamcommunity.com/sharedfiles/filedetails/?id=1542301662
Anfo 18 października 2018 o 3:22 
@Nutz
Still not woring after swapping out Tanoan objects
My latest rpt:
https://pastebin.com/R6Mfu32N
From line 748 might offer some clues?
Anfo 18 października 2018 o 3:13 
@82.
Have you tried w/o mods/scripts? If you have, your issue may be related to mine. I am changing out all the Tanoan vehicles/civs to see if it is that because I don't own Apex
sixt 17 października 2018 o 9:29 
Server and mp compatible?
Drod™ 17 października 2018 o 5:02 
how do i set everything up
Mr Forkbeard 17 października 2018 o 1:17 
waited over 2 hours for the example mission to load after pressing "play" in the eden editor. it just wont.. and i didnt even touch anything.

possibly a mod conflict.
Either ALIVE or VCOM is my bet..
either that or RHS... wich i find unlikely...
Nutz Marine  [autor] 16 października 2018 o 21:42 
I chose Tanoa for the demo map and used Tanoa assets as the procedurally generated pieces...if you look in the scripts themselves though you can change the civilian, vehicle, and building objects types to only refer to Vanilla Arma assets (these are big arrays initialized in the beginning of the scripts and don't affect the rest of the spawning/behavior functionality, only cosmetics/assets that are spawned). Check ambientCivilians.sqf, ambientVehicles.sqf etc. and initialize to an object on an Altis map for example.