More actions
Splinter Cell: Conviction Vita | |
---|---|
![]() | |
General | |
Author | Rinnegatamante |
Type | Action |
Version | 1.1 |
License | MIT License |
Last Updated | 2025/03/20 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
This is a wrapper/port of Splinter Cell: Conviction 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 v.3.2.2 Android/Xperia build of the game.
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.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 Splinter Cell: Conviction legally for Android or Sony Xperia Play in form of an
.apk
file and an.obb
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. - Open the apk with your zip explorer and extract the file
libschp.so
from thelib/armeabi-v7a
orlib/armeabi
folder toux0:data/splintercell
. - Open the obb with your zip explorer and extract the
gameloft
folder inside it inux0:data/splintercell
.
How to get intro video to properly play
- It is suggested to transcode the video with Handbrake: https://handbrake.fr/
- Import
ux0:data/splintercell/gameloft/games/SCHP/data/intro/logo.mp4
into 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.
- Repeat the process for
ux0:data/splintercell/gameloft/games/SCHP/data/intro/SC5_intro_854.mp4
.
Media
Splinter Cell Conviction Ps Vita Port is a MUST Install (dPzxcaSLUwg)
Screenshots
Changelog
v1.1
- Fixed a bug causing mesh vertices explosion on Mission 5.
v1.0
- First Release.
Credits
- TheFloW for the original .so loader.
- Haasman0 for the Livearea assets.
- CatoTheYounger for testing the homebrew and providing screenshots.