Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

FF4AY-Vita: Difference between revisions

From GameBrew
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=finalfantasyivtheafteryearsvita.jpg
|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=finalfantasyivtheafteryearsvita.jpg
|image=finalfantasyivtayvita2.png
|description=Port of Final Fantasy IV: The After Years for PSVITA.
|description=Port of Final Fantasy IV: The After Years for PS Vita.
|author=Rinnegatamante, frangarcj
|author=Rinnegatamante, frangarcj
|lastupdated=2022/10/06
|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/finalfantasyivtheafteryearsvita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/finalfantasyivtayvita.7z
|website=https://play.google.com/store/apps/details?id=com.square_enix.android_googleplay.FF4AY_GP
|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 ''Final Fantasy 4: The After Years Android'' for the ''PS Vita''.
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.


==Requirements==
==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]


== Setup Instructions==
Installing the required plugins:
In order to properly install the game, you'll have to follow these steps precisely:
*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 [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>:
 
<div class="snippet-clipboard-content notranslate position-relative overflow-auto">
 
<pre class="notranslate">  *KERNEL
   ux0:tai/kubridge.skprx
   ux0:tai/kubridge.skprx
   ux0:tai/fd_fix.skprx</pre>
   ux0:tai/fd_fix.skprx
<div class="zeroclipboard-container position-absolute right-0 top-0">
*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].


'''Note''' Don't install fd_fix.skprx if you're using repatch plugin
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.


* '''Optional''': Install [https://github.com/Electry/PSVshell/releases PSVshell] to overclock your device to 500Mhz.
==Screenshots==
* 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].
finalfantasyivtayvita3.png
* Obtain your copy of ''Final Fantasy IV: The After Years'' legally from the Google Play store in form of an <code>.apk</code> file and one or more <code>.obb</code> files (usually located inside the <code>/sdcard/android/obb/com.square_enix.android_googleplay.FF4AY_GP/</code>) 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 <code>.apk</code> to <code>.zip</code> to open them with your default zip extractor.
finalfantasyivtayvita4.png
* Copy the <code>.obb</code> file to <code>ux0:data/ff4a</code> and rename it to <code>main.obb</code>.
* Open the apk and extract <code>libff4a.so</code> from the <code>lib/armeabi</code> folder to <code>ux0:data/ff4a</code>.
* Install [https://github.com/Rinnegatamante/ff4a_vita/releases FF4AY.vpk] on your ''PS Vita''.


==Media==
finalfantasyivtayvita5.png
<youtube>nBznAWdXpec</youtube>
finalfantasyivtayvita46png
 
==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/finalfantasyivtheafteryearsvita-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/finalfantasyivtheafteryearsvita-01.jpg
https://dlhb.gamebrew.org/vitahomebrews/finalfantasyivtheafteryearsvita-02.jpg
https://dlhb.gamebrew.org/vitahomebrews/finalfantasyivtheafteryearsvita-03.jpg


== Known Issues ==
== 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==
'''v.0.8'''
'''v0.8'''
* First Release.
* First Release.



Revision as of 14:00, 26 December 2022

Final Fantasy IV: The After Years
Finalfantasyivtayvita2.png
General
AuthorRinnegatamante, frangarcj
TypeRole playing
Version0.8
LicenseMixed
Last Updated2022/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.

External links

Advertising: