Jump to content

police car colour change


Recommended Posts

20 hours ago, mhulcio571 said:

Hi just trying to figure out how to change my police cars AI colour to the one i am currently using its the clear texture that you can use to make your car any colour. 

 

You can set their spawn colors via the carvariations.

 

 <modelName>police</modelName>
      <colors>
        <Item>
          <indices content="char_array">
            134
            134

 

The very first 134 is the one you will need to change.  You can look up the three digit color codes for whatever color you want on Google.

I need donations to help fund my food addiction. DM for details 😂

Link to comment
Share on other sites

i think i saw this in a youtube video, the problem i am having is that i didnt have a carvariations file too put into a dlc so i cant locate the file. Most els vehicles dont come with one. I dont know what to do at this point, i wish simple trainer had a way of changing it on the fly it would be much easier and faster.

Link to comment
Share on other sites

2 minutes ago, mhulcio571 said:

i think i saw this in a youtube video, the problem i am having is that i didnt have a carvariations file too put into a dlc so i cant locate the file. Most els vehicles dont come with one. I dont know what to do at this point, i wish simple trainer had a way of changing it on the fly it would be much easier and faster.

 

Most replacement cars don't come with a carvariations file because there usually isn't a need for it.  Simple Trainer does have a way to change vehicle color.  Go into vehicle options portion of the trainer and you'll see it.

I need donations to help fund my food addiction. DM for details 😂

Link to comment
Share on other sites

4 minutes ago, mhulcio571 said:

ur saying simple trainer can change the AI car colours? cause i know i can change mine.

 

Oh, no, my apologies.  I thought you meant you couldn't change yours.

 

This carvariation line is going to be for a model AI uses, right?  All you need to do is make your own carvariation line.  Just edit the name and then place it in a DLCpack like mpchristmas2.  In fact, I've attached a carvariations below you can use.

 

In terms of the color, however, you will need to Google the three digit color code for whatever color you want them to spawn as.

 

<Item>


      <modelName>police</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>

I need donations to help fund my food addiction. DM for details 😂

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...