- 19

- Russian Federation
Hey there! I had the same issue and managed to fix it by changing the car's ext_config.ini in the Bentley's 'extension' folder. I will attach my config file here, but if you find it not to your liking, feel free to edit yours, it's just the exhaust shaking properties.Speaking of catalytics and mufflers... Some conscientious environmentalist has decided to include some new filters in my 2018 Bentley Continental GT3 (the GTP Modding and Thegost 2.0 version), marked with a green arrow (on the other side of the car there's another one)...
View attachment 1232042
... some clue to delete the bug, please? I tried downloading from various sites and reinstalling from scratch, or delete redundant files, without success...
The following code works for me on CSP 1.80p115. Just find the same section in your ext_config and replace it with this:
[WOBBLY_BIT_...]
NAME = EXT_Exhaust ; name of the node to move
CONNECTED_TO = 0, 0, 0 ; point to which node is attached to, and around which it will rotate
MAX_RANGE = 0.01 ; max range node can move from its original position
DAMPENING_LAG = 0.93 ; think of it as usual AC lag value, trying to zero node’s speed
G_GAIN = 2 ; how much G-forces affect node’s speed
GRAVITY_GAIN = 3 ; how much gravity affects node’s speed
OFFSET_GAIN = 2000 ; how strong is returning force
STIFF_AXIS = 1, 1, 1 ; optional higher stiffness axis to reduce movement along it
STIFF_AXIS_STIFFNESS = 0.9 ; now stiff is optional stiffness axis
G_FILTER = 0 ; temporal filter for G-forces
DEFAULT_GRAVITY_INCLUDED_ALREADY = 1 ; either `0` or `1`; set it to `1` if you don’t want gravity to skew your stuff when car is in neutral position
FORCE_OFFSET=0,0,0
And here's my config if it suits you. Hope it helps you!