VitaGrafix is a taiHEN plugin that allows you to change resolution and FPS cap of PS Vita games (to get better visuals, higher FPS or longer battery life).
Installation
- Download latest VitaGrafix.suprx and ioPlus.skprx.
-
If ux0:tai/config.txt file does exist
- Copy VitaGrafix.suprx and ioPlus.skprx to ux0:tai/ directory
- Open ux0:tai/config.txt in a text editor
- Add following lines to the bottom
*KERNEL
ux0:tai/ioPlus.skprx
*ALL
ux0:tai/VitaGrafix.suprx
-
Otherwise
- Copy VitaGrafix.suprx and ioPlus.skprx to ur0:tai/ directory
- Open ur0:tai/config.txt in a text editor
- Add following lines to the bottom
*KERNEL
ur0:tai/ioPlus.skprx
*ALL
ur0:tai/VitaGrafix.suprx
- Create ux0:data/VitaGrafix folder or start any game (the folder will be created automatically)
- Create and open ux0:data/VitaGrafix/config.txt file
- Add games you wish to apply patches for (refer to the configuration section and compatibility list below)
Configuration
You can configure every game separately using unified configuration file.
[MAIN] section
- This section applies to all games and overrides their individual options.
[MAIN]
ENABLED=1 <- Setting this to 0 disables all game modifications.
(default = 1)
OSD=1 <- Setting this to 0 disables in game OSD (during few seconds at the beginning).
(default = 1)
GAME section
- This section applies to a single game. Each game supports different options! Refer to the compatibility table below.
[PCSB00245] <- TITLE ID of your game
ENABLED=1 <- Setting this to 0 disables all game modifications.
(default = 1)
OSD=1 <- Setting this to 0 disables in game OSD (during few seconds at the beginning).
(default = 1)
FB=960x544 <- Framebuffer resolution. Setting this to OFF disables this feature.
(default = OFF)
Valid options:
960x544
720x408
640x368
OFF
IB=960x544 <- Internal buffer resolution. Setting this to OFF disables this feature.
Changing this generally does not impact resolution of UI elements.
(default = OFF)
Valid options:
WxH (where 0 < W <= 960 and 0 < H <= 544)
WxH,WxH,... (ONLY if the game supports multiple IB res. options)
OFF
FPS=60 <- FPS cap. Setting this to OFF disables this feature.
(default = OFF)
Valid options:
60
30
OFF
Example config.txt
[MAIN]
ENABLED=1
# This is a comment, comments have to be on a separate line and start with # char
[PCSB00245]
OSD=0
IB=960x544
# Ninja Gaiden Sigma 2 Plus uses dynamic resolution scaling,
# and switches between two specified IB resolutions when patched
# (based on framerate)
[PCSB00294]
IB=960x544,720x408
[PCSE00411]
IB=864x492
[PCSB00204]
IB=OFF
[PCSF00438]
FB=720x408
FPS=30
[PCSB00204]
ENABLED=0
NOTE: If some options are left out, the plugin will use their default values.
Que novedades incluye la versión 5.0.2
Released
- Fixed a bug where "Your game version is not supported" message would not appear if you had a different game version to that of a patch