NBA 2k16 PC Keyboard Controls Workaround

Talk about NBA 2K16 here.

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby haaaaanis on Tue Sep 29, 2015 11:34 pm

http://game.ali213.net/thread-5921245-1-1.html
hey guys, obviously there is another method to use the keyboard but I didn't understand how to do that because the site must be translated!If you may you can take a closer look to this method!
haaaaanis
 
Posts: 289
Joined: Thu Oct 02, 2008 7:12 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby mariulis1 on Wed Sep 30, 2015 12:11 am

HI
You do not know why I can not do, what I'm doing wrong..
my settings:

1) I use arrow keys to move my player- instead of WASD, and I use TAB to Run/Sprint, I use D to shoot/steal A to Rebound/Block C to pass )
Thanks
I've done


#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.

;remapping "normal" number keys to make them behave like numpad numbers
0::Numpad0
1::Numpad1
Alt::Enter
A::Numpad3
C::Space
D::Numpad5
Up::w
Down::s
Left::a
Right::d
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return
User avatar
mariulis1
 
Posts: 291
Joined: Mon Jun 22, 2009 2:48 am
Location: Lithuania

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby bbreeze on Wed Sep 30, 2015 12:33 am

mariulis1 wrote:HI You do not know why I can not do, what I'm doing wrong..


Try with this and don't forget to open the file with "Run as administrator" mode.

#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
a::Numpad3
d::Numpad5
LAlt::Enter
c::Space
Up::w
Down::s
Left::a
Right::d
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return
Last edited by bbreeze on Wed Sep 30, 2015 12:33 am, edited 1 time in total.
User avatar
bbreeze
 
Posts: 27
Joined: Mon Sep 28, 2015 5:19 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby AlexPetrovic on Wed Sep 30, 2015 12:33 am

Can anyone help me making my script, i want to set :
movement: arrows
shooting,stealing-D
regular pass,switch players:S
block,rebound:Q
sprint:E
icon pass:X
Agressive, tight defence:Left Ctrl
Screen,playcall:Tab
set screen,take charge:F
bounce pass:Left Alt
Right stick buttons,driblings:numpads 2,4,6,8
AlexPetrovic
 
Posts: 1
Joined: Wed Sep 30, 2015 12:27 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby voxyz89 on Wed Sep 30, 2015 6:29 am

first of all thanks to jj for this post...
here is my script.this is so far as i know and this is how i use it. hope it can help.....
with NumLock off
___________________________________________________________________________________

#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

#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.

t::NumpadUp (pro stick up)RS
g::NumpadDown (pro stick down)RS
f::NumpadLeft (pro stick left)RS
h::NumpadRight (pro stick right)RS

Up::w (left stick up)LS
Down::s (left stick down)LS
Left::a (left stick left)LS
Right::d (left stick right)LS

d::Numpad5 (shoot/steal)1
Space::Space (Pass/call for ball)2
x::NumpadEnd (bounce pass/[hold]call pass for teammate)3 - also can use it for [Back] button
a::NumpadPgDn (rebound/lob/[hold]call teammate to go to the post)4

q::LShift (postup/tight defence)LF1
z::Tab (Call for screen/[with LF1]doubleplay)LF2
e::NumpadEnter (Sprint)RF1
c::NumpadAdd(Call teammates to set up)RF2

j::NumpadHome (???)
l::NumpadPgUp (???)

NumpadUp::Up (2K SmartPlay)
NumpadDown::Down (Substitution)
NumpadLeft::Left (QuickPlay)
NumpadRight::Right (Off/Def Emphasis)
PageUp (timeout)

;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return
voxyz89
 
Posts: 1
Joined: Wed Sep 30, 2015 5:38 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby ivcha on Wed Sep 30, 2015 8:36 am

I love you man but i had an anoying thing if i for example hold my key for shoting for about second something pup up saying "71 keys recevied do you want to continue" i click "yes" and it happens any time i hold/press key to long... how to remove this anoying thing...? :?:
ivcha
 
Posts: 3
Joined: Wed Sep 30, 2015 8:23 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby arge666 on Wed Sep 30, 2015 8:56 am

Greetings from Greece :D guys im desperate about that keyboard thing. I would appriciate if someone can help me arrange the following configutation:

shoot: space
steal: s
rebound: a
take charge : d

movement: arrows

sprint:left shift
tight defence:e
bounce pass: left control

Thanks in advance :bowdown:
arge666
 
Posts: 1
Joined: Wed Sep 30, 2015 8:43 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby vitortamar on Wed Sep 30, 2015 9:33 am

I use

Movement: Arrows
Shoot: D
Pass: S
Rebound: A
Sprint: W

Help me in configuration?

#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::??
Down::??
Left::??
Right::??
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return
vitortamar
 
Posts: 2
Joined: Tue Sep 29, 2015 5:34 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby Burmy87 on Wed Sep 30, 2015 12:14 pm

I tried your code...and now I can no longer use the exclamation point or any of the other signs you press Shift + number for...could you please help me restore that?
Burmy87
 
Posts: 1
Joined: Wed Sep 30, 2015 12:12 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby dhijay23 on Wed Sep 30, 2015 12:58 pm

Sorry guys I don't really know how the everything works. Can someone make me a script. I want to use the arrows as my movement and
W=shoot
A=crossover
D=post up
space=sprint
1,2,3,4=play calling

thats all I need. Thanks everyone.
Image
User avatar
dhijay23
 
Posts: 274
Joined: Mon Aug 23, 2010 8:14 pm
Location: windows/system32/

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby mutherfunker on Wed Sep 30, 2015 8:49 pm

what i m doing wrong?here is my scripthttp://postimg.org/image/4no3cna4n/,but nothing changes..
mutherfunker
 
Posts: 1
Joined: Wed Sep 30, 2015 8:44 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby Shing on Thu Oct 01, 2015 5:53 am

Wow, I can't believe I have to find a workaround just so I can use my keyboard to play the game. They went to the trouble to port the game for PC, but don't allow you to use the keyboard.

That is amazingly bad. I would be embarrassed dumping that on customers.

Do 2k have such a monopoly on the market they can start behaving as badly as Live used to do? I am so unhappy with this.

I have been playing almost every NBA game since even before NBA Live '95. I used to play on NBA games I can't even remember the names of back in the early 90s, battling Magic, Worthy and Kareem against Bird, McHale and Parish, and I've never come across a game that forces you to use a controller.

edit: have requested a refund from Steam. Shameful shit.
Image
User avatar
Shing
 
Posts: 453
Joined: Sun Nov 13, 2005 6:35 am
Location: I don't care where just far away

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby fivehundred on Thu Oct 01, 2015 11:03 am

Help guys pressing enter won't work when confirming a substitution
fivehundred
 
Posts: 3
Joined: Wed Nov 05, 2008 9:46 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby jumpmanaro24 on Thu Oct 01, 2015 3:36 pm

I have a PF in my career, I really don't know how to set a pick? I pressed the set pick button when u play quick games by on MYcareer the set pick won't work? What is the right one? Thanks
jumpmanaro24
 
Posts: 4
Joined: Sun Sep 27, 2015 4:52 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby JaoSming on Thu Oct 01, 2015 4:08 pm

Bounce Pass/Take Charge
Opinions are my own.

JaoSming
2KTV Producer
NBA 2K Developer
 
Posts: 29904
Joined: Tue Sep 13, 2005 12:45 am
Location: 2K

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby ivcha on Fri Oct 02, 2015 9:03 am

It woks :D but after about 15 mins of playing it says something like "71 keys receved would you like to continue?" how to solve this one? :(
ivcha
 
Posts: 3
Joined: Wed Sep 30, 2015 8:23 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby rgraiche on Fri Oct 02, 2015 11:52 am

Hi my friend.

First of all, your solution worked for me, and I'm able to play with my keyboard.

However, in a lot moments of the game, the keys appears to be "locked". For instance, sometimes I can't move my player down, or up, or shoot the ball, or my player keep walking back or foward. This is temporary, and this inconvenience is resumed, but appears again later in the game.

Can you know why this happened, and how can I resolve this?

Best regards,

Ricardo

JJPooh wrote: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.
rgraiche
 
Posts: 4
Joined: Sun Sep 21, 2008 1:11 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby seanjohn1414 on Fri Oct 02, 2015 12:36 pm

rgraiche wrote:Hi my friend.

First of all, your solution worked for me, and I'm able to play with my keyboard.

However, in a lot moments of the game, the keys appears to be "locked". For instance, sometimes I can't move my player down, or up, or shoot the ball, or my player keep walking back or foward. This is temporary, and this inconvenience is resumed, but appears again later in the game.

Can you know why this happened, and how can I resolve this?

Best regards,

Ricardo


did you go to instamt replay before it locked??
seanjohn1414
 
Posts: 30
Joined: Thu Oct 01, 2015 1:16 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby rgraiche on Fri Oct 02, 2015 1:32 pm

No friend, almost neves use a replay. It happends during the game, causing me a lot of posessions...

seanjohn1414 wrote:
rgraiche wrote:Hi my friend.

First of all, your solution worked for me, and I'm able to play with my keyboard.

However, in a lot moments of the game, the keys appears to be "locked". For instance, sometimes I can't move my player down, or up, or shoot the ball, or my player keep walking back or foward. This is temporary, and this inconvenience is resumed, but appears again later in the game.

Can you know why this happened, and how can I resolve this?

Best regards,

Ricardo


did you go to instamt replay before it locked??
rgraiche
 
Posts: 4
Joined: Sun Sep 21, 2008 1:11 pm

Re: NBA 2k16 PC Keyboard Controls Script maker

Postby RBTC on Fri Oct 02, 2015 2:30 pm

easiest solution :
viewtopic.php?f=163&t=99852
You do not have the required permissions to view the files attached to this post.
RBTC
 
Posts: 7
Joined: Fri Oct 02, 2015 2:24 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby fashion79 on Sun Oct 04, 2015 5:41 pm

vitortamar wrote:I use

Movement: Arrows
Shoot: D
Pass: S
Rebound: A
Sprint: W

Help me in configuration?

#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::??
Down::??
Left::??
Right::??
;using the "Appskey" to turn on/off remapping code
Appskey::
Suspend,Toggle
return


Which is appkey?
fashion79
 
Posts: 80
Joined: Sat Nov 01, 2014 5:08 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby Bloody661 on Sun Oct 04, 2015 8:04 pm

arrow keys to move
e sprint
d shoot
w Rebound/Block
x pass
1,2,3,4 pro stick
HELP PLS :)
TNX
Last edited by Bloody661 on Mon Oct 05, 2015 10:14 pm, edited 1 time in total.
Bloody661
 
Posts: 1
Joined: Sun Oct 04, 2015 7:58 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby Killerino on Mon Oct 05, 2015 4:13 am

mrlyrical wrote: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


I have the exact same problem, any solution anyone?
Killerino
 
Posts: 1
Joined: Mon Oct 05, 2015 4:09 am

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby haaaaanis on Mon Oct 05, 2015 10:09 pm

hey guys because I had a few problems with autohotkey (sometimes it stopped working for a few seconds during the game) I found another tool for key remapping!it's called key customizer...you can get a free trial (but you can also buy it).
This program was used for Fifa 15/16 which also had the same issue with key remapping! https://www.youtube.com/watch?v=okJERcjN3eQ
the only issue that I had is that the program does not separate Enter and NumEnter (both are recognized as Enter) so you can't remap the sprint key!
haaaaanis
 
Posts: 289
Joined: Thu Oct 02, 2008 7:12 pm

Re: NBA 2k16 PC Keyboard Controls Workaround

Postby fivehundred on Tue Oct 06, 2015 1:19 am

When I get into replay mode, some of the buttons don't work anymore and restarting autohotkeys doesn't work at all.
fivehundred
 
Posts: 3
Joined: Wed Nov 05, 2008 9:46 pm

PreviousNext

Return to NBA 2K16

Who is online

Users browsing this forum: No registered users and 1 guest