武装突袭3

武装突袭3

48 个评价
[AI] Vicinity Info Share
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
Mod Type: Mechanics
文件大小
发表于
更新日期
41.486 KB
2024 年 1 月 13 日 下午 8:40
2024 年 1 月 20 日 下午 10:05
8 项改动说明 ( 查看 )

订阅以下载
[AI] Vicinity Info Share

描述
General
Provide a dynamic, configurable, automatic solution to hostile information sharing among nearby groups. Full multiplayer support. Generally makes the game more difficult but more real.
Function
When there’s enemy detected, a group will share hostile information with nearby friendly groups automatically. If a group has relocated, his nearby groups change accordingly. Units or groups created by Zeus or scripts are subject to this mod automatically.
Mechanism

A VIS-enabled group will share hostile information with friendly groups who're within his sharing distance. However, if the distance of a friendly group to the shared enemy target exceeds the receiver group's reaction distance, the information will be filtered out. Check out the video for explanation with actual in-game effects.
How to use
Auto
Open addon settings and check the corresponding checkbox for each side whose groups are expected to share info with nearby groups.
Manual
  • To enable VIS on specified groups at anytime during a mission, execute
    [grp1, grp2, grp3, ...] spawn vis_VisApp;
    where grp1, grp2 ,grp3, ... are variable names of those groups you expect to have VIS enabled.
  • Add one or more groups into sender blacklist:
    [grp1, grp2, ...] spawn vis_blacklist_s_add;
    Remove one or more groups into sender blacklist:
    [grp1, grp2, ...] spawn vis_blacklist_s_del;
  • Add one or more groups into receiver blacklist:
    [grp1, grp2, ...] spawn vis_blacklist_r_add;
    Remove one or more groups into receiver blacklist:
    [grp1, grp2, ...] spawn vis_blacklist_r_del;
  • Add one or more units into whitelist:
    [unit1, unit2, ...] spawn vis_whitelist_add;
    Remove one or more untis into receiver whitelist:
    [unit1, unit2, ...] spawn vis_whitelist_del;
    Units in whitelist won’t be shared.
  • Invoking these functions repeatedly on groups who are already in or not in blacklist/whitelist will not cause any problem.
Configuration
Parameters such as distance, time interval, are configured in Addon Settings with clear variable explanations. Check out the video for actual in-game examples.
Important Update Notes
  • Since version 1.2.4, a Delay feature has been added, which requires a group to survive a period of time before successfully sending the information. The delay time for each side can be configured in addon settings.
Known Bugs & Issues
A player-leading group cannot send information to other groups nearby, but can receive information from nearby groups. Fixed since version 1.1.0.
Future Plan
Multiplayer support. Implemented since version 1.2.0.
热门讨论 查看全部(2)
5
2024 年 1 月 22 日 下午 4:12
Suggestions
R. Gonzalez
0
2024 年 1 月 14 日 上午 9:48
Bug Report
LegendWood
35 条留言
Bendy 1 月 15 日 上午 2:06 
@Spuds, it works, just tested. You need to wait 10 seconds though before your other groups get info shared with them. That is on default settings, under "Restart Interval", is set to 10. Reduce it to 3 if you want quicker sharing.
Seni 2024 年 12 月 3 日 上午 10:09 
is this compatible with ASR?
Spuds 2024 年 12 月 2 日 上午 4:06 
Cant tell if im doing something wrong or if a recent game update potentially broke this mod. but i have two squads of independent soldiers patrolling somewhat close to eachother (within 300m). i have this mod enabled and the independent checkbox checked in the addon settings and the ranges are set accordingly. however, if group 1 comes into contact with a hostile group, group 2 just keeps patrolling despite absolutely being within range to know about the hostile group. any thoughts on why this is?
Teamson 2024 年 11 月 18 日 下午 12:08 
is this compatible with bcombat? Anyone? :D
HazmatGamer 2024 年 11 月 1 日 上午 8:24 
This mod make scenarios a lot more realistic.The entire map populations will hunt you,find you,and kill you.
Rylie<3Damian 2024 年 9 月 1 日 下午 10:09 
@komodo lambs already has it
Komodo 2024 年 7 月 9 日 上午 10:05 
hi LegendWood
is it compatible with AI enhancement mods like LAMBS?
ty
LegendWood  [作者] 2024 年 1 月 31 日 下午 9:56 
@MSFMiller
I didn't take headless clients into account during the development. If I figure out how the headless clients work, I'll update it.
MSFMiller 2024 年 1 月 31 日 下午 12:32 
I should add that I only tested it in Antistasi Ultimate, don't know about the other versions.
MSFMiller 2024 年 1 月 31 日 下午 12:31 
It seems to be conflicting in some way with Antistasi's headless client system. Turned on the mod and when I check the AI Load info no AI are transferred to the headless clients, but with the mod off they transfer over.