Some add-on cars headlights are not working

Hi, so i’m having an issue with car headlights visually turning white/blue on the car, but their environmental lighting (i think thats what this is related to lol) isnt lighting up the map. This is only on some cars, and im not sure at this point if its a model issue, or a car variations/vehicles.meta issue.

i think its a meta’s issue since i use the same template for most of the cars i package. TFor vehicles.meta i use the vehicles default meta’s for handling etc. For carvariations i use the default one. default one being this

<?xml version="1.0" encoding="UTF-8"?>
<CVehicleModelInfoVariation>
	<variationData>
<Item>
      <modelName>carname</modelName>
      <colors>
        <Item>
          <indices content="char_array">
            134
            134
            156  
            156
          </indices>
          <liveries>
            <Item value="true" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
          </liveries>
        </Item>
        <Item>
          <indices content="char_array">
            134
            134
            156  
            156
          </indices>
          <liveries>
            <Item value="false" />
            <Item value="true" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
          </liveries>
        </Item>
        <Item>
          <indices content="char_array">
            134
            134
            156  
            156
          </indices>
          <liveries>
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="true" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
          </liveries>
        </Item>
        <Item>
          <indices content="char_array">
            134
            134
            156  
            156
          </indices>
          <liveries>
            <Item value="false" />
            <Item value="false" />
            <Item value="true" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
          </liveries>
        </Item>
        <Item>
          <indices content="char_array">
            134
            134
            156  
            156
          </indices>
          <liveries>
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="true" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
          </liveries>
        </Item>
      </colors>
      <kits>
        <Item>157_massacaro2_modkit</Item>
      </kits>
      <windowsWithExposedEdges />
      <plateProbabilities>
        <Probabilities />
      </plateProbabilities>
      <lightSettings value="1" />
      <sirenSettings value="1" />
    </Item>
	</variationData>
</CVehicleModelInfoVariation>

Thanks for the help in advance

1 Like

I found the solution. I was using a car-merger to merge my meta’s which changed the carvariations modkits to the models name. It needs to be the default massacro2 modkit otherwise the headlights dont work