More actions
Poppy Kart Collection | |
---|---|
File:Poppykartcollectionvita.jpg | |
General | |
Author | Rinnegatamante |
Type | Racing |
Version | 1.0 |
License | Mixed |
Last Updated | 2023/01/18 |
Links | |
Download | |
Source | |
This is a wrapper/port of Poppy Kart and Poppy Kart 2 for the PS Vita. Poppy Kart is a humorous racing game set in a pixelated world, providing an entertaining and light-hearted experience for players.
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
- kubridge.skprx
- fd_fix.skprx OR repatch_ex.skprx
- Game Data Files: Android
Installation
This port supports Poppy Kart and Poppy Kart 2. The instructions reported here will follow how to install Poppy Kart.
In order to install Poppy Kart 2, just follow the same instructions but, when in the guide the folder game1
is referred, change it to game2
.
- 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
:
*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. - Obtain your copy of Poppy Kart 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 file
libmain.so
from thelib/armeabi-v7a
folder toux0:data/poppykart/game1
. - Extract the
assets
folder insideux0:data/poppykart/game1
.
Full game support
Full game mode for both games can be enabled by editing a config file named settings.cfg
located inside ux0:app/POPPYKART
. We strongly encourage to enable support for these contents solely if you purchased them on your Android device. Sadly, we have no way to propose a license check on Vita against your purchased in-game contents on Android, so show respect and support webrox first before proceeding. Open the file ux0:app/POPPYKART/settings.cfg
and change enable_dlcs=0
to enable_dlcs=1
.
Media
POPPY KART - Definitely NOT Mario Kart - (Jim Sterling)
Screenshots
Known Issues
The game has a memleak in music freeing. Playing the game for extensive periods may cause a crash.
Changelog
(v.1.0)
- First Release.