vehdata.lua vs handling.meta

When utilizing C.H.A.S.E.R, the vast majority of vehicle settings, will be handled on the vehicle profile in the vehdata.lua, how ever there are two sole exceptions, which are: fDriveBiasFront strAdvancedFlags

In order to C.H.A.S.E.R work properly, it is advised to correctly setup the torque distribution of your vehicle in the handling.meta, and alonside it, add support for advancedflags, if there isn't currently. You can add advanced flags by simply: On your vehicle, set under ā€œ<SubHandlingData>ā€ the following:

	 	<Item type="CCarHandlingData">
			 <strAdvancedFlags>0</strAdvancedFlags>
		 </Item>

Once the Advanced flag is set, C.H.A.S.E.R will handle the rest.

Last updated