Ren'Py Vita 8: Difference between revisions
More actions
Created page with "{{Infobox Vita Homebrews |title=Ren'Py Vita 8 |image=Renpyvita02.jpg |description=Ren'Py 8 port for Playstation Vita. |author=Grimiku |lastupdated=2024/12/02 |type=Game Engine |version=0.1 |license=MIT |download=https://dlhb.gamebrew.org/vitahomebrews/RenPyVita8.7z |website=https://www.reddit.com/r/vitahacks/comments/1h4yhyi/release_renpy_vita_8_port/ |source=https://github.com/Grimiku/RenPy-Vita-8 |donation=https://ko-fi.com/grimiku }} {{#seo: |title=Vita Homebrew Games..." |
No edit summary |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
|description=Ren'Py 8 port for Playstation Vita. | |description=Ren'Py 8 port for Playstation Vita. | ||
|author=Grimiku | |author=Grimiku | ||
|lastupdated= | |lastupdated=2026/04/21 | ||
|type=Game Engine | |type=Game Engine | ||
|version=0.1 | |version=0.2.1 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/RenPyVita8.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/RenPyVita8.7z | ||
| Line 19: | Line 19: | ||
|image_alt=Ren'Py Vita 8 | |image_alt=Ren'Py Vita 8 | ||
}} | }} | ||
[[Renpy Vita|Ren'Py Vita]] is a port of Ren'Py visual novel engine developed by SonicMastr. | |||
This is an updated version of SonicMastr's PS Vita port that changes the underlying library from Python2.7 to Python3.11. It also introduces support for functionalities that were included in Ren'Py between late 2021 up until end of 2024 (ie. enabling speechbubbles which wouldn't work on previous version). | |||
This | |||
As of v0.2.1 release, [https://github.com/Rinnegatamante/vitaGL VitaGL] can be used as an alternative solution for OpenGL handling and there is a seperate release for it in the [https://github.com/Grimiku/RenPy-Vita-8/releases release section]. Please do check out the [https://github.com/Grimiku/RenPy-Vita-8/tree/vitagl vitagl branch] for more details. | |||
== | ==Installation== | ||
'''Note:''' Although below steps are exactly the same for each release, VitaGL version requires you to have libshacccg.suprx under ur0:/data/ directory on your Vita. If you don't have it there, follow the [https://cimmerian.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx guide linked under VitaGL repo]. | |||
This project presupposes that you have your Ren'Py game already installed on the Vita. Please use the [https://github.com/SonicMastr/renpy-vita/releases/tag/v1.0 Ren'Py PSVita Distribution Tool] to create your VPK if you haven't done it yet and install your game before proceeding. | |||
* Go into [https://github.com/Grimiku/RenPy-Vita-8/releases/ Release section of this repo] and download the latest .zip archive. | |||
* Open the app folder of your game on the Vita (ie. ux0:app/BRBRB001/) and delete everything apart from game/ and sce_sys/ folders; | |||
* Unpack everything from the .zip from step 1) into the folder from step 2); | |||
* Proceed to run the game as you normally would by selecting it from LiveArea. | |||
==Changelog== | |||
'''v0.2.1''' | |||
* This release has very minor cleanups and fixes to Ren'Py Vita in general. | |||
''' | '''v0.2''' | ||
* Just a temporary re-hash of kaaas' video playback. | |||
''' | |||
'''v0.1''' | '''v0.1''' | ||
* First Release. | * First Release. | ||
== External links == | == External links == | ||
* GitHub - https://github.com/Grimiku/RenPy-Vita-8 | |||
* Reddit - https://www.reddit.com/r/vitahacks/comments/1h4yhyi/release_renpy_vita_8_port/ | * Reddit - https://www.reddit.com/r/vitahacks/comments/1h4yhyi/release_renpy_vita_8_port/ | ||
Latest revision as of 04:16, 8 May 2026
| Ren'Py Vita 8 | |
|---|---|
| General | |
| Author | Grimiku |
| Type | Game Engine |
| Version | 0.2.1 |
| License | MIT License |
| Last Updated | 2026/04/21 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
Ren'Py Vita is a port of Ren'Py visual novel engine developed by SonicMastr.
This is an updated version of SonicMastr's PS Vita port that changes the underlying library from Python2.7 to Python3.11. It also introduces support for functionalities that were included in Ren'Py between late 2021 up until end of 2024 (ie. enabling speechbubbles which wouldn't work on previous version).
As of v0.2.1 release, VitaGL can be used as an alternative solution for OpenGL handling and there is a seperate release for it in the release section. Please do check out the vitagl branch for more details.
Installation
Note: Although below steps are exactly the same for each release, VitaGL version requires you to have libshacccg.suprx under ur0:/data/ directory on your Vita. If you don't have it there, follow the guide linked under VitaGL repo.
This project presupposes that you have your Ren'Py game already installed on the Vita. Please use the Ren'Py PSVita Distribution Tool to create your VPK if you haven't done it yet and install your game before proceeding.
- Go into Release section of this repo and download the latest .zip archive.
- Open the app folder of your game on the Vita (ie. ux0:app/BRBRB001/) and delete everything apart from game/ and sce_sys/ folders;
- Unpack everything from the .zip from step 1) into the folder from step 2);
- Proceed to run the game as you normally would by selecting it from LiveArea.
Changelog
v0.2.1
- This release has very minor cleanups and fixes to Ren'Py Vita in general.
v0.2
- Just a temporary re-hash of kaaas' video playback.
v0.1
- First Release.