• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Controllers v
« Previous 1 ... 294 295 296 297 298 ... 305 Next »

Glovepie help Please
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Glovepie help Please
10-11-2011, 04:07 AM
#1
thepatient613 Offline
Junior Member
**
Posts: 7
Threads: 4
Joined: Mar 2011
I know I should've probably posted this on the Glovepie forums. Sorry if I didn't I have been trying all day and it's not working.

I've been working on a better suited script for myself when it comes to Fps games. Based on a Crysis script which I found. The mouse controls are amazing in this one. There's 2 things I would like to learn so I can fix my controls for Condemned. Sry if anything like that has been posted. I honestly been spending the last 2 months trying to make it work and reading all the info I can find.

I would like the wasd controls to be replaced with analog so I can control the speed when I walk. I have an xbox 360 controller connected to my PC as well if somehow this can help.

I set my Nunchuk so I should be able to block when I shake it. It doesn't work and my guy will block at random times.


I uploaded it on 2share (http://www.2shared.com/file/oUlN6Kto/Condemned_only.html) or you can check it out right now:

/* Move
- Move = Joystick Nunchuk */
WASD = Wiimote.Nunchuk.joy

/* Block
- Block = Nunchuk Shakiness */
Mouse.RightButton = Wiimote.Nunchuk.Shakiness

/* Fire
- Fire = Wiimote B */
Mouse.LeftButton = Wiimote.B

/* Kick
- Kick = Wiimote A */
Keyboard.Space = wiimote.A

/* Flashlight
- F = Wiimote down */
Keyboard.F = wiimote.Home

/* Tools
- T = Wiimote Plus */
Keyboard.T = wiimote.Plus

/* Check Ammo
- R = Wiimote Minus */
Keyboard.R = wiimote.Minus

/* Sprint
- Shift = Nunchuk C */
Keyboard.Shift = wiimote.Nunchuk.C

/* Taser
- Taser = Nunchuk Z */
mouse.MiddleButton = wiimote.Nunchuk.Z

/* Action
- E = Wiimote 1 */
Keyboard.E = wiimote.One

/* Special moves
- 1 = Wiimote up
- 2 = wiimote right
- 3 = wiimote down
- 4 = wiimote left */
Keyboard.NUMPAD1 = wiimote.Up
Keyboard.NUMPAD2 = wiimote.Right
Keyboard.NUMPAD3 = wiimote.Down
Keyboard.NUMPAD4 = wiimote.Left

/* Escape
- ESC = Wiimote 2 */
Keyboard.Escape = wiimote.Two

/* Mouse Directinput FPS (by Mic Frametaux and jeromote)
- Mouse DirectInputPos = Wiimote PointerXY */
mouse.DirectInputPos += [(wiimote.PointerX-1/2)*80, (wiimote.PointerY-1/2)*50] // X = *80 / Y = *50 (change - or + 10%)

Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode