The Legend of Lumina Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 27: | Line 27: | ||
== Installation == | == Installation == | ||
===Preparations=== | ===Preparations=== | ||
* Clone or download the [https://github.com/Rocroverss/The-legend-of-lumina-patch-psvita/releases | * Clone or download the [https://github.com/Rocroverss/The-legend-of-lumina-patch-psvita/releases patch repository]. | ||
* Get the game from [https://wizbane.itch.io/the-legend-of-lumina Itch.io] or [https://store.steampowered.com/app/2638340/The_Legend_of_Lumina/ Steam]. | * Get the game from [https://wizbane.itch.io/the-legend-of-lumina Itch.io] or [https://store.steampowered.com/app/2638340/The_Legend_of_Lumina/ Steam]. | ||
* Locate <code>The-Legend-of-Lumina.pck</code> in the downloaded game folder. | * Locate <code>The-Legend-of-Lumina.pck</code> in the downloaded game folder. | ||
| Line 34: | Line 34: | ||
** <code>python patch.py --pck game.pck --all --output game_patched.pck --build-vpk</code> | ** <code>python patch.py --pck game.pck --all --output game_patched.pck --build-vpk</code> | ||
===Install on | ===Install on Vita (via vpk)=== | ||
* Use [[VitaShell]] to install the generated <code>game.vpk</code>. | * Use [[VitaShell]] to install the generated <code>game.vpk</code>. | ||
===Install on | ===Install on Vita (manual install)=== | ||
* Download the game from [https://www.rinnegatamante.eu/vitadb/#/info/1272 VitaDB]. | * Download the game from [https://www.rinnegatamante.eu/vitadb/#/info/1272 VitaDB]. | ||
* Replace the <code>.pck</code> file in <code>ux0:data/game_data/</code> with your <code>game_patched.pck</code>, renamed to <code>game.pck</code>. | * Replace the <code>.pck</code> file in <code>ux0:data/game_data/</code> with your <code>game_patched.pck</code>, renamed to <code>game.pck</code>. | ||
Latest revision as of 04:11, 25 May 2025
| The Legend of Lumina Vita | |
|---|---|
| General | |
| Author | Rocroverss |
| Type | Puzzle |
| Version | 1.0 |
| License | N/A |
| Last Updated | 2025/05/22 |
| Links | |
| Download | |
| Website | |
| Source | |
A patch for The Legend of Lumina to run on the PS Vita.
Originally developed in Godot for the KB Games ZeldaJam 2022, The Legend of Lumina is a block-pushing puzzle game with Metroidvania-style progression, set in a peaceful forest environment.
Explore an ancient forest, push blocks to solve puzzles, and uncover a way to lift the curse on your homeland.
Installation
Preparations
- Clone or download the patch repository.
- Get the game from Itch.io or Steam.
- Locate
The-Legend-of-Lumina.pckin the downloaded game folder. - Rename it to
game.pckand place it inside the patch repository folder. - Using Python 3, execute the following command:
python patch.py --pck game.pck --all --output game_patched.pck --build-vpk
Install on Vita (via vpk)
- Use VitaShell to install the generated
game.vpk.
Install on Vita (manual install)
- Download the game from VitaDB.
- Replace the
.pckfile inux0:data/game_data/with yourgame_patched.pck, renamed togame.pck.
Screenshots
Media
The Legend of Lumina | Gameplay PC | Steam (GandaCu)
Known issues
- Low fps on some levels (16 fps).
- FPS drops on undo actions.
- Sound is not working as intended on some levels.
Changelog
v1.0
- First Release.