this post was submitted on 25 Sep 2023
12 points (100.0% liked)

Cyberpunk 2077

4055 readers
98 users here now

Everything Cyberpunk 2077

Rules

  1. Be cool. No racism, sexism, homophobia, transphobia etc.

  2. Mark spoilers and NSFW

Friends

founded 1 year ago
MODERATORS
 
Thanks to the @jason098 from LGD discord who found a solution to the problem with the layout switching and lack of action for some buttons:
1. First, backup Cyberpunk2077.exe.
2. Use this command
echo '2C45C6: EB' | xxd -r - Cyberpunk2077.exe
or change 74 to EB by 0x2C45C6 offset in hex editor

If you previously applied my fix, it seems like it should work, but the best thing to do is to restore the exe from backup

and thanks to the @Saancreed from LGD discord for command.

After updating to 2.0, I would get a controller overlay which made the game significantly less immersive and fun. And crouch-toggle did not work no matter what I did.

This worked to fix everything for me on linux+proton, some community members also confirmed it works on windows too. :)

top 3 comments
sorted by: hot top controversial new old
[–] Moghul@lemmy.world 1 points 11 months ago (1 children)

How does this work with subsequent updates? Will it break them? Will the update overwrite the fix?

[–] FaeDrifter@midwest.social 2 points 11 months ago (1 children)

It shouldn't break updates, but if an update overwrites the .exe it'll overwrite the fix. The .exe is separate from the engine and most of the assets so just about any update should be fine without overwriting the fix.

CDPR is aware of the issue so good chance the next update will also include the fix permanently:

https://support.cdprojektred.com/en/cyberpunk/pc/sp-technical/issue/2491/update-2-0-known-issues

[–] Moghul@lemmy.world 2 points 11 months ago

Thanks for the update!