Disable head bobbing on PC with a simple JSON edit
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are not allowed to modify my files, including creating bug fixes or improving on features under any circumstances
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are not allowed to use assets from this file under any circumstances
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Sometime around update 2.13, the configuration option to disable head bobbing (Additive Camera Motion) disappeared from the menu unless you attached a controller. This simple UserSettings.json edit will allow PC users to turn this feature off without a controller.
1. Open UserSettings.json in a text editor
Windows (steam / GOG): C:\Users\<your_username>\AppData\Local\CD Projekt Red\Cyberpunk 2077
Mod Organizer 2: Click "Tools" then "ini editor" (or you can edit the file using the Windows location above)
2. Search for the node AdditiveCameraMovements 3. change "value" to 0.0 4. ** change "index" to 0 5. Save the json file and close it
** The "values" table lists three possible values for this option. We set the "index" value to 0 because this list is zero-based and that is the location of the value we chose. When finished, the entry should look like this: