More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
(→Keymap) |
||
(4 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= | |image=vitaps4linkcontrols2.png | ||
|image_alt=vita-ps4linkcontrols | |image_alt=vita-ps4linkcontrols | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=vita-ps4linkcontrols | |title=vita-ps4linkcontrols | ||
|image= | |image=vitaps4linkcontrols2.png | ||
|description=Change keymap for Remote Play app. | |description=Change keymap for Remote Play app. | ||
|author=nowrep | |author=nowrep | ||
Line 15: | Line 15: | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/vitaps4linkcontrolsvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/vitaps4linkcontrolsvita.7z | ||
|website= | |website=https://wololo.net/talk/viewtopic.php?t=48582 | ||
|source=https://github.com/nowrep/vita-ps4linkcontrols | |source=https://github.com/nowrep/vita-ps4linkcontrols | ||
}} | }} | ||
vita-ps4linkcontrols is a taiHEN plugin that allows to allows to change Remote Play button config to one of the 8 possible keymaps. | |||
== | ==Installation== | ||
Add this plugin under *NPXS10013 section in ux0:tai/config.txt | |||
*NPXS10013 | |||
ux0:tai/ps4linkcontrols.suprx | |||
==User guide== | |||
ux0: | ===Configuration=== | ||
Changing the keymap can be done by creating ux0:ps4linkcontrols.txt file and writing the keymap number (0-7) there. | |||
There are 2 options that can be set in the configuration file. First line should be keymap number and second line controller type. | |||
There are | |||
For example, to set keymap = 2 and controller_type = 3, configuration file should contain: | For example, to set keymap = 2 and controller_type = 3, configuration file should contain: | ||
2 | |||
3 | |||
===Keymap=== | |||
Keymap is a layout how the additional buttons not present on Vita (L2/R2 and L3/R3) are mapped on either back or front Vita touch pad. | |||
By default it sets "keymap 0" - everything on back touchpad. | |||
Available keymaps are in vs0:app/NPXS10013/keymap/(folder name is the keymap number). | |||
=== Controller Type === | ===Controller Type=== | ||
Controller Type is how PS4Link app identifies itself when connecting to PS4. By changing this value it is possible to disable Vita | Controller Type is how PS4Link app identifies itself when connecting to PS4. By changing this value it is possible to disable Vita Remote Play controls customization for some PS4 games. | ||
Remote Play client is available for multiple platforms (which each probably have its own type number), so you may try to experiment with different values. | |||
Setting this value to 3 (which is Windows Remote Play client) is confirmed to fix Metal Gear Solid V: The Phantom Pain where it would otherwise remap Vita L/R triggers as L2/R2. | |||
By default it sets "controller type 1" - default Vita value. | |||
==Changelog== | ==Changelog== | ||
''' | '''r7''' | ||
*Fix crash on 3.60 | *Fix crash on 3.60. | ||
''' | '''r6''' | ||
* Release inject in module_stop | * Release inject in module_stop. | ||
''' | '''r5''' | ||
*Allow to change ControllerType | *Allow to change ControllerType. | ||
''' | '''r4''' | ||
*Support for 3.68 | *Support for 3.68. | ||
''' | '''r3''' | ||
* Support for 3.65 | * Support for 3.65. | ||
''' | '''r2''' | ||
*Fix button guide image in games with custom keymap (tested with Gravity Rush) | *Fix button guide image in games with custom keymap (tested with Gravity Rush). | ||
''' | '''r1''' | ||
* First Release. | * First Release. | ||
== External links == | ==External links== | ||
* | * GitHub - https://github.com/nowrep/vita-ps4linkcontrols | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/324 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/324 | ||
* Wololo - https://wololo.net/talk/viewtopic.php?t=48582 |
Latest revision as of 14:47, 3 February 2023
vita-ps4linkcontrols | |
---|---|
General | |
Author | nowrep |
Type | Plugins |
Version | r7 |
License | MIT License |
Last Updated | 2018/07/12 |
Links | |
Download | |
Website | |
Source | |
vita-ps4linkcontrols is a taiHEN plugin that allows to allows to change Remote Play button config to one of the 8 possible keymaps.
Installation
Add this plugin under *NPXS10013 section in ux0:tai/config.txt
*NPXS10013 ux0:tai/ps4linkcontrols.suprx
User guide
Configuration
Changing the keymap can be done by creating ux0:ps4linkcontrols.txt file and writing the keymap number (0-7) there.
There are 2 options that can be set in the configuration file. First line should be keymap number and second line controller type.
For example, to set keymap = 2 and controller_type = 3, configuration file should contain:
2 3
Keymap
Keymap is a layout how the additional buttons not present on Vita (L2/R2 and L3/R3) are mapped on either back or front Vita touch pad.
By default it sets "keymap 0" - everything on back touchpad.
Available keymaps are in vs0:app/NPXS10013/keymap/(folder name is the keymap number).
Controller Type
Controller Type is how PS4Link app identifies itself when connecting to PS4. By changing this value it is possible to disable Vita Remote Play controls customization for some PS4 games.
Remote Play client is available for multiple platforms (which each probably have its own type number), so you may try to experiment with different values.
Setting this value to 3 (which is Windows Remote Play client) is confirmed to fix Metal Gear Solid V: The Phantom Pain where it would otherwise remap Vita L/R triggers as L2/R2.
By default it sets "controller type 1" - default Vita value.
Changelog
r7
- Fix crash on 3.60.
r6
- Release inject in module_stop.
r5
- Allow to change ControllerType.
r4
- Support for 3.68.
r3
- Support for 3.65.
r2
- Fix button guide image in games with custom keymap (tested with Gravity Rush).
r1
- First Release.