Not A Hero Vita: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
Line 2: Line 2:
|title=Not A Hero Vita
|title=Not A Hero Vita
|image=notaherovita.png
|image=notaherovita.png
|description=Port of Not a Hero for PSVITA.
|description=Port of Not a Hero for PS Vita.
|author=Rinnegatamante
|author=Rinnegatamante
|lastupdated=2024/03/27
|lastupdated=2024/03/27
Line 19: Line 19:
|image_alt=Not A Hero Vita
|image_alt=Not A Hero Vita
}}
}}
This is a wrapper/port of 'Not A Hero' for the PS Vita. The port operates by loading the official Android ARMv7 executables into memory, resolving their imports with native functions, and patching them to ensure they run correctly. In essence, it's as if we’re emulating a minimalist Android environment in which the executables run natively.
This is a wrapper/port of 2D shooter Not A Hero for the PS Vita.  


'''Notes: The port has been tested with version 12.0 of the game.'''
==Installation==
 
Requirements:
==Requirements==
* libshacccg.suprx
* libshacccg.suprx
* kubridge.skprx
* kubridge.skprx
* Game Data Files: Android
* fd_fix.skprx OR repatch_ex.skprx
* Android game data files


== Setup Instructions ==
For the plugins:
* 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>:
* 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
   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_reLoaded_Vita|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/not_a_hero-vita/releases release page].
* '''Optional''': Install [[PSVshell Vita|PSVshell]] to overclock your device to 500Mhz.
* Obtain your copy of Not a Hero legally for Android in form of an <code>.apk</code> file.
* 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.
* Obtain your copy of ''Not a Hero'' legally for Android in form of an <code>.apk</code> file.
* Open the apk with your zip explorer and extract the files <code>libChowdren.so</code> and <code>libAmazonGamesJni.so</code> from the <code>lib/armeabi-v7a</code> folder to <code>ux0:data/not-a-hero</code>.
* Open the apk with your zip explorer and extract the files <code>libChowdren.so</code> and <code>libAmazonGamesJni.so</code> from the <code>lib/armeabi-v7a</code> folder to <code>ux0:data/not-a-hero</code>.
* Extract the <code>assets</code> folder in <code>ux0:data/not-a-hero</code>.
* Extract the <code>assets</code> folder in <code>ux0:data/not-a-hero</code>.
==Media==
'''Not A Hero (PS4, Vita, PC) - Gameplay''' ([https://www.youtube.com/watch?v=MnNfCB74dAY Excitehype]) <br>
<youtube width=""640"">MnNfCB74dAY</youtube>


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/notaherovita-01.png
https://dlhb.gamebrew.org/vitahomebrews/notaherovita-01.png
https://dlhb.gamebrew.org/vitahomebrews/notaherovita-02.png
https://dlhb.gamebrew.org/vitahomebrews/notaherovita-02.png


https://dlhb.gamebrew.org/vitahomebrews/notaherovita-03.png
https://dlhb.gamebrew.org/vitahomebrews/notaherovita-03.png
https://dlhb.gamebrew.org/vitahomebrews/notaherovita-04.png


https://dlhb.gamebrew.org/vitahomebrews/notaherovita-04.png
==Media==
'''Not A Hero (PS4, Vita, PC) - Gameplay''' ([https://www.youtube.com/watch?v=MnNfCB74dAY Excitehype]) <br>
<youtube width=""640"">MnNfCB74dAY</youtube>


==Changelog==  
==Changelog==  
Line 71: Line 68:


== External links ==
== External links ==
* GitHub - https://github.com/Rinnegatamante/not_a_hero-vita
* VitaDB - https://vitadb.rinnegatamante.it/#/info/1199
* VitaDB - https://vitadb.rinnegatamante.it/#/info/1199
* Github - https://github.com/Rinnegatamante/not_a_hero-vita

Latest revision as of 07:31, 31 March 2024

Not A Hero Vita
Notaherovita.png
General
AuthorRinnegatamante
TypeShooter
Version1.0.1
LicenseMixed
Last Updated2024/03/27
Links
Download
Website
Source
Support Author

This is a wrapper/port of 2D shooter Not A Hero for the PS Vita.

Installation

Requirements:

  • libshacccg.suprx
  • kubridge.skprx
  • fd_fix.skprx OR repatch_ex.skprx
  • Android game data files

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 Not a Hero legally for Android in form of an .apk file.
  • Open the apk with your zip explorer and extract the files libChowdren.so and libAmazonGamesJni.so from the lib/armeabi-v7a folder to ux0:data/not-a-hero.
  • Extract the assets folder in ux0:data/not-a-hero.

Screenshots

notaherovita-01.pngnotaherovita-02.png

notaherovita-03.pngnotaherovita-04.png

Media

Not A Hero (PS4, Vita, PC) - Gameplay (Excitehype)

Changelog

v1.0.1

  • Added multilanguage support.
  • Made two trophies hidden to mimic PS4 trophy pack.
  • Fixed a bug causing some trophies to not properly unlock.

v1.0

  • First Release.

Credits

  • TheFloW for the original .so loader.
  • CatoTheYounger for the screenshots and for testing the homebrew.
  • Northfear for the SDL2 fork with vitaGL as backend.

External links

Advertising: