Hey guys its iiviietal here i like meany others wanted to try Neverwinter with my 360 controller (Free) lol
so i set up a program i used for Minecraft to achieve the same thing and im happy to say it works excellent, the software required is a simple program called GlovePIE its a great piece of software that will allow you to control your pc with your 360 controller kinect or even your wii mote and much more, so ive put together a script that will run your 360 controller and i was really impressed its a game changer in a big way now you will need a keyboard for obvious mmo reasons but for the most part aside from txting others you have full control, now im not any kind of pro when it comes to this stuff and if anybody comes up with a better or improves on the script pls let me know this kinda went from a little project in the server downtime that became an all niter when i started testing and adjusting and i just couldn't put it down. i hope this helps everyone and please let me know if this helps and you enjoy it as much as i do! now down to the brass the site to get GlovePIE is
http://glovepie.org/glovepie.php <-Home
http://glovepie.org/glovepie_download.php <-Downloads
its a 2.5 mb download 100% freeware
so when you first boot up the program you will see
// Type your script here, or click the GUI tab to autogenerate it! <--Delete this and copy paste in my script click run and your done you can move your mouse right on the desktop with the controller open the game and start to play i did have to make one ingame change and that was my look speed i went to 3.5 but that will be up to you guys
so it diddnt post the script in the original post so the script in full is in the 2nd post
Comments
keyboard.W = XInput1.Joy1Y > 0.2
keyboard.S = XInput1.Joy1Y < -0.2
keyboard.A = XInput1.Joy1X < -0.2
keyboard.D = XInput1.Joy1X > 0.2
// Right Stick – Mouse Pointer
Mouse.DirectInputX = Mouse.DirectInputX + 10*deadzone(XInput1.Joy2X)
Mouse.DirectInputY = Mouse.DirectInputY + -10*deadzone(XInput1.Joy2Y)
// 360 Bumpers
keyboard.tab = XInput1.LeftShoulder
keyboard.F = XInput1.RightShoulder
//360 Triggers
Mouse.RightButton = XInput1.RightTrigger
Mouse.LeftButton = XInput1.LeftTrigger
//360 Buttons ABXY
keyboard.space = XInput1.A
keyboard.r = XInput1.B
keyboard.e = XInput1.Y
keyboard.q = XInput1.X
//360 dPad
keyboard.1 = Xinput1.Up
keyboard.2 = Xinput1.Right
keyboard.3 = Xinput1.Down
keyboard.4 = Xinput1.Left
//360 Start and Select
keyboard.esc = XInput1.start
keyboard.alt = XInput1.back
//360 Stick Clicks
Keyboard.LeftShift= XInput1.LeftThumb
= XInput1.RightThumb
Also, do you know a source for a playstation controller?
We will never hear the end of it.....
The ability to create modifier keys with alternate key binds is completely necessary for using a controller with Neverwinter or any other MMO. It's groovy that you're putting a script up and all, but without alternate keybinds and modifier keys it's wasted effort.
Mainly because you need 'use', 'jump', all 8 abilities, your potion slots, your horse, auto-run, voice chat, and probably a few extra things I'm forgetting bound to the same controller. Playing with Tera's built-in controller support really showed me how it's done as far as controllers in 'Action' MMO's and it's what I based my own control setups on.
Namely, I use the paddle's as 'alt' and 'ctrl' or 'profile 1' and 'profile 2'. Those change the keybinds on the A, B, Y, X, Triggers, and D-Pad.
what about this?
Use down arrow to switch between combat profile and normal profile (when u r not fighting)
In each profile u can hold down RB for switch button function for alternate function.
Example, in combat mode, 'x' 'y' 'b' are keyboard 'q' 'e' and 'r' but if u hold down RB they are '3' '4' and '5'.
In each profile 'A' is 'f', back for esc and start for map. Up arrow open the inventory and u can jump pressing left stick.
Discover other function playing.
With this profile u can play neverwinter with xbox 360 joypad without any restriction ^_^
Feel free to redistribuite this profile to everyone!
[ Support Center • Rules & Policies and Guidelines • ARC ToS • Guild Recruitment Guidelines | FR DM Since 1993 ]