Cross-platform Ren'Py game utility - Ported from Unren 1.0.11d
- RPA Extraction: Extract files from
.rpaarchives (RPA-2.0 and RPA-3.0) - Enable Console: Developer console (SHIFT+O) and dev menu (SHIFT+D)
- Quick Save/Load: F5/F9 hotkeys for quick save and load
- Skip Unseen: Force-enable skipping of all text including unseen content
- Rollback: Enable infinite rollback with scroll wheel
go build -o unren-go .Download from the releases page for your platform:
Run without arguments to launch the interactive menu:
./unren-goIf the game files aren't found, you'll see a Recovery Menu allowing you to browse directories interactively to locate the game.
Run with flags to perform actions immediately (no menu):
# Extract RPA and Decompile RPYC
./unren-go -e -d /path/to/game
# Perform ALL actions (Extract + Decompile + Apply all patches)
./unren-go --all /path/to/game
# Enable specific features
./unren-go --console --skip /path/to/game| Flag | Short | Description |
|---|---|---|
--extract |
-e |
Extract RPA packages |
--decompile |
-d |
Decompile RPYC files |
--clean |
-c |
Cleanup processed source files |
--all |
-a |
Perform all actions |
--console |
Enable Developer Console/Menu | |
--quicksave |
Enable Quick Save/Load | |
--skip |
Force enable skipping unseen content | |
--rollback |
Force enable infinite rollback | |
--help |
-h |
Show help and valid usages |
--version |
-v |
Show version info |
MIT License
- Sam from F95Zone Community.