@a63nt-5m1th said in Custom Maps:
@paintmods
There's one in Map Editor & Menyoo to YMap Converter, just install the 'custom_maps' dlc (in 'Example DLC Pack' folder) as normal:
Place 'custom_maps' folder here:
..\mods\update\x64\dlcpacks\custom_maps
Add '<Item>dlcpacks:\custom_maps</Item>' into 'dlclist.xml':
...\mods\update\update.rpf\common\data\dlclist.xml
Example:
<Item>dlcpacks:\trans69\</Item>
<Item>dlcpacks:\forest\</Item>
<Item>dlcpacks:\firebird77\</Item>
<item>dlcpacks:\na1\</item>
<item>dlcpacks:\16challenger\</item>
<item>dlcpacks:\spoozefix\</item>
<Item>dlcpacks:\custom_maps\</Item> <!-- this line added here, above '</Paths>' -->
</Paths>
</SMandatoryPacksData>
& then you'll find 'custom_maps.rpf' here:
..\mods\update\x64\dlcpacks\custom_maps\dlc.rpf\x64\levels\gta5_citye\maps\custom_maps.rpf
Any '.ymap's you drop into 'custom_maps.rpf', will automatically load ingame.
Thank you for sharing!