Forums
Games
Cyberpunk 2077 Thronebreaker: The Witcher Tales GWENT®: The Witcher Card Game The Witcher 3: Wild Hunt The Witcher 2: Assassins of Kings The Witcher The Witcher Adventure Game
Jobs Store Support Log in Register
Forums - CD PROJEKT RED
Menu
Forums - CD PROJEKT RED
  • Hot Topics
  • NEWS
  • GENERAL
    SUGGESTIONS
  • STORY
    MAIN JOBS SIDE JOBS GIGS
  • GAMEPLAY
  • TECHNICAL
    PC XBOX PLAYSTATION
  • COMMUNITY
    FAN ART (THE WITCHER UNIVERSE) FAN ART (CYBERPUNK UNIVERSE) OTHER GAMES
  • RED Tracker
    The Witcher Series Cyberpunk GWENT
PC
XBOX
PLAYSTATION
Menu

Register

Key Remapping

+
Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • …

    Go to page

  • 37
Next
First Prev 5 of 37

Go to page

Next Last
T

thedon3k

Forum regular
#81
Dec 10, 2020
Once again, I find there's a game developer who's decided that everyone is exactly the same and loves and/or can play properly with WASD.

Why? What is wrong with you people that you don't realize that left-handed people, people with one hand, or people with problems with their fingers, or Just Because! don't want to play with WASD?

This is a VERY basic and expected feature in a game - to be able to remap the keys - ALL THE KEYS!!!!!

I DON'T / CAN'T play with a controller, and I need to use the right-side of the keyboard, NOT WASD.

Now, normally I just use a script with AutoHotKey, and that takes care of this. I use AHK all the time, in many, many games, but this, too, the Developer has decided to give us all a big F-U, and somehow keeps AHK from working as well.

Want to use AHK? NOPE!
Want to remap WASD to the arrow keys? NOPE!!!
Want to use Enter as an input? NOPE!!!!!

Fix.This.Oversight!
 
  • RED Point
Reactions: Mirnem, UTG_Hammerhead, Julo67 and 8 others
Webby-san

Webby-san

Senior user
#82
Dec 10, 2020
Honestly at a loss for words. So disappointed that a simple thing like key binding prevents me from playing a game I've waited so long for, from a game dev I thought knew better.

Why would you not allow arrow keys binds? It's is beyond ridiculous. I have never played with anything other than arrow keys for movement and I am to old to learn new tricks.

I'm so disappointed in CDPR right now, I havent even seen the game they worked so hard on as I've gone no further than the options screen.

And before some little smart arse chirps up, NO, wasd is not a option.
 
Last edited: Dec 10, 2020
  • RED Point
Reactions: Aquiles_FPS, elite72, Flump and 4 others
H

Hamilton_Beckett

Fresh user
#83
Dec 10, 2020
I swapped out which is the toggle and which is the hold for crouch, put fast attack and phone on the mouse buttons.
 
  • RED Point
Reactions: Strykun_
DaRadicalCavy

DaRadicalCavy

Fresh user
#84
Dec 10, 2020
boltthrower1985 said:
I'm not happy about it either but it's a AAA game that I don't think has launched across all time zones yet, so. This is why pre-ordering is bashed, because no matter how beloved a developer is, day one is going to be awful. Every time. Forever. Sometimes it's less awful but it's always less than optimal. I'm disabled as well and can't play due to the way I control the mouse registers as a controller by the game, so I'll just have to wait. Some games they don't even patch that out, I'm just praying they will with this one.
Click to expand...
I am pretty sure PC wise it's out everywhere now, if not, then the day 0/1 (depending who ask) patch is out, so it represents the launch game. Games go through testing, checking for problems, and they have just ignored a large amount of players simply because don't use WASD. Any AAA game in 2020 should have full remapping. Of course day one is full of problems, half of that is what makes it fun to me, testing and breaking the game before it's stable, but the fact a big chunk of players can't even play is totally different from a bad day. It's a broken game.
 
  • RED Point
Reactions: Julo67, elite72, Q_the_Elf and 1 other person
Laggmonstret

Laggmonstret

Fresh user
#85
Dec 10, 2020
I can see that I am not the only one with this problem, I have been using my setup with the F key being "Strafe Right" or "Move Right" since Quake was the hot cake. And I would believe there's alot of of us old school PC Gamers here that was looking forward to this day, a videogame version of the legendary Cyberpunk!
But sadly that dream was shattered quickly for me since I haven't even made it through the menu yet stuck with key bindings. That wasn't exactly how I pictured the launchday to be, but I decided that it might be best to make a refund since the system requirements are very steep anyhow. Maybe I check the game out again in a couple of months, IF key bindings are looked over. Until then I wont spend 60 euro on a game that I can't even enjoy.
 
  • RED Point
Reactions: Strykun_
Triffid77

Triffid77

Forum regular
#86
Dec 10, 2020
Cant map arrow keys to movement!!!
Welp, thats the way i always play, always have. Im in my forties and i aint changing now.

That was fun. Havent even started the game.
 
  • RED Point
Reactions: jpoma1, Thr33pwood, SHADOWTHX1138 and 2 others
Webby-san

Webby-san

Senior user
#87
Dec 10, 2020
Winneh2 said:
Yeah, sorry CDPR, but this is a NONO.
Keys need to be rebindable, specially arrowkeys (left handed players).
I practically cant play this, Autohotkey doesnt work and Corsair iCue cuts out the second you press more than uparrow (like left or right to steer your vehicle).

This needs to be changed, asap.
Post automatically merged: Dec 10, 2020


I might have found a temp fix for this.
I edited the ini file and made it read only, that worked (so far).
UserSettings.json can be found here %USERPROFILE%\AppData\Local\CD Projekt Red\Cyberpunk 2077
Open with Notepad++ or text editor.
Look for the "SettingsLocomotion" part of it.

"value": "IK_Up",
"default_value": "IK_W"

"value": "IK_Down",
"default_value": "IK_S"

"value": "IK_Left",
"default_value": "IK_A"

"value": "IK_Right",
"default_value": "IK_D"

Should look like this.
Replace IK_W value with IK_Up and so on, upper and lower case need to be correct or they wont work.
Save file - make read only - hope it doesnt cause any issues along the way, seems to work for me (for now)
Click to expand...
You sir, are a legend.

Keeps telling me about a corrupt file when I try to save ingame changes, but I can live with that.

I still have to move my hand to the other side of the keyboard to open/use because of the stupid 'F' key, but will just have to tolerate that I guess as bad game design.
 
Last edited: Dec 10, 2020
  • RED Point
Reactions: Strykun_
Laggmonstret

Laggmonstret

Fresh user
#88
Dec 10, 2020
DaRadicalCavy said:
I am pretty sure PC wise it's out everywhere now, if not, then the day 0/1 (depending who ask) patch is out, so it represents the launch game. Games go through testing, checking for problems, and they have just ignored a large amount of players simply because don't use WASD. Any AAA game in 2020 should have full remapping. Of course day one is full of problems, half of that is what makes it fun to me, testing and breaking the game before it's stable, but the fact a big chunk of players can't even play is totally different from a bad day. It's a broken game.
Click to expand...
Makes You wonder what playerbase they choosed for beta testing this game, doesn't it? Did really noone mention this issue or was everyone using WASD or a controller? Maybe there was more family and friends testing it then actual gamers ;)
Post automatically merged: Dec 10, 2020

Triffid77 said:
Welp, thats the way i always play, always have. Im in my forties and i aint changing now.

That was fun. Havent even started the game.
Click to expand...
Same lol, well at least we did enjoy the character creating menu haha
 
  • RED Point
Reactions: DaRadicalCavy, Strykun_ and Triffid77
Strykun_

Strykun_

Fresh user
#89
Dec 10, 2020
Its nice, that in AAA I cant use my own keybindings. You can legit remap nothing xD. Im done, refunded until CDPR fix this.
 
Ribbon9

Ribbon9

Fresh user
#90
Dec 10, 2020
first game in which i cant rebind keys......cant play like this!
You should warn ppl and post HUGE WARNING SIGN......ONLY FOR RIGHT HANDED PEOPLE!
I expected bugs but this is ridiculous!
 
  • RED Point
Reactions: jpoma1, elite72, Cyrus_Balzack and 4 others
Strykun_

Strykun_

Fresh user
#91
Dec 10, 2020
Strykun_ said:
Its nice, that in AAA I cant use my own keybindings. You can legit remap nothing xD. Im done, refunded until CDPR fix this.
Click to expand...
Also when i did remap them in cyberpunk files, IJKL is absolutelly unplayable cuz i cant rebind those menus that are originally on IJKL. This is disgusting. AAA :)
 
  • RED Point
Reactions: jpoma1
DaRadicalCavy

DaRadicalCavy

Fresh user
#92
Dec 10, 2020
Laggmonstret said:
Makes You wonder what playerbase they choosed for beta testing this game, doesn't it? Did really noone mention this issue or was everyone using WASD or a controller? Maybe there was more family and friends testing it then actual gamers ;)
Post automatically merged: Dec 10, 2020


Same lol, well at least we did enjoy the character creating menu haha
Click to expand...
Yeah I bet you are right. It shocks me how hard it is to often find out who studios offered game tests too and what makes them pick you. I know many a disabled person would happily test games for accessibility, for simply a copy of the game and if even 5 of disabled people with a mix of condition's, a few testers from each country so get the mix of keyboards and cultures and simply making sure you pick a diverse team of testers (which to me sounds common sense and quite simple especially if games make easier to sign up to test) then you would have a much better game at launch or at least be able to publicly say, we have these issues we are fixing, we will let you know. Rather than silence.
 
  • RED Point
Reactions: jpoma1
DrunkOnRedWine

DrunkOnRedWine

Fresh user
#93
Dec 10, 2020
Winneh2 said:
Yeah, sorry CDPR, but this is a NONO.
Keys need to be rebindable, specially arrowkeys (left handed players).
I practically cant play this, Autohotkey doesnt work and Corsair iCue cuts out the second you press more than uparrow (like left or right to steer your vehicle).

This needs to be changed, asap.
Post automatically merged: Dec 10, 2020


I might have found a temp fix for this.
I edited the ini file and made it read only, that worked (so far).
UserSettings.json can be found here %USERPROFILE%\AppData\Local\CD Projekt Red\Cyberpunk 2077
Open with Notepad++ or text editor.
Look for the "SettingsLocomotion" part of it.

"value": "IK_Up",
"default_value": "IK_W"

"value": "IK_Down",
"default_value": "IK_S"

"value": "IK_Left",
"default_value": "IK_A"

"value": "IK_Right",
"default_value": "IK_D"

Should look like this.
Replace IK_W value with IK_Up and so on, upper and lower case need to be correct or they wont work.
Save file - make read only - hope it doesnt cause any issues along the way, seems to work for me (for now)
Click to expand...
Thanks, will try this - gave up last night. Simple key binding messed up CDPR, comeon
 
  • RED Point
Reactions: jpoma1
Savaak

Savaak

Fresh user
#94
Dec 10, 2020
Rhyzur said:
Left Handed:
I use IJKL instead of WASD. Key mapping fails because of conflict, but there are no keys shown mapped on IJKL.
Controller feels really great by the way. Just really sucks to aim.
Click to expand...
Yup...I'm with ya there. My had placement is on the right side of the keyboard as well and I use my mouse buttons for in-game movement. The development team was so short sighted by hardcoding specific keys. Been using my same setup on every game for 40 years and CD Projekt fumbles the ball with crap like this. Just got a refund from Steam. I can't play the game the way they have it currently. The friggin C key is coded to duck behind a wall and I have to look at the keyboard every time I need to use it and by the time I look up I'm dead or less than half health. The C isn't even close to where my hand placement is not to mention the F key which I use as my reload key on every game. CD Projekt gets an F for sure with this game.
 
  • RED Point
Reactions: Triffid77, jpoma1, TJXXX and 2 others
stadulator

stadulator

Fresh user
#95
Dec 10, 2020
crash822 said:
I use a weird control scheme, esdf instead of wasd. I can't bind any keys to F other than exit vehicle. I always get an error saying there is an error binding to that key. I saw there isn't a choice the confirm key which is by default set to F so I'm guessing that is the issue.
Click to expand...
I 100% support this. I can actually type so ESDF is naturally my control scheme. And not being able to remop the F key sucks. I really affects my ability to enjoy the game as I'm spending so much time trying to remap my brain because I can't remop the game.

FIX THIS PLEASE!!
 
  • RED Point
Reactions: jpoma1
X

XxMixedBloodxX

Fresh user
#96
Dec 10, 2020
Dodging
Double tapping the movement keys makes strafing left to right really challenging. I just wish we could map a key to dodging or make the response very quick for the double tap. Without it makes movement feel really funky. In general, I wish the key mapping was much more customizable so I could map the keys to what feels comfortable to me. Would make the game feel alot less frustrating. Honestly, the fact that you can't remap controls is really weird. Other games from like 10 plus years ago can remap keys way better then this.. C'mon Y'all :(
 
  • RED Point
Reactions: jpoma1
Ribbon9

Ribbon9

Fresh user
#97
Dec 10, 2020
Devs?
 
Last edited: Dec 10, 2020
  • RED Point
Reactions: Pizzalicious, jpoma1 and Julo67
stadulator

stadulator

Fresh user
#98
Dec 10, 2020
Snotty_Dog said:
Yeah me too esdf is the new wasd hope they make F configurable
Click to expand...
Actually, it's the old WASD :) People used to know how to type which made ESDF the natural choice. WASD is a bastard child :D
 
  • RED Point
Reactions: KisVakond and Webby-san
lmills.117

lmills.117

Fresh user
#99
Dec 10, 2020
stadulator said:
I 100% support this. I can actually type so ESDF is naturally my control scheme. And not being able to remop the F key sucks. I really affects my ability to enjoy the game as I'm spending so much time trying to remap my brain because I can't remop the game.

FIX THIS PLEASE!!
Click to expand...
To be fair I can also "actually type" lol and prefer wsad
 
Neofit26

Neofit26

Fresh user
#100
Dec 10, 2020
TJXXX said:
"Keyboard and mouse controls

Remapping of controls for keyboard and mouse is almost fully allowed, with the exception of menu shortcuts.
[Key Bindings]"


Totally Unacceptable in 2020.
Click to expand...
Even less in 2077.

Now seriously, it may have been less problematic if said keys weren't WASD. A significant part of the world is using french type AZERTY keyboards instead of the QWERTY ones. I hear the German ones are different too. So right now, from the gauges on the character creation screens to the conversation menus (some of which are timed), don't work with the keys shown on the screen and are not remappable.

Some big developers now provide a "QWERTY/AZERTY" choice of keyboard style, but apparently CDP isn't indy :).
 
  • RED Point
Reactions: TJXXX and elite72
Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • …

    Go to page

  • 37
Next
First Prev 5 of 37

Go to page

Next Last
Share:
Facebook Twitter Reddit Pinterest Tumblr WhatsApp Email Link
  • English
    English Polski (Polish) Deutsch (German) Русский (Russian) Français (French) Português brasileiro (Brazilian Portuguese) Italiano (Italian) 日本語 (Japanese) Español (Spanish)

STAY CONNECTED

Facebook Twitter YouTube
CDProjekt RED
  • Contact administration
  • User agreement
  • Privacy policy
  • Cookie policy
  • Press Center
© 2018 CD PROJEKT S.A. ALL RIGHTS RESERVED

CD PROJEKT®, Cyberpunk®, Cyberpunk 2077® are registered trademarks of CD PROJEKT S.A. © 2018 CD PROJEKT S.A. All rights reserved. All other copyrights and trademarks are the property of their respective owners.

Forum software by XenForo® © 2010-2020 XenForo Ltd.