Custom Cars: Difference between revisions

From Life V Wiki
No edit summary
 
Line 12: Line 12:
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 <code>carvariations.meta</code> file.
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 <code>carvariations.meta</code> file.


* Change <code><sirenSettings value="xxx" /></code> to a following number: <code>999[deptID][5+ random numbers]</code>  for example <code>99901123</code>
* Change <code><sirenSettings value="xxx" /></code> to a following number: <code>999[deptID][5+ random numbers]</code>  for example <code>9990112345</code>
* Same with <code><lightSettings value="xxx" /></code>
* Same with <code><lightSettings value="xxx" /></code>



Latest revision as of 13:06, 31 December 2022

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 example 9990112345
  • 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.