Problem with replaced vehicle mods not working and addon vehicles plz help
-
so i updated scripthook and ive checked my dlclist and it looks fine but ill post it here and idk whats going on with my replaced cars
<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:\18ram</Item>
<Item>dlcpacks:\00f350dually</Item>
<Item>dlcpacks:\bigtex</Item>
<Item>dlcpacks:\17jamb</Item>
</Paths>
</SMandatoryPacksData>
-
@Nightbeast765 All of the lines you added are missing the slash after the mod name.
-
oh but what about my replaced cars
-
@Nightbeast765 Don't know, there's no info here about the replaced cars. I wouldn't even know if there was info, someone else will have to chime in on that. You've probably placed something in the wrong spot or didn't replace the right car in the right folder, just a guess.
-
i put all my replaced cars in patchday 20 and idk if it has to do with my manifest file
-
-
-
Does anyone see pics posted by Nightbeast his last two posts? Said he posted pics of his folders here but I see nothing, want to make sure it isn't an issue on my end.
-
Nope, i only see 2 empty posts and an undefined link in the quoted text.
Like chonkie said: You need to correct the slashes or the program can't find the lines. In some mods or tutorials are the slashes to the wrong side.
wrong:
<Item>dlcpacks:\18ram</Item>
<Item>dlcpacks:\00f350dually</Item>
<Item>dlcpacks:\bigtex</Item>
<Item>dlcpacks:\17jamb</Item>right:
<Item>dlcpacks:/18ram</Item>
<Item>dlcpacks:/00f350dually</Item>
<Item>dlcpacks:/bigtex</Item>
<Item>dlcpacks:/17jamb</Item>
-
This is the correct format, although the slash direction doesn't effect anything besides being wonky looking when it's backwards.
<Item>dlcpacks:/18ram/</Item>
<Item>dlcpacks:/00f350dually/</Item>
<Item>dlcpacks:/bigtex/</Item>
<Item>dlcpacks:/17jamb/</Item>
-
@chonkie @Nightbeast765
Okay the wonky format is working too, just tested it with another mod. Had some cases where it was the solution with another slash format. Just ignore my post before, then. I copied the wrong format again.The format from chonkie should fix your mods.