Jump to content
DeezHuts

Make ai say things

Recommended Posts

So I want ai to say things on trigger. Not any custom sounds, just stuff that's already in game. Like "negative" or "running low on ammo".

Where would I find the complete list (with all the in game voices and languages)? And what is the command anyway?

Share this post


Link to post
Share on other sites

Well the first thing I did was going to the community wiki, those commands are for custom .ogg files. I want ai's to say things that they already say all the time. This sound browser has none of those.

Extract PBOs? Yeah, there has to be an easyer way.

Share this post


Link to post
Share on other sites

You can use the command for internally defined sounds as well.

Quote

NOTE: Since Arma 3 v1.49.131710 it is possible to define AddOn sounds in mission config. In order to make engine look for the sound in AddOn, the sound path must start with @ (instead of \) for example:

https://community.bistudio.com/wiki/Description.ext#CfgSounds

Some sounds are already defined.

playSound "Acts_carFixingWheel"
				{
					"Acts_carFixingWheel",
					
					{
						"A3\Sounds_F\characters\cutscenes\concrete_Acts_carFixingWheel",
						0.56234133,
						1,
						20
					}
				},

 

Share this post


Link to post
Share on other sites

See my two posts in this thread. You are looking for the Radio Protocols version.

Share this post


Link to post
Share on other sites
4 hours ago, Larrow said:

See my two posts in this thread. You are looking for the Radio Protocols version.

These AWESOME tools are a MUST HAVE if you want to re-use BI in-game sounds.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×