... nope ...
... but you can access all in-game scenes (
static images) by either finding the img files in folder or unarchiving the .rpa file ...
... if you do want to unarchive an .rpa file ...
1. Download
You must be registered to see the links
2. Download this
You must be registered to see the links
by typing
py -3 -m pip install "unrpa"
into your cmd
3. When you find the .rpa file, use
python3 -m unrpa -mp "path/to/output/dir" "path/to/archive.rpa"
this.
3.1. So for example, to extract WaifuAcademy located in
H:\MangaGamer D\WaifuAcademy-0.12.5-pc
into folder located in
C:\Users\YOURUSERNAME\Desktop\Folder\RPA TEST"
, you would use this command
unrpa -mp "C:\Users\YOURUSERNAME\Desktop\Folder\RPA TEST" "H:\MangaGamer D\WaifuAcademy-0.12.5-pc\game\archive.rpa"