Ghostship Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
1.2 |
||
| Line 4: | Line 4: | ||
|description=Port of Ghostship for PS Vita. | |description=Port of Ghostship for PS Vita. | ||
|author=Rinnegatamante | |author=Rinnegatamante | ||
|lastupdated=2026/ | |lastupdated=2026/06/03 | ||
|type=Platform | |type=Platform | ||
|version=1. | |version=1.2 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/GhostshipVita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/GhostshipVita.7z | ||
| Line 19: | Line 19: | ||
|image_alt=Ghostship Vita | |image_alt=Ghostship Vita | ||
}} | }} | ||
Ghostship Vita is a port of Ghostship ( | Ghostship Vita is a port of Ghostship (v2.0.0 with some improvements from the develop branch) for the PlayStation Vita. | ||
Ghostship does not include any copyrighted assets. You are required to provide a supported copy of the game. | Ghostship does not include any copyrighted assets. You are required to provide a supported copy of the game. | ||
| Line 31: | Line 31: | ||
Instructions: | Instructions: | ||
* Download [https://github.com/HarbourMasters/Ghostship/releases/tag/ | * Download [https://github.com/HarbourMasters/Ghostship/releases/tag/2.0.0 Ghostship v2.0.0] for PC. | ||
* Follow its instructions to generate <code>sm64.o2r</code>. | * Follow its instructions to generate <code>sm64.o2r</code>. | ||
* Extract <code>ghostship.zip</code> from the Release tab into <code>ux0:data</code>. | * Extract <code>ghostship.zip</code> from the Release tab into <code>ux0:data</code>. | ||
| Line 51: | Line 51: | ||
==Changelog== | ==Changelog== | ||
'''v1.2''' | |||
* Updated to Ghostship v.2.0.0 as base. This brings several improvements but require an updated ghostship.o2r. No need to re-gen sm64.o2r. The biggest changes are: | |||
** -- Right Analog free cam option | |||
** -- Built-in randomizer | |||
** -- Built-in achievements | |||
** -- Graphical fixes | |||
* Added trophies support (requires NoTrpDrm) | |||
* Made several optimizations in the Fast3D and in the Frame Interpolation code. (Brings approximately a 15% performance improvement) | |||
* Updated to latest vitaGL commit. | |||
'''v1.1''' | '''v1.1''' | ||
* Increased available memory for handling mods. Now more complex mods can be used. | * Increased available memory for handling mods. Now more complex mods can be used. | ||
| Line 79: | Line 88: | ||
* GitHub - https://github.com/Rinnegatamante/Ghostship | * GitHub - https://github.com/Rinnegatamante/Ghostship | ||
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1387 | * VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1387 | ||
[[Category:Other game ports on Vita]] | |||
[[Category:Vita game ports]] | |||
Latest revision as of 02:38, 5 June 2026
| Ghostship Vita | |
|---|---|
| General | |
| Author | Rinnegatamante |
| Type | Platform |
| Version | 1.2 |
| License | MIT License |
| Last Updated | 2026/06/03 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
Ghostship Vita is a port of Ghostship (v2.0.0 with some improvements from the develop branch) for the PlayStation Vita.
Ghostship does not include any copyrighted assets. You are required to provide a supported copy of the game.
Installation
Requirements:
- libshacccg.suprx
- Game data files: N64 (US/JP)
- SHA-1 for a US ROM:
9bef1128717f958171a4afac3ed78ee2bb4e86ce - SHA-1 for a JP ROM
8a20a5c83d6ceb0f0506cfc9fa20d8f438cafe51
- SHA-1 for a US ROM:
Instructions:
- Download Ghostship v2.0.0 for PC.
- Follow its instructions to generate
sm64.o2r. - Extract
ghostship.zipfrom the Release tab intoux0:data. - Place both
sm64.o2randghostship.o2rintoux0:data/ghostship. - Install the
.vpkfrom the Release tab.
Screenshots
Media
Ghostship PSVita Port - Latest optimizations showcase (Rinne4Fun)
Changelog
v1.2
- Updated to Ghostship v.2.0.0 as base. This brings several improvements but require an updated ghostship.o2r. No need to re-gen sm64.o2r. The biggest changes are:
- -- Right Analog free cam option
- -- Built-in randomizer
- -- Built-in achievements
- -- Graphical fixes
- Added trophies support (requires NoTrpDrm)
- Made several optimizations in the Fast3D and in the Frame Interpolation code. (Brings approximately a 15% performance improvement)
- Updated to latest vitaGL commit.
v1.1
- Increased available memory for handling mods. Now more complex mods can be used.
- Restored alternative assets support: this will make all kind of mods working as with the PC build.
- Optimized the Fast3D rendering pipeline with a 5-10% performance boost.
- Moved the internal circular vertex buffer to vitaGL scratch memory usage, saving 32MBs of memory usage.
- Updated to latest vitaGL.
v1.0
- First Release.
Credits
- Rinnegatamante - PSVita port
- TheIronUniverse - Livearea assets
- hatoving - Testing
- Lywx - Lead developer of the original Ghostship project
- HM64 Team - libultraship and various contributions
- garrettjoecox - Fixes to the port
- inspectredc - Asset extraction contributions
- Malkierian - Asset extraction contributions