武装突袭3

武装突袭3

63 个评价
Ambient Combat Manager
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
Mod Type: Mechanics
文件大小
发表于
更新日期
110.666 KB
2016 年 7 月 13 日 下午 2:08
6 月 16 日 下午 9:41
13 项改动说明 ( 查看 )

订阅以下载
Ambient Combat Manager

在 r0dx864 的 1 个合集中
Alternate Main Menu: Arma 3 Apex
4 件物品
描述
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
热门讨论 查看全部(3)
3
2023 年 10 月 4 日 下午 5:45
Spawning units from a mod
Dreadnought
2
2020 年 5 月 1 日 下午 9:40
module stops after 60 minutes
schmokmok
0
2020 年 9 月 20 日 下午 5:17
Zeus
Max
99 条留言
Ace 2023 年 10 月 5 日 上午 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 2023 年 8 月 2 日 上午 9:38 
Spiderholes work thanks!
Cochise 2023 年 7 月 17 日 上午 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  [作者] 2022 年 12 月 3 日 下午 12:02 
trust me, i've used it more than i would like to admit. enjoy.
Lightmanticore 2022 年 12 月 3 日 上午 11:46 
Thank you!!! It works wonderfully! You should be extremely proud of this mod!
r0dx864  [作者] 2022 年 12 月 3 日 上午 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 2022 年 12 月 3 日 上午 9:59 
Lightmanticore 2022 年 12 月 3 日 上午 9:56 
problem, it seems to be spawning all units in the corner, though thank you because the tips are all working!
r0dx864  [作者] 2022 年 12 月 2 日 下午 8: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 2022 年 12 月 2 日 下午 4: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?