Relic Looter Vita: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox Vita Homebrews |title=Relic Looter Vita |image=RelicLooterVita.png |description=Port of Relic Looter for PSVita. |author=Rinnegatamante |lastupdated=2025/08/16 |type=Platform |version=1.0 |license=N/A |download=https://dlhb.gamebrew.org/vitahomebrews/RelicLooterVita.7z |website=https://github.com/Rinnegatamante/relic-looter-vita |source=https://github.com/Rinnegatamante/relic-looter-vita |donation=https://www.patreon.com/Rinnegatamante }} {{#seo: |title=Vita Ho..." |
No edit summary |
||
| Line 33: | Line 33: | ||
== Setup Instructions == | == Setup Instructions == | ||
* Install [ | * Install [[Kubridge Vita|Kubridge]] and [[FdFix Vita|FdFix]] by copying <code>kubridge.skprx</code> and <code>fd_fix.skprx</code> to your taiHEN plugins folder (usually <code>ux0:tai</code>) and adding two entries to your <code>config.txt</code> under <code>*KERNEL</code>: | ||
<pre> *KERNEL | <pre> *KERNEL | ||
| Line 41: | Line 41: | ||
Note Don't install fd_fix.skprx if you're using rePatch plugin | Note Don't install fd_fix.skprx if you're using rePatch plugin | ||
* Optional: Install [ | * Optional: Install [[PSVshell Vita]] to overclock your device to 500Mhz. | ||
* Install <code>libshacccg.suprx</code>, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide]. | * Install <code>libshacccg.suprx</code>, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide]. | ||
* Install the vpk from Release tab. | * Install the vpk from Release tab. | ||
| Line 49: | Line 49: | ||
==Media== | ==Media== | ||
''' | '''Relic Looter - Gameplay Showcase (iOS, Android)''' ([https://www.youtube.com/watch?v=AzALMLAgdUk TapGameplay]) <br> | ||
<youtube width=""640""> | <youtube width=""640"">AzALMLAgdUk</youtube> | ||
==Screenshots== | ==Screenshots== | ||
| Line 56: | Line 56: | ||
https://dlhb.gamebrew.org/vitahomebrews/images/RelicLooterVita-02.png | https://dlhb.gamebrew.org/vitahomebrews/images/RelicLooterVita-02.png | ||
https://dlhb.gamebrew.org/vitahomebrews/images/RelicLooterVita-03.png | |||
==Changelog== | ==Changelog== | ||
Revision as of 13:55, 23 August 2025
| Relic Looter Vita | |
|---|---|
| General | |
| Author | Rinnegatamante |
| Type | Platform |
| Version | 1.0 |
| License | N/A |
| Last Updated | 2025/08/16 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
This is a wrapper/port of Relic Looter for the PS Vita.
The port works by loading the official Android ARMv7 executable in memory, resolving its imports with native functions and patching it in order to properly run. By doing so, it's basically as if we emulate a minimalist Android environment in which we run natively the executable as it is.
Notes
- The loader has been tested with v.1.8.17 of the game.
- The game features physical buttons support in the form of the X button to progress.
Requirements
- libshacccg.suprx
- kubridge.skprx
- Game Data Files: Android
Setup Instructions
- Install Kubridge and FdFix by copying
kubridge.skprxandfd_fix.skprxto your taiHEN plugins folder (usuallyux0:tai) and adding two entries to yourconfig.txtunder*KERNEL:
*KERNEL ux0:tai/kubridge.skprx ux0:tai/fd_fix.skprx
Note Don't install fd_fix.skprx if you're using rePatch plugin
- Optional: Install PSVshell Vita to overclock your device to 500Mhz.
- Install
libshacccg.suprx, if you don't have it already, by following this guide. - Install the vpk from Release tab.
- Obtain your copy of Relic Looter legally for Android in form of an
.apk. - Open the apk with your zip explorer and extract the file
libgame.sofrom thelib/armeabi-v7afolder toux0:data/relic. - Extract the content of the folder
assetsinux0:data/relic.
Media
Relic Looter - Gameplay Showcase (iOS, Android) (TapGameplay)
Screenshots
Changelog
v1.0
- First Release.
Credits
- TheFloW for the original .so loader.