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

AnalogsEnhancer Vita: Difference between revisions

From GameBrew
m (Text replacement - "GameBrew!" to "GameBrew")
m (Text replacement - "Category:Support the author" to "")
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title_mode=append
|title_mode=append
|image=analogsenhancervita.jpg
|image=analogsenhancervita2.png
|image_alt=AnalogsEnhancer
|image_alt=AnalogsEnhancer
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=AnalogsEnhancer
|title=AnalogsEnhancer
|image=analogsenhancervita.jpg
|image=analogsenhancervita2.png
|description=Analogs deadzone manager/rescaler plugin.
|description=Analogs deadzone manager/rescaler plugin.
|author=Rinnegatamante
|author=Rinnegatamante
Line 15: Line 15:
|license=GPL-3.0
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/vitahomebrews/analogsenhancervita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/analogsenhancervita.7z
|website=
|website=https://wololo.net/talk/viewtopic.php?t=49475
|source=https://github.com/Yoti/AnalogsEnhancer
|source=https://github.com/Rinnegatamante/AnalogsEnhancer
|donation=https://www.patreon.com/Rinnegatamante
}}
}}
'''AnalogsEnhancer''' is an analogs rescaler/deadzone changer plugin for PSVITA.
AnalogsEnhancer is a little kernel plugin allows users to improve their experience with PS Vita analogs. It allows to:


==What is AnalogsEnhancer?==
* Set a specific deadzone value between 0 and 128 for each analog.
AnalogsEnhancer is a little kernel plugin allows users to improve their experience with PSVITA analogs.
* 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.


It allows to:
==Installation==
Copy the .suprx file to ux0(ur0):tai/.


* Set a specific deadzone value between 0 and 128 for each analog
Install the plugin under *KERNEL in your taiHen config file (change to ur0 if you store the plugin there)
* 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==
*KERNEL
* Install the plugin under <code>*KERNEL</code> in your taiHen config file.
ux0:tai/AnalogsEnhancer.skprx
* 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==
Place the config.txt file in ux0:data/AnalogsEnhancer.
<youtube>jD3Il86iA68</youtube>


==Screenshot==
Edit the config.txt file according to what you need.
[[image:analogsenhancervita.jpg|600px]]


==AnaEnCfg.txt structure==
==User guide==
config.txt structure (example):
left=0,n;right=0,n;y


AnaEnCfg.txt has 4 values that can be edited:
config.txt has 5 values that can be edited:
 
*First 0 value is the deadzone for left analog.
Example of AnaEnCfg.txt:
*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.
<code>left=0,n;right=0,n;n</code>
*The last value is either to enable or not the ANALOG_WIDE patch for better precision overhaul.
 
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 their plugin configs in the ur0.


==Changelog==
==Changelog==
'''(v.1.1)'''
'''v1.1'''
* Added a new value that allows to enable or disable ANALOG_WIDE patch at user discretion (before it was always enabled).
* 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==
==Credits==
* rsn8887 for the radial scaling algorithm used for software rescaling.
rsn8887 for the radial scaling algorithm used for software rescaling.


== External links ==
== External links ==
* Github - https://github.com/Rinnegatamante/AnalogsEnhancer/
* GitHub - https://github.com/Rinnegatamante/AnalogsEnhancer/
* Github (Mod) - https://github.com/Yoti/AnalogsEnhancer
* VitaDB - https://vitadb.rinnegatamante.it/#/info/402
* VitaDB - https://vitadb.rinnegatamante.it/#/info/402
* Wololo - https://wololo.net/talk/viewtopic.php?t=49475
* Reddit - https://www.reddit.com/r/vitahacks/comments/e1xqve/release_analogsenhancer_v11_plugin_to_add/

Latest revision as of 04:07, 17 May 2024

AnalogsEnhancer
Analogsenhancervita2.png
General
AuthorRinnegatamante
TypePlugins
Version1.1
LicenseGPL-3.0
Last Updated2019/11/26
Links
Download
Website
Source
Support Author

AnalogsEnhancer is a little kernel plugin allows users to improve their experience with PS Vita 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.

Installation

Copy the .suprx file to ux0(ur0):tai/.

Install the plugin under *KERNEL in your taiHen config file (change to ur0 if you store the plugin there)

*KERNEL
ux0:tai/AnalogsEnhancer.skprx

Place the config.txt file in ux0:data/AnalogsEnhancer.

Edit the config.txt file according to what you need.

User guide

config.txt structure (example):

left=0,n;right=0,n;y

config.txt has 5 values that can be edited:

  • 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.
  • The last value is either to enable or not the ANALOG_WIDE patch for better precision overhaul.

Changelog

v1.1

  • Added a new value that allows to enable or disable ANALOG_WIDE patch at user discretion (before it was always enabled).

Credits

rsn8887 for the radial scaling algorithm used for software rescaling.

External links

Advertising: