Since we're still waiting for a proper PC Guide ; Ive tried some small changes (i did not find these, just asked around). These should actually make the experience much much better:
Performance (Nvidia mostly, sry AMD peeps):
- Get Windows ultimate performance - run cmd as admin -
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
- Disable all that Xbox Game Bar crap (it affects your fps alil)
- Use Texture Filtering in Performance (its too blurry to notice the diff anyway)
- Set Low Latency to On - This gave me a few more fps ( i dunno why)
- Game should be run As Admin and Disable optimizations
- Borderless seems to be abit better for me ( but im around 50 fps) - higher fps may vary.
Actual QOL (the good stuff) :
Use this mod so you dont have to Press F all the f*cking time
(It rebinds it to
E ) -
https://www.nexusmods.com/cyberpunk2077/mods/30
Edit the UserSettings.json file at C:\Users\###\AppData\Local\CD Projekt Red\Cyberpunk 2077\
Find the Antialiasing line and change it to:
Code:
"name": "AntiAliasing",
"type": "string_list",
"is_dynamic": true,
"value": "Off",
"index": 0,
"default_index": 1,
"values": [
"Off",
"High"
]
},
This doesn't remove all the AA being applied in motion - but it does seem to reduce it by abit. Useful if you don't like blurry crap.
Set your back Mouse Button as the Esc button , so you dont have to press Esc all the time
Go to the cp2077 dir - r6\config\inputUserMappings.xml
Fine these two lines ( <mapping name="UI_Esc_B_Circle" type="Button" SIEJADependent="true" > ) and (<mapping name="back" type="Button" SIEJADependent="true" > )
Add <button id="IK_Mouse4" /> and voila, back button does the job.
Set your back Mouse Button as Sprint
In inputUserMappings.xml - find "ToggleSprint_Button" type="Button"
Add <button id="IK_Mouse4" overridableUI="sprintToggle"/>
Then go to UserSettings.json and find sprintToggle, change to
Code:
"name": "sprintToggle",
type": "name",
"value": "IK_Mouse4",
default_value": "IK_LShift"
Voila, back button does sprinting and can escape from menus - win win.