I have a question about how PF3 saves the FO's voice that I've selected - or more precisely: Loads it when PF3 starts up.
Background: I have written a batch file that either lets me choose one of 8 MCE voices, or alternatively chooses one (random function). It then uses a VB script I pulled off the net to set chosen voice in MCE's ini and in PF3's ini:
Default_Accent=4
Default_Voice=4
These two lines are modified accordingly. So far, so good - turns out PF3 then nonetheless starts up with the last voice I selected in PF3's GUI, though.
Step-for-step recap:
1. Set voice A in PF3 GUI
2. Voice A is saved in ini when PF3 is closed
3. Use VB script to set voice B in ini
4. Start up PF3 - it still shows voice A!
I've never checked if it then maybe USES voice B, despite showing A, although that wouldn't make much sense.
So, what's happening here? Where does PF3 save the settings it show in the GUI when it starts up? Is there another ini PF3 loads it's setting from and that I can modify? Hope someone can help!