More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew! | |title=Vita Homebrew Apps (Plugins) - GameBrew! | ||
Line 10: | Line 9: | ||
|image=analogsenhancervita.jpg | |image=analogsenhancervita.jpg | ||
|description=Analogs deadzone manager/rescaler plugin. | |description=Analogs deadzone manager/rescaler plugin. | ||
|author= | |author=Rinnegatamante | ||
|lastupdated=2019/11/26 | |lastupdated=2019/11/26 | ||
|type=Plugins | |type=Plugins | ||
Line 19: | Line 18: | ||
|source=https://github.com/Yoti/AnalogsEnhancer | |source=https://github.com/Yoti/AnalogsEnhancer | ||
}} | }} | ||
'''AnalogsEnhancer''' is an analogs rescaler/deadzone changer plugin for PSVITA. | |||
==What is AnalogsEnhancer?== | |||
AnalogsEnhancer is a little kernel plugin allows users to improve their experience with PSVITA analogs. | |||
It allows to: | |||
* Set a specific deadzone value between 0 and 128 for each analog | |||
* Enable software rescaling of analogs output for better precision (Thanks to rsn8887) | |||
* Force PSVITA system to use ANALOG_WIDE mode even when ANALOG mode is used causing a better precision in general | |||
==How to use AnalogsEnhancer== | |||
* Install the plugin under <code>*KERNEL</code> in your taiHen config file. | |||
* Edit the <code>AnaEnCfg.txt</code> file according to what you need. | |||
* Place the <code>AnaEnCfg.txt</code> file in <code>ur0:tai</code>. | |||
==Media== | ==Media== | ||
<youtube>jD3Il86iA68</youtube> | <youtube>jD3Il86iA68</youtube> | ||
==Screenshot== | |||
[[image:analogsenhancervita.jpg|600px]] | |||
== | ==AnaEnCfg.txt structure== | ||
AnaEnCfg.txt has 4 values that can be edited: | |||
Example of AnaEnCfg.txt: | |||
<code>left=0,n;right=0,n;n</code> | |||
First 0 value is the deadzone for left analog. | |||
Second parameter for left is either if you want to enable or disable software rescaling (can be y or n which stands for yes and no). The same applies for right analog. | |||
Last one for enabling analog_wide patch. | |||
==AnalogsEnhancer v.1.1-ur0 mod by Yoti== | |||
This is for people who store all my plugin configs in the ur0. | |||
==Changelog== | |||
'''(v.1.1)''' | |||
* Added a new value that allows to enable or disable ANALOG_WIDE patch at user discretion (before it was always enabled). | |||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
==Credits== | |||
* rsn8887 for the radial scaling algorithm used for software rescaling. | |||
== External links == | == External links == | ||
* Github - https://github.com/Yoti/AnalogsEnhancer | * Github - https://github.com/Yoti/AnalogsEnhancer | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/402 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/402 | ||
* | * Github - https://github.com/Rinnegatamante/AnalogsEnhancer/ | ||
Revision as of 11:18, 11 November 2022
AnalogsEnhancer | |
---|---|
File:Analogsenhancervita.jpg | |
General | |
Author | Rinnegatamante |
Type | Plugins |
Version | 1.1 |
License | GPL-3.0 |
Last Updated | 2019/11/26 |
Links | |
Download | |
Source | |
AnalogsEnhancer is an analogs rescaler/deadzone changer plugin for PSVITA.
What is AnalogsEnhancer?
AnalogsEnhancer is a little kernel plugin allows users to improve their experience with PSVITA analogs.
It allows to:
- Set a specific deadzone value between 0 and 128 for each analog
- Enable software rescaling of analogs output for better precision (Thanks to rsn8887)
- Force PSVITA system to use ANALOG_WIDE mode even when ANALOG mode is used causing a better precision in general
How to use AnalogsEnhancer
- Install the plugin under
*KERNEL
in your taiHen config file. - Edit the
AnaEnCfg.txt
file according to what you need. - Place the
AnaEnCfg.txt
file inur0:tai
.
Media
Screenshot
AnaEnCfg.txt structure
AnaEnCfg.txt has 4 values that can be edited:
Example of AnaEnCfg.txt:
left=0,n;right=0,n;n
First 0 value is the deadzone for left analog.
Second parameter for left is either if you want to enable or disable software rescaling (can be y or n which stands for yes and no). The same applies for right analog.
Last one for enabling analog_wide patch.
AnalogsEnhancer v.1.1-ur0 mod by Yoti
This is for people who store all my plugin configs in the ur0.
Changelog
(v.1.1)
- Added a new value that allows to enable or disable ANALOG_WIDE patch at user discretion (before it was always enabled).
(v.1.0)
- First Release.
Credits
- rsn8887 for the radial scaling algorithm used for software rescaling.