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 19: | Line 18: | ||
|source=https://github.com/xerpi/viimote | |source=https://github.com/xerpi/viimote | ||
}} | }} | ||
'''Viimote''' is a plugin that allows you to play with your PSVITA using a WiiMote as controller. | |||
==Enable the Viimote plugin== | |||
<ul> | |||
<li>Add viimote.skprx to taiHEN's config (ux0:/tai/config.txt): | |||
<div class="snippet-clipboard-content notranslate position-relative overflow-auto"> | |||
<pre> *KERNEL | |||
ux0:tai/viimote.skprx</pre> | |||
</li> | |||
<li>You need to refresh the config.txt by rebooting or through VitaShell.</li></ul> | |||
==Media== | ==Media== | ||
<youtube>pwEdRgeQmhA</youtube> | <youtube>pwEdRgeQmhA</youtube> | ||
==Screenshot== | |||
[[image:viimotevita.jpg|600px]] | |||
==First time using it (aka pairing)== | |||
# Go to Setting -> Devices -> Bluetooth Devices | |||
# Press 1+2 (SYNC won't work) on the Wiimote during 2 seconds | |||
# The Wiimote will pair and connect automatically (don't press over it when it appears) | |||
===Using it after pairing it=== | |||
# You simply need to ''press any button'' (instead of pressing 1+2) to connect it to the Vita. | |||
==Supported extensions== | |||
* Nunchuk | |||
* Classic Controller | |||
* Taiko TaTaCon Drum Controller | |||
== | '''Note''': If you use Mai, don't put the plugin inside ux0:/plugins because Mai will load all stuff you put in there... | ||
==Changelog== | |||
'''(v.1.2)''' | |||
*Add Taiko TaTaCon Drum Controller Support (thanks to @wolfarine) with the following button mappings: | |||
**CL-->Left | |||
**RL-->L1 | |||
**CR-->Circle | |||
**RR-->R1 | |||
'''(v.1.1)''' | |||
*Compress the self to make it compatible with Ensō. | |||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* Fix Wiimote not continuously sending data reports. | |||
'''(v.0.5.3)''' | |||
*Fix kernel joystick emulation | |||
'''(v.0.5.2)''' | |||
*Set center values to right joystick (when using nunchuk) and triggers | |||
'''(v.0.5.1)''' | |||
*Fix Classic Controller | |||
*Map ZL and ZR to Volume up/Volume down | |||
'''(v.0.5)''' | |||
*Add Classic Controller support (not tested) | |||
'''(v.0.4)''' | |||
*Reset auto-suspend timer when buttons or touch change. (no more screen dimming when using the controller) | |||
*Use ctrl emulation functons instead of hooking (buttons and analogs), this means that the PS button works now. | |||
*Reduce thread stack and mempool sizes (smaller footprint) | |||
*Reset input emulation data when disconnecting | |||
'''(v.0.3.2.1)''' | |||
*Should fix a bug on PSTV | |||
'''(v.0.3.2)''' | |||
*Add proper Bluetooth pairing (use 1+2 to pair). | |||
*Fix Nunchuk reconnect bug. | |||
*Now it should be compatible with ALL the Wiimotes (including 3rd party ones). | |||
'''(v.0.3.1)''' | |||
*Change report type when Nunchuk disconnect | |||
*Properly initialize Nunchuk values | |||
'''(v.0.3)''' | |||
*Added Bluetooth pairing: | |||
**You first need to connect the Wiimote by pressing the SYNC button instead of 1+2, once the connection is established, the Wiimote will be paired, and if you power it off, you simply need to press any button (instead of pressing SYNC or 1+2) to connect it to the Vita. | |||
'''(v.0.2)''' | |||
* Added initial Nunchuk support (with hotplugging) | |||
'''(v.0.1)''' | |||
* First Release. | * First Release. | ||
* No extensions (such as Nunchuk) are supported in this release. | |||
== External links == | == External links == | ||
* Github - https://github.com/xerpi/viimote | * Github - https://github.com/xerpi/viimote | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/40 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/40 | ||
Revision as of 00:19, 14 November 2022
viimote | |
---|---|
File:Viimotevita.jpg | |
General | |
Author | xerpi |
Type | Plugins |
Version | 1.2 |
License | Mixed |
Last Updated | 2018/08/18 |
Links | |
Download | |
Source | |
Viimote is a plugin that allows you to play with your PSVITA using a WiiMote as controller.
Enable the Viimote plugin
- Add viimote.skprx to taiHEN's config (ux0:/tai/config.txt):
*KERNEL ux0:tai/viimote.skprx
- You need to refresh the config.txt by rebooting or through VitaShell.
Media
Screenshot
First time using it (aka pairing)
- Go to Setting -> Devices -> Bluetooth Devices
- Press 1+2 (SYNC won't work) on the Wiimote during 2 seconds
- The Wiimote will pair and connect automatically (don't press over it when it appears)
Using it after pairing it
- You simply need to press any button (instead of pressing 1+2) to connect it to the Vita.
Supported extensions
- Nunchuk
- Classic Controller
- Taiko TaTaCon Drum Controller
Note: If you use Mai, don't put the plugin inside ux0:/plugins because Mai will load all stuff you put in there...
Changelog
(v.1.2)
- Add Taiko TaTaCon Drum Controller Support (thanks to @wolfarine) with the following button mappings:
- CL-->Left
- RL-->L1
- CR-->Circle
- RR-->R1
(v.1.1)
- Compress the self to make it compatible with Ensō.
(v.1.0)
- Fix Wiimote not continuously sending data reports.
(v.0.5.3)
- Fix kernel joystick emulation
(v.0.5.2)
- Set center values to right joystick (when using nunchuk) and triggers
(v.0.5.1)
- Fix Classic Controller
- Map ZL and ZR to Volume up/Volume down
(v.0.5)
- Add Classic Controller support (not tested)
(v.0.4)
- Reset auto-suspend timer when buttons or touch change. (no more screen dimming when using the controller)
- Use ctrl emulation functons instead of hooking (buttons and analogs), this means that the PS button works now.
- Reduce thread stack and mempool sizes (smaller footprint)
- Reset input emulation data when disconnecting
(v.0.3.2.1)
- Should fix a bug on PSTV
(v.0.3.2)
- Add proper Bluetooth pairing (use 1+2 to pair).
- Fix Nunchuk reconnect bug.
- Now it should be compatible with ALL the Wiimotes (including 3rd party ones).
(v.0.3.1)
- Change report type when Nunchuk disconnect
- Properly initialize Nunchuk values
(v.0.3)
- Added Bluetooth pairing:
- You first need to connect the Wiimote by pressing the SYNC button instead of 1+2, once the connection is established, the Wiimote will be paired, and if you power it off, you simply need to press any button (instead of pressing SYNC or 1+2) to connect it to the Vita.
(v.0.2)
- Added initial Nunchuk support (with hotplugging)
(v.0.1)
- First Release.
- No extensions (such as Nunchuk) are supported in this release.
External links
- Github - https://github.com/xerpi/viimote
- VitaDB - https://vitadb.rinnegatamante.it/#/info/40