Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to replace RCV (Riot2) *Instructional*

Featured Replies

Rockstar has added a new emergency vehicle to the game in the Doomsday Heist update, called the RCV. This new addition gives us modelers an extra slot to insert a vehicle model without having to make it an add on. I've seen people try to replace the RCV and it would not work out for them. But I have got it working correctly. Somebody pin this please

 

Here are two things you should note before you try to replace RCV:

  1. RCV is actually called riot2 in open iv. So you need to name your model riot2 in zmodeler3.
  2. RCV is not set up for paint3. You must change the paint of your vehicle to paint1 in zmodeler3. Otherwise any skins or templates wont show up in game. (Unless someone finds a way to make it work with paint3)

 

Okay. So if you ignore that second note. This is what your model will look like in zmodeler and openiv:

 

But this is what it is gonna look like in game:

 

You see, my template does not show up. If you change the paint to paint1. It will show up. Like this:

 

But its not done yet. RCV is designed to spawn with dark colors like grey. So we have to edit the carvariations to make the RCV automatically spawn with a white color so the skin is visible. The carvariations for RCV is located in Grand Theft Auto V\mods\update\x64\dlcpacks\mpchristmas2017\dlc.rpf\common\data

 

Once you find the carvariations. Drag it onto your desktop, open it up, click edit, click find, and search for "riot2". This is what you will find:

Spoiler

    <Item>
      <modelName>riot2</modelName>
      <colors>
        <Item>
          <indices content="char_array">
            13
            12
            6
            0
            8
            156
          </indices>
          <liveries>
            <Item value="false" />
            <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">
            153
            12
            6
            0
            8
            156
          </indices>
          <liveries>
            <Item value="false" />
            <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">
            75
            12
            6
            0
            8
            156
          </indices>
          <liveries>
            <Item value="false" />
            <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">
            144
            12
            6
            0
            8
            156
          </indices>
          <liveries>
            <Item value="false" />
            <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">
            118
            12
            6
            0
            8
            156
          </indices>
          <liveries>
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
          </liveries>
        </Item>
      </colors>
      <kits>
        <Item>259_riot2_modkit</Item>
      </kits>
      <windowsWithExposedEdges />
      <plateProbabilities>
        <Probabilities>
          <Item>
            <Name>Police guv plate</Name>
            <Value value="100" />
          </Item>
        </Probabilities>
      </plateProbabilities>
      <lightSettings value="1" />
      <sirenSettings value="14" />
    </Item>

 

Every spot it says "<indices content="char_array">" with numbers under it. You want to replace all the numbers with            

111

111
 0
156

 

In each spot so it should look like this:

Spoiler

    <Item>
      <modelName>riot2</modelName>
      <colors>
        <Item>
          <indices content="char_array">
            111
            111
            0  
            156
          </indices>
          <liveries>
            <Item value="false" />
            <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">
            111
            111
            0  
            156
          </indices>
          <liveries>
            <Item value="false" />
            <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">
            111
            111
            0  
            156
          </indices>
          <liveries>
            <Item value="false" />
            <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">
            111
            111
            0  
            156
          </indices>
          <liveries>
            <Item value="false" />
            <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">
            111
            111
            0  
            156
          </indices>
          <liveries>
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
            <Item value="false" />
          </liveries>
        </Item>
      </colors>
      <kits>
        <Item>259_riot2_modkit</Item>
      </kits>
      <windowsWithExposedEdges />
      <plateProbabilities>
        <Probabilities>
          <Item>
            <Name>Police guv plate</Name>
            <Value value="100" />
          </Item>
        </Probabilities>
      </plateProbabilities>
      <lightSettings value="1" />
      <sirenSettings value="14" />
    </Item>

 

If you are too lazy to do this yourself, either copy the entry above. Or download my already edited carvariations here: (In medafire because I cannot upload it directly to LSPDFR)

 

After all that is finished. Your vehicle should spawn with its skin/template in white.

 

Edited by Walters

  • The title was changed to How to replace RCV (Riot2) *Instructional*
  • 3 months later...
  • Author
17 hours ago, Jason Panda said:

yea, cause when I change the vehicle.meta in christmas2017, something is overriding it

Should be here Grand Theft Auto V\mods\update\x64\dlcpacks\mpchristmas2017\dlc.rpf\common\data\levels\gta5

  • Author
2 hours ago, Jason Panda said:

something is still overriding it, even when I edit it in  Grand Theft Auto V\mods\update\x64\dlcpacks\mpchristmas2017\dlc.rpf\common\data\levels\gta5

Is their a certain vehicle you are trying to edit in the vehicle.meta?

  • 3 weeks later...
  • 2 weeks later...

@Walters Thanks, I've been trying to figure this out for a while, and just use dark colored unmarked CVPI's most of the time. Here's another one for you. Do you know how to make PBUS function as a police vehicle? I've copied vehicle and handling metas from the police slot into pbus, but cars still don't pull over or react to the lights, etc.

.

  • 1 year later...
  • 1 year later...
  • 7 months later...

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...

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.