add-on vehicle doesnt exist
-
i downloaded a tesla 2020 vehicle but it says "vehicle doesnt exist"
-
g ta5-mods.com/vehicles/tesla-roadster-2020-add-on-replace-auto-spoiler heres the car btw
-
@natosidus your link doesn't exist either.
When a car doesn't spawn, assuming this isn't your first installation, there are 2 principal reasons. Either the spawn name is different from the folder name, and ofc that depends on how you're spawning it, and the second reason is you forgot to add it to dlclist.xml or you forgot to close the tag or you spelled it wrong or you overwrote your dlclist.xml etc.
-
i put a space on the link because it flagged as a "spam" and i spawn it by menyoo
my dlclist is:
<?xml version="1.0" encoding="UTF-8"?>
<SMandatoryPacksData>
<Paths>
<Item>platform:/dlcPacks/mpBeach/</Item>
<Item>platform:/dlcPacks/mpBusiness/</Item>
<Item>platform:/dlcPacks/mpChristmas/</Item>
<Item>platform:/dlcPacks/mpValentines/</Item>
<Item>platform:/dlcPacks/mpBusiness2/</Item>
<Item>platform:/dlcPacks/mpHipster/</Item>
<Item>platform:/dlcPacks/mpIndependence/</Item>
<Item>platform:/dlcPacks/mpPilot/</Item>
<Item>platform:/dlcPacks/spUpgrade/</Item>
<Item>platform:/dlcPacks/mpLTS/</Item>
<Item>dlcpacks:/mpheist/</Item>
<Item>dlcpacks:/mppatchesng/</Item>
<Item>dlcpacks:/patchday1ng/</Item>
<Item>dlcpacks:/patchday2ng/</Item>
<Item>dlcpacks:/mpchristmas2/</Item>
<Item>dlcpacks:/patchday2bng/</Item>
<Item>dlcpacks:/patchday3ng/</Item>
<Item>dlcpacks:/patchday4ng/</Item>
<Item>dlcpacks:/mpluxe/</Item>
<Item>dlcpacks:/patchday5ng/</Item>
<Item>dlcpacks:/mpluxe2/</Item>
<Item>dlcpacks:/patchday6ng/</Item>
<Item>dlcpacks:/mpreplay/</Item>
<Item>dlcpacks:/patchday7ng/</Item>
<Item>dlcpacks:/mplowrider/</Item>
<Item>dlcpacks:/mphalloween/</Item>
<Item>dlcpacks:/patchday8ng/</Item>
<Item>dlcpacks:/mpapartment/</Item>
<item>dlcpacks:/mpxmas_604490/</item>
<Item>dlcpacks:/mplowrider2/</Item>
<Item>dlcpacks:/mpjanuary2016/</Item>
<Item>dlcpacks:/mpvalentines2/</Item>
<Item>dlcpacks:/patchday9ng/</Item>
<Item>dlcpacks:/mpexecutive/</Item>
<Item>dlcpacks:/patchday10ng/</Item>
<Item>dlcpacks:/mpstunt/</Item>
<Item>dlcpacks:/patchday11ng/</Item>
<Item>dlcpacks:/mpimportexport/</Item>
<Item>dlcpacks:/mpbiker/</Item>
<Item>dlcpacks:/patchday12ng/</Item>
<Item>dlcpacks:/patchday13ng/</Item>
<Item>dlcpacks:/mpspecialraces/</Item>
<Item>dlcpacks:/mpgunrunning/</Item>
<Item>dlcpacks:/mpairraces/</Item>
<Item>dlcpacks:/mpsmuggler/</Item>
<Item>dlcpacks:/mpchristmas2017/</Item>
<Item>dlcpacks:/mpassault/</Item>
<Item>dlcpacks:/mpbattle/</Item>
<Item>dlcpacks:/patchday14ng/</Item>
<Item>dlcpacks:/patchday15ng/</Item>
<Item>dlcpacks:/patchday16ng/</Item>
<Item>dlcpacks:/patchday17ng/</Item>
<Item>dlcpacks:/patchday18ng/</Item>
<Item>dlcpacks:/patchday19ng/</Item>
<Item>dlcpacks:/patchday20ng/</Item>
<Item>dlcpacks:/mpchristmas2018/</Item>
<Item>dlcpacks:/patchday21ng/</Item>
<Item>dlcpacks:/mpvinewood/</Item>
<Item>dlcpacks:/patchday22ng/</Item>
<Item>dlcpacks:/mpheist3/</Item>
<Item>dlcpacks:/mpsum/</Item>
<Item>dlcpacks:/patchday23ng/</Item>
<Item>dlcpacks:/mpheist4/</Item>
<Item>dlcpacks:/patchday24ng/</Item>
<Item>dlcpacks:/mptuner/</Item>
<Item>dlcpacks:/patchday25ng/</Item>
<Item>dlcpacks:/mpsecurity/</Item>
<Item>dlcpacks:/patchday26ng/</Item>
<Item>dlcpacks:/mpg9ec/</Item>
<Item>dlcpacks:/patchdayg9ecng/</Item>
<Item>dlcpacks:/mpsum2/</Item>
<Item>dlcpacks:/patchday27ng/</Item>
<Item>dlcpacks:/mpsum2_g9ec/</Item>
<Item>dlcpacks:/patchday27g9ecng/</Item>
</Paths>
<item>dlcpacks:\tr22</item>
</SMandatoryPacksData>and in the read me car file its wrotten
-Thank's for downloading my car !- //Tesla Roadster 2020 by skyrix//
INSTRUCTIONS TO INSTALL----------------------------------------------------------------------------------------------------------------------
FIRST go to: gta5 / mods / update / x64 / dlcpacks
Here activate "Edit Mode" and Right Click -> New -> Folder
Name it "tr22"Open this folder and just add "dlc.rpf" from my archive.
THEN go to gta5 / mods / update / update.rpf / common / data
Here take file "dlclist.xml" and drag and drop on your PCOpen a notepad, drag and drop "dlclist.xml" in the notepad, then, add a line above "</Paths>" and paste this:
<item>dlcpacks:\tr22</item>Be sure new line is align to all other above. Close notepad, choose "Save" and replace file in OpenIV.
SPAWN THE CAR IN-GAME: Open a trainer, go to car spawning menu, select "spawn by name" and type "tr22"
-
@natosidus said in add-on vehicle doesnt exist:
<Item>dlcpacks:/patchday27g9ecng/</Item>
</Paths>
<item>dlcpacks:\tr22</item>
</SMandatoryPacksData>two mistakes.
should be<Item>dlcpacks:/patchday27g9ecng/</Item>
<item>dlcpacks:\tr22\</item>
</Paths>
</SMandatoryPacksData>
you need to close every tag with a backslash.
In passing, the forum doesn't show the backslash properly when you put it as plain text - so don't forget to put it.
And ofc put your closing tag for the path below your car entry.
-
@JohnFromGWN said in add-on vehicle doesnt exist:
<Item>dlcpacks:/patchday27g9ecng/</Item>
<item>dlcpacks:\tr22</item>
</Paths>
</SMandatoryPacksData>bro it worked tysm and im talking through edit because my account is too "new" and i have to wait
-
@natosidus it will work
-
@natosidus excellent