Arma 3
Ocen: 63
Ambient Combat Manager
   
Przyznaj nagrodę
Ulubione
Ulubione
Usuń z ulubionych
Data Type: Mod
Mod Type: Mechanics
Rozmiar pliku
Zamieszczono
Zaktualizowano
110.666 KB
13 lipca 2016 o 14:08
16 czerwca o 21:41
Listy zmian: 13 ( zobacz )

Zasubskrybuj, aby pobrać
Ambient Combat Manager

W 1 kolekcji stworzonej przez r0dx864
Alternate Main Menu: Arma 3 Apex
Przedmioty: 4
Opis
Simulate good/bad ambient combat around player (or centered around other select objects). Great for behind-enemy-lines scenarios and/or ambient civilian life.
Spawns units/vehicles around center point radius based on minimum distance and then automatically sets waypoints for the units to traverse to. Airborne assets will more than likely fly overhead. Depending on the side used, this could simulate tension or safety depending on friendliness of the side.
Uses (not all inclusive):
- Spawn civilians in a city to 'populate' it
- 'Surround' a base with friendly forces to showcase dominance or airpower
- Augment enemy presence by activating module when alarm or other trigger goes off
- Use in tandem with ambient battle sounds and use the code on each unit to get them to sneak around
- When attached to a unit, the spawn center point follows him around
- Use with "Ryanzombiesfaction" to spawn zombies everywhere you go
- Scare downed pilots with search parties
Popularne dyskusje Zobacz wszystkie (3)
3
4 października 2023 o 17:45
Spawning units from a mod
Dreadnought
2
1 maja 2020 o 21:40
module stops after 60 minutes
schmokmok
0
20 września 2020 o 17:17
Zeus
Max
Komentarzy: 99
Ace 5 października 2023 o 9:10 
Is this still being supported? I've been encountering issues where vehicles don't get cleaned up reliably when this runs. The infantry get removed, but the vics often if not always get left behind.

Also, jets and helicopters spawning on the ground is really goofy. Despite the flaws, this is still useful.
Cochise 2 sierpnia 2023 o 9:38 
Spiderholes work thanks!
Cochise 17 lipca 2023 o 2:08 
I've added the static weapons with SOGPF which is amazing however I haven't figured out a way to spawn spiderholes. Any ideas? They should also be "StaticWeapon"
r0dx864  [autor] 3 grudnia 2022 o 12:02 
trust me, i've used it more than i would like to admit. enjoy.
Lightmanticore 3 grudnia 2022 o 11:46 
Thank you!!! It works wonderfully! You should be extremely proud of this mod!
r0dx864  [autor] 3 grudnia 2022 o 11:10 
in your case because you are using respawn, do NOT use the sync to your unit and that should solve the problem
Lightmanticore 3 grudnia 2022 o 9:59 
Lightmanticore 3 grudnia 2022 o 9:56 
problem, it seems to be spawning all units in the corner, though thank you because the tips are all working!
r0dx864  [autor] 2 grudnia 2022 o 20:17 
are you playing in multiplayer? what are your inputs for the settings?
if i were going to use unsung, i would drop a few guys from their factions and find the object faction with the log option from 3den enhanced mod. i would also just leave the unit type on ["Man"]. as for how, just drop the module, apply the settings above, and sync the module to your player (so the spawning centers around the player). keep in mind, respawn will not follow the player because that causes a new object to be created and the original player remains as the center. a trick i use is the following in the init of the module: 0=this spawn {while{true}do{_this setpos getpos player;sleep 1;}};
Lightmanticore 2 grudnia 2022 o 16:59 
Heyo! I'm trying to get this mod to function with unsung and to sync to myself so targets spawn around us, but spawning seems to not be occuring. Is there any chance you can show me an example of how to do this?