Page MenuHomeFeedback Tracker

SetAITalk Command
Closed, ResolvedPublic

Description

Can't stop AI radio chatter during scripted conversations with radio subtitles. These commands do not work: player setVariable ["BIS_noCoreConversations", true]; player disableConversation true; enableRadio false; enableSentences false; - if I'm missing something, do vote down and explain to me! But presently, I'm still getting voices like 'Area clear!' etc. Would be good perhaps, to get a new command. Something like setAITalk false/true...

Details

Legacy ID
3265437986
Severity
None
Resolution
Not A Bug
Reproducibility
Always
Category
Sound

Event Timeline

Bohemia edited Steps To Reproduce. (Show Details)Oct 18 2013, 9:08 AM
Bohemia edited Additional Information. (Show Details)
Bohemia set Category to Sound.
Bohemia set Reproducibility to Always.
Bohemia set Severity to None.
Bohemia set Resolution to Not A Bug.
Bohemia set Legacy ID to 3265437986.May 7 2016, 5:11 PM
frag added a subscriber: frag.May 7 2016, 5:11 PM
frag added a comment.Oct 19 2013, 4:49 AM

Yes this is really annoying. I currently developed a full mission with all my own audio recording for my mission partner. But for some reason, he starts talking from time to time with a second voice to tell me “Area Clear”. I just want him to shut up. I just want to disable the Audio automatic chat …

I understand that a lot of stuff cannot be done without a lot of effort. But on this, I know it can be done with a simple IF condition. It is annoying … this is one of the reason why I do not release that mission. I cannot stand my mission partner to chat all the time over the character voice I already recorded for him.

I would really appreciate a scripting command like …
Soldier1 AITalk false

Bohemia added a subscriber: Bohemia.May 7 2016, 5:11 PM

AITalk false command please!

This is really quite a frustrating issue - working on a project with custom voices - and then, you hear the AI voice! NEED an option to turn this off! Otherwise the whole KB system is rendered a little pointless.

Also, would be good to stop default player speech. Such as 'One Less' etc. An AITalk and playerTalk command would be wonderful:

Soldier1 AITalk false = no audible, default reports.

Player playerTalk false = disables all audible reports in the radio menu.

The only workaround so far is to set enemy as captives. But obviously, this imposes some limits to what you can do in the editor.

This really is needed. +1.

Please BIS, mission makers need to be able to disable AI voices. At present, there is no way of doing so without disabling custom chatter too.

We need enableAISpeech command.

Can anyone comment on whether or not this sort of command would be difficult to implement?

I can't imagine it would be that difficult to do. As you said, Scott, the setAlive command seems to do the trick - but it's not really a good enough solution...

It'd also be great to get it working in vehicles - I can't stop the commander yelling out targets!

Created an account just to +1 this. Totally needed.

Its not that I don't enjoy the standard voices. I just don't want to hear them when I make custom missions. I have tried everything I can think off to make them stop.

Like Frag, I've developed a mission and can't release it until this is resolved.

Moricky added a subscriber: Moricky.May 7 2016, 5:11 PM

'enableSentences false;' works. We're even using it in official missions during conversations.

Hi Moricky - I swear I tried that but just tested it a moment ago and appears to do the trick! Thanks ever so much mate, I'll close the ticket.

enableSentences false does the job just fine. My mistake - sorry all!