Missing Parts

How to fix missing parts on vehicles

Missing parts on your vehicles are caused by either the streamed files needed for the modkits not being present or two vehicles sharing the same modkit ID. A modkit ID is very similar to a carcol ID. It's a unique number (three digits and greater than 300) that is assigned to a modkit (a part of a vehicle). Sometimes, by pure happenstance, two vehicles have the same modkit ID, which causes both vehicles to not properly show this part. Fixing it is relatively simple:

  1. Find your vehicle's carcols.meta and carvariations.meta.
  2. In your carcols.meta, look for two lines similar to this:
    • <kitName>{SOME NUMBER}_{MODEL NAME}_modkit</kitName>
    • <id value="{SOME NUMBER}" />
  3. Replace the {SOME NUMBER} with a randomly generated number It has to be three digits and greater than 300. You can create one at https://hamblin.app/number-generator.
  4. Go to your carvariations.meta and look for the number that you just replaced. It should be on a line similar to this:
    • <Item>{SOME NUMBER}_{MODEL NAME}_modkit</Item>
  5. Replace {SOME NUMBER} with the number generated in step #3.
  6. Save the files.
  7. Restart or start your server.