I was dreaming of playing my favoris FPS True Combat Elite with a wiimote
This game is specially difficult to play because you have to lean and move in the same time.
Twisting my wrist make lean rigth or left while my the thumb allow to move the nunchuck stick
In this video a just use my mouse and the nunchuk.
To do so, this is the recipe ;
- install cwiid on your linux box (so easy on unbuntu ;)
- download these two modules, an place it under
/home/flo/.cwiid/plugins
nunchuk_all_kb.so
nunchuk_kb.so
create this file
__/home/me/.cwiid/wminput/buttons_tce
Nunchuk.C = KEY_SPACE
Nunchuk.Z = KEY_LEFTSHIFT
#Plugin.nunchuk_all_kb.Forward = KEY_C
Plugin.nunchuk_all_kb.Backward = KEY_X
Plugin.nunchuk_all_kb.Right = KEY_E
Plugin.nunchuk_all_kb.Left = KEY_Q
Plugin.nunchuk_all_kb.xMiddle = 128
Plugin.nunchuk_all_kb.xNeutral = 30
Plugin.nunchuk_all_kb.yMiddle = 108
Plugin.nunchuk_all_kb.yNeutral = 23
Plugin.nunchuk_kb.Up = KEY_W
Plugin.nunchuk_kb.Down = KEY_S
Plugin.nunchuk_kb.Right = KEY_D
Plugin.nunchuk_kb.Left = KEY_A
- you can also create this shortcut
wiimote_tce.sh
gnome-terminal -e "wminput -c buttons_tce"
if these files cannot be used by your system or if you want to customize the code :
download this plugin package and the cwiid sources
unpacked both and specially the plugin package in cwiid-0.6.00/wminput/plugins directory
then launch makefile
I hope it will usefull for you,
I'm waiting for your comments !