Naught Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 4: | Line 4: | ||
|description=Port of Naught for PS Vita. | |description=Port of Naught 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/NaughtVita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/NaughtVita.7z | ||
| Line 37: | Line 37: | ||
* Install the vpk from Release tab. | * Install the vpk from Release tab. | ||
* Obtain your copy of "Naught" legally for Android in form of an <code>.apk</code>. | * Obtain your copy of "Naught" 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/naught</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. | ||
Latest revision as of 02:03, 11 January 2026
| Naught Vita | |
|---|---|
| General | |
| Author | usineur |
| Type | Platform |
| Version | 1.1 |
| License | N/A |
| Last Updated | 2026/01/11 |
| Links | |
| Download | |
| Website | |
| Source | |
PS Vita port of the 2D platformer Naught by Blue Shadow Games.
Installation
Requirements:
- libshacccg.suprx
- kubridge.skprx
- Android game files (tested with v2.0.8 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" 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/naughtlibS3DClient.sofrom thelib/armeabi-v7afolderS3DMain.smffrom theassetsfolder and rename it toS3DMain.stk
Screenshots
Media
Naught Retail Announcement Official Trailer (WildSphere)
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.