NBA 2k16 PC Keyboard Controls Workaround

Talk about NBA 2K16 here.

NBA 2k16 PC Keyboard Controls Workaround

Postby JJPooh on Sat Sep 26, 2015 9:50 pm

Hey, there

I just found a possible temporary fix of how to customize your keyboard controls until 2k comes up with a patch or something.
All you need to do is:
1. download and install Autohotkey
2. create a simple script
3. map the desired keys
4. run the script
5. run NBA 2K16

```````````````````
Now some more details, for me it was just changing two controls from the default one, which i'm using since 2k9 and i pretty used to it. I'm sure that most of you
who use keyboard to play 2k16 need to change more than just two controls, so it may take some more time to do it so.

1. download Autohotkey from here : http://www.autohotkey.com/
2. go to your desktop and right click with you mouse - select new - and select Autohotkey Script, you can name it 2k16 or anything you want
2.1 now you have to edit the script, right click on it and press edit
2.2 you need to paste the following code underneath (do not delete the text that is already in the script):

;NumPad-CODE
;remapping "normal" number keys to make them
;behave like numpad numbers
0::Numpad0
1::Numpad1
2::Numpad2
3::Numpad3
4::Numpad4
5::Numpad5
6::Numpad6
7::Numpad7
8::Numpad8
9::Numpad9
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return


and then just simply save it.
Let me explain: in this code 0 will map and replace Numpad0, 1 will map and replace Numpad1. You can customize it the way you want. Let me show my script with only
two controls being changed:

;NumPad-CODE
;remapping "normal" number keys to make them
;behave like numpad numbers
Numpad0::Numpad1
NumpadDot::Numpad3
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return

As you can see, all i wanted is to replace Numpad1 and Numpad3 with Numpad0 and NumpadDot, that's how it's done.


4. When ya'll ready and set run the script, you will see it highlighted in green in the tray. I think NumLock should be ON while using the script.
5. Play the game


I would advise you when starting to map those keys, try with one or two controls, see if its working and then map the rest.
Here is a video on youtube explaining it all:
https://www.youtube.com/watch?v=ErNQz5PC73c
Here is a List of keys, mouse buttons etc: http://ahkscript.org/docs/KeyList.htm


Hope this helps.
User avatar
JJPooh
 
Posts: 27
Joined: Fri Oct 12, 2012 3:44 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby kobebryant24 on Sun Sep 27, 2015 12:50 am

I did it... but I dont understand it at all.
Why don't you give us an example how you did lets say..... what button is to pass and how assign it..... shoot, and etc.
To be THE BEST...... you have to be THE BEST !
User avatar
kobebryant24
 
Posts: 523
Joined: Sun Oct 25, 2009 7:11 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby yunuss on Sun Sep 27, 2015 1:18 am

Hi,

Thank you for sharing this information,
This might be the only way we(who doesnt have a gamepad) can play the game at the moment.

But just to clarify,
How can we change shoot-pass-rebound keys?

Because for many years, I use
E for rebounding
S to shoot
X to pass

Can you clarify how do we change our keys to those?

Thanks you so much by the way, I hope this workaround will help everyone.
yunuss
 
Posts: 6
Joined: Sat Jun 14, 2014 7:52 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby yunuss on Sun Sep 27, 2015 2:02 am

Default keys I figured out until now, I would appreciate everybody's feedback:

Offensive-Defensive
0 ? - ?
1 Pass -Take Charge
2 Hesitate - ?
3 Pass Strangely(?) - Rebound
4 Hesitate - ?
5 Shoot - Steal
6 Hesitate - ?
7 ? - ?
8 Hesitate - ?
9 ? - ?
ENTER Run - Run
Shift Hide Ball - ?
yunuss
 
Posts: 6
Joined: Sat Jun 14, 2014 7:52 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby JJPooh on Sun Sep 27, 2015 3:25 am

I'm not sure i can explain it any better than this, simply because that was the first time i was using autohotkeys.
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


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

Let me clarify the script:

;NumPad-CODE
;remapping "normal" number keys to make them
;behave like numpad numbers
0::Numpad0
1::Numpad1
2::Numpad2
3::Numpad3
4::Numpad4
5::Numpad5
6::Numpad6
7::Numpad7
8::Numpad8
9::Numpad9
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return


You don't have to use the numbers from 0 to 9, just put your desired keys and on the right side must be put the default keyboard controls.
Let's say you want put/map the shoot/steal button to the letter Z:
You need to type:

Z::Numpad5
User avatar
JJPooh
 
Posts: 27
Joined: Fri Oct 12, 2012 3:44 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby kobebryant24 on Sun Sep 27, 2015 3:57 am

JJPooh, give us a screenshot of your script....
To be THE BEST...... you have to be THE BEST !
User avatar
kobebryant24
 
Posts: 523
Joined: Sun Oct 25, 2009 7:11 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby yunuss on Sun Sep 27, 2015 3:59 am

JJ thank you man, now I can play this game cause you came up and shared this beautiful information.

My current list is like this:
(I use arrow keys to move my player- instead of WASD, and I put hesiation moves to WAZD- and I use Left shift to Run/Sprint, I use S to shoot/steal E to Rebound/Block X to pass )


0::Numpad0
x::Numpad1
w::Numpad2
e::Numpad3
a::Numpad4
s::Numpad5
d::Numpad6
7::Numpad7
z::Numpad8
9::Numpad9
LShift::NumpadEnter
Up::w
Down::s
Left::a
Right::d



I don't know what Numpad7 and Numpad9 does, so I didn't touch them.
Also, I don't really know the difference between Numpad1(pass) and Space(pass), they seem to do the same thing.

I haven't figured out the key for boxing out(while in defense) yet. So if you know, I'd love to know it too.

With friendly thanks and best wishes ;)
yunuss
 
Posts: 6
Joined: Sat Jun 14, 2014 7:52 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby kobebryant24 on Sun Sep 27, 2015 4:07 am

Can you give me a screenshot of your script ?
To be THE BEST...... you have to be THE BEST !
User avatar
kobebryant24
 
Posts: 523
Joined: Sun Oct 25, 2009 7:11 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby yunuss on Sun Sep 27, 2015 4:13 am

kobebryant24 wrote:Can you give me a screenshot of your script ?


http://tinypic.com/r/2nv5gzq/8

Note: Maxhotkeysperinterval 500 is not to get warnings(default is 70 in 1900 miliseconds I guess), use it only if you need it.
Last edited by yunuss on Sun Sep 27, 2015 4:15 am, edited 1 time in total.
yunuss
 
Posts: 6
Joined: Sat Jun 14, 2014 7:52 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby Alcatraz23 on Sun Sep 27, 2015 4:14 am

GUYS HELP
It dosent work for me in the game :(
PLEASE TELL ME HOW TO FIX IT
Last edited by Alcatraz23 on Sun Sep 27, 2015 4:23 am, edited 1 time in total.
Alcatraz23
 
Posts: 2
Joined: Sun Sep 27, 2015 4:11 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby kobebryant24 on Sun Sep 27, 2015 4:18 am

It doesn't work with your script either. I PUT THE NUM LOCK ON ... and OFF .... still doesn't work in the game.
To be THE BEST...... you have to be THE BEST !
User avatar
kobebryant24
 
Posts: 523
Joined: Sun Oct 25, 2009 7:11 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby JJPooh on Sun Sep 27, 2015 5:25 am

Here is a screenshot of my script:
http://imgur.com/hfOR11R

As i said i only needed to change 2 controls:
Numpad0::Numpad1
NumpadDot::Numpad3
Don't put anything unnecessary!
````````````````````````````````
0::Numpad0
1::Numpad1
2::Numpad2
3::Numpad3
4::Numpad4
5::Numpad5
6::Numpad6
7::Numpad7
8::Numpad8
9::Numpad9


Those ^ were just for illustration purposes only.
User avatar
JJPooh
 
Posts: 27
Joined: Fri Oct 12, 2012 3:44 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby Alcatraz23 on Sun Sep 27, 2015 5:31 am

Does it work in the game for you JJPooh?????
Alcatraz23
 
Posts: 2
Joined: Sun Sep 27, 2015 4:11 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby kobebryant24 on Sun Sep 27, 2015 5:39 am

And here is my script is there something that is wrong ?!?!

#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
s::Numpad1
f::Numpad2
Space::Numpad3
a::Numpad4
e::Numpad5
d::Numpad6
r::Numpad8
9::Numpad9
w::NumpadEnter
Up::w
Down::s
Left::a
Right::d
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return
To be THE BEST...... you have to be THE BEST !
User avatar
kobebryant24
 
Posts: 523
Joined: Sun Oct 25, 2009 7:11 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby JJPooh on Sun Sep 27, 2015 5:53 am

Alcatraz23 wrote:Does it work in the game for you JJPooh?????


Yes, it does. As i said i had to just change two controls, because i'm used to the default ones and it was pretty easy.
If this is to complicated for yall, you can try something else: ppJoy + x360ce. Its virtual pad and x360 emulator. I used it last year for about a week, there was a problem with keyboards playing online (but they fixed it asap). You can check my posts from last year or just search youtube. Not sure if it will work tho. Autohotkey setup took me just 5 minutes.
User avatar
JJPooh
 
Posts: 27
Joined: Fri Oct 12, 2012 3:44 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby kobebryant24 on Sun Sep 27, 2015 6:03 am

Why it's not working for me ???? I press run the script .... and then I start the game.... and it's not working.... Do I have to do something else ????
To be THE BEST...... you have to be THE BEST !
User avatar
kobebryant24
 
Posts: 523
Joined: Sun Oct 25, 2009 7:11 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby vladpetraru on Sun Sep 27, 2015 6:24 am

Didn't work for me either. I tried Run as administrator and now it works hope it helps you guys !
vladpetraru
 
Posts: 2
Joined: Sat Apr 13, 2013 7:44 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby JJPooh on Sun Sep 27, 2015 6:25 am

kobebryant24 wrote:Why it's not working for me ???? I press run the script .... and then I start the game.... and it's not working.... Do I have to do something else ????


I don't know. Maybe restart your computer if you haven't already. Why don't you set just one control or even two, see if its working and go from there. For example: ingame defaults for charge and setting a screen is Num1, and for blocking and rebounding is Num3. You can try the script i'm using, see if those two controls change. Don't forget to turn on NumLock.

#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
Numpad0::Numpad1
NumpadDot::Numpad3
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return
User avatar
JJPooh
 
Posts: 27
Joined: Fri Oct 12, 2012 3:44 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby kobebryant24 on Sun Sep 27, 2015 6:36 am

JJPooh wrote:
kobebryant24 wrote:Why it's not working for me ???? I press run the script .... and then I start the game.... and it's not working.... Do I have to do something else ????


I don't know. Maybe restart your computer if you haven't already. Why don't you set just one control or even two, see if its working and go from there. For example: ingame defaults for charge and setting a screen is Num1, and for blocking and rebounding is Num3. You can try the script i'm using, see if those two controls change. Don't forget to turn on NumLock.

#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
Numpad0::Numpad1
NumpadDot::Numpad3
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return


No even with your scipt... it doesn't work. :( :( :(
To be THE BEST...... you have to be THE BEST !
User avatar
kobebryant24
 
Posts: 523
Joined: Sun Oct 25, 2009 7:11 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby kobebryant24 on Sun Sep 27, 2015 6:41 am

The strange thing is that after i run the script it works... on any other program like skype for example..... but it doesn't work in the game.
To be THE BEST...... you have to be THE BEST !
User avatar
kobebryant24
 
Posts: 523
Joined: Sun Oct 25, 2009 7:11 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby yunuss on Sun Sep 27, 2015 6:57 am

kobebryant24 wrote:The strange thing is that after i run the script it works... on any other program like skype for example..... but it doesn't work in the game.


Hmm, it's strange, script is working for me in-game, maybe you should seek help in AutoHotkey's own forum? There might be someone who could help you.
yunuss
 
Posts: 6
Joined: Sat Jun 14, 2014 7:52 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby kobebryant24 on Sun Sep 27, 2015 7:02 am

yunuss wrote:
kobebryant24 wrote:The strange thing is that after i run the script it works... on any other program like skype for example..... but it doesn't work in the game.


Hmm, it's strange, script is working for me in-game, maybe you should seek help in AutoHotkey's own forum? There might be someone who could help you.

Why I should seek help in their forums... when the program is working fine... in any other program... than NBA 2k16 ?!
To be THE BEST...... you have to be THE BEST !
User avatar
kobebryant24
 
Posts: 523
Joined: Sun Oct 25, 2009 7:11 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby kobebryant24 on Sun Sep 27, 2015 7:05 am

GUYS I FIXED IT :) :) :) I JUST RUN THE SCRIPT AS ADMINISTRATOR !!!! THANK YOU SO MUCH FOR THE HELP I CANT TELL YOU HOW HAPPY I AM ..... THANK YOU !!!!!!!!!!!!!!! :D :D :D :D :D :D
To be THE BEST...... you have to be THE BEST !
User avatar
kobebryant24
 
Posts: 523
Joined: Sun Oct 25, 2009 7:11 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

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

What is default sprint button ?
Last edited by rale93lfc on Sun Sep 27, 2015 8:09 am, edited 2 times in total.
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:04 am

kobebryant24 wrote:GUYS I FIXED IT :) :) :) I JUST RUN THE SCRIPT AS ADMINISTRATOR !!!! THANK YOU SO MUCH FOR THE HELP I CANT TELL YOU HOW HAPPY I AM ..... THANK YOU !!!!!!!!!!!!!!! :D :D :D :D :D :D


Glad it finally worked for you.
User avatar
JJPooh
 
Posts: 27
Joined: Fri Oct 12, 2012 3:44 am

Next

Return to NBA 2K16

Who is online

Users browsing this forum: No registered users and 4 guests