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

VitaPad by Rinnegatamante: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
{{#seo:
|title=Vita Homebrew Apps (Other Apps) - GameBrew!
|title=Vita Homebrew Apps (Other Apps) - GameBrew!
Line 19: Line 18:
|source=https://github.com/Rinnegatamante/VitaPad
|source=https://github.com/Rinnegatamante/VitaPad
}}
}}
Use your PSVITA as a PC controller.
VitaPad allows you to use your PSVITA as a wireless PC controller. It supports Windows (both 32 and 64 bit) and Linux (port made by nyorem).
 
On the Windows client version (provided as Data Files in the download for 64 Bit systems) it's possible to enable ViGEm mode to make the PSVITA get detected from the PC as a DualShock 4 and/or vJoy mode to make it get detectes as an XInput joystick.
 
If both modes are disabled, PSVITA will mimic keyboard/mouse actions.​
 
== Usage ==
* Install VPK file on PSVITA
* Open VitaPad on PSVITA
* Optional: [https://github.com/njz3/vJoy/releases/download/v2.2.0.0/vJoySetup.2.2.0.signed.exe Install vJoy driver] on Windows PC for vJoy functionality. Need to set <code>VJOY_MODE</code> to 1 in windows.xml.
* Optional: [https://github.com/ViGEm/ViGEmBus/releases/download/setup-v1.16.116/ViGEmBus_Setup_1.16.116.exe Install ViGEm driver] on Windows PC for DualShock 4 emulation. Need to set <code>VIGEM_MODE</code> to 1 in windows.xml.
* Open VitaPad on PC
* Insert the IP showed on PSVITA on PC
 
== Controls Mapping ==
You can edit your controls mapping by editing the XML file inside the client folder (windows.xml / linux.xml)
 
Default mapping:
 
* DPAD = WASD
* Cross,Square,Triangle,Circle = IJKL
* L Trigger = Ctrl
* R Trigger = Spacebar
* Start = Enter
* Select = Shift
* Left Analog = DKeys
* Right Analog = 8,6,4,2
* Touchscreen = Mouse movement
* Retrotouch = Left/Right click
 
Default ViGEm mapping:
 
* PS button unmapped
* Select = Share
* Start = Option
* Left Front Touchscreen = L1
* Right Front Touchscreen = R1
* Left shoulder = L2
* Right shoulder = R2
* Rest of buttons are mapped to the expected buttons on DualShock 4


==Media==
==Media==
<youtube>7voVYa6T9Vw</youtube>
<youtube>CQ5wUMOpXoM </youtube>


==Screenshots==
[[image:vitapadvita.jpg]]


==Screenshots==
==Changelog==
https://dlhb.gamebrew.org/vitahomebrews/vitapadvita-01.jpg
'''v.1.3'''
https://dlhb.gamebrew.org/vitahomebrews/vitapadvita-02.jpg
* Added ViGEm support to the client for DualShock 4 controller emulation. (Thanks to MakiseKurisu & yuntiancherry)​
https://dlhb.gamebrew.org/vitahomebrews/vitapadvita-03.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitapadvita-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitapadvita-05.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitapadvita-06.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitapadvita-07.jpg
https://dlhb.gamebrew.org/vitahomebrews/vitapadvita-08.jpg


==Changelogs==
==Credits==
'''(v.1.0)'''
*MakiseKurisu & yuntiancherry for the ViGEm client support
* First Release.
*Evengard for the vJoy client support
*nyorem for the Linux client port


== External links ==
== External links ==
* Official Website -
* Github - https://github.com/Rinnegatamante/VitaPad
* Github - https://github.com/Rinnegatamante/VitaPad
* VitaDB - https://vitadb.rinnegatamante.it/#/info/50
* VitaDB - https://vitadb.rinnegatamante.it/#/info/50
* Gbatemp -
* Psx-place - https://web.archive.org/web/20210716142608/https://www.psx-place.com/threads/vitapad.30520/
* Google Source -
* Reddit -
* Gitlab -

Revision as of 03:22, 18 October 2022

VitaPad
File:Vitapadvita.jpg
General
AuthorRinnegatamante
TypeOther Apps
Version1.3
LicenseMixed
Last Updated2020/07/20
Links
Download
Source

VitaPad allows you to use your PSVITA as a wireless PC controller. It supports Windows (both 32 and 64 bit) and Linux (port made by nyorem).

On the Windows client version (provided as Data Files in the download for 64 Bit systems) it's possible to enable ViGEm mode to make the PSVITA get detected from the PC as a DualShock 4 and/or vJoy mode to make it get detectes as an XInput joystick.

If both modes are disabled, PSVITA will mimic keyboard/mouse actions.​

Usage

  • Install VPK file on PSVITA
  • Open VitaPad on PSVITA
  • Optional: Install vJoy driver on Windows PC for vJoy functionality. Need to set VJOY_MODE to 1 in windows.xml.
  • Optional: Install ViGEm driver on Windows PC for DualShock 4 emulation. Need to set VIGEM_MODE to 1 in windows.xml.
  • Open VitaPad on PC
  • Insert the IP showed on PSVITA on PC

Controls Mapping

You can edit your controls mapping by editing the XML file inside the client folder (windows.xml / linux.xml)

Default mapping:

  • DPAD = WASD
  • Cross,Square,Triangle,Circle = IJKL
  • L Trigger = Ctrl
  • R Trigger = Spacebar
  • Start = Enter
  • Select = Shift
  • Left Analog = DKeys
  • Right Analog = 8,6,4,2
  • Touchscreen = Mouse movement
  • Retrotouch = Left/Right click

Default ViGEm mapping:

  • PS button unmapped
  • Select = Share
  • Start = Option
  • Left Front Touchscreen = L1
  • Right Front Touchscreen = R1
  • Left shoulder = L2
  • Right shoulder = R2
  • Rest of buttons are mapped to the expected buttons on DualShock 4

Media

Screenshots

File:Vitapadvita.jpg

Changelog

v.1.3

  • Added ViGEm support to the client for DualShock 4 controller emulation. (Thanks to MakiseKurisu & yuntiancherry)​

Credits

  • MakiseKurisu & yuntiancherry for the ViGEm client support
  • Evengard for the vJoy client support
  • nyorem for the Linux client port

External links

Advertising: