EnbornX Vita: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
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.


The port works by loading the official Android ARMv7 executables 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 is.
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.


==About The Game==
==Installation==
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 objective is to eliminate as many enemies as you can swiftly using your arsenal of powerful weapons to achieve a high score.
Requirements:
 
==Requirements==
* libshacccg.suprx
* libshacccg.suprx
* kubridge.skprx
* [[Kubridge_Vita|kubridge.skprx]]
* Game Data Files: Android
* [[FdFix Vita|fd_fix.skprx]] or [[RePatch reLoaded Vita|repatch_ex.skprx]]
 
* Android game data files (tested with v1.11 of the game)
'''Note: The port has been tested with v.1.11 of the game.'''
 
== Setup Instructions==
In order to properly install the game, you'll have to follow these steps precisely:


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].


'''Note''' Don't install fd_fix.skprx if you're using rePatch plugin
For the game:
 
* Install the VPK from the [https://github.com/Rinnegatamante/enbornx_vita/releases release page].
* '''Optional''': Install [https://github.com/Electry/PSVshell/releases PSVshell] to overclock your device to 500Mhz.
* 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.
* 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].
* 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.
* 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>.
==Media==
'''Official ENBORN-X Trailer''' ([https://www.youtube.com/watch?v=WtFqmvwoFuc TouchGameplay]) <br>
<youtube width=""640"">WtFqmvwoFuc</youtube>


==Screenshots==
==Screenshots==
Line 73: Line 64:


== External links ==
== External links ==
* Reddit - https://www.reddit.com/r/vitahacks/comments/1amam7s/release_enbornx_vita_v10_port_of_enbornx_for/
* GitHub - https://github.com/Rinnegatamante/enbornx_vita
* 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

Latest revision as of 14:03, 11 February 2024

EnbornX Vita
Enbornxvita.png
General
AuthorRinnegatamante
TypeShooter
Version1.0
LicenseMIT License
Last Updated2024/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:

For the plugins:

  • Install kubridge and FdFix by copying kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder (usually ux0:tai) and adding two entries to your config.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 from lib/armeabi-v7a folder to ux0:data/enbornx.
  • Extract the assets folder in ux0:data/enbornx.

Screenshots

enbornxvita-01.png

enbornxvita-02.png

enbornxvita-03.png

enbornxvita-04.png

Changelog

v1.0

  • First Release.

Credits

  • TheFloW for the original .so loader.
  • gl33ntwine for the awesome Android subsystem reimplementation FalsoNDK and FalsoJNI.
  • CatoTheYounger for testing the homebrew and providing screenshots.

External links

Advertising: