More actions
(Created page with "{{Infobox Vita Homebrews |title=Pickleball Vita |image=PickleballVita.png |description=Port of Pickleball Pro for PSVITA. |author=Rinnegatamante |lastupdated=2024/08/15 |type=Other Games |version=1.0 |license=Mixed |download=https://dlhb.gamebrew.org/vitahomebrews/PickleballVita.7z |website=https://www.reddit.com/r/vitahacks/comments/1et3pw4/release_pickleball_vita_port_of_pickleball_pro/ |source=https://github.com/Rinnegatamante/pickleball_vita |donation=https://www.pat...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|title=Pickleball Vita | |title=Pickleball Vita | ||
|image=PickleballVita.png | |image=PickleballVita.png | ||
|description=Port of Pickleball Pro for | |description=Port of Pickleball Pro for PS Vita. | ||
|author=Rinnegatamante | |author=Rinnegatamante | ||
|lastupdated=2024/08/15 | |lastupdated=2024/08/15 | ||
Line 19: | Line 19: | ||
|image_alt=Pickleball Vita | |image_alt=Pickleball Vita | ||
}} | }} | ||
This is a wrapper/port of Pickleball Pro for the PS Vita. | This is a wrapper/port of jee561's [https://jee561.itch.io/pickleball-pro Pickleball Pro] for the PS Vita. | ||
==Installation== | |||
===Requirements=== | |||
==Requirements== | |||
* libshacccg.suprx | * libshacccg.suprx | ||
* kubridge.skprx | * kubridge.skprx | ||
* | * Android game data files | ||
===Instructions=== | |||
* Install [[Kubridge Vita|kubridge]] and [[FdFix Vita|FdFix]] by copying kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder (usually ux0:tai) and adding two entries to your config.txt under *KERNEL: | |||
<pre> *KERNEL | <pre> *KERNEL | ||
ux0:tai/kubridge.skprx | ux0:tai/kubridge.skprx | ||
ux0:tai/fd_fix.skprx | ux0:tai/fd_fix.skprx | ||
</pre> | |||
* Note: Do not 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]. | ||
* | * Download the vpk from [https://github.com/Rinnegatamante/pickleball_vita/releases Releases] and install it through [[VitaShell]]. | ||
* | * Obtain your copy of Pickleball Pro in form of an .apk file from the [https://jee561.itch.io/pickleball-pro official itch.io page]. | ||
* Obtain your copy | * Open the apk with your zip explorer and extract the file "lib/armeabi-v7a/libmain.so to ux0:data/pickleball". | ||
* Open the apk with your zip explorer and extract the file | * Extract the content of the assets folder from the .apk inside ux0:data/pickleball. | ||
* Extract the content of | |||
==Screenshots== | ==Screenshots== | ||
Line 48: | Line 45: | ||
https://dlhb.gamebrew.org/vitahomebrews/PickleballVita-02.png | https://dlhb.gamebrew.org/vitahomebrews/PickleballVita-02.png | ||
==Changelog== | ==Changelog== | ||
Line 60: | Line 55: | ||
== External links == | == External links == | ||
* GitHub - https://github.com/Rinnegatamante/pickleball_vita | |||
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1227 | |||
* Reddit - https://www.reddit.com/r/vitahacks/comments/1et3pw4/release_pickleball_vita_port_of_pickleball_pro/ | * Reddit - https://www.reddit.com/r/vitahacks/comments/1et3pw4/release_pickleball_vita_port_of_pickleball_pro/ | ||
[[Category:Mobile game ports on Vita]] | |||
[[Category:Vita game ports]] |
Latest revision as of 05:29, 26 October 2024
Pickleball Vita | |
---|---|
General | |
Author | Rinnegatamante |
Type | Other Games |
Version | 1.0 |
License | Mixed |
Last Updated | 2024/08/15 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
This is a wrapper/port of jee561's Pickleball Pro for the PS Vita.
Installation
Requirements
- libshacccg.suprx
- kubridge.skprx
- Android game data files
Instructions
- Install kubridge and FdFix by copying kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder (usually ux0:tai) and adding two entries to your config.txt under *KERNEL:
*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.
- Download the vpk from Releases and install it through VitaShell.
- Obtain your copy of Pickleball Pro in form of an .apk file from the official itch.io page.
- Open the apk with your zip explorer and extract the file "lib/armeabi-v7a/libmain.so to ux0:data/pickleball".
- Extract the content of the assets folder from the .apk inside ux0:data/pickleball.
Screenshots
Changelog
v1.0
- First Release.
Credits
- TheFloW for the original .so loader.
- Northfear for the SDL2 fork with vitaGL as backend.