Upgrades.ini physics multipliers

BerScott

Sometime ago I posted a thread where I found a CTD in my actual mod project. The CTD appears when I leave the track and going to exit to menu, I can drive the car without no problems and all upgrades are applied, only appears just turning back to main menu. Finally I found that it was caused by the upgrades.ini physics modifiers. This is the thread related if you want to take an eye: https://community.racesimcentral.ne...k-from-track-to-main-menu?p=246943#post246943

Now that I know the cause of the CTD, seems that it is happening randomly. These are some examples of the modifiers I'm using for my mod in upgrades.ini:
Code:
    HDV=Mass+=10.88
    HDV=Inertia*=(1.0100, 1.0188, 1.0482)
    HDV=CGRearRange+=(0.050, 0.005, 0)

    HDV=SpinInertia*=1.3029
    HDV=DamperMult*=0.888

As you can see I've applied math symbols like I've saw in other ISI cars. I'm sure the CTD problem comes when I apply the multipliers like Inertia* on several upgrade types, but I'm not sure why the CTD doesn't appear always, let's say that it appears the 80% of the time, no matter if I change for another upgrades option.

Please, has someone a clue of why is this happening? I believe if the CTD sometime doesn't appears there must be a hope to make it dissapear without modify too much my upgrades.ini.
 

Back
Top