Naught 2 Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
|description=Port of Naught 2 for PS Vita. | |description=Port of Naught 2 for PS Vita. | ||
|author=usineur | |author=usineur | ||
|lastupdated= | |lastupdated=2026/01/11 | ||
|type=Platform | |type=Platform | ||
|version=1. | |version=1.1 | ||
|license=N/A | |license=N/A | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/Naught2Vita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/Naught2Vita.7z | ||
| Line 37: | Line 37: | ||
* Install the vpk from Release tab. | * Install the vpk from Release tab. | ||
* Obtain your copy of ''Naught 2'' legally for Android in form of an <code>.apk</code>. | * Obtain your copy of ''Naught 2'' legally for Android in form of an <code>.apk</code>. | ||
* Open the apk with your zip explorer, extract the following files and copy them to <code>ux0:data/ | * Open the apk with your zip explorer, extract the following files and copy them to <code>ux0:data/naught2</code> | ||
** <code>libS3DClient.so</code> from the <code>lib/armeabi-v7a</code> folder | ** <code>libS3DClient.so</code> from the <code>lib/armeabi-v7a</code> folder | ||
** <code>S3DMain.smf</code> from the <code>assets</code> folder and rename it to <code>S3DMain.stk</code> | ** <code>S3DMain.smf</code> from the <code>assets</code> folder and rename it to <code>S3DMain.stk</code> | ||
| Line 55: | Line 55: | ||
==Changelog== | ==Changelog== | ||
'''v1.1''' | |||
* Added in-game physical buttons support. | |||
'''v1.0''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
| Line 65: | Line 67: | ||
* GitHub - https://github.com/usineur/naught2-vita | * GitHub - https://github.com/usineur/naught2-vita | ||
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1351 | * VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1351 | ||
[[Category:Mobile game ports on Vita]] | |||
[[Category:Vita game ports]] | |||
Latest revision as of 02:05, 11 January 2026
| Naught 2 Vita | |
|---|---|
| General | |
| Author | usineur |
| Type | Platform |
| Version | 1.1 |
| License | N/A |
| Last Updated | 2026/01/11 |
| Links | |
| Download | |
| Website | |
| Source | |
Port of Naught 2 for the PS Vita.
Installation
Requirements:
- libshacccg.suprx
- kubridge.skprx
- Android game files (tested with version 1.0.2 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 tab.
- Obtain your copy of Naught 2 legally for Android in form of an
.apk. - Open the apk with your zip explorer, extract the following files and copy them to
ux0:data/naught2libS3DClient.sofrom thelib/armeabi-v7afolderS3DMain.smffrom theassetsfolder and rename it toS3DMain.stk
Screenshots
Media
Naught 2 Android GamePlay Trailer (HD) [Game For Kids] (AndroidGameplay4You)
Changelog
v1.1
- Added in-game physical buttons support.
v1.0
- First Release.
Credits
- TheFlow for the original .so loader.
- Rinnegatamante for his Android ports as reference.