If your map mods are missing collisions, please read this.
-
If you're dealing with collision issues, that's because the latest update, "The Contract", has broken add-on maps. But don't worry, there's an easy fix!
Go to
update\x64\dlcpacks\Your Map\dlc.rpf
and open yourcontent.xml
file. Now go and check these areas:Check the
<filesToEnable>
section and make sure it contains your map's.rpf
files. If it just says<filesToEnable />
, then that's part of the reason why the map doesn't work, and you must add them. Sometimes, you may need to add more than just the map and its metadata. If it contains your map's.rpf
files, move onto the next step. An example is shown below.<filesToEnable> <Item>dlc_examplemap:/%PLATFORM%/levels/gta5/examplemap.rpf</Item> <Item>dlc_examplemap:/%PLATFORM%/levels/gta5/examplemap_metadata.rpf</Item> </filesToEnable>
The next step is to check the
<dataFiles>
section and make sure thatdisabled
andpersistent
are all given a value oftrue
for all items. An example is shown below.<dataFiles> <Item> <filename>dlc_examplemap:/%PLATFORM%/levels/gta5/examplemap.rpf</filename> <fileType>RPF_FILE</fileType> <overlay value="false" /> <disabled value="true" /> <persistent value="true" /> </Item> <Item> <filename>dlc_examplemap:/%PLATFORM%/levels/gta5/examplemap_metadata.rpf</filename> <fileType>RPF_FILE</fileType> <overlay value="false" /> <disabled value="true" /> <persistent value="true" /> <contents>CONTENTS_DLC_MAP_DATA</contents> </Item> </dataFiles>
This should fix collision issues. So far, this has worked for everyone. Happy playing!
-
@WGotch07 Hopefully this gets pinned for future users.
-
@mrwallace888 Already pinned here, but as part of a larger posting.
-
Uh... I have done everything, why my map mod still disappears. Are there any ways else?
-
@ShaoyeBen https://forums.gta5-mods.com/topic/35789/gta5-911-help-and-checklist-what-to-do-when-mods-make-you-mad/23
-
I had seen it and I tried every steps. No, still no. I want to say my problem is a little different and worse. My map mod doesn't disappear when I get closer, instead I can not see and just like the map dlc doesn't load. Also came the worst thing, that is after I install San Andreas DLC, my game over, RAGE Plugin Hook failling hooking my game, when I reset game, RPH still can't hook my game. Really bad and I was so angry.
-
@mrwallace888 that's interesting - I see a tall skyscraper disappear in downtown area since I use LA Revo 2.0 as the main mod. But there's no separate "map mod" within LA Revo 2.0 - how do we fix that?
-
@ShaoyeBen I can only tell, that to have the map visible (for Liberty city on my case) the <disabled value="true" /> has to be on false value, not true, for it appears on the game. (Concerning the metadata and all the sub dlc containing ybn files, at least, if disabled is on true value, nothing is loading)
But in my case, it doesn't change the fact there's no collision, I can just see it perfectly the town, with all details, but when i try to walk/jump/fly on it, I just stay under the map, in the water. Makes me really crasy lol ! none of the true/false content.xml I've tried, did worked. If someone find an issue concerning Liberty City rewind or other map accessibility, it would be great lol !
-
@Sido200 said in If your map mods are missing collisions, please read this.:
I have the same issue. Just installed Liberty City Rewind and fell right through the map into the water. When changing the
<disabled value = "false">
&<persistent value = "false">
to<disabled value = "true">
&<persistent value = "true">
, the entire map disappears - no bridges, no buildings, nothing.Really annoying!