You are able to have your custom cars added to the server for your own department! It will be a paid feature once submissions are opened.
Purchase
Coming soon...
Preparation
You need to have basic knowledge on how the vehicle/model meta files work, because you can only submit car packs, which means if you have a couple single vehicles you need to merge the single cars into one pack, one resource.
You can do that by yourself or for an additional fee, the developer can do that.
Light/Siren IDs
In order to remove any conflicts with other models on the server, you need to change the siren/light ID of your model in the carvariations.meta
file.
- Change
<sirenSettings value="xxx" />
to a following number:999[deptID][5+ random numbers]
for example99901123
- Same with
<lightSettings value="xxx" />
Once you done that, you need to adjust the IDs in the carcols.meta
so they match with the carvariations.meta
IDs
<id value="99901123"/>
- Keep in mind, each model has to have a different ID.