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

Naught Vita: Difference between revisions

From GameBrew
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
|title=Naught Vita
|title=Naught Vita
|image=NaughtVita.png
|image=NaughtVita.png
|description=Port of Naught for PSVita.
|description=Port of Naught for PS Vita.
|author=usineur
|author=usineur
|lastupdated=2025/12/20
|lastupdated=2026/01/11
|type=Platform
|type=Platform
|version=1.0
|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 19: Line 19:
|image_alt=Naught Vita
|image_alt=Naught Vita
}}
}}
Naught Vita is a homebrew port/wrapper of the commercial 2D platformer Naught by Blue Shadow Games for the PlayStation Vita and PlayStation TV.
PS Vita port of the 2D platformer Naught by Blue Shadow Games.


It works by loading the official Android ARMv7 executable in memory and resolving its imports with native Vita code.
== Installation ==
'''Requirements:'''
* libshacccg.suprx
* kubridge.skprx
* Android game files (tested with v2.0.8 of the game)


== Notes ==
'''Instructions:'''
* The loader has been tested with version 2.0.8 of the game.
 
== Setup Instructions (For End Users) ==
* 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 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/pop2</code>
* 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>
==Media==
'''Naught Retail Announcement Official Trailer''' ([https://www.youtube.com/watch?v=-54iyBWvLUw WildSphere]) <br>
<youtube width=""640"">-54iyBWvLUw</youtube>


==Screenshots==
==Screenshots==
Line 54: Line 49:


https://dlhb.gamebrew.org/vitahomebrews/images/NaughtVita-04.png
https://dlhb.gamebrew.org/vitahomebrews/images/NaughtVita-04.png
==Media==
'''Naught Retail Announcement Official Trailer''' ([https://www.youtube.com/watch?v=-54iyBWvLUw WildSphere]) <br>
<youtube width="640">-54iyBWvLUw</youtube>


==Changelog==  
==Changelog==  
'''v1.1'''
* Added in-game physical buttons support.
'''v1.0'''
'''v1.0'''
* First Release.
* First Release.
Line 64: Line 65:


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

Latest revision as of 02:03, 11 January 2026

Naught Vita
General
Authorusineur
TypePlatform
Version1.1
LicenseN/A
Last Updated2026/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.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 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/naught
    • libS3DClient.so from the lib/armeabi-v7a folder
    • S3DMain.smf from the assets folder and rename it to S3DMain.stk

Screenshots

NaughtVita-01.png

NaughtVita-02.png

NaughtVita-03.png

NaughtVita-04.png

Media

Naught Retail Announcement Official Trailer (WildSphere)

Changelog

v1.1

  • Added in-game physical buttons support.

v1.0

  • First Release.

Credits

External links

Advertising: