Gunman Clive Vita: Difference between revisions
From GameBrew
More actions
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 | |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 | ||
}} | }} | ||
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 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. | |||
* (Optional) Install [[PSVshell Vita|PSVshell]] 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 | * Install the vpk from [https://github.com/usineur/clive-vita/releases Release]. | ||
* Obtain your copy of | * 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>. | ||
==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-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 | ||
* 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 | |
| Author | usineur |
| Type | Shooter |
| Version | 1.0 |
| License | N/A |
| Last Updated | 2026/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.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.
- Obtain your copy of "Gunman Clive" legally for Android in form of an
.apk. - Open the apk with your zip explorer, extract
libmootor.sofrom thelib/armeabi-v7afolder and copy it toux0:data/clive. - Rename the apk to
base.apkand copy it toux0:data/clive.
Screenshots
Media
Official Gunman Clive Trailer (TouchGameplay)
Changelog
v1.0
- First Release.
Credits
- TheFlow for the original .so loader.
- Rinnegatamante for his Android ports as reference.