> For the complete documentation index, see [llms.txt](https://legacydmc.gitbook.io/chaser/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacydmc.gitbook.io/chaser/fundamentals/vehdata.lua-vs-handling.meta.md).

# 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`<br>

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.
