6
« Last post by GodsFist on March 11, 2018, 01:35:21 PM »
Hey Guys i've wrote on you're Steam group a quiestion of how to enable the Ai voices.
When dead and in arsenal, can anyone tell us please were to put this line in the script file.
How to Disable the Voices!
27 november 2017 - Barden
Personally if you are hearing voices in your head that no one else can hear, I suggest you talk to a doctor or therapist to really help those inner demons.
However if you're just looking to disable the rug_dsai voices (Vietnamese, American and ARVN voices) in your mission because it's driving you crazy then go ahead and do this simple task!
Put this in your mission:
RUG_DSAI_TerminalDistance = -1;
( variable / publicVariable )
An example of how we turned them off in Arsenal:
_____
if (missionName isEqualTo "Arsenal") then {
RUG_DSAI_TerminalDistance = -1;
};
true
_____
Hope this handy dandy trick works!
Have a good night or day!
Thanks for any help you guys.