FF4-Vita
From GameBrew
More actions
| Final Fantasy 4 Vita | |
|---|---|
| File:Ff4vita.jpg | |
| General | |
| Author | Rinnegatamante, frangarcj, TheFloW |
| Type | Role playing |
| Version | 1.2 |
| License | Mixed |
| Last Updated | 2022/02/18 |
| Links | |
| Download | |
| Source | |
This is a wrapper/port of Final Fantasy IV (3D Remake) Android for the PS Vita.
The port works by loading the official Android ARMv7 executable in memory, resolving its imports with native functions and patching it in order to properly run.
Requirements
- libshacccg.suprx
- kubridge.skprx
- fd_fix.skprx OR repatch_ex.skprx
- Game Data Files: Android
Setup Instructions
In order to properly install the game, you'll have to follow these steps precisely:
- Install kubridge and FdFix by copying
kubridge.skprxandfd_fix.skprxto your taiHEN plugins folder (usuallyux0:tai) and adding two entries to yourconfig.txtunder*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. - Obtain your copy of Final Fantasy 4 legally from the Google Play store in form of an
.apkfile and one or more.obbfiles (usually located inside the/sdcard/android/obb/com.square_enix.android_googleplay.FFIV_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.apkto.zipto open them with your default zip extractor. - Copy the
.obbfile toux0:data/ff4and rename it tomain.obb. - Open the apk and extract
libff4.sofrom thelib/armeabi-v7afolder toux0:data/ff4. - Install FF4.vpk on your PS Vita.
- Optional (Opening Video Playback): Extract from the apk, the file
res/raw/opening.mp4and convert it to 1280x720 (ffmpeg can be used for this task with the commandffmpeg -i opening.mp4 -vf scale=1280x720 output.mp4). Once converted, copy it toux0:data/ff4named asopening.mp4.
Media
Screenshots
Changelogs
v.1.2
- Updated to latest vitaShaRK commit. (Fixes some memory leaks and reduces overhaul memory usage)
- Updated to latest vitaGL commit.
- Added an option to swap O and X buttons functionalities.
- Added possibility to force english dub usage.
v.1.1
- Fixed an issue causing the game to crash with plugins hooking sceDisplaySetFrameBuf.
- Set Bilinear Filtering to Disabled by default cause it causes some minor artifacting with textures.
- Fixed an issue causing text input keyboard to partially glitch when a PostFX effect was being used.
- Fixed the Debug Menu option in the Configurator app. Now it can be correctly enabled.
- Fixed higher resolutions (720p,/1080i) support. Now works as intended.
- Added support for Simplified Chinese, Traditional Chinese and Korean languages.
v.1.0
- 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.
- Samilop "Cimmerian" Iter for testing the game.