Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

There is still a sound file path error.  'audio_path' is set as  'voice/(character_name)' but the voice files are in 'audio/voice/(character_name). The lipsync_text path error issue seems to have been resolved.

'config.check_conflicting_properties' being set to 'True' causes the project to crash on launch.

I am running Ren'py 8.03.

thanks for letting me know! I really appreciate your feedback. I will make changes as soon as possible

line 31 of lipsync_module.rpy has to be updated to 

audio_path = os.path.join('audio', 'voice', character_name, audio_track).replace("\\",'/')

I will join the changed version as soon as i can.