|
Post by bigfoot on Mar 17, 2016 13:45:48 GMT -8
Because the Japanese VO is set at init, it re-enables every time you load the game, even if its been previously disabled.
if config.auto_voice != False: config.auto_voice = "sound/Voice/{id}.ogg"
Would make it consistent when loading a game and still play Japanese voices when a new game was started.
|
|
|
Post by vaendryl on Mar 17, 2016 17:39:43 GMT -8
have you tested this? I'd say that at init the value is nothing and will always enable japanese anyway. you'd need to use the persistent object to save if that's required, but this sort of behaviour is normal for renpy games afaik. at the very least, loading your save should set it to what it should be when you last saved. alternately I should try out the new ' default' statement that was added to renpy not too long ago.
|
|
|
Post by bigfoot on Mar 18, 2016 0:21:48 GMT -8
/facepalm No I haven't tested it, I forgot it was outside of Store, could do default or could put in after_load.
|
|