NBA 2k16 PC Keyboard Controls Workaround

Talk about NBA 2K16 here.

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby rale93lfc on Sun Sep 27, 2015 8:10 am

Can you help me JJPooh ?

I need default sprint button and take charge and rebound button?
rale93lfc
 
Posts: 29
Joined: Sat Nov 29, 2014 12:05 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby JJPooh on Sun Sep 27, 2015 8:18 am

rale93lfc wrote:Can you help me JJPooh ?

I need default sprint button and take charge and rebound button?


spint - NumEnter
charge/set screen - Num1
rebound/block - Num3
User avatar
JJPooh
 
Posts: 27
Joined: Fri Oct 12, 2012 3:44 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby rale93lfc on Sun Sep 27, 2015 8:27 am

Ok, thank you. Got it working, now maybe ,,cal play,, button or ,,pass modifier,, or ,,icon pass,, any of that buttons? xD
rale93lfc
 
Posts: 29
Joined: Sat Nov 29, 2014 12:05 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby JJPooh on Sun Sep 27, 2015 8:29 am

JJPooh wrote:Here are the default keyboard controls:

TAB - playcalling, pick control etc
Left Shift - play tight defense, the new post button
Space - regualar pass
A,W,S,D - player movement (Left Stick)
Num + - icon passing
NumEnter - sprint/run/turbo
Num1 - taking a charge
Num3 - block/rebound
Num5 - shoot button
Num 2,4,6,8 - pro stick, (Right stick) the one you dribble with or shoot as well
Arrows up, down, left, right - stand for the dpad, you know substitution, changing camera view etc
other buttons used : ESC, Enter, [ , ], , . ,some of the numbers 1,2,3,4

For example:

E for rebounding
S to shoot
X to pass

``````````````

E::Numpad3
S::Numpad5
X::Space
User avatar
JJPooh
 
Posts: 27
Joined: Fri Oct 12, 2012 3:44 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby rale93lfc on Sun Sep 27, 2015 8:39 am

Thank you, didnt saw that!! One more question, i promisse :D

How you do pick and roll? When i call player, there is ball above his head and he just take ball. xD
rale93lfc
 
Posts: 29
Joined: Sat Nov 29, 2014 12:05 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby Olenna on Sun Sep 27, 2015 8:39 am

Hey JJPooh,

First of all, your script is awesome, and thanks for posting it for the rest of us.
I was using vjoy but for some reason it wouldn't let me shoot half the time, so I abandoned that.

I binded my spacebar to pass, and it should be the same key for switching players on defense, but for some reason that doesn't work.
Any suggestions?
Olenna
 
Posts: 4
Joined: Sun Sep 27, 2015 8:36 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby rale93lfc on Sun Sep 27, 2015 10:27 am

Hi Olenna, try with my script, its working for me. And right click run as admin.. :)

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#MaxHotkeysPerInterval 2000000

;NumPad-CODE
;remapping "normal" number keys to make them
;behave like numpad numbers
0::Numpad0
a::Numpad1
c::Numpad2
e::Numpad3
t::Numpad4
d::Numpad5
z::Numpad6
7::Numpad7
v::Numpad8
9::Numpad9
LCtrl::NumpadAdd
x::Space
LShift::NumpadEnter
q::LShift
r::Tab
Up::w
Down::s
Left::a
Right::d

;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return
rale93lfc
 
Posts: 29
Joined: Sat Nov 29, 2014 12:05 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby jumpmanaro24 on Sun Sep 27, 2015 4:56 pm

My Lshift which is for the Intense D and Post move is having problems. If I press it , it would stay that way. How can I fix it, it's my only problem, thanks to JJPOOH I edited my controls they are now ok.
jumpmanaro24
 
Posts: 4
Joined: Sun Sep 27, 2015 4:52 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby JJPooh on Sun Sep 27, 2015 6:19 pm

jumpmanaro24 wrote:My Lshift which is for the Intense D and Post move is having problems. If I press it , it would stay that way. How can I fix it, it's my only problem, thanks to JJPOOH I edited my controls they are now ok.


Try assigning it to another key, see if it changes. Make sure there are no key duplicates, or maybe even replace Lshift with <+::"your desired key"
Here is the list of how to correctly type letters and keys:
http://ahkscript.org/docs/KeyList.htm
User avatar
JJPooh
 
Posts: 27
Joined: Fri Oct 12, 2012 3:44 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby yunuss on Sun Sep 27, 2015 7:11 pm

Another issue with the script is,
Any random key will go unresponsive sometimes, for like 3-5 seconds, the key just won't work, then it works again,

Anybody experiencing this issue?
yunuss
 
Posts: 6
Joined: Sat Jun 14, 2014 7:52 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby rale93lfc on Mon Sep 28, 2015 3:15 am

Sometimes for me, some key got pressed like for 5 sec... like right arrow and then my player just runs out of bounds. I need to restart skript then. I will break something. xD
rale93lfc
 
Posts: 29
Joined: Sat Nov 29, 2014 12:05 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby Orangehat1 on Mon Sep 28, 2015 3:33 am

Hey JJPooh I need help running this script...

Here's my script:
-----------------------------------------------------------------------------------------------
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

;NumPad-CODE
;remapping "normal" number keys to make them
;behave like numpad numbers
0::Numpad1
w::Numpad2
CapsLock::Numpad3
s::Numpad4
Tab::Numpad5
a::Numpad6
7::Numpad7
d::Numpad8
9::Numpad9
Up::w
Down::s
Left::a
Right::d
q::NumpadEnter
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return
-----------------------------------------------------------------------------------------------
I use caps lock for rebounding.
Arrows to move.
WASD for dribbling.
Q to sprint.
Tab to shoot
Numpad0 for pick and roll
Left shift for bounce pass
Numpad + for icon pass.

Where have i gone wrong? Mind helping?
Orangehat1
 
Posts: 1
Joined: Mon Sep 28, 2015 3:29 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby kminster567 on Mon Sep 28, 2015 7:49 am

Ive ran mine as administrator and restarted my computer and nothing. This is a picture of mine. Someone please help and give me some pointers or something. Let me know if I did anything wrong.

http://tinypic.com/view.php?pic=1zecd1v&s=8
kminster567
 
Posts: 6
Joined: Mon Oct 17, 2011 4:44 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby bbreeze on Mon Sep 28, 2015 5:36 pm

kminster567 wrote:Ive ran mine as administrator and restarted my computer and nothing. This is a picture of mine. Someone please help and give me some pointers or something. Let me know if I did anything wrong. http://tinypic.com/view.php?pic=1zecd1v&s=8


I had a similair problem. Try to make a space between the two texts - like JJPooh did here http://imgur.com/hfOR11R
Use small or capital letters. I have small so for example: c::Numpad2 Other like modifiers needs to stay the same - LShift::Enter

Run as a administrator and see if that helps.
User avatar
bbreeze
 
Posts: 27
Joined: Mon Sep 28, 2015 5:19 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby jumpmanaro24 on Mon Sep 28, 2015 11:49 pm

Sometimes for me, some key got pressed like for 5 sec... like right arrow and then my player just runs out of bounds. I need to restart skript then. I will break something. xD --- I do have the same problem also. What's the solution to this? My player would run around circles and go out of bounds when I press the Intense D ? How to fix this?

And one more concern how do you box out and pass modifier and alley oop? Thanks Guys
jumpmanaro24
 
Posts: 4
Joined: Sun Sep 27, 2015 4:52 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby rale93lfc on Tue Sep 29, 2015 5:53 am

jumpmanaro24 wrote:Sometimes for me, some key got pressed like for 5 sec... like right arrow and then my player just runs out of bounds. I need to restart skript then. I will break something. xD --- I do have the same problem also. What's the solution to this? My player would run around circles and go out of bounds when I press the Intense D ? How to fix this?

And one more concern how do you box out and pass modifier and alley oop? Thanks Guys

fixed that for me, try this, delete everything above code, my code now looks like this :

SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#MaxHotkeysPerInterval 20000

;NumPad-CODE
;remapping "normal" number keys to make them
;behave like numpad numbers
0::Numpad0
a::Numpad1
c::Numpad2
e::Numpad3
z::Numpad4
d::Numpad5
Space::Numpad6
7::Numpad7
v::Numpad8
9::Numpad9
LCtrl::NumpadAdd
x::Space
LShift::NumpadEnter
q::LShift
r::Tab
Up::w
Down::s
Left::a
Right::d
t::PgDn
p::PgUp
Numpad9::Left
Numpad7::Right




;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return



I need pass modifier button too!
rale93lfc
 
Posts: 29
Joined: Sat Nov 29, 2014 12:05 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby mrlyrical on Tue Sep 29, 2015 6:02 am

Hi JJPooh! Thank you for posting this fix. It's really the only viable solution for now and I got it to work very quickly. The only thing I'm having an issue with is MyCareer. I'm able to play the game using my usual controls against the computer, but when I go into MyCareer I can't really do anything. After the first cutscene none of the keys really work except for the movement controls (WASD and the arrow keys). On the menu screen I use 2 like the enter key, but when it tells me to press 2 in MyCareer, it is unresponsive. Even without the script running, the keys are mostly unresponsive. I'll post the script at the end, but I was just wondering if there was anything I can do until an eventual patch comes out. Any help would be greatly appreciated.

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

;NumPad-CODE
;remapping "normal" number keys to make them
;behave like numpad numbers
0::Numpad0
1::Numpad1
y::Numpad2
e::Numpad3
u::Numpad4
d::Numpad5
8::Numpad6
7::Numpad7
t::Numpad8
9::Numpad9
up::w
down::s
left::a
right::d
LCtrl::NumpadAdd
space::x
LShift::NumpadEnter
r::LShift
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return
mrlyrical
 
Posts: 9
Joined: Fri Mar 02, 2012 5:53 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby vitortamar on Tue Sep 29, 2015 9:04 am

Thanks for the help, JJPooh
I could change, except the movement controls. Do not use WASD. Use the arrow keys to move the players.
Help me to use the movement controls?



#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

;NumPad-CODE
;remapping "normal" number keys to make them
;behave like numpad numbers
0::Numpad0
s::Numpad1
2::Numpad2
a::Numpad3
4::Numpad4
d::Numpad5
6::Numpad6
7::Numpad7
8::Numpad8
9::Numpad9
w::NumpadEnter
Up::Up
Down::Down
Left::Left
Right::Right
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return


Where is wrong?
vitortamar
 
Posts: 2
Joined: Tue Sep 29, 2015 5:34 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby JJPooh on Tue Sep 29, 2015 9:16 am

vitortamar wrote:Thanks for the help, JJPooh
I could change, except the movement controls. Do not use WASD. Use the arrow keys to move the players.
Help me to use the movement controls?

Up::Up
Down::Down
Left::Left
Right::Right

Where is wrong?


Maybe like that:


Up::w
Down::s
Left::a
Right::d
User avatar
JJPooh
 
Posts: 27
Joined: Fri Oct 12, 2012 3:44 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby Shipu on Tue Sep 29, 2015 2:56 pm

Ok after a lot of trial and error i found the problem. It comes from the fact that when you hold your shift key, the numpad buttons change to their Numlock off function, and this brings a lot of problems with the bindings (for example, when you're holding shift+ numpad 2, and you release numpad 2, autohotkey recognizes the release as a different key, so the numpad 2 stays down)

The opposite doesn't apply, if you turn numpad off and press Shift + (numpad 2 w/o numlock), you still get the Shift + (Numpad 2 w/o numlock).
So my solution was just to play with numlock turned off and adjust the script for those keys. Here's my script to be used WITH NUMLOCK TURNED OFF:

;NumPad-CODE
;remapping "normal" number keys to make them
;behave like numpad numbers

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

Up::NumpadUp
Down::NumpadDown
Left::NumpadLeft
Right::NumpadRight

j::Left
k::Down
l::Right
i::Up
NumpadIns::Space
NumpadDel::Tab
NumpadEnd::NumpadPgDn
NumpadDown::NumpadClear
NumpadPgDn::NumpadEnd
NumpadLeft::NumpadAdd
NumpadEnter::LShift
LShift::NumpadEnter


;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return


Let me know if it works
Shipu
 
Posts: 2
Joined: Tue Sep 29, 2015 2:50 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby Shipu on Tue Sep 29, 2015 3:26 pm

After some testing... bug persists, I think at a lower rate but it's still there. I'll continue to test for the reason
Shipu
 
Posts: 2
Joined: Tue Sep 29, 2015 2:50 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby jumpmanaro24 on Tue Sep 29, 2015 4:20 pm

My intense d the LShift is still having the same problem , already tried everything after pressing it it's ok for like 5 secs and after that my player puts his hands up all the time even though I'm not pressing it, and when I ask for the ball he crosses over and over and over.... What is wrong with this? Thanks. 2k please make a patch on contol configuration.
jumpmanaro24
 
Posts: 4
Joined: Sun Sep 27, 2015 4:52 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby AGMACO on Tue Sep 29, 2015 8:39 pm

Hey, could someone send me a made script where it changes sprint into lshift and intense-D to numpadenter? I can't make it myself, that would be great. :roll:
AGMACO
 
Posts: 1
Joined: Tue Sep 29, 2015 8:35 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby bbreeze on Tue Sep 29, 2015 8:51 pm

AGMACO wrote:Hey, could someone send me a made script where it changes sprint into lshift and intense-D to numpadenter? I can't make it myself, that would be great. :roll:

Intense D - NumpadEnter::LShift
Sprint - LShift::NumpadEnter

I guess it will be easier to use another button for Intense D like LCtrl::LShift
User avatar
bbreeze
 
Posts: 27
Joined: Mon Sep 28, 2015 5:19 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby Sarazzz06 on Tue Sep 29, 2015 9:44 pm

Ok maybe this will help someone: Here is my script. Next to the key entry I also wrote what key does it stand for in the game. Still needs further research, but it's a start. Also I haven't found out which key is the boxout.

;NumPad-CODE
;remapping "normal" number keys to make them
;behave like numpad numbers

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

q::NumpadUp (pro stick up)
z::NumpadDown (pro stick down)
a::NumpadLeft (pro stick left)
s::NumpadRight (pro stick right)
space::Numpad1 (3)
e::Numpad3 (4)
d::Numpad5 (1)
l::Numpad7 (???)
o::Numpad9 (???)
Up::w (left stick up)
Down::s (left stick down)
Left::a (left stick left)
Right::d (left stick right)
x::Space (2)
RAlt::Tab (???)
i::NumpadClear(???)
j::NumpadEnd(???)
k::NumpadAdd(???)
c::LShift (LF1)
LShift::NumpadEnter (RF1)


;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return
Sarazzz06
 
Posts: 1
Joined: Mon Dec 09, 2013 2:37 am

PreviousNext

Return to NBA 2K16

Who is online

Users browsing this forum: No registered users and 3 guests