NBA 2K16 : Customize Keyboard Controls [Unofficial]

Аватар автора
Радужные игры: обзоры и инсайдерские новости
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&using since 2k9 and i pretty used to it. I&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. 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...

0/0


0/0

0/0

0/0