how to extracting images, sounds, music from visual novels

Joined
Oct 1, 2019
Messages
7
right now.. i'm trying to extract cg image from game.
the game that i want have exe and cg.ypf.

my knowledge really limited when it come to cli type tool..

so far i have try

arc_conv
ae visual novel tool
crass
extractdata

i don't see any tutorial regarding this.

the one that i think tool for this but the thing is i have no clue what to do.. especially python stuff.

https://github.com/mwzzhang/python-YU-RIS-package-file-unpacker
 
Member
Joined
Apr 13, 2018
Messages
1,004
well try to get python interpreter , or just use bsd/linux . just google it and read the instruction .

and from what i can see this was created for a unix/linux in mind , if python interpreter in windows doesn't work , try to get cygwin or other linux emulator .
 
Joined
Oct 1, 2019
Messages
7
@AbyssalMonkey as far i know, no one ever rip cg of that game.. also it not yet translated in Eng. thanks you for reply my post.. @zetsubouzanto

update- nevermind i have found tool that i'm looking for!
 
Joined
May 5, 2018
Messages
305
If it uses Ren'Py, UnRen will work.
https://github.com/F95Sam/UnRen

No dependencies, no internet connection required. You can right click->edit to see the source. Works on Windows 7, 8 and 10. XP and Vista users might need this PowerShell update from Microsoft: http://support.microsoft.com/kb/968929

Instructions:
1. Copy UnRen.bat to either the game's root directory (where the exe is) or the /game/ folder
2. Double click on UnRen.bat to execute
3. Select the option you require

Both RPA and RPYC files will be extracted/decompiled to the same path as the original files.

Known Issues:
- Having non-ASCII characters in your folder path may cause issues
Text from the F95 thread.
 

Users who are viewing this thread

Top