Arma 3
STALKER VOICES FOR AI
Viser 11-20 af 20 forekomster
< 1  >
Opdatering: 20. apr. 2023 kl. 8:17

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

Opdatering: 18. apr. 2023 kl. 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

Opdatering: 16. juni 2018 kl. 2:19

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

Opdatering: 1. mar. 2018 kl. 1:03

- info update

Opdatering: 1. mar. 2018 kl. 0:56

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

Opdatering: 24. feb. 2018 kl. 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.

Opdatering: 22. feb. 2018 kl. 13:24

Opdatering: 22. feb. 2018 kl. 13:21

Opdatering: 22. feb. 2018 kl. 12:50

Opdatering: 22. feb. 2018 kl. 12:48