Log in to reply
 

No mods at LSC with addon car



  • Hey fellow GTA modders,

    I'm having a problem with a recent addon car I added into GTA V. The car was added into a huge car pack I'm making (adding multiple cars into one DLC) because there is a DLC limit to the game. However, when I add the car, the car loads up perfectly, I can drive around without any problem. The problem here is, when I enter LSC, I don't have any tuning options for the car. Yes, the car has its own carmods, but it is not available in LSC. When I looked further into the problem, I noticed that the tuning options doesn't even load into the game. But all the other cars in the pack works fine and they all have carmods available. Does anyone have any idea of what the culprit here is? Any possible solutions? I've tries changing the modkit ID in the carcols file, but that didn't help.

    -AlTeX



  • Here is a screenshot of which tuning options I have in LSC :(

    0_1496163316189_Screenshot (6).jpg


  • MODERATOR

    @AlTeX

    Did you checked [Tutorial | Vehicles/Weapons] How to do: Add-On's / Replacer's ?
    It contains information about this and more.



  • @Reyser

    Here is what I found at the page:
    "Carcols.meta/Carvariations.meta ID's: Try changing ID's in both files (If ID is 900, try 953 and other ID's) to see if this helps Tuning Parts working again."

    I've tried doing this, but had no luck.


  • MODERATOR

    @AlTeX You should keep trying with different values until any of them work. It's tedious (and not a good way), but there's no other way to fix it at the moment. Try other values like "284618923743" randomly.



  • @Reyser

    Will that still work? My pack contains 15 cars other than the one above.


  • MODERATOR

    @AlTeX Well, I have 500 Add-Ons aprox and most of them have tuning parts working fine using that way. It's not the best but there are not more.



  • @Reyser

    Did you make all that 500 cars into one DLC?


  • MODERATOR

    @AlTeX No. I have 7 DLC packs and some other single ones.



  • @Reyser

    Approximately how many cars in each pack?


  • MODERATOR

    @AlTeX Around 70 each one, some have less than others.



  • @Reyser

    Can the modkit ID be any number no matter how high it is?



  • @Reyser Can you link me to a tutorial to put addons into one dlc please?


  • MODERATOR

    @AlTeX From 0 to 255 are valid numbers (but used by vanilla cars). Some high ID's can work, but they count as any of the range of valid numbers, so maybe someday you'll be using the same value for 2 or more cars (doesn't matter if the value is "3242983472189" or "2348") and some of their tuning parts will stop working. That's unfixable yet.

    @westcoastsosa Check my first comment here.



  • @Reyser Thank you:)



  • @Reyser

    The mods wouldn't even load into the game! I've checked both with LSC and with a trainer. The trainer shows that there are literally NO mods available for the car. I'm confused!


  • MODERATOR

    @AlTeX Didn't you missed to edit any meta file to add vehicle tuning parts info? Be sure of this first.



  • I've added vehicle tuning info into:

    • content.xml
    • carcols.meta
    • carvariations.meta

    Where else do I have to add?



  • @Reyser

    I've added vehicle tuning info into:

    • content.xml
    • carcols.meta
    • carvariations.meta

    Where else do I have to add? Am I missing something?



  • @AlTeX you have to change the modkit id in carcols.meta near the top and under carvariations. They have to both be the same number. I recommend using modkit numbers from 600-890. It may take anywhere from 2 to 50 tries before you find a working id for 1 of your addon cars.



  • @Willief23

    Here is the carcols entry for the car:

    <Item>
    <kitName>890_p1_modkit</kitName>
    <id value="890" />
    <kitType>MKT_SPECIAL</kitType>
    <visibleMods>
    <Item>
    <modelName>p1_wing</modelName>
    <modShopLabel>P1_WING</modShopLabel>
    <linkedModels />
    <turnOffBones>
    <Item>wing_lf</Item>
    </turnOffBones>
    <type>VMT_CHASSIS</type>
    <bone>chassis</bone>
    <collisionBone>chassis</collisionBone>
    <cameraPos>VMCP_DEFAULT</cameraPos>
    <audioApply value="1.000000" />
    <weight value="20" />
    <turnOffExtra value="false" />
    <disableBonnetCamera value="false" />
    <allowBonnetSlide value="true" />
    </Item>
    </visibleMods>
    <linkMods />
    <statMods>
    <Item>
    <identifier />
    <modifier value="25" />
    <audioApply value="1.000000" />
    <weight value="20" />
    <type>VMT_ENGINE</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="50" />
    <audioApply value="1.000000" />
    <weight value="20" />
    <type>VMT_ENGINE</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="75" />
    <audioApply value="1.000000" />
    <weight value="20" />
    <type>VMT_ENGINE</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="100" />
    <audioApply value="1.000000" />
    <weight value="20" />
    <type>VMT_ENGINE</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="25" />
    <audioApply value="1.000000" />
    <weight value="5" />
    <type>VMT_BRAKES</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="65" />
    <audioApply value="1.000000" />
    <weight value="5" />
    <type>VMT_BRAKES</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="100" />
    <audioApply value="1.000000" />
    <weight value="5" />
    <type>VMT_BRAKES</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="25" />
    <audioApply value="1.000000" />
    <weight value="5" />
    <type>VMT_GEARBOX</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="50" />
    <audioApply value="1.000000" />
    <weight value="5" />
    <type>VMT_GEARBOX</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="100" />
    <audioApply value="1.000000" />
    <weight value="5" />
    <type>VMT_GEARBOX</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="20" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_ARMOUR</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="40" />
    <audioApply value="1.000000" />
    <weight value="10" />
    <type>VMT_ARMOUR</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="60" />
    <audioApply value="1.000000" />
    <weight value="20" />
    <type>VMT_ARMOUR</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="80" />
    <audioApply value="1.000000" />
    <weight value="30" />
    <type>VMT_ARMOUR</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="100" />
    <audioApply value="1.000000" />
    <weight value="40" />
    <type>VMT_ARMOUR</type>
    </Item>
    <Item>
    <identifier>HORN_TRUCK</identifier>
    <modifier value="1766676233" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>HORN_COP</identifier>
    <modifier value="2904189469" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>HORN_CLOWN</identifier>
    <modifier value="2543206147" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>HORN_MUSICAL_1</identifier>
    <modifier value="1732399718" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>HORN_MUSICAL_2</identifier>
    <modifier value="2046162893" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>HORN_MUSICAL_3</identifier>
    <modifier value="2194999691" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>HORN_MUSICAL_4</identifier>
    <modifier value="2508304100" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>HORN_MUSICAL_5</identifier>
    <modifier value="3707223535" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>HORN_SAD_TROMBONE</identifier>
    <modifier value="632950117" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>MUSICAL_HORN_BUSINESS_1</identifier>
    <modifier value="3628534289" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>MUSICAL_HORN_BUSINESS_2</identifier>
    <modifier value="3892554122" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>MUSICAL_HORN_BUSINESS_3</identifier>
    <modifier value="4112892878" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>MUSICAL_HORN_BUSINESS_4</identifier>
    <modifier value="116877169" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>MUSICAL_HORN_BUSINESS_5</identifier>
    <modifier value="2684983719" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>MUSICAL_HORN_BUSINESS_6</identifier>
    <modifier value="2982690084" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>MUSICAL_HORN_BUSINESS_7</identifier>
    <modifier value="3203290992" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>DLC_BUSI2_C_MAJOR_NOTES_C0</identifier>
    <modifier value="771284519" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>DLC_BUSI2_C_MAJOR_NOTES_D0</identifier>
    <modifier value="2586621229" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>DLC_BUSI2_C_MAJOR_NOTES_E0</identifier>
    <modifier value="283386134" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>DLC_BUSI2_C_MAJOR_NOTES_F0</identifier>
    <modifier value="3884502400" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>DLC_BUSI2_C_MAJOR_NOTES_G0</identifier>
    <modifier value="265723083" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>DLC_BUSI2_C_MAJOR_NOTES_A0</identifier>
    <modifier value="1746883687" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>DLC_BUSI2_C_MAJOR_NOTES_B0</identifier>
    <modifier value="1919870950" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>DLC_BUSI2_C_MAJOR_NOTES_C1</identifier>
    <modifier value="1085277077" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>HIPSTER_HORN_1</identifier>
    <modifier value="444549672" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>HIPSTER_HORN_2</identifier>
    <modifier value="1603064898" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>HIPSTER_HORN_3</identifier>
    <modifier value="240366033" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>HIPSTER_HORN_4</identifier>
    <modifier value="960137118" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>INDEP_HORN_1</identifier>
    <modifier value="3572144790" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>INDEP_HORN_2</identifier>
    <modifier value="3801396714" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>INDEP_HORN_3</identifier>
    <modifier value="2843657151" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>INDEP_HORN_4</identifier>
    <modifier value="3341811489" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>LUXE_HORN_1</identifier>
    <modifier value="3199657341" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>LUXE_HORN_2</identifier>
    <modifier value="2900378064" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier>LUXE_HORN_3</identifier>
    <modifier value="3956195248" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <!-- PREVIEW HORN - FOR MOD SHOP USE ONLY -->
    <Item>
    <identifier>LUXORY_HORN_1</identifier>
    <modifier value="676333254" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <!-- PREVIEW HORN - FOR MOD SHOP USE ONLY -->
    <Item>
    <identifier>LUXURY_HORN_2</identifier>
    <modifier value="2099578296" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <!-- PREVIEW HORN - FOR MOD SHOP USE ONLY -->
    <Item>
    <identifier>LUXURY_HORN_3</identifier>
    <modifier value="1373384483" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_HORN</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="1" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_SUSPENSION</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="2" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_SUSPENSION</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="3" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_SUSPENSION</type>
    </Item>
    <Item>
    <identifier />
    <modifier value="4" />
    <audioApply value="1.000000" />
    <weight value="0" />
    <type>VMT_SUSPENSION</type>
    </Item>
    </statMods>
    <slotNames />
    <Item>
    <slot>VMT_CHASSIS</slot>
    <name>TOP_CAGE</name>
    </Item>
    <liveryNames />
    </Item>

    And here is the carvariations entry:

    <Item>
    <modelName>p1</modelName>
    <colors>
    <Item>
    <indices content="char_array">
    2
    2
    134
    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">
    147
    2
    4
    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">
    5
    2
    111
    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">
    64
    73
    64
    147
    </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">
    138
    2
    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">
    104
    2
    90
    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>890_p1_modkit</Item>
    </kits>
    <windowsWithExposedEdges />
    <plateProbabilities>
    <Probabilities>
    <Item>
    <Name>Standard White</Name>
    <Value value="25" />
    </Item>
    <Item>
    <Name>White Plate 2</Name>
    <Value value="50" />
    </Item>
    <Item>
    <Name>Blue Plate</Name>
    <Value value="10" />
    </Item>
    <Item>
    <Name>Yellow Plate</Name>
    <Value value="15" />
    </Item>
    </Probabilities>
    </plateProbabilities>
    <lightSettings value="998" />
    <sirenSettings value="0" />
    </Item>

    Everything's correct here, right? Or correct me if I'm wrong?



  • @AlTeX i only needed to see the top 3 or 4 lines not the whole thing lol. but make sure under carvariations.meta that its set to 890_p1_modkit



  • @Willief23

    It is like that, isn't it?

    <kits>
    <Item>890_p1_modkit</Item>
    </kits>



  • @AlTeX yes. now on the other 15 cars that dont have tuning parts try ids that are 5 lower so try 885, 880, 875, 870 etc a new id for each car that doesnt work.



  • @Willief23

    All the other cars work, and some cars have even higher values like "777777777" as ID number


Log in to reply
 

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