PDA

View Full Version : USB Controller for WA, pc version


windyshrim
27 Jun 2007, 22:36
Hello! I was wondering if there was anyway I could play Worms Armageddon on the pc with a usb controller. I have been looking around and could not find any information with this. Any help would be appreciated!

CyberShadow
27 Jun 2007, 22:49
There is no official method.

What kind of controller is it? Two analog sticks?

windyshrim
27 Jun 2007, 23:03
Yes, it is a ps2 based controller, It is named Air Flo EX, created by Nyko. I do however also own a ps2 controller usb port.

bonz
27 Jun 2007, 23:14
http://atzitznet.no-ip.org/Joy2Mouse3/

CyberShadow
27 Jun 2007, 23:39
I wrote this (http://thecybershadow.net/dump/d66cf5279054bf29ee02d8b51eb14e98/JoyWA.ahk) AutoHotKey script a while ago. It maps the most important features to buttons, and allows you to control the game with both the D-pad and the analog sticks (for which it will interpolate "taps" to simulate the speed corresponding to the analog stick). The mouse is mapped to the 2nd analog stick. See the source for some instructions and comments.

windyshrim
28 Jun 2007, 02:30
Great! Thanks a lot!:)

windyshrim
28 Jun 2007, 05:13
I can't really figure out what to do with the mapping script you made. Veiwing the source takes me into notepad.

bonz
28 Jun 2007, 10:09
I can't really figure out what to do with the mapping script you made.
You need the key-mapping tool AutoHotkey (http://www.autohotkey.com/) of course.

Xinos
29 Jun 2007, 09:40
That's a nifty script you got there. =)

Though the mouse mapping is a little wierd on the analog stick, right=down, down=left, left=up and up=right.

CyberShadow
29 Jun 2007, 11:06
Works fine for me - you may need to just switch the axis.

jstnpiper
21 Jul 2007, 23:57
I need some help. i just bought a controller, it has its own button setting program. i just want to know whats the best way to set up the controls, but id like to use that script that was posted on here. i have no clue whatsoever hoe to use it, so if you could help me in hot to use autohotkey and your script that be super

CyberShadow
23 Jul 2007, 08:54
Just download AutoHotKey and read the included manual.