Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ren-Viewer

Local Ren'Py resource studio. Open a game folder, browse the unified virtual filesystem (archives + loose files, engine load order), decompile scripts, walk the story graph, inspect characters and CGs, and export a patch overlay.

Run

Python deps are managed with Poetry. The decompile extra pulls unrpyc so compiled .rpyc scripts become readable .rpy. Without it you can still browse archives and media.

poetry install --extras decompile
cd web && npm install && npm run build
poetry run ren-viewer "path\to\renpy\game"

Dev (API + Vite):

poetry install --extras decompile
poetry run uvicorn ren_viewer.app:app --reload --port 8741
cd web && npm install && npm run dev

Open http://127.0.0.1:5173 and paste a game folder (the directory that contains game/).

Do not redistribute extracted game assets. Original files stay read-only unless you explicitly write a backup and replace them.

License

MIT. Games you open remain the property of their authors.

About

Renpy Resource Viewer

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages