Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Gunman Clive Vita: Difference between revisions

From GameBrew
Created page with "{{Infobox Vita Homebrews |title=Gunman Clive |image=GunmanCliveVita.png |description=Port of Gunman Clive for PSVita. |author=usineur |lastupdated=2026/01/11 |type=Shooter |version=1.0 |license=N/A |download=https://dlhb.gamebrew.org/vitahomebrews/GunmanCliveVita.7z |website=https://github.com/usineur/clive-vita |source=https://github.com/usineur/clive-vita |donation= }} {{#seo: |title=Vita Homebrew Games (Shooter) - GameBrew |title_mode=append |image=GunmanCliveVita.png..."
 
No edit summary
 
Line 2: Line 2:
|title=Gunman Clive
|title=Gunman Clive
|image=GunmanCliveVita.png
|image=GunmanCliveVita.png
|description=Port of Gunman Clive for PSVita.
|description=Port of Gunman Clive for PS Vita.
|author=usineur
|author=usineur
|lastupdated=2026/01/11
|lastupdated=2026/01/11
Line 19: Line 19:
|image_alt=Gunman Clive
|image_alt=Gunman Clive
}}
}}
Gunman Clive Vita is a native-feeling wrapper/port of the 2D platformer Gunman Clive for PlayStation Vita and PSTV by usineur. It runs the official Android ARMv7 executable on Vita by loading it in memory and resolving its imports with a custom loader.
Port of Gunman Clive (Android version) for the PS Vita.


== Notes ==
== Installation ==
* The loader has been tested with version 1.08 of the game.
Requirements:
* libshacccg.suprx
* kubridge.skprx
* Android game data files (tested with version 1.08 of the game)


== Setup Instructions (For End Users) ==
Instructions:
* Install [[Kubridge Vita|Kubridge]] and [[FdFix Vita|FdFix]] by copying <code>kubridge.skprx</code> and <code>fd_fix.skprx</code> to your taiHEN plugins folder (usually <code>ux0:tai</code>) and adding two entries to your <code>config.txt</code> under <code>*KERNEL</code>:
* Install [[Kubridge Vita|Kubridge]] and [[FdFix Vita|FdFix]] by copying <code>kubridge.skprx</code> and <code>fd_fix.skprx</code> to your taiHEN plugins folder (usually <code>ux0:tai</code>) and adding two entries to your <code>config.txt</code> under <code>*KERNEL</code>:
<pre>  *KERNEL
<pre>  *KERNEL
   ux0:tai/kubridge.skprx
   ux0:tai/kubridge.skprx
   ux0:tai/fd_fix.skprx</pre>
   ux0:tai/fd_fix.skprx</pre>
'''Note''' Don't install fd_fix.skprx if you're using rePatch plugin
* Note: Don't install fd_fix.skprx if you're using rePatch plugin.
 
* (Optional) Install [[PSVshell Vita|PSVshell]] to overclock your device to 500Mhz.
* '''Optional''': Install [[PSVshell Vita]] to overclock your device to 500Mhz.
* Install <code>libshacccg.suprx</code>, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide].
* Install <code>libshacccg.suprx</code>, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide].
* Install the vpk from Release tab.
* Install the vpk from [https://github.com/usineur/clive-vita/releases Release].
* Obtain your copy of ''Gunman Clive'' legally for Android in form of an <code>.apk</code>.
* Obtain your copy of "Gunman Clive" legally for Android in form of an <code>.apk</code>.
* Open the apk with your zip explorer, extract <code>libmootor.so</code> from the <code>lib/armeabi-v7a</code> folder and copy it to <code>ux0:data/clive</code>.
* Open the apk with your zip explorer, extract <code>libmootor.so</code> from the <code>lib/armeabi-v7a</code> folder and copy it to <code>ux0:data/clive</code>.
* Rename the apk to <code>base.apk</code> and copy it to <code>ux0:data/clive</code>.
* Rename the apk to <code>base.apk</code> and copy it to <code>ux0:data/clive</code>.
==Media==
'''Official Gunman Clive Trailer''' ([https://www.youtube.com/watch?v=vS2bphArLs8 TouchGameplay
]) <br>
<youtube width=""640"">vS2bphArLs8</youtube>


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/images/GunmanCliveVita-01.png
https://dlhb.gamebrew.org/vitahomebrews/images/GunmanCliveVita-01.png
https://dlhb.gamebrew.org/vitahomebrews/images/GunmanCliveVita-02.png


https://dlhb.gamebrew.org/vitahomebrews/images/GunmanCliveVita-03.png
https://dlhb.gamebrew.org/vitahomebrews/images/GunmanCliveVita-03.png


https://dlhb.gamebrew.org/vitahomebrews/images/GunmanCliveVita-04.png
https://dlhb.gamebrew.org/vitahomebrews/images/GunmanCliveVita-04.png
==Media==
'''Official Gunman Clive Trailer''' ([https://www.youtube.com/watch?v=vS2bphArLs8 TouchGameplay]) <br>
<youtube width="640">vS2bphArLs8</youtube>


==Changelog==  
==Changelog==  
Line 62: Line 60:


== External links ==
== External links ==
* Github - https://github.com/usineur/clive-vita
* GitHub - https://github.com/usineur/clive-vita
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1360
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1360
[[Category:Mobile game ports on Vita]]
[[Category:Vita game ports]]

Latest revision as of 07:54, 18 January 2026

Gunman Clive
General
Authorusineur
TypeShooter
Version1.0
LicenseN/A
Last Updated2026/01/11
Links
Download
Website
Source

Port of Gunman Clive (Android version) for the PS Vita.

Installation

Requirements:

  • libshacccg.suprx
  • kubridge.skprx
  • Android game data files (tested with version 1.08 of the game)

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: 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.
  • Obtain your copy of "Gunman Clive" legally for Android in form of an .apk.
  • Open the apk with your zip explorer, extract libmootor.so from the lib/armeabi-v7a folder and copy it to ux0:data/clive.
  • Rename the apk to base.apk and copy it to ux0:data/clive.

Screenshots

GunmanCliveVita-01.png

GunmanCliveVita-03.png

GunmanCliveVita-04.png

Media

Official Gunman Clive Trailer (TouchGameplay)

Changelog

v1.0

  • First Release.

Credits

External links

Advertising: