More actions
(Created page with ""{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Games (Action) - GameBrew! |title_mode=append |image=hasseycollectionvita.jpg |image_alt=Hassey Collection }} {...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Games (Action) - GameBrew! | |title=Vita Homebrew Games (Action) - GameBrew! |
Revision as of 05:57, 8 November 2022
Hassey Collection | |
---|---|
File:Hasseycollectionvita.jpg | |
General | |
Author | Rinnegatamante |
Type | Action |
Version | 0.9 |
License | MIT License |
Last Updated | 2022/11/06 |
Links | |
Download | |
Source | |
This is a wrapper/port of Galcon 2: Galactic Conquest and BREAKFINITY for the PS Vita.
The port works by loading the official Android ARMv7 executables in memory, resolving their imports with native functions and patching them 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 executables as they are.
Requirements
- libshacccg.suprx (use ShaRKBR33D to install)
- kubridge.skprx v.0.3 or higher
- fd_fix.skprx OR repatch_ex.skprx
- Game Data Files: Android
Media
Screenshots
Setup Instructions (For End Users)
This port supports Galcon 2: Galactic Conquest and BREAKFINITY. The instructions reported here will follow how to install Galcon 2: Galactic Conquest.
In order to install BREAKFINITY, just follow the same instructions but, when in the guide the folder game1
is referred, change it to game2
.
- Install kubridge.skprx and fd_fix.skprx by copying
kubridge.skprx
andfd_fix.skprx
to your taiHEN plugins folder (usuallyux0:tai
) and adding two entries to yourconfig.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_ex.skprx plugin
- Optional: Install Psvshell Vita to overclock your device to 500Mhz.
- Install
libshacccg.suprx
, if you don't have it already, by running ShaRKBR33D to install. - Obtain your copy of Galcon 2: Galactic Conquest legally for Android in form of an
.apk
file. 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. - Open the apk with your zip explorer and extract the files
limain.so
from thelib/armeabi-v7a
folder toux0:data/hassey/game1
. - Extract the
assets
folder insideux0:data/hassey/game1
.
Credits
- TheFloW for the original .so loader.
- CatoTheYounger for the screenshots and for testing the homebrew.
- Once13one for the Livearea assets.
- Northfear for the SDL2 fork with vitaGL as backend.
Known Issues
- Galcon 2 has issues with online at the moment (game can connect to servers but updates aren't properly received) so can be played solely offline (Practice mode).
- Galcon 2 menus can be quite laggy but in game framerate is solid.
Changelog
(v.0.9)
- First Release.