武装突袭3

武装突袭3

370 个评价
Team Map Intel
13
2
4
2
   
奖励
收藏
已收藏
取消收藏
Data Type: Composition
Meta: Collection
文件大小
发表于
更新日期
26.045 KB
2024 年 3 月 23 日 下午 7:19
2024 年 11 月 5 日 下午 4:45
4 项改动说明 ( 查看 )

订阅以下载
Team Map Intel

在 crub 的 1 个合集中
Crub's Legacy
8 件物品
描述


Features:
  • Displays group markers on the map that your "team" has intel about
  • Shows bullet tracers on the map when something shoots
  • Markers only appear as long as your side has intel about it
  • If all units on your side that know about the enemy die, then the marker turns into a stationary question mark
  • Works with infantry groups, vehicles and both combined
  • Group markers can be toggled off in the bottom right of the map screen
  • It doesn't show player groups
  • Uses the built-in Knows About[community.bistudio.com] system

Compatibility:
  • Works in singleplayer
  • Works in multiplayer
  • Works in public zeus servers

How To Use:
This is a composition not a mod!
Place the composition in eden or zeus to use it.


zeusCompositionScriptLevel = 2;[community.bistudio.com] is required for zeus.
Use Enable Composition Scripts if you want a quick solution.

No other dependencies or mods are required! It's all vanilla...
热门讨论 查看全部(2)
4
2024 年 7 月 26 日 上午 7:05
Problem in MP
403Forbidden (sadovan)
0
2024 年 8 月 18 日 下午 12:28
Massive fps drop
kosma111
102 条留言
J-Money 9 月 16 日 下午 2:58 
possible to make this into a mod thats always active?
Marki 8 月 25 日 下午 1:32 
This works in Zeus, so it would work in antistasi, you just need one of the players to enter zeus and place down the composition
woux 8 月 25 日 下午 12:21 
So by not being a mod and being a composition this means it only works on Eden editor, is that correct? Would not work in something like antistasi for example
Marki 6 月 8 日 上午 1:39 
I noticed that his composition has only "enable" feature. There is no way to disable it once it has been enabled?
crub  [作者] 4 月 24 日 上午 6:46 
@David, Yeah. Change it to true. The group has to be larger than 2 people for it to show on the map.
David 4 月 24 日 上午 4:55 
For show the players teams you need just set RKAGIncludePlayerGroups = true; ?
OksmanTV 4 月 9 日 下午 9:37 
Crub my man, many thanks! King!
crub  [作者] 4 月 9 日 下午 9:35 
@OksmanTV, made a version that should run locally. You have to run the code on the client that you want to have the map markers. You can use the debug console or add the code to a mission script or however you wanna handle it. Just make sure it runs only on one machine.
https://pastebin.com/raw/ZF9w0zGV
OksmanTV 4 月 9 日 上午 12:23 
Oh yeah I totally understand that, I've separated and scriptified all your methods, do you have a suggestion on where I could start? (As in method name) :)
crub  [作者] 4 月 9 日 上午 12:17 
@OksmanTV, it's not possible with this composition. You would need to make a custom version of the script to do that.