More actions
(Created page with "{{Infobox Vita Homebrews |title=EnbornX Vita |image=enbornxvita.png |description=Port of EnbornX for PSVITA. |author=Rinnegatamante |lastupdated=2024/02/09 |type=Shooter |version=1.0 |license=MIT |download=https://dlhb.gamebrew.org/vitahomebrews/enbornxvita.7z |website=https://www.reddit.com/r/vitahacks/comments/1amam7s/release_enbornx_vita_v10_port_of_enbornx_for/ |source=https://github.com/Rinnegatamante/enbornx_vita |donation=https://www.patreon.com/Rinnegatamante }}...") |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|title=EnbornX Vita | |title=EnbornX Vita | ||
|image=enbornxvita.png | |image=enbornxvita.png | ||
|description=Port of EnbornX for | |description=Port of EnbornX for PS Vita. | ||
|author=Rinnegatamante | |author=Rinnegatamante | ||
|lastupdated=2024/02/09 | |lastupdated=2024/02/09 | ||
Line 21: | Line 21: | ||
This is a wrapper/port of EnbornX for the PS Vita. | This is a wrapper/port of EnbornX for the PS Vita. | ||
EnbornX is a side-scrolling shooter game that focuses on intense "giant boss battles." Playing as the armored protagonist Enborn-X, you face off against a colossal foe known as Enborn. Each time you defeat Enborn, it resurrects into a larger, more formidable creature. Your goal is to eliminate as many enemies as you can swiftly using your arsenal of powerful weapons to achieve a high score. | |||
==Installation== | |||
Requirements: | |||
== | |||
* libshacccg.suprx | * libshacccg.suprx | ||
* kubridge.skprx | * [[Kubridge_Vita|kubridge.skprx]] | ||
* | * [[FdFix Vita|fd_fix.skprx]] or [[RePatch reLoaded Vita|repatch_ex.skprx]] | ||
* Android game data files (tested with v1.11 of the game) | |||
For the plugins: | |||
* Install [https://github.com/TheOfficialFloW/kubridge/releases/ kubridge] and [https://github.com/TheOfficialFloW/FdFix/releases/ 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>: | * Install [https://github.com/TheOfficialFloW/kubridge/releases/ kubridge] and [https://github.com/TheOfficialFloW/FdFix/releases/ 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 | ||
ux0:tai/kubridge.skprx | ux0:tai/kubridge.skprx | ||
ux0:tai/fd_fix.skprx</pre> | ux0:tai/fd_fix.skprx</pre> | ||
* Note: Don't install fd_fix.skprx if you're using rePatch plugin. | |||
* (Optional) Install [[PSVshell Vita|PSVshell]] 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]. | |||
For the game: | |||
* Install the VPK from the [https://github.com/Rinnegatamante/enbornx_vita/releases release page]. | |||
* | * Obtain your copy of EnbornX legally for Android in form of an <code>.apk</code> file. [https://stackoverflow.com/questions/11012976/how-do-i-get-the-apk-of-an-installed-app-without-root-access You can get all the required files directly from your phone] or by using an apk extractor you can find in the play store. | ||
* Obtain your copy of | |||
* Open the apk with your zip explorer and extract the file <code>libEnbornx.so</code> from <code>lib/armeabi-v7a</code> folder to <code>ux0:data/enbornx</code>. | * Open the apk with your zip explorer and extract the file <code>libEnbornx.so</code> from <code>lib/armeabi-v7a</code> folder to <code>ux0:data/enbornx</code>. | ||
* Extract the <code>assets</code> folder in <code>ux0:data/enbornx</code>. | * Extract the <code>assets</code> folder in <code>ux0:data/enbornx</code>. | ||
==Screenshots== | ==Screenshots== | ||
Line 70: | Line 64: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Rinnegatamante/enbornx_vita | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/1183 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/1183 | ||
* Twitter - https://twitter.com/VitaDB1/status/1755747234602160604 | |||
[[Category:Mobile game ports on Vita]] | |||
[[Category:Vita game ports]] |
Latest revision as of 05:32, 26 October 2024
EnbornX Vita | |
---|---|
General | |
Author | Rinnegatamante |
Type | Shooter |
Version | 1.0 |
License | MIT License |
Last Updated | 2024/02/09 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
This is a wrapper/port of EnbornX for the PS Vita.
EnbornX is a side-scrolling shooter game that focuses on intense "giant boss battles." Playing as the armored protagonist Enborn-X, you face off against a colossal foe known as Enborn. Each time you defeat Enborn, it resurrects into a larger, more formidable creature. Your goal is to eliminate as many enemies as you can swiftly using your arsenal of powerful weapons to achieve a high score.
Installation
Requirements:
- libshacccg.suprx
- kubridge.skprx
- fd_fix.skprx or repatch_ex.skprx
- Android game data files (tested with v1.11 of the game)
For the plugins:
- Install kubridge and FdFix by copying
kubridge.skprx
andfd_fix.skprx
to your taiHEN plugins folder (usuallyux0:tai
) and adding two entries to yourconfig.txt
under*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 to overclock your device to 500Mhz.
- Install
libshacccg.suprx
, if you don't have it already, by following this guide.
For the game:
- Install the VPK from the release page.
- Obtain your copy of EnbornX legally for Android in form of an
.apk
file. You can get all the required files directly from your phone or by using an apk extractor you can find in the play store. - Open the apk with your zip explorer and extract the file
libEnbornx.so
fromlib/armeabi-v7a
folder toux0:data/enbornx
. - Extract the
assets
folder inux0:data/enbornx
.
Screenshots
Changelog
v1.0
- First Release.