Superfluous Returnz Vita
More actions
| Superfluous Returnz Vita | |
|---|---|
| General | |
| Author | Rinnegatamante |
| Type | Adventure |
| Version | 0.5 |
| License | Mixed |
| Last Updated | 2023/07/09 |
| Links | |
| Download | |
| Website | |
| Source | |
This is a wrapper/port of Superfluous Returnz for the PS Vita.
The port works by loading the official Android ARMv7 executables 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 is.
About The Game
The action unfolds in Fochougny, an incredibly serene French village that serves as the residence of billionaire Harpagon Lonion. While the tranquil countryside seems an unlikely setting, Harpagon regularly assumes the role of Superfluous, a remarkably futile superhero.
Assisted by Sophie, his diligent aide who attempts to temper her employer's boundless enthusiasm, Harpagon embarks on a quest to apprehend the elusive apple thief wreaking havoc upon Fochougny's orchards.
- Can you uncover the identity of this miscreant?
- Will you ultimately unveil a criminal worthy of your exceptional skills?
- Will you succeed in locating the culprit amidst the delightful charm of this village?
Requirements
- libshacccg.suprx
- kubridge.skprx
- fd_fix.skprx OR repatch_ex.skprx
- Game Data Files: Android
Setup
Setup Instructions (For End Users) - General Part
- Install kubridge and FdFix by copying
kubridge.skprxandfd_fix.skprxto your taiHEN plugins folder (usuallyux0:tai) and adding two entries to yourconfig.txtunder*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. - Install the vpk from Release tab.
- Obtain your copy of Superfluous Returnz legally for Android in form of an
.apkfile and an.obbfile (The Demo version works as well but beware it's formed by only an apk file).
Setup Instructions (For End Users) - Full Game Part
- Before proceeding, be sure to have read the Disclaimer paragraph of this README.
- Open the apk with your zip explorer and extract the files
libmain.so,libc++_shared.so,libyaml.soandliblz4.sofrom thelib/armeabi-v7afolder toux0:data/sosage. - Download the
patcher.ziparchive from Release tab and extract it on your computer in a folder. - Extract the
datafolder from the.obbinside the same folder where you extractedpatcher.zipand rename itdata_orig. - With a command line instance, run
SCAP data_orig/ . -dand wait for it to finish (It will work in background). - Once finished, run
patcher.exeand wait for it to finish. - Create an
assetsfolder insideux0:data/sosageand create inside it another folder nameddataso that you end up havingux0:data/sosage/assets/data. - Place
pvrfolder insideuxo:data/sosage/assets. - Grab the
imagesfolder from insidepatchedfolder and place it insideux0:data/sosage/assets/data. - Grab
fonts,soundsanddatafolder from the same folder where you extractedpatcher.zipand place it insideux0:data/sosage/assets/data.
Setup Instructions (For End Users) - Demo Part
- Open the apk with your zip explorer and extract the files
libmain.so,libc++_shared.so,libyaml.soandliblz4.sofrom thelib/armeabi-v7afolder toux0:data/sosage. - Extract the
assetsfolder from the.apkinsideux0:data/sosage.
Media
Superfluous Returnz — Trailer - (Ptilouk Net Studios)
Screenshots
Known Issues
As of v.0.5, this port can properly allow to play solely the Demo version of the game. The full game will boot but eventually will run out of mem making the game unbeatable.
Changelog
v0.5
- First Release.
Credits
- TheFloW for the original .so loader.
- CatoTheYounger for the screenshots and for testing the homebrew.
- fgsfds for providing a precompiled Windows build for SCAP utility.
- Northfear for the SDL2 fork with vitaGL as backend.