howdy again, having trouble spawning dlc content
-
for some reason my trainer won't load any afterhours content and i can't use the afterhours SP mod at all. i think there are some other interiors that won't load either. i'm pretty sure gta is up to date as i have a legitimate copy on steam, i don't think being banned from online has anything to do with it. i also checked my dlclist.xml and afterhours is not there. how should i proceed from here?
-
Sounds like you copy-pasted dlclist.xml from your previous version to the current version. If you have game version 1.0.1493.0, you should be good. In that case just add the missing lines from dlclist.xml inside the original update.rpf to your modded one.
-
cool, thanks. i'll see if it works
EDIT: i can't seem to find the line for after hours. would you mind providing it here itt?
-
@incarno Everybody else has done it before. Copy the entire XML text and paste it here so I can look for you. Also, when you've done that look through the games files for the mp(multiplayerdlc) folders in (I believe it was) update\update.rpf\dlc or some shit like this.
-
@ikt said in howdy again, having trouble spawning dlc content:
Sounds like you copy-pasted dlclist.xml from your previous version to the current version
i actually didn't do this at all so
@krashadam said in howdy again, having trouble spawning dlc content:
@incarno Everybody else has done it before.
wdym by this? i've been looking for either an up to date dlclist.xml or the actual name of the pack for a while now. but ok
<?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:\addonpeds</Item>
<Item>dlcpacks:\pres</Item>
<Item>dlcpacks:/wov/</Item>
<Item>dlcpacks:/wov_expansion/</Item>
<Item>dlcpacks:\dov</Item>
<Item>dlcpacks:\batman</Item>
<Item>dlcpacks:/wov/</Item>
<Item>dlcpacks:/wov_expansion/</Item>
<Item>dlcpacks:\addonprops</Item>
</Paths>
</SMandatoryPacksData>
-
@incarno I mean that everyone else has shared their XMLs here before for people to look at and fix. Can you do me a favor and find where the after hours dlc sits so I can write it back in for you? I need just the folder name.
-
look closely at the orientation of the \ for patchday19ng versus the / on wov and wov_expansion (which are in your list twice?)
since 1493 the orientation was changed by R*
-
@krashadam how am I supposed to know where it sits in my xml file if I can’t find it in there in the first place? and you say that but I’ve been looking for a proper dlclist file and haven’t been able to find one. i ask again, would you mind posting yours or any other? it would’ve solved my problem days ago had someone just done that
@ReNNie said in howdy again, having trouble spawning dlc content:
look closely at the orientation of the \ for patchday19ng versus the / on wov and wov_expansion (which are in your list twice?)
since 1493 the orientation was changed by R*
I also thought that might be a problem but every other dlc pack is working aside from after hours including my mods
-
@incarno
You're supposed to still have an original copy inGTAV_Folder/update/update.rpf/common/data/dlclist.xml
(Because mods go inGTAV_Folder/mods/
) If you don't, verify your files so you get the original files and use a mod folder in the future.All entries have changed to use forward slashes and have a trailing forward slash at the end. E.g:
<Item>dlcpacks:/patchday19ng/</Item>
-
@incarno It's funny because I didn't even tell you to look through your dlclist, I told you to look through your DLC folders. Not a problem, though, seems Ikt is nailing it pretty well.
-
@krashadam said in howdy again, having trouble spawning dlc content:
@incarno Also, when you've done that look through the games files for the mp(multiplayerdlc) folders in (I believe it was) update\update.rpf\dlc or some shit like this.
you're right, i did misunderstand this, it was late at night and i was very frustrated, my bad. i looked and i believe i don't see the afterhours folder there if it's patchday19ng
@ikt said in howdy again, having trouble spawning dlc content:
@incarno
You're supposed to still have an original copy inGTAV_Folder/update/update.rpf/common/data/dlclist.xml
(Because mods go inGTAV_Folder/mods/
) If you don't, verify your files so you get the original files and use a mod folder in the future.All entries have changed to use forward slashes and have a trailing forward slash at the end. E.g:
<Item>dlcpacks:/patchday19ng/</Item>
yeah the original is intact and i haven't modified the original update folder in any way. i just need to know the name of the folder in which afterhours content is located, is it patchday19ng? i also corrected the duplicates and errors in my dlclist.xml just now