icebreakr 3159 Posted February 20, 2008 Basically the topic title says it all. I need to change pitch to very high value (~1.6-1.8) for all the units that I made in config.cpp file packed in PBO. What is the best way to do that? Share this post Link to post Share on other sites
sickboy 13 Posted February 20, 2008 I have not yet come across anything that would indicate the possibility to specify which voice could be used for units. Thus I believe the only possibility is to create an overwrite config for voice.pbo, which changes the "variants[]=" entries, eg: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class Russell { variants[] = {0.95, 1.0, 1.05}; }; Im guessing the 0.95 1.0 and 1.05 are pitches, so if you would replace them with simply 1.8 or whatever you need, this could work, but you will do it for ever character unit Share this post Link to post Share on other sites
icebreakr 3159 Posted February 20, 2008 High pitched voices should have only 3 guys (classes) from the addon. Other units (original+other addons) should work normally Share this post Link to post Share on other sites