Jump to content

Recommended Posts

is anyone familiar with how long we can get voices to play within game for characters, such as extending the time the sound effect for a voice is played.

 

right now i'm timing a 1.5 second duration for each speech mp3 file.

 

is it code or is it fmod?

 

can we change it for individual characters?

 

Does anyone know the exact time from start to end until the sound file is stopped? it would really help those who are editing to create there own mods with sounds!

Edited by Renamon
Link to comment
https://forums.kleientertainment.com/forums/topic/48202-talking-times/
Share on other sites

The talker:Say function is scattered all across the game scripts, you'd need to set the length there (practically impossible). You could try post-editing the talker component itself to double/half the length afterwards or alike, I'm not sure how to arrange that in a character-specific way though.

 

it's 2.5 seconds in the code.

The talker:Say function is scattered all across the game scripts, you'd need to set the length there (practically impossible). You could try post-editing the talker component itself to double/half the length afterwards or alike, I'm not sure how to arrange that in a character-specific way though.

 

it's 2.5 seconds in the code.

 

2.5 seconds, thank you very very much!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...