Go for a stroll through Britania... using your legs
Posted: Tue May 09, 2006 4:42 pm
Hello everyone,
Having recently been hooked on to Step Mania, I realized that my dance pad might have more uses than just virtual dance.
I put together a little script with the help of AutoHotKey that allows for the player to walk using the dance pad in Exult ...
What you need to do is the following:
- Get your dance pad ready
- Install AutoHotKey http://www.autohotkey.com/download/
- Launch my script http://www.florien.ca/other/exult-dance ... roller.ahk
- Launch Exult
- Place the dance pad in a diagonally in front of your computer, Up arrow facing in the NW direction, right arrow facing in the NE direction.
- To walk stand on two arrows at a time and just press one at a time ... NW-NE makes avatar walk N. NE-SE walk E ... etc. It's pretty natural after a while. .... basically left-right-left-right just like walking. Of course walking east and west is more of a front-back-front-back kind of an affair, but feels pretty good too.
Caveats:
- My script assumes the following. Dancepad is detected as joystick #1 in your system. If not you will need to modify all the lines in the script with 1JoyXX with 2JoyXX or whatever your joystick number is
- Your dance buttons map to the same buttons as mine.
button 13->UP
button 14->RIGHT
button 15->DOWN
button 16->LEFT
You can find out your mapping from the control panel joystick test. If the mapping doesn't match your dance pad just edit my script and change the 1JoyXX to whatever number your buttons map to.
- You will soon realize that you don't have a mouse and keyboard handy. I handled this problem by mapping the start button on the mat to combat toggle and the O button to inventory. For mouse movement I just grabbed a hard writing pad and used it as my mouse pad. It worked pretty well, you can organize your inventory pretty efficiently and if your legs get too tired you can cheat and walk with the mouse.
Have fun ... I already finished trinsic and walked to Britain to pick up my supplies from Lord British. But then I thought I could walk to vesper to pick up the Golden Akhn that Lord British said I could borrow ... and the slime got Iolo and then me in the swamp ... I should have ran ... left-right-left-right
Let me know how you like it ... it's definitely a work in progress. One thing that's especially annoying is controlling walking speed so that in the future the faster you walk the faster your avatar walks.
Having recently been hooked on to Step Mania, I realized that my dance pad might have more uses than just virtual dance.
I put together a little script with the help of AutoHotKey that allows for the player to walk using the dance pad in Exult ...
What you need to do is the following:
- Get your dance pad ready
- Install AutoHotKey http://www.autohotkey.com/download/
- Launch my script http://www.florien.ca/other/exult-dance ... roller.ahk
- Launch Exult
- Place the dance pad in a diagonally in front of your computer, Up arrow facing in the NW direction, right arrow facing in the NE direction.
- To walk stand on two arrows at a time and just press one at a time ... NW-NE makes avatar walk N. NE-SE walk E ... etc. It's pretty natural after a while. .... basically left-right-left-right just like walking. Of course walking east and west is more of a front-back-front-back kind of an affair, but feels pretty good too.
Caveats:
- My script assumes the following. Dancepad is detected as joystick #1 in your system. If not you will need to modify all the lines in the script with 1JoyXX with 2JoyXX or whatever your joystick number is
- Your dance buttons map to the same buttons as mine.
button 13->UP
button 14->RIGHT
button 15->DOWN
button 16->LEFT
You can find out your mapping from the control panel joystick test. If the mapping doesn't match your dance pad just edit my script and change the 1JoyXX to whatever number your buttons map to.
- You will soon realize that you don't have a mouse and keyboard handy. I handled this problem by mapping the start button on the mat to combat toggle and the O button to inventory. For mouse movement I just grabbed a hard writing pad and used it as my mouse pad. It worked pretty well, you can organize your inventory pretty efficiently and if your legs get too tired you can cheat and walk with the mouse.
Have fun ... I already finished trinsic and walked to Britain to pick up my supplies from Lord British. But then I thought I could walk to vesper to pick up the Golden Akhn that Lord British said I could borrow ... and the slime got Iolo and then me in the swamp ... I should have ran ... left-right-left-right
Let me know how you like it ... it's definitely a work in progress. One thing that's especially annoying is controlling walking speed so that in the future the faster you walk the faster your avatar walks.