Add-Ons dont show up
-
Hello,
I am very unexperienced with GTA-modding, so imma try to explain this as good as possible.
Ive been trying to add vehicles by first putting the vehilce fodler into "mods/update/x64/dlcpacks" (I created those folders following a tutorial), and then adding a line of code saying
<Item>dlcpacks:/[name of the vehicle]/</Item>
to "dlclist" in "mods/update/update.rpf/common/data".
Ive seen people suggesting that there is an error in the "dlclist.xml" file, f.e. a "i" instead of an "I", but I am pretty certain that that cannot be a problem here. I will still add the code.
My "gameconfig.xml" is recently downloaded (a few hours ago) and the most dowloaded on GTA-Mods, so that shouldnt be a problem either.
Adding them at once did not change anything either, and the "Heap Limit Adjustment" and "Packfile Limit Adjustments" are installed.
I am eager for tipps/solutions, thanks, you guys!
<?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:/911turbos/</Item>
<Item>dlcpacks:/patchday24ng/</Item>
<Item>dlcpacks:/mpheist4/</Item>
<Item>dlcpacks:/c63coupe/</Item>
<Item>dlcpacks:/tr87/</Item>
<Item>dlcpacks:/m4comp/</Item>
<Item>dlcpacks:/testarossa/</Item></Paths>
</SMandatoryPacksData>