Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Seo-A-Nam

19
Posts
28
Followers
31
Following
A member registered Jul 29, 2023 · View creator page →

Creator of

Recent community posts

FYI) just replace lipsync_module.rpy with the new one, if you have downloaded it before.

(1 edit)

Much appreciated! Thank you so much for such helpful template~

(1 edit)

If you are a korean or need more discussion or questions on this program, feel free to send me a message via discord(SAN#0799) or email(42.4.senam@gmail.com)

만약 한국분이시면, 이메일이나 디스코드로 설명하면서 도와드릴 수도 있어요.

As a native Korean, I initially thought of a Korean version. But given the  various nuances in Korean, I felt English might be clearer. To change language settings, check 'RenPy-AutoScriptPlugin/auto-script/auto_script.rpy'. On line 25, there's a 'generate_initial_prompt' function setting ChatGPT API rules. You can add rules for Korean Language for content, but ensure headings like 'Modify Attributes' and 'Dialogue' stay in English. These headers are crucial for parsing API responses.

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.

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

(1 edit)

Updated: Backslash filepath Issue on Windows OS resolved.

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

I apologize for any inconvenience.

Thanks for your interest! You can access the tutorial here: Tutorial Video Link.

Please note it doesn't have voiceover yet. I'll be adding it soon. Your feedback is welcome! Feel free to ask any questions.

(1 edit)

Thanks for your interest! You can access the tutorial here: Tutorial Video Link.

Please note it doesn't have voiceover yet. I'll be adding it soon. Your feedback is welcome! Feel free to ask any questions.

okay~ I'll let you know when the video is done! It will be made within few days. 

okay i will make a video tutorial in a day! thanks for such helpful feedbacks~

Hello Sun, I've updated the code you downloaded. The previous version had an issue with keys being held down, causing continuous interruptions. I've resolved this problem in the updated code. Sorry for any inconvenience.

(1 edit)

Update: Resolved continuous termination (skipping) with held-down keys. (09.11.2023)

Thanks for your kind words! I'm glad you find the Rhubarb/Ren'Py integration useful. If you have any questions or suggestions, feel free to reach out. Appreciate your support! 😊

(1 edit)

This one is amazing! thank you so much for such nice tool

Thank you for your comment! It's greatly appreciated. I'll do my best to continue making further improvements or providing any other practical tools you might need

Update: The code has been enhanced to allow the inclusion of a list of actions within buttons (08.25.2023).

Update: Code improved for better game configuration accessibility (08.24.2023).