Updated : filepath issue on Windows OS resolved
LipSync Plugin for Ren'Py » Devlog
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
LipSync Plugin for Ren'Py
Seamless lip-sync animations for Ren'Py using Rhubarb Lip Sync Resources
Status | Released |
Category | Assets |
Author | Seo-A-Nam |
Genre | Visual Novel |
Tags | Animation, Open Source, Ren'Py, sourcecode, User Interface (UI) |
More posts
- Planned Updates (Ren'Py Lip-sync Tool)23 days ago
- Updated : Issue of repeating dialogue history resolvedSep 25, 2023
- Major MilestonesSep 13, 2023
- Simple SetUp Video TutorialsSep 12, 2023
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.