Ok, I play STO with a gamepad because I have issues with my hand. Been playing it that way since forever now... I expected Neverwinter to have the same support 'cause CO and STO have it.
Much to my surprise after a quick forum search and chat on Zone... The Mighty Mighty Dev Team disabled controller support several builds back.
Well.
I cannot play the game with out it and I'm not paying $$$ for a third-party solution.
For the record, I am aware of the sticky threads on how to set keybinds to a controller, but they require you to "enable controller/joystick" in the options menu. There is no option to do so.
Can't play until this is re-enabled. Sorry Dev Team! Game looks great from what little I saw... too bad I can't play.
Post edited by Unknown User on
0
Comments
zereiMember, Neverwinter Beta UsersPosts: 5Arc User
edited May 2013
I'd love to play this kind of game with a joystick too, it would feel almost like Tera I think. a shame you can't play though =/
For me it's a slap in the face. I'm not exactly disabled but I can't manage the level of coordination required to run a strictly keyboard game... it's really not fair that I have to sit this out because someone decided to disable a feature.
I'd like to hear from the Dev Team as to why they chose to disable this feature and if we can ever expect to see it back. Until then, I can't play.
I agree with this thread. I actually broke down and used Xpadder with my logitech dual action to map the most used commands to the controller.
Here's what I did:
Left stick: W/forward , left/right cam, S/back
Right stick: cam up/down, move L/R
I don't move left or right because I up the cam look speed enough that I can move with the left stick.
Buttons:
1 = Jump (Xb on the 360)
2 = Q (Ab on 360)
3 = Left Mouse Button (Bb on 360)
4 = Right mouse button (Yb on 360)
Right trigger = Shift
Left Trigger = Tab
Left shoulder = E
Right shoulder = R
Start = F
Select = Esc
Left stick button = 1
Right stick button = 2
D-pad up = 3
D-pad left = 4
D-pad right = 5
D-pad down = 6
While I hope they put native support back in. I'll settle for this until then because I don't have the coordination to move both mouse and press keys without looking at the keyboard.
That would be Great, if they would have implemented it. I know a few people that play MMO's that struggle with their hands for Various reasons. I think more MMO's should try to at least have some functions available from the launch.
Followed the link installed/set up Xpadder, still nothing.
I'm putting this game on standby until native support is restored.
0
foxtrot302Member, Neverwinter Beta Users, Neverwinter Guardian UsersPosts: 0Arc User
edited May 2013
I'd also really appreciate controller support because I am planning on buying a Nvidia Shield Game console when it comes out near the end of Q2. This console allows you to play your PC games on the go, but the games have to have native controller support (can't use something like Xpadder in the background). I'd really love to be able to carry Neverwinter with me in my pocket
0
nellyunoMember, Neverwinter Beta UsersPosts: 0Arc User
I agree with this thread. I actually broke down and used Xpadder with my logitech dual action to map the most used commands to the controller.
Here's what I did:
Left stick: W/forward , left/right cam, S/back
Right stick: cam up/down, move L/R
I don't move left or right because I up the cam look speed enough that I can move with the left stick.
Buttons:
1 = Jump (Xb on the 360)
2 = Q (Ab on 360)
3 = Left Mouse Button (Bb on 360)
4 = Right mouse button (Yb on 360)
Right trigger = Shift
Left Trigger = Tab
Left shoulder = E
Right shoulder = R
Start = F
Select = Esc
Left stick button = 1
Right stick button = 2
D-pad up = 3
D-pad left = 4
D-pad right = 5
D-pad down = 6
While I hope they put native support back in. I'll settle for this until then because I don't have the coordination to move both mouse and press keys without looking at the keyboard.
just started playing yesterday, that setup does me fine with my 360 pad, thanks chuckwolf
Hello good ppl here you go to all who want to play with your xbox controller, all you need to do is download Glovepie a freeware program from http://glovepie.org/glovepie.php after u open the program just copy and paste my script above run and enjoy
keep in mind that i have turned my mouse look speed up to 3 but you can play with that later on and sorry i could not make a new post but it seems i am still not able to do so. Copy and paste in the script above including // and please let me know if you improve on it i would like to try n find a way to add the shift key as dodge n dash are a little hard to pull off on command L8er
the script is posted above ^-^
(Dash added to left thumb stick)
Comments
I'd like to hear from the Dev Team as to why they chose to disable this feature and if we can ever expect to see it back. Until then, I can't play.
Here's what I did:
Left stick: W/forward , left/right cam, S/back
Right stick: cam up/down, move L/R
I don't move left or right because I up the cam look speed enough that I can move with the left stick.
Buttons:
1 = Jump (Xb on the 360)
2 = Q (Ab on 360)
3 = Left Mouse Button (Bb on 360)
4 = Right mouse button (Yb on 360)
Right trigger = Shift
Left Trigger = Tab
Left shoulder = E
Right shoulder = R
Start = F
Select = Esc
Left stick button = 1
Right stick button = 2
D-pad up = 3
D-pad left = 4
D-pad right = 5
D-pad down = 6
While I hope they put native support back in. I'll settle for this until then because I don't have the coordination to move both mouse and press keys without looking at the keyboard.
I actually got it for free by clicking on a link here in our forums... if you scroll down in the thread about setting up a 360 controller for NWO another user posted a link to his own 360 controller setup that uses xpadder he included a free copy of xpadder in the download. I used that as a starting point for my setup, but modified to fit the dual action's different button layout. http://nw-forum.perfectworld.com/showthread.php?51581-gt-Microsoft-XBOX-Controller-for-Windows-Configuation-lt&p=1120531&viewfull=1#post1120531 is the location of the post in question.
I'm putting this game on standby until native support is restored.
just started playing yesterday, that setup does me fine with my 360 pad, thanks chuckwolf
keep in mind that i have turned my mouse look speed up to 3 but you can play with that later on and sorry i could not make a new post but it seems i am still not able to do so. Copy and paste in the script above including // and please let me know if you improve on it i would like to try n find a way to add the shift key as dodge n dash are a little hard to pull off on command L8er
the script is posted above ^-^
(Dash added to left thumb stick)
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
i read joystick.
this immediately came to mind.