# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://legacydmc.gitbook.io/chaser/fundamentals/vehdata.lua-vs-handling.meta.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
