Ultimate Spiderman: Total Mayhem Vita
More actions
| Ultimate Spiderman: Total Mayhem Vita | |
|---|---|
| General | |
| Author | Rinnegatamante & TheFloW |
| Type | Action |
| Version | 1.1 |
| License | MIT License |
| Last Updated | 2025/02/26 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
This is a wrapper/port of Ultimate Spider-Man: Total Mayhem for the PS Vita.
The port works by loading the official Android/Xperia ARMv6/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 is.
Note
This port works with both the Android and Xperia build of the game. In order to achieve the best result, it's highly recommended to use the Xperia build of the game (v.1.00) since it has native physical buttons support. Android build will also have physical buttons support though limited since implemented via fake touch inputs. It is also suggested to follow the extra paragraph on how to use HD assets from the Android build on the Xperia build.
Requirements
- libshacccg.suprx
- kubridge.skprx
- Game Data Files: Android/Xperia Play
Setup Instructions
In order to properly install the game, you'll have to follow these steps precisely:
- 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 VitaShell to overclock your device to 500Mhz.
- Install
libshacccg.suprx, if you don't have it already, by following this guide. - Obtain your copy of Ultimate Spider-Man: Total Mayhem legally for Android or Sony Xperia Play in form of an
.apkfile and an.obbfile. You can get all the required files directly from your phone or by using an apk extractor you can find in the play store. - Open the apk with your zip explorer and extract the file
libspiderman.sofrom thelib/armeabi-v7aorlib/armeabifolder toux0:data/spiderman. - Open the obb with your zip explorer and extract the
gameloftfolder inside it inux0:data/spiderman.
How to use HD assets on Xperia build
- Extract the files
entities.pack,levelnew_01.pack,levelnew_02.pack,levelnew_03.pack,levelnew_04.pack,levelnew_05.pack,levelnew_06.pack,levelnew_07.pack,levelnew_08.pack,levelnew_09.pack,levelnew_10.pack,levelnew_11.pack,levelnew_12.packfrom the Android.obbfile (located ingameloft/games/GloftSMHP) insideux0:data/spiderman/gameloft/games/spidermanand confirm when asked to replace files.
How to get intro video to properly play
- It is suggested to transcode the video with Handbrake: https://handbrake.fr/
- Import
ux0:data/spiderman/gameloft/games/spiderman/logo.mp4into Handbrake. - Set 'Preset:' to Fast 480p30
- Under 'Summary' tab set 'Format' to MP4
- Under 'Video' tab, set 'Framerate' to 30 and Constant Framerate
- In 'Save As' field, set file extension to .mp4
- Click 'Start Encode' to proceed
- Replace the original file with the newly transcoded one.
Media
Ultimate Spider-Man Total Mayhem PS Vita Port Guide 2025! (Robles Junior)
Screenshots
Changelog
v1.1
- Fixed wrong mapping for SELECT and START that were swapped.
- Improved input code logic.
- Improved audio code logic.
- Untied framerate (now game logic will run at 60 FPS instead of 30).
- Disabled debug mode in the video player.
v1.0
- First Release.
Credits
- TheFloW for the original .so loader and initial port of the game.
- hatoving for the Livearea assets.
- CatoTheYounger for testing the homebrew and providing screenshots.