More actions
(Created page with "{{#seo: |title=Vita Homebrew Games (Strategy) - GameBrew |title_mode=append |image=anomalywarzoneearthhdvita.png |image_alt=Anomaly: Warzone Earth HD Vita }} {{Infobox Vita Homebrews |title=Anomaly: Warzone Earth HD Vita |image=anomalywarzoneearthhdvita.png |description=Port of Anomaly: Warzone Earth HD for PSVITA. |author=Rinnegatamante |lastupdated=2023/02/27 |type=Strategy |version=1.0 |license=MIT |download=https://dlhb.gamebrew.org/vitahomebrews/anomalywarzoneearthh...") |
No edit summary |
||
Line 17: | Line 17: | ||
|website=https://github.com/Rinnegatamante/anomaly-we_vita | |website=https://github.com/Rinnegatamante/anomaly-we_vita | ||
|source=https://github.com/Rinnegatamante/anomaly-we_vita | |source=https://github.com/Rinnegatamante/anomaly-we_vita | ||
|discussion=https://www.patreon.com/Rinnegatamante | |||
}} | }} | ||
'''Anomaly: Warzone Earth HD''' has been adapted for use on the PS Vita through a port, which involves loading the official Android ARMv6 executable into memory, resolving its imports with native functions, and patching it to ensure proper functioning on the Vita. | '''Anomaly: Warzone Earth HD''' has been adapted for use on the PS Vita through a port, which involves loading the official Android ARMv6 executable into memory, resolving its imports with native functions, and patching it to ensure proper functioning on the Vita. | ||
Line 61: | Line 62: | ||
* Github - https://github.com/Rinnegatamante/anomaly-we_vita | * Github - https://github.com/Rinnegatamante/anomaly-we_vita | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/1046 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/1046 | ||
[[Category:Support the author]] |
Revision as of 03:52, 28 February 2023
Anomaly: Warzone Earth HD Vita | |
---|---|
General | |
Author | Rinnegatamante |
Type | Strategy |
Version | 1.0 |
License | MIT License |
Last Updated | 2023/02/27 |
Links | |
Download | |
Website | |
Source | |
Anomaly: Warzone Earth HD has been adapted for use on the PS Vita through a port, which involves loading the official Android ARMv6 executable into memory, resolving its imports with native functions, and patching it to ensure proper functioning on the Vita.
Note: This particular port has only been tested with version 1.12 of the game, as later versions feature an OBB file that may affect compatibility.
Requirements
How to install
- Copy kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder and add two entries to your config.txt under *KERNEL (change to ur0 if you store the plugins there)
*KERNEL ux0:tai/kubridge.skprx ux0:tai/fd_fix.skprx
- Note: Do not 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.
- Obtain your copy of Anomaly: Warzone Earth HD legally for Android in form of an .apk file.
- Open the apk with your zip explorer and extract the file libAndroidGame.so from the lib/armeabi folder to ux0:data/anomaly.
- Extract the folder assets to ux0:data/anomaly.
Media
Anomaly: Warzone Earth HD for Android - (Android Central)
Screenshots
Changelog
(v.1.0)
- First Release.
Credits
- CatoTheYounger for the screenshots and for testing the homebrew.
- gl33ntwine for helping dealing with partial automatization of shaders translation.