Arma 3
STALKER VOICES FOR AI
20件中 11-20 を表示
< 1  >
更新:2023年4月20日 @ 8時17分

- code optimization
- added macroses
- fixed voiceline repeating twice
- added new voicelines for Grenades

更新:2023年4月18日 @ 8時41分

- IMPROVED script logic and optimization (completely rewriten)
- ADDED new MP voiceline controller
- ADDED new voicelines (sounds)
- ADDED new voiceline triggers and rules
- FIXED some bugs

更新:2018年6月16日 @ 2時19分

- fixed: sound name errors
- fixed: wrong samples for non "COMBAT" units without weapons

更新:2018年3月1日 @ 1時03分

- info update

更新:2018年3月1日 @ 0時56分

- fixed possible voice spam for JIPs if AI unit is near 70m from spawn point

更新:2018年2月24日 @ 15時40分

1) added option to choose sides to activade sound mod.

place this in InitServer.sqf or Init.sqf:
missionNamespace setVariable ["FGSVsides",[WEST,EAST,RESISTANCE,CIVILIAN]];

choose sides you want to be affected by addon in free order

//Only WEST units will talk
missionNamespace setVariable ["FGSVsides",[WEST]];

//Only EAST and RESISTANCE will talk
missionNamespace setVariable ["FGSVsides",[EAST,RESISTANCE]];

if no command - default options will be applied - all sides.

更新:2018年2月22日 @ 13時24分

更新:2018年2月22日 @ 13時21分

更新:2018年2月22日 @ 12時50分

更新:2018年2月22日 @ 12時48分