More actions
(Created page with "{{Infobox Switch Homebrews |title=Renpy2Switch |image=Renpyswitchnx.png |description=Open source port of Ren'Py to the Nintendo Switch. |author=Otorhin |lastupdated=2023/09/05 |type=Game Engine |version=7.6.1 + 7.3.5 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/Renpy2Switch.7z |website=https://otorh.in/r2s/ |source=https://github.com/Otorhin/Ren2Switch |donation=https://otorh.in/donate }} {{#seo: |title=Switch Homebrew Games (Game Engine) - GameBrew...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
|title=Renpy2Switch | |title=Renpy2Switch | ||
|image=Renpyswitchnx.png | |image=Renpyswitchnx.png | ||
|description=Open source port of Ren'Py to the Nintendo Switch. | |description=Open source port of Ren'Py to the Nintendo Switch. Fork of renpy-switch. | ||
|author=Otorhin | |author=Otorhin | ||
|lastupdated=2023/09/05 | |lastupdated=2023/09/05 | ||
Line 19: | Line 19: | ||
|image_alt=Renpy2Switch | |image_alt=Renpy2Switch | ||
}} | }} | ||
Renpy2Switch is an open source port of Ren'Py to the Nintendo Switch, based on uyjulian's [[RenPy Switch|renpy-switch]]. | |||
The main differences are: | |||
* | * Novels are now in .NSP format. | ||
* | * Novels are saved in their own folder, not on the flash drive. | ||
* | * Working keyboard and presplash. | ||
* | * New controls implemented. | ||
* | * Updated to 7.6.1. | ||
* | * Auto-saves are disabled by default. | ||
* | * Added support for AVIF. | ||
* | * Fixed some bugs. | ||
* | * log.txt is disabled (only 7.3.5). | ||
== | ==User guide== | ||
Building a Novel: | |||
*In the novel you're interested in, find the <code>game</code> folder. | |||
*Also, no .exe/.sh/.py files are required. The <code>Renpy/lib</code> folder is also not needed. | |||
*Copy all the files from the novel's <code>game</code> folder into the <code>romfs/Contents/game</code> folder of the archive. | |||
*In <code>build.bat</code>, change the <code>name</code>, <code>id</code>, and <code>tpub</code> to your own values. | |||
*Replace <code>icon.jpg</code>. It's important that the file is a JPG and the name doesn't change. | |||
*Run <code>build.bat</code>, and you'll get an NSP file ready for installation on the console. | |||
==Changelog== | ==Changelog== | ||
'''Changes from Version 7.3.5 to 7.6.1 | '''Changes from Version 7.3.5 to 7.6.1''' | ||
* | * Log file exists again. | ||
* | * Caching is enabled. Novels load faster now. | ||
* | * Dynamic save system. | ||
* | * A few more fixes I forgot to mention. | ||
== | ==Credits== | ||
Special thanks to | Special thanks to duckbill and Beren for helping with the update. | ||
== External links == | == External links == | ||
* | * Official website - https://otorh.in/r2s/ | ||
* | * GitHub - https://github.com/Otorhin/Ren2Switch | ||
* | * GBAtemp - https://gbatemp.net/threads/renpy2switch.662243/ |
Latest revision as of 13:49, 9 November 2024
Renpy2Switch | |
---|---|
General | |
Author | Otorhin |
Type | Game Engine |
Version | 7.6.1 + 7.3.5 |
License | Mixed |
Last Updated | 2023/09/05 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
Renpy2Switch is an open source port of Ren'Py to the Nintendo Switch, based on uyjulian's renpy-switch.
The main differences are:
- Novels are now in .NSP format.
- Novels are saved in their own folder, not on the flash drive.
- Working keyboard and presplash.
- New controls implemented.
- Updated to 7.6.1.
- Auto-saves are disabled by default.
- Added support for AVIF.
- Fixed some bugs.
- log.txt is disabled (only 7.3.5).
User guide
Building a Novel:
- In the novel you're interested in, find the
game
folder. - Also, no .exe/.sh/.py files are required. The
Renpy/lib
folder is also not needed. - Copy all the files from the novel's
game
folder into theromfs/Contents/game
folder of the archive. - In
build.bat
, change thename
,id
, andtpub
to your own values. - Replace
icon.jpg
. It's important that the file is a JPG and the name doesn't change. - Run
build.bat
, and you'll get an NSP file ready for installation on the console.
Changelog
Changes from Version 7.3.5 to 7.6.1
- Log file exists again.
- Caching is enabled. Novels load faster now.
- Dynamic save system.
- A few more fixes I forgot to mention.
Credits
Special thanks to duckbill and Beren for helping with the update.
External links
- Official website - https://otorh.in/r2s/
- GitHub - https://github.com/Otorhin/Ren2Switch
- GBAtemp - https://gbatemp.net/threads/renpy2switch.662243/