Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

The Legend of Lumina Vita: Difference between revisions

From GameBrew
Created page with "{{Infobox Vita Homebrews |title=The Legend of Lumina Vita |image=TheLegendofLuminaVita.png |description=Port of The Legend of Lumina for PSVITA. |author=Rocroverss |lastupdated=2025/05/22 |type=Puzzle |version=1.0 |license=N/A |download=https://dlhb.gamebrew.org/vitahomebrews/TheLegendofLuminaVita.7z |website=https://github.com/Rocroverss/The-legend-of-lumina-patch-psvita |source=https://github.com/Rocroverss/The-legend-of-lumina-patch-psvita |donation= }} {{#seo: |title..."
 
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|title=The Legend of Lumina Vita
|title=The Legend of Lumina Vita
|image=TheLegendofLuminaVita.png
|image=TheLegendofLuminaVita.png
|description=Port of The Legend of Lumina for PSVITA.
|description=Port of The Legend of Lumina for PS Vita.
|author=Rocroverss
|author=Rocroverss
|lastupdated=2025/05/22
|lastupdated=2025/05/22
Line 19: Line 19:
|image_alt=The Legend of Lumina Vita
|image_alt=The Legend of Lumina Vita
}}
}}
Port of The Legend of Lumina for PSVITA.
A patch for [https://wizbane.itch.io/the-legend-of-lumina 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.
Explore an ancient forest, push blocks to solve puzzles, and uncover a way to lift the curse on your homeland.


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.
== Installation ==
 
===Preparations===
== PSVita Patch Installation Guide ==
* Clone or download the [https://github.com/Rocroverss/The-legend-of-lumina-patch-psvita/releases patch repository].
=== 1. Download Required Files ===
* 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].
* Clone or download this '''PSVita patch repository'''.
=== 2. Prepare the Game Files ===
* 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.
* Rename it to <code>game.pck</code> and place it inside the patch repository folder.
* Rename it to <code>game.pck</code> and place it inside the patch repository folder.
=== 3. Run the Patch Script ===
* Using Python 3, execute the following command:
Using '''Python 3''', execute the following command:
** <code>python patch.py --pck game.pck --all --output game_patched.pck --build-vpk</code>
 
<pre>python patch.py --pck game.pck --all --output game_patched.pck --build-vpk</pre>


=== 4. Install on Your PSVita ===
===Install on Vita (via vpk)===
You now have two options:
* Use [[VitaShell]] to install the generated <code>game.vpk</code>.


* '''Install via VPK:'''<br />
===Install on Vita (manual install)===
Use '''VitaShell''' to install the generated <code>game.vpk</code>.<br />
* 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>.
* '''Manual Install:'''
** Download the game from '''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>.
==Media==
'''The Legend of Lumina | Gameplay PC | Steam''' ([https://www.youtube.com/watch?v=wogo2yck2CU GandaCu]) <br>
<youtube width=""640"">wogo2yck2CU</youtube></youtube>


==Screenshots==
==Screenshots==
Line 57: Line 48:
https://dlhb.gamebrew.org/vitahomebrews/images/TheLegendofLuminaVita-03.png
https://dlhb.gamebrew.org/vitahomebrews/images/TheLegendofLuminaVita-03.png


https://dlhb.gamebrew.org/vitahomebrews/images/TheLegendofLuminaVita-04.png
==Media==
'''The Legend of Lumina | Gameplay PC | Steam''' ([https://www.youtube.com/watch?v=wogo2yck2CU GandaCu]) <br>
<youtube width="640">wogo2yck2CU</youtube>


==Known issues==
==Known issues==
* low fps on some levels (16 fps).
* Low fps on some levels (16 fps).
* fps drops on undo actions.
* FPS drops on undo actions.
* sound is not working as intended on some levels.
* Sound is not working as intended on some levels.


==Changelog==  
==Changelog==  
Line 69: Line 62:


== External links ==
== External links ==
* Github - https://github.com/Rocroverss/The-legend-of-lumina-patch-psvita
* GitHub - https://github.com/Rocroverss/The-legend-of-lumina-patch-psvita
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1272
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1272

Latest revision as of 04:11, 25 May 2025

The Legend of Lumina Vita
General
AuthorRocroverss
TypePuzzle
Version1.0
LicenseN/A
Last Updated2025/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.pck in the downloaded game folder.
  • Rename it to game.pck and 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 .pck file in ux0:data/game_data/ with your game_patched.pck, renamed to game.pck.

Screenshots

TheLegendofLuminaVita-01.png

TheLegendofLuminaVita-02.png

TheLegendofLuminaVita-03.png

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.

External links

Advertising: