F1 2020 Eliminate Camera Shake from Cockpit Cam

F1 2020 The Game (Codemasters)
Hello my fellow Cockpit View brothers,

I bring you some gold that I found a couple days ago in this Reddit post. All credit goes to Reddit user u/kieranhorner for this terrific solve.

The issue as I’m sure you know is the uncontrollable vibration of the chassis regardless of having camera shake and movement set to 0 creating an insipid oscillation/stutter (regardless of frame rate) that we have had to fight through for various versions of this game since the halo was introduced. That is no more.

The instructions in that post solved this problem completely for me and I’d like to share it. I’d post this in “Mods” but I do not have the privileges to do so.

PLEASE NOTE:
1. Backup your files before you mod any aspect of the game.
2. I did not make that original post thus I will not be able to assist on problems beyond my technical capacity (below average) and my own experience detailed below.
3. I DO NOT KNOW how this code edit works in other views, on licensed cars, with other cam mods installed, or in modes OUTSIDE of Time Trial and My Team. This edit has worked for me on the FOM and MY Team cars WITH livery mods but WITHOUT other cam mods installed. I do not know if this works in Multiplayer/Online. I would assume it works on any but I do not know, edit at your own risk.

MY PROCESS:
1. FIND
“fom_car.erp” and “myteam_*engine*.erp” files in your game files. (“*engine*” will be one of the four engine suppliers you are using in your my team career; i.e. mercedes, honda, ferrari, renault)
F1 2020>2020_asset_groups>f1_2020_vehicle_package>teams>fom_car>wep>*erp file here*
F1 2020>2020_asset_groups>f1_2020_vehicle_package>teams>myteam_*engine*>wep>*erp file here*

2. COPY and BACKUP the two erp files to another location where you will edit them.

3. OPEN them up in ERP Archiver.

4. CLICK THE PKG TAB

5. EXPORT ALL
the pkg files (you will NOT be able to upload the edited one individually)

6. OPEN “fom_car-camscargame.layer.json” and “myteam_*engine*-camscargame.layer.json” in a code/text editor, I used Notebook++. (I recommend backing up these two files just in case)

7. INPUT the following highlighted lines of text in the exact location/format shown in the .jpg, SAVE each.

no-shake.jpg

Each edited .json file must be saved back into or copied over into the unpacked location with the other original unedited .json files from the .erp files.

8. In ERP Archiver IMPORT ALL the pkg files back into the respective .erp file, SAVE. (Double check the edited code is showing up, if it is not, you need to make sure your edited .json file is in the correct location to import back in.)

9. COPY OVER the edited .erp files back into your game file location.

10. ENJOY.

Once again, all credit and kudos to u/kieranhorner on Reddit.
 
Last edited:
I'm the guy from reddit. Credit should be directed to the original creator of the F1 camera mods I just looked at his work to see how it was done when updates werent available.
I wanted to just add that this still works for 2021 but there is a small difference.
You just simply need to add the (( "PkgObjectVersion": 1, )) line in order for it to work correctly now.

},
"CameraModifier_WheelLateralSlipBasedShake.ppv1.0": {
"PkgObjectVersion": 1,
"Is active.ppv1.0": "bool False"
},
"CameraModifier_WheelLockupBasedShake.ppv1.0": {
"PkgObjectVersion": 1,
"Is active.ppv1.0": "bool False"
},
"CameraModifier_WheelSpinBasedShake.ppv1.0": {
"PkgObjectVersion": 1,
"Is active.ppv1.0": "bool False"
},
"CameraModifier_SurfaceBasedShake.ppv1.0": {
"PkgObjectVersion": 1,
"Is active.ppv1.0": "bool False"
},
 
Last edited:
Great work! But.... I can't seem to import the changes back, any suggestions? Also, my files have the '!!!!temp000' in it.
See below, the one I changed does FAIL. I checkt the json file on syntax errors...

1629905245499.png


.....
"Blend fake camera": "fp32 0"
},
"CameraModifier_SpeedBasedShake": {
"PkgObjectVersion": 0,
"Max Speed": "fp32 110",
"Min Speed": "fp32 35"
},
"CameraModifier_WheelLateralSlipBasedShake": {
"Is active": "bool False"
},
"CameraModifier_WheelLockupBasedShake": {
"Is active": "bool False"
},
"CameraModifier_WheelSpinBasedShake": {
"Is active": "bool False"
},
"CameraModifier_SurfaceBasedShake": {
"Is active": "bool False"
},

"Name_SplitScreenVariant": {
"PkgObjectVersion": 0,
"name": "stri cockpit_ss"
},
......
 
Figured it out based on second post, I needed to add this:
"PkgObjectVersion": 0,

so for F1 2020 this is the text you need to add:

"CameraModifier_WheelLateralSlipBasedShake": {
"PkgObjectVersion": 0,
"Is active": "bool False"
},
"CameraModifier_WheelLockupBasedShake": {
"PkgObjectVersion": 0,
"Is active": "bool False"
},
"CameraModifier_WheelSpinBasedShake": {
"PkgObjectVersion": 0,
"Is active": "bool False"
},
"CameraModifier_SurfaceBasedShake": {
"PkgObjectVersion": 0,
"Is active": "bool False"
},
 
Hello! I'm using this thread for the opposite reason! :) As i'm using TrackIR on F1 2021, the cockpit view - no matter if I set settings to max - the shaking is disabled...is there a way to "force" the game to still use the shake or even add more? Thank you in advance!
 

Latest News

How long have you been simracing

  • < 1 year

    Votes: 352 15.6%
  • < 2 years

    Votes: 245 10.9%
  • < 3 years

    Votes: 241 10.7%
  • < 4 years

    Votes: 177 7.9%
  • < 5 years

    Votes: 300 13.3%
  • < 10 years

    Votes: 258 11.4%
  • < 15 years

    Votes: 166 7.4%
  • < 20 years

    Votes: 125 5.5%
  • < 25 years

    Votes: 99 4.4%
  • Ok, I am a dinosaur

    Votes: 291 12.9%
Back
Top