can i change the joystick with this too ?
I receive this error : " Buttons cannot left be blank .....
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,
RicardoJJPooh 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.
ossimmi wrote:Hello,
Please help me with this
I just got Jupiter 8v thinking that I'll be easily able to map keys on the PC keyboard to Jupiter keys but I don't know how to do it
Couldn't really find it on google too...
please help me out
thank you!
Users browsing this forum: No registered users and 0 guests