武装突袭3

武装突袭3

40 个评价
Heal The Wounded
2
   
奖励
收藏
已收藏
取消收藏
Data Type: Composition
Meta: Dependency
文件大小
发表于
更新日期
19.092 KB
2021 年 2 月 12 日 下午 3:40
2021 年 2 月 13 日 上午 11:32
3 项改动说明 ( 查看 )

订阅以下载
Heal The Wounded

描述
Heal The Wounded
This composition is something similar to a revive system. However, I believe this composition works better if you use it for tasks, scenarios or keeping your fellow AI alive a little longer.

The intention with this composition is to help others by saving them time when they are creating missions in Eden Editor.

Features
- Five different AI units with different parameters, you can choose which one you want to use.

- When the units are incapacitated, you need a "first aid kit" to heal them.

- One of the units will become unconscious, when the unit takes a certain amount of damage.
You can change the amount of damage the unit can take in the units "Init".

- Another unit will become unconscious, when the player activates a trigger.

- A third AI unit is already incapacitated, the player can heal the unit.

- During the "heal" process, you can choose if you want the player to have an animation or not.

- The player has to heal the unit with "Hold action", ("BIS_fnc_holdActionAdd").

Requirements:
- 3den Enhanced is recommended for it to work properly.

If you have any feedback or comments on this, please let me know!
7 条留言
joe.e.g.b 2022 年 1 月 19 日 上午 10:32 
How would you make the already injured unit trigger a completed task when healed?
I've tried to do it with various script bits i've found online but nothing seems to work.
404 2021 年 9 月 22 日 上午 12:43 
Do i have to make a mission for this to work ?
Predator14 2021 年 7 月 26 日 上午 9:41 
The script and well, my distance is too high, 20 meters from the soldier on the ground I can heal him ... it would also be necessary to add a progression bar like the AIS script.
Sigge  [作者] 2021 年 2 月 22 日 上午 4:57 
@Woldemar Unfortunately, it has not been MP tested. Try it, do tell me about the results.
Kaiser_ATF 2021 年 2 月 14 日 下午 8:26 
It is MP Dedicated tested?
kraken 2021 年 2 月 14 日 上午 4:18 
neato
Sigge  [作者] 2021 年 2 月 12 日 下午 10:44 
@fadi.karee.m (Sorry, I accidentally removed your comment) Yeah, you can change how much damage the unit can take before they'll go unconsious. In the units "Init", change (damage _bob >= 0.1), between 0 and 1. Set it after your own reference. However, the unit will die either way if they get a headshot.