Log in to reply
 

stock spoiler shows up at same time as tuning spoiler



  • How can i make the stock spoiler(and other stock car parts) be replaced by the tuned spoilers when swapping on tuning shop?

    they overlap:
    alt text



  • @merendas235 If the car came with custom tuning parts you have to replace them in openiv.



  • @death799 no , im trying to add tuning parts to a model i converted , thing is i dont know what to had in carcols to make the stock spoiler disappear, when i change the type of spoiler.



  • @merendas235
    Not sure, but I'll take a stab in the dark.

    Example (elegy):

        <Item>
          <kitName>31_elegy2_modkit</kitName>
          <id value="37"/>
          <kitType>MKT_SPORT</kitType>
          <visibleMods>
            <Item>
              <modelName>elegy_wing_5</modelName>
              <modShopLabel>MNU_WING3</modShopLabel>
              <linkedModels/>
              <turnOffBones>
                <Item>extra_1</Item> 
              </turnOffBones>
              <type>VMT_SPOILER</type>
              <bone>boot</bone>
              <collisionBone>mod_col_2</collisionBone>
              <cameraPos>VMCP_DEFAULT</cameraPos>
              <audioApply value="1.00000000"/>
              <weight value="0"/>
              <turnOffExtra value="false"/>
              <disableBonnetCamera value="false"/>
              <allowBonnetSlide value="true"/>
              <weaponSlot value="0"/>
              <weaponSlotSecondary value="0"/>
              <disableProjectileDriveby value="false"/>
              <disableDriveby value="false"/>
              <disableDrivebySeat value="0"/>
              <disableDrivebySeatSecondary value="0"/>
            </Item>
    

    I think it's this part you'll need to emulate:

              <turnOffBones>
                <Item>extra_1</Item>  <!-- Note: You'll need to find the correct name for the default spoiler on your vehicle obvs -->
              </turnOffBones>
    


  • @a63nt-5m1th yep , thats it , thanks.


Log in to reply
 

Looks like your connection to GTA5-Mods.com Forums was lost, please wait while we try to reconnect.