Is there a way to actuate the Y and X axis on a controller with W,A,S,D? So When moving the analog slightly in a game you will move slightly not just run as it were?
I have glovepie windows xp working with doom3 the nunchuk works fine but the wiimote-mouse stops working in the game window did you have any similar problems?
If you want the rest of the script I typically use for airmouse with motionplus only (no led's), I'd be glad to message it to you. I use it for everything except the games that don't read screen cursor position for input. It works great in windows and Source engine games like L4D2, but not in some others like STALKER and a few other programs.
With another line to use the trigger to start reading movement, but this doesn't work on certain games cause its using Cursor positioning, rather than direct mouse movement (I guess), is there a command to switch mouse.CursorPosY/X with that will still read the same, but output as actual mouse?
Is there a way to actuate the Y and X axis on a controller with W,A,S,D? So When moving the analog slightly in a game you will move slightly not just run as it were?
Pleas help many thanks
2kdannyboi 3 days ago
are you british?
HomerStolls 3 weeks ago
//crucial first line or you get huge wasted CPU looping which will slow down
//everything else!
wait 50ms
//unf. in glovepie .43 there is still some oddity in high CPU the only thing you can do
//is right click the process and compartmentalise to affinity CPU3, set processor
//priority to low. The wait command and that seems to keep it lower anyhow.
fkellysoens 8 months ago
can any one paste a ps3 controller script?
iwannabepresident 10 months ago
I have glovepie windows xp working with doom3 the nunchuk works fine but the wiimote-mouse stops working in the game window did you have any similar problems?
AaronPr19 1 year ago
Пиздец !!! Что это??? Нахуй было видео делать где какой то МУДАК тупо рассказывает ничто! Честное слово я в АХУЕ!!!
compotx 1 year ago
Sorry, wasn't enough room left to say -
Any help would be appreciated mate.
If you want the rest of the script I typically use for airmouse with motionplus only (no led's), I'd be glad to message it to you. I use it for everything except the games that don't read screen cursor position for input. It works great in windows and Source engine games like L4D2, but not in some others like STALKER and a few other programs.
theangrygimp 1 year ago
I got a problem with mouse emulation. I use
mouse.CursorPosX = mouse.CursorPosX + wiimote.MotionPlus.YawSpeed / 500000
mouse.CursorPosY = mouse.CursorPosY - wiimote.MotionPlus.PitchSpeed / 500000
With another line to use the trigger to start reading movement, but this doesn't work on certain games cause its using Cursor positioning, rather than direct mouse movement (I guess), is there a command to switch mouse.CursorPosY/X with that will still read the same, but output as actual mouse?
theangrygimp 1 year ago
@Taruteddy same problem
stepheninit 1 year ago
I can help showing all the conection process, It is easy, but first I have to find a solution for Nunchuck detection problems.
roboaalien 2 years ago