More actions
FFD-Vita | |
---|---|
General | |
Author | Rinnegatamante |
Type | Role playing |
Version | 1.0 |
Last Updated | 2024/03/09 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
This project serves as a wrapper/port for Final Fantasy Dimensions on the PS Vita.
The port achieves its functionality by loading the official Android ARMv6 executables into memory. It then proceeds to resolve imports using native functions and apply necessary patches to ensure smooth execution. Essentially, we create a minimalist Android environment within which the game’s executable runs natively.
About The Game
FINAL FANTASY DIMENSIONS for smartphones not only boasts enhanced graphics and sound but also makes its debut in overseas markets.
This nostalgic title harks back to the series’ origins, featuring captivating 2-D pixel art, a dynamic job change-based battle system, and a timeless narrative woven with themes of light, darkness, and mystical crystals. Whether you’re a seasoned fan or a newcomer, FINAL FANTASY DIMENSIONS delivers the quintessential blend of retro charm and modern allure, right into your hands.
Note
- The port has been tested with v.1.1.3 of the game.
- Once in worldmap, it's suggested to go in Menu -> Config -> Controls and set it to Fix. By doing this, it will be possible to use physical buttons to move on the map, to interact with objects (Cross) and to open the Menu (Triangle).
Setup Instructions
In order to properly install the game, you'll have to follow these steps precisely:
- Install kubridge and FdFix by copying
kubridge.skprx
andfd_fix.skprx
to your taiHEN plugins folder (usuallyux0:tai
) and adding two entries to yourconfig.txt
under*KERNEL
:
<pre*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 Vita 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 Dimensions legally for Android in form of an
.apk
file and an obb. You can get all the required files directly from your phone or by using an apk extractor you can find in the play store. - Open the apk with your zip explorer and extract the file
libjniproxy.so
from thelib/armeabi
folder toux0:data/ffd
. - Extract the folder
res
insideux0:data/ffd
. - Extract the
obb
file inux0:data/ffd
and rename the filemain.obb
.
Media
Final Fantasy Dimensions: The FFV Sequel we never got | REFFOID (TomLazan)
Screenshots
Changelog
v1.0
- First Release.
Credits
- TheFloW for the original .so loader.
- frangarcj for [[FF5-Vita|FF5 Vita] from which several code snippets had been taken since the two games share the engine.
- withLogic for testing the homebrew and providing screenshots.
- Brandonheat8 for the Livearea assets.