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

FF5-Vita: Difference between revisions

From GameBrew
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Games (Role playing) - GameBrew! |title_mode=append |image=ff5vita.jpg |image_alt=FF5-Vita }} {{Infobox Vita Hom...")
 
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
{{#seo:
|title=Vita Homebrew Games (Role playing) - GameBrew!
|title=Vita Homebrew Games (Role playing) - GameBrew
|title_mode=append
|title_mode=append
|image=ff5vita.jpg
|image=ff5vita2.png
|image_alt=FF5-Vita
|image_alt=Final Fantasy V Vita
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=FF5-Vita
|title=Final Fantasy V Vita
|image=ff5vita.jpg
|image=ff5vita2.png
|description=Port of Final Fantasy V for PSVITA.
|description=Port of Final Fantasy V for PS VIta.
|author=frangarcj & Rinnegatamante & TheFloW
|author=frangarcj, Rinnegatamante, TheFloW
|lastupdated=2021/10/08
|lastupdated=2021/10/09
|type=Role playing
|type=Role Playing
|version=1.0
|version=1.0
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/vitahomebrews/ff5vita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/ff5vita.7z
|website=
|website=https://github.com/frangarcj/ff5_vita
|source=https://github.com/frangarcj/ff5_vita
|source=https://github.com/frangarcj/ff5_vita
|donation=[https://ko-fi.com/frangar], [https://www.patreon.com/Rinnegatamante], [https://www.patreon.com/TheOfficialFloW]
}}
}}
Port of Final Fantasy V for PSVITA.
This is a wrapper/port of Final Fantasy V Android for the PS Vita.


'''Please Improve This Article If You Can.'''
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.


==Installation==
Requirements:
* libshacccg.suprx
* kubridge.skprx
* fd_fix.skprx OR repatch_ex.skprx
* Game Data Files: [https://play.google.com/store/apps/details?id=com.square_enix.android_googleplay.FFPR5 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 and adding two entries to your config.txt under *KERNEL (change accordingly if you are using ur0:tai):
  *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|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].


==Media==
Adding the game data file:
<youtube>RIaJHh60hQY</youtube>
*Obtain your copy of Final Fantasy V 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.FFV_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/ff5 and rename it to main.obb.
*Open the apk and extract libff5lib.so from the lib/armeabi-v7a folder to ux0:data/ff5.
*Open the apk and extract the assets folder contents to ux0:data/ff5/assets.
*Install FF5.vpk on your PS Vita.


==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/ff5vita3.png
https://dlhb.gamebrew.org/vitahomebrews/ff5vita4.png


==Screenshots==
==Changelog==
https://dlhb.gamebrew.org/vitahomebrews/ff5vita-01.jpg
'''v1.0'''
https://dlhb.gamebrew.org/vitahomebrews/ff5vita-02.jpg
*Initial Release.
https://dlhb.gamebrew.org/vitahomebrews/ff5vita-03.jpg
 
https://dlhb.gamebrew.org/vitahomebrews/ff5vita-04.jpg
==Credits==
https://dlhb.gamebrew.org/vitahomebrews/ff5vita-05.jpg
*TheFloW for the initial arm elf loader.
https://dlhb.gamebrew.org/vitahomebrews/ff5vita-06.jpg
*Rinnegatamante for vitaGL, companion app and fixes.
https://dlhb.gamebrew.org/vitahomebrews/ff5vita-07.jpg
*Darthbellic for providing LiveArea assets.
https://dlhb.gamebrew.org/vitahomebrews/ff5vita-08.jpg


==Changelogs==
==External links==
* GitHub - https://github.com/frangarcj/ff5_vita
* VitaDB - https://vitadb.rinnegatamante.it/#/info/733


== External links ==
[[Category:Mobile game ports on Vita]]
* Official Website -
[[Category:Vita game ports]]
* Gbatemp -
* Github -
* Google Source -

Latest revision as of 05:25, 26 October 2024

Final Fantasy V Vita
Ff5vita2.png
General
Authorfrangarcj, Rinnegatamante, TheFloW
TypeRole Playing
Version1.0
LicenseMIT License
Last Updated2021/10/09
Links
Download
Website
Source
[[1], [2], [3] Support Author]

This is a wrapper/port of Final Fantasy V 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.

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 and adding two entries to your config.txt under *KERNEL (change accordingly if you are using ur0:tai):
 *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 file:

  • Obtain your copy of Final Fantasy V 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.FFV_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/ff5 and rename it to main.obb.
  • Open the apk and extract libff5lib.so from the lib/armeabi-v7a folder to ux0:data/ff5.
  • Open the apk and extract the assets folder contents to ux0:data/ff5/assets.
  • Install FF5.vpk on your PS Vita.

Screenshots

ff5vita3.png ff5vita4.png

Changelog

v1.0

  • Initial Release.

Credits

  • TheFloW for the initial arm elf loader.
  • Rinnegatamante for vitaGL, companion app and fixes.
  • Darthbellic for providing LiveArea assets.

External links

Advertising: