More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Vita Homebrew Games (Role playing) - GameBrew | |title=Vita Homebrew Games (Role playing) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=finalfantasyivtayvita2.png | ||
|image_alt=Final Fantasy IV: The After Years | |image_alt=Final Fantasy IV: The After Years | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Final Fantasy IV: The After Years | |title=Final Fantasy IV: The After Years | ||
|image= | |image=finalfantasyivtayvita2.png | ||
|description=Port of Final Fantasy IV: The After Years for | |description=Port of Final Fantasy IV: The After Years for PS Vita. | ||
|author=Rinnegatamante, frangarcj | |author=Rinnegatamante, frangarcj | ||
|lastupdated=2022/10/ | |lastupdated=2022/10/07 | ||
|type=Role playing | |type=Role playing | ||
|version=0.8 | |version=0.8 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/finalfantasyivtayvita.7z | ||
|website=https:// | |website=https://github.com/Rinnegatamante/ff4a_vita | ||
|source=https://github.com/Rinnegatamante/ff4a_vita | |source=https://github.com/Rinnegatamante/ff4a_vita | ||
}} | }} | ||
This is a wrapper/port of | This is a wrapper/port of Final Fantasy 4: The After Years Android for the PS Vita. | ||
The port works by loading the official Android ARMv6 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 is. | The port works by loading the official Android ARMv6 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 is. | ||
== | ==Installation== | ||
Requirements: | |||
* libshacccg.suprx | * libshacccg.suprx | ||
* kubridge.skprx | * kubridge.skprx | ||
* fd_fix.skprx OR repatch_ex.skprx | * fd_fix.skprx OR repatch_ex.skprx | ||
* Game Data Files: Android | * Game Data Files: [https://play.google.com/store/apps/details?id=com.square_enix.android_googleplay.FF4AY_GP Android] | ||
Installing the required plugins: | |||
*Install [[Kubridge Vita|kubridge]] and [[FdFix Vita|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 | |||
* Install [ | |||
ux0:tai/kubridge.skprx | ux0:tai/kubridge.skprx | ||
ux0:tai/fd_fix.skprx | ux0:tai/fd_fix.skprx | ||
*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 libshacccg.suprx, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide]. | |||
Adding the game data files: | |||
*Obtain your copy of Final Fantasy IV: The After Years legally from the Google Play store in form of an .apk file and one or more .obb files (usually located inside the /sdcard/android/obb/com.square_enix.android_googleplay.FF4AY_GP/) folder. [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. The apk can be extracted with whatever Zip extractor you prefer (eg: WinZip, WinRar, etc...) since apk is basically a zip file. You can rename .apk to .zip to open them with your default zip extractor. | |||
*Copy the .obb file to ux0:data/ff4a and rename it to main.obb. | |||
*Open the apk and extract libff4a.so from the lib/armeabi folder to ux0:data/ff4a. | |||
*Install FF4AY.vpk on your PS Vita. | |||
==Screenshots== | |||
finalfantasyivtayvita3.png | |||
finalfantasyivtayvita4.png | |||
finalfantasyivtayvita5.png | |||
finalfantasyivtayvita46png | |||
== Known | == Known issues == | ||
* Framerate is inconsistent and, under certain circumstances it can even reach single digit numbers. | * Framerate is inconsistent and, under certain circumstances it can even reach single digit numbers. | ||
* Models which appear or leave the scene remain in the position they'd appear or leave for all cutscenes. | * Models which appear or leave the scene remain in the position they'd appear or leave for all cutscenes. | ||
Line 67: | Line 60: | ||
==Changelog== | ==Changelog== | ||
''' | '''v0.8''' | ||
* First Release. | * First Release. | ||
Revision as of 14:00, 26 December 2022
Final Fantasy IV: The After Years | |
---|---|
General | |
Author | Rinnegatamante, frangarcj |
Type | Role playing |
Version | 0.8 |
License | Mixed |
Last Updated | 2022/10/07 |
Links | |
Download | |
Website | |
Source | |
This is a wrapper/port of Final Fantasy 4: The After Years Android for the PS Vita.
The port works by loading the official Android ARMv6 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 is.
Installation
Requirements:
- libshacccg.suprx
- kubridge.skprx
- fd_fix.skprx OR repatch_ex.skprx
- Game Data Files: Android
Installing the required 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.
Adding the game data files:
- Obtain your copy of Final Fantasy IV: The After Years legally from the Google Play store in form of an .apk file and one or more .obb files (usually located inside the /sdcard/android/obb/com.square_enix.android_googleplay.FF4AY_GP/) folder. You can get all the required files directly from your phone or by using an apk extractor you can find in the play store. The apk can be extracted with whatever Zip extractor you prefer (eg: WinZip, WinRar, etc...) since apk is basically a zip file. You can rename .apk to .zip to open them with your default zip extractor.
- Copy the .obb file to ux0:data/ff4a and rename it to main.obb.
- Open the apk and extract libff4a.so from the lib/armeabi folder to ux0:data/ff4a.
- Install FF4AY.vpk on your PS Vita.
Screenshots
finalfantasyivtayvita3.png finalfantasyivtayvita4.png
finalfantasyivtayvita5.png finalfantasyivtayvita46png
Known issues
- Framerate is inconsistent and, under certain circumstances it can even reach single digit numbers.
- Models which appear or leave the scene remain in the position they'd appear or leave for all cutscenes.
- Jumps in overmap have glitched animations.
- When running in overmap for several seconds without interruption, model will stop being animated (only cosmetic).
- Some overworld effects do not properly alter fullscreen tint as they should.
- Since original Android app has no proper full controller support, physical buttons can't be used during battles and in menus.
Changelog
v0.8
- First Release.
Credits
- TheFloW for the .so loader which is the core mechanism used for this port.
- frangarcj for FF3_Vita on which this port is heavily based off.
- Darth Bellic for the Livearea assets.
- f2pwn for testing the homebrew extensively.