CloudSixteen / Clockwork

A roleplaying framework developed by Cloud Sixteen for the people.
http://CloudSixteen.com
MIT License
44 stars 44 forks source link

Clockwork.voices:Add female string reverts to male if no relevant voice command has been found. #518

Open JakeDaBoss opened 5 years ago

JakeDaBoss commented 5 years ago

If adding a female string to Clockwork.voices:Add, considered to be the fifth string (whereas four are only used in 99% of all cases), it reverts to the male variant.

The only way around this right now is by implementing @karl-police's fix ( #513 ) for multiple voice group categories and hard-checking for gender. Tends to get messy.

karl-police commented 5 years ago

(whereas three are only used in 99% of all cases)

what's ment with this?

oh

is your character a female? your character has to be a female so the fourth string gets played

JakeDaBoss commented 5 years ago

(whereas three are only used in 99% of all cases)

what ment with this?

Oops, you're right. It's 4 that's used. The first one is the category, the second one is trigger word, third is textual output, fourth is sound file. Fifth is meant to be the female sound in the string list.

And what I'm saying is: My character is female, but if no female string is present or there is but there is no sound file there, it reverts to the male voice line instead.