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

Vita Nearest Neighbour: Difference between revisions

From GameBrew
m (Text replacement - "GameBrew!" to "GameBrew")
No edit summary
Line 2: Line 2:
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title_mode=append
|title_mode=append
|image=vitanearestneighbourvita.jpg
|image=vitanearestneighbour2.png
|image_alt=Vita Nearest Neighbour
|image_alt=Vita Nearest Neighbour
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=Vita Nearest Neighbour
|title=Vita Nearest Neighbour
|image=vitanearestneighbourvita.jpg
|image=vitanearestneighbour2.png
|description=Texture sampling filtering overrider.
|description=Plugin that makes blurry textures sharper by changing scaling algorithm.
|author=MuxaJlbl4
|author=MuxaJlbl4
|lastupdated=2021/03/30
|lastupdated=2021/03/31
|type=Plugins
|type=Plugins
|version=1.0
|version=1.0
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/vitanearestneighbourvita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/vitanearestneighbour.7z
|website=
|website=
|source=https://github.com/MuxaJlbl4/Vita-Nearest-Neighbour
|source=https://github.com/MuxaJlbl4/Vita-Nearest-Neighbour
}}
}}
'''Vita Nearest Neighbour''' is a simple taiHEN plugin for PlayStation Vita that overrides texture sampling.
Vita Nearest Neighbour is a simple taiHEN plugin for PlayStation Vita that overrides texture sampling.


Forces rendering with point filtering method (Nearest-Neighbor interpolation), instead of linear.
Forces rendering with point filtering method (Nearest-Neighbor interpolation), instead of linear.


==Media==
==Installation==
'''Vita Nearest Neighbour (Spanish Video)'''<br>
Download and put VitaNearestNeighbour.suprx into ux0(ur0):tai/.
<youtube>2GXi4Qf52TA</youtube>
 
Append *ALL section in ux0(ur0):tai/config.txt like so (change to ur0 if you store the plugin there)
 
*ALL
ux0:tai/VitaNearestNeighbour.suprx
 
Or create *TITLE_ID section to choose only specific game. For example Disgaea 3: Absence of Detention (EU region)
 
*PCSB00098
ux0:tai/VitaNearestNeighbour.suprx
 
Reload taiHEN config.txt from settings app or restart your Vita.


==Screenshots==
==Screenshots==
Line 30: Line 41:


'''Duke Nukem 3D: Megaton Edition '''<br>
'''Duke Nukem 3D: Megaton Edition '''<br>
https://dlhb.gamebrew.org/vitahomebrews/vitanearestneighbourvita-01.gif
vitanearestneighbour3.gif


'''Resident Evil: Revelations 2 (960x544 VitaGrafix) '''<br>
'''Resident Evil: Revelations 2 (960x544 VitaGrafix) '''<br>
https://dlhb.gamebrew.org/vitahomebrews/vitanearestneighbourvita-02.gif
vitanearestneighbour4.gif


''' [[Super Mario 64 Port Vita|Super Mario 64]] (HomeBrew) '''<br>
''' [[Super Mario 64 Port Vita|Super Mario 64]] (HomeBrew) '''<br>
https://dlhb.gamebrew.org/vitahomebrews/vitanearestneighbourvita-03.gif
vitanearestneighbour5.gif


'''[[Max Payne Ps Vita Port Vita|Max Payne]] (HomeBrew) '''<br>
'''[[Max Payne PS Vita Port|Max Payne]] (HomeBrew) '''<br>
https://dlhb.gamebrew.org/vitahomebrews/vitanearestneighbourvita-04.gif
vitanearestneighbour6.gif


'''Call of Duty: Black Ops: Declassified (720x408)'''<br>
'''Call of Duty: Black Ops: Declassified (720x408)'''<br>
https://dlhb.gamebrew.org/vitahomebrews/vitanearestneighbourvita-05.gif
vitanearestneighbour7.gif
 
== Usage ==
You can simply install plugin via '''[[Autoplugin 2 Vita|AutoPlugin II]]''' or do it manually:
 
# Download and put '''VitaNearestNeighbour.suprx''' into your '''tai''' folder
# Append *'''ALL''' section in '''ux/ur0:tai/config.txt''' with:
 
<pre>*ALL
ux0:tai/VitaNearestNeighbour.suprx</pre>
 
Or create *'''TITLE_ID''' section to choose only specific game. For example '''Disgaea 3: Absence of Detention (Eu region)''':
 
<pre>*PCSB00098
ux0:tai/VitaNearestNeighbour.suprx</pre>
 
See '''[https://github.com/DaveeFTW/taihen-parser taihen-parser repo]''' for more info<br />
3. '''Reload taiHEN config.txt''' from settings app or restart your Vita
 
==Changelog==
'''(v.1.0)'''
* First Release.


== External links ==
== External links ==
* Github - https://github.com/MuxaJlbl4/Vita-Nearest-Neighbour
* GitHub - https://github.com/MuxaJlbl4/Vita-Nearest-Neighbour
* VitaDB - https://vitadb.rinnegatamante.it/#/info/632
* VitaDB - https://vitadb.rinnegatamante.it/#/info/632
* Reddit - https://www.reddit.com/r/vitahacks/comments/mgn38l/vita_nearest_neighbour_plugin_release/

Revision as of 11:03, 10 Ocak 2023

Vita Nearest Neighbour
Vitanearestneighbour2.png
General
AuthorMuxaJlbl4
TypePlugins
Version1.0
LicenseMixed
Last Updated2021/03/31
Links
Download
Source

Vita Nearest Neighbour is a simple taiHEN plugin for PlayStation Vita that overrides texture sampling.

Forces rendering with point filtering method (Nearest-Neighbor interpolation), instead of linear.

Installation

Download and put VitaNearestNeighbour.suprx into ux0(ur0):tai/.

Append *ALL section in ux0(ur0):tai/config.txt like so (change to ur0 if you store the plugin there)

*ALL
ux0:tai/VitaNearestNeighbour.suprx

Or create *TITLE_ID section to choose only specific game. For example Disgaea 3: Absence of Detention (EU region)

*PCSB00098
ux0:tai/VitaNearestNeighbour.suprx

Reload taiHEN config.txt from settings app or restart your Vita.

Screenshots

Screenshot with sharp pixelization - overrided point filtering; blurry - original.

Duke Nukem 3D: Megaton Edition
vitanearestneighbour3.gif

Resident Evil: Revelations 2 (960x544 VitaGrafix)
vitanearestneighbour4.gif

Super Mario 64 (HomeBrew)
vitanearestneighbour5.gif

Max Payne (HomeBrew)
vitanearestneighbour6.gif

Call of Duty: Black Ops: Declassified (720x408)
vitanearestneighbour7.gif

External links

Advertising: