Jump to content
johnnyboy

new nameSounds from Contact for Polish and Russian?

Recommended Posts

I'm improving my JBOY_Speak script, and want to include all the nameSounds (see old list under setNameSound). I want to add the French, Tanoan, Polish and Russian name sounds (if they exist).

 

Note that this config query does return the orignal names like Snake, Bennet, Stavros, Wardak, etc.  But it does NOT return any French, Tanoan, Polish or Russian names.  Maybe there aren't any?

_cfg = configfile >> "RadioProtocolENG" >> "Words" >> "Normal"; 
_arr = []; 
for "_i" from 0 to (count _cfg)-1 do 
{ 
_word = configName(_cfg select _i); 
_arr pushback _word; 
}; 
copyToClipboard str _arr;

 

Share this post


Link to post
Share on other sites

In case someone stumbles on this, there are different Radio Protocol class names based on language. You can see them here:

 

radio_proto.jpg

 

  • Like 2

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

×