Updated : filepath issue on Windows OS resolved


The problem arised from the differences in file path formats between windows and mac OS.
So I've made some adjustments to the code regarding file path binding to ensure compatibility across all OS. Please review the updated version. I'd appreciate any feedback on further issues.

Files

RenPy-Lipsync-Plugin-main.zip 69 MB
Sep 13, 2023

Get LipSync Plugin for Ren'Py

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

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.

Updating again for the same issue. I'm now uploading the new file.

I apologize for any inconvenience.