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

Aerofoil Vita: Difference between revisions

From GameBrew
No edit summary
(Undo revision 190858 by HydeWing (talk))
Tag: Undo
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Vita Homebrew Games (Action) - GameBrew
|title_mode=append
|image=aerofoilvita.png
|image_alt=Aerofoil Vita
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=Aerofoil Vita
|title=Aerofoil Vita
|image=aerofoilvita.png
|image=aerofoilvita.png
|description=Port of Aerofoil for PSVITA.
|description=Port of Aerofoil for PS Vita.
|author=Rinnegatamante
|author=Rinnegatamante
|lastupdated=2023/02/21
|lastupdated=2023/02/21
Line 14: Line 8:
|version=1.0
|version=1.0
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/aerofoilvita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/aerofoilvita.7z?k33p0fil35
|website=https://github.com/Rinnegatamante/Aerofoil-Vita
|website=https://github.com/Rinnegatamante/Aerofoil-Vita
|source=https://github.com/Rinnegatamante/Aerofoil-Vita
|source=https://github.com/Rinnegatamante/Aerofoil-Vita
|donation=https://www.patreon.com/Rinnegatamante
}}
{{#seo:
|title=Vita Homebrew Games (Action) - GameBrew
|title_mode=append
|image=aerofoilvita.png
|image_alt=Aerofoil Vita
}}
}}
Aerofoil has been ported to Vita from John Calhoun's Glider PRO, a classic paper airplane game for Apple Macintosh computers that was released in 1994.
This is a port of Aerofoil to the PS Vita, it is source port of the classic paper airplane game Glider Pro for Apple Macintosh computers.


The port includes various features such as a 90's-style GUI, gamepad support, high-quality upscaling and color correction, a complete port of the level editor, a set of import tools for unpacking and converting the vast majority of existing community content, and a new touchscreen interface for mobile devices.
==Installation==
 
Requirements:
==Requirements==
* libshacccg.suprx
* libshacccg.suprx
* kubridge.skprx
* [[Kubridge Vita|Kubridge]]
* fd_fix.skprx OR repatch_ex.skprx
* [[FdFix Vita|FdFix]] OR repatch_ex.skprx
 
==Description==
This is a wrapper/port of Aerofoil 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. By doing so, it's basically as if we emulate a minimalist Android environment in which we run natively the executable as it is.
 
== Setup Instructions ==
* 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>:


<pre>*KERNEL
How to install:
  ux0:tai/kubridge.skprx
*Copy kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder and add two entries to your config.txt under *KERNEL (change to ur0 if you store the plugins there)
  ux0:tai/fd_fix.skprx</pre>
*KERNEL
 
ux0:tai/kubridge.skprx
'''Note''' Don't install fd_fix.skprx if you're using rePatch plugin
ux0:tai/fd_fix.skprx
 
*Note: Do not install fd_fix.skprx if you're using rePatch plugin.
* '''Optional''': Install [[PSVshell Vita]] to overclock your device to 500Mhz.
*(Optional) Install [[PSVshell Vita|PSVshell]] to overclock your device to 500Mhz.
* 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].
*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].
* Install the vpk from Release tab.
*Install the vpk, then extract the zip file in ux0:data.
* Extract the zip file from Release tab in ux0:data.


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/aerofoilvita-01.png
https://dlhb.gamebrew.org/vitahomebrews/aerofoilvita-01.png
https://dlhb.gamebrew.org/vitahomebrews/aerofoilvita-02.png
https://dlhb.gamebrew.org/vitahomebrews/aerofoilvita-02.png
https://dlhb.gamebrew.org/vitahomebrews/aerofoilvita-03.png
https://dlhb.gamebrew.org/vitahomebrews/aerofoilvita-03.png
https://dlhb.gamebrew.org/vitahomebrews/aerofoilvita-04.png
https://dlhb.gamebrew.org/vitahomebrews/aerofoilvita-04.png


==Changelog==  
==Changelog==  
'''(v.1.0)'''
'''v1.0'''
* First Release.
* First Release.


Line 63: Line 55:


== External links ==
== External links ==
* Github - https://github.com/Rinnegatamante/Aerofoil-Vita
* GitHub - https://github.com/Rinnegatamante/Aerofoil-Vita
* VitaDB - https://vitadb.rinnegatamante.it/#/info/1040
* VitaDB - https://vitadb.rinnegatamante.it/#/info/1040
[[Category:Mobile game ports on Vita]]
[[Category:Vita game ports]]

Latest revision as of 01:52, 31 October 2024

Aerofoil Vita
Aerofoilvita.png
General
AuthorRinnegatamante
TypeAction
Version1.0
LicenseMixed
Last Updated2023/02/21
Links
Download
Website
Source
Support Author

This is a port of Aerofoil to the PS Vita, it is source port of the classic paper airplane game Glider Pro for Apple Macintosh computers.

Installation

Requirements:

How to install:

  • Copy kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder and add two entries to your config.txt under *KERNEL (change to ur0 if you store the plugins there)
*KERNEL
ux0:tai/kubridge.skprx
ux0:tai/fd_fix.skprx
  • Note: Do not 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.
  • Install the vpk, then extract the zip file in ux0:data.

Screenshots

aerofoilvita-01.png aerofoilvita-02.png

aerofoilvita-03.png aerofoilvita-04.png

Changelog

v1.0

  • First Release.

Credits

  • TheFloW for the original .so loader.
  • CatoTheYounger for the screenshots and for testing the homebrew.
  • Northfear for the SDL2 fork with vitaGL as backend.
  • elosota for the work on Aerofoil.

External links

Advertising: