Is there any way to exploit the renpy camera so I can move it around or view from an unintended angle in a scene

Dec 29, 2021
31
11
Just curious since 99% of the time when Im playing a game they usually show a intended scene that doesn't necessarily show what I want
 

Hagatagar

Well-Known Member
Oct 11, 2019
1,225
3,534
That's impossible, because Ren'Py uses pre-rendered images.

Also wrong section to ask for this.
1732574160827.png
 

Nadekai

Booty Pirate
Donor
Aug 18, 2021
2,201
6,939
oopsy poopsy ty tho
... 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
2. Download this 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"
 
Last edited: