Tired of editing multiple DLC archives or game files to change your police car? Want your mods in one archive to have everything handy instead of editing multiple dlcpacks?
Create your own DLC!
<?xml version="1.0" encoding="UTF-8"?><SSetupData> <deviceName>dlc_PATCHDAY20NG</deviceName> <datFile>content.xml</datFile> <timeStamp>16/09/2016 13:37:00</timeStamp> <nameHash>PATCHDAY20NG</nameHash> <contentChangeSets /> <contentChangeSetGroups> <Item> <NameHash>GROUP_EARLY_ON</NameHash> <ContentChangeSets> <Item>CCS_PATCHDAY20_NG_INIT</Item> </ContentChangeSets> </Item> <Item> <NameHash>GROUP_TITLEUPDATE_STARTUP</NameHash> <ContentChangeSets /> </Item> <Item> <NameHash>GROUP_UPDATE_STREAMING</NameHash> <ContentChangeSets> <Item>CCS_PATCHDAY20_NG_STREAMING</Item> <Item>CCS_PATCHDAY20_NG_STREAMING_MAP</Item> </ContentChangeSets> </Item> <Item> <NameHash>GROUP_UPDATE_TEXT</NameHash> <ContentChangeSets> <Item>CCS_PATCHDAY20_NG_TEXT</Item> </ContentChangeSets> </Item> <Item> <NameHash>GROUP_UPDATE_DLC_PATCH</NameHash> <ContentChangeSets /> </Item> <Item> <NameHash>GROUP_UPDATE_DLC_METADATA</NameHash> <ContentChangeSets /> </Item> <Item> <NameHash>GROUP_UPDATE_WEAPON_PATCH</NameHash> <ContentChangeSets /> </Item> <Item> <NameHash>GROUP_POST_DLC_PATCH</NameHash> <ContentChangeSets /> </Item> <Item> <NameHash>GROUP_STARTUP</NameHash> <ContentChangeSets /> </Item> <Item> <NameHash>GROUP_ON_DEMAND</NameHash> <ContentChangeSets /> </Item> </contentChangeSetGroups> <startupScript /> <scriptCallstackSize value="0" /> <type>EXTRACONTENT_LEVEL_PACK</type> <order value="22" /> <minorOrder value="0" /> <isLevelPack value="true" /> <dependencyPackHash /> <requiredVersion /> <subPackCount value="0" /></SSetupData>----------
<?xml version="1.0" encoding="UTF-8"?><CDataFileMgr__ContentsOfDataFileXml> <disabledFiles /> <includedXmlFiles /> <includedDataFiles /> <dataFiles> <Item> <filename>dlc_patchday20ng:/data/vehicles.meta</filename> <fileType>VEHICLE_METADATA_FILE</fileType> <overlay value="true" /> <disabled value="true" /> <persistent value="false" /> </Item> <Item> <filename>dlc_patchday20ng:/data/carcols.meta</filename> <fileType>CARCOLS_FILE</fileType> <overlay value="true" /> <disabled value="true" /> <persistent value="true" /> </Item> <Item> <filename>dlc_patchday20ng:/data/carvariations.meta</filename> <fileType>VEHICLE_VARIATION_FILE</fileType> <overlay value="true" /> <disabled value="true" /> <persistent value="true" /> </Item> <Item> <filename>dlc_patchday20ng:/data/dlctext.meta</filename> <fileType>TEXTFILE_METAFILE</fileType> <overlay value="true" /> <disabled value="true" /> <persistent value="true" /> </Item> <Item> <filename>dlc_patchday20ng:/data/handling.meta</filename> <fileType>HANDLING_FILE</fileType> <overlay value="true" /> <disabled value="true" /> <persistent value="true" /> </Item> <Item> <filename>dlc_patchDay20NG:/%PLATFORM%/levels/gta5/vehicles.rpf</filename> <fileType>RPF_FILE</fileType> <overlay value="true" /> <disabled value="true" /> <persistent value="true" /> </Item> <Item> <filename>dlc_patchDay20NG:/%PLATFORM%/levels/gta5/vehiclemods/vehmods.rpf</filename> <fileType>RPF_FILE</fileType> <overlay value="true" /> <disabled value="true" /> <persistent value="true" /> </Item> </dataFiles> <contentChangeSets> <Item> <changeSetName>CCS_PATCHDAY20_NG_STREAMING</changeSetName> <filesToDisable /> <filesToEnable> <Item>dlc_patchDay20NG:/data/handling.meta</Item> <Item>dlc_patchDay20NG:/data/vehicles.meta</Item> <Item>dlc_patchDay20NG:/data/carcols.meta</Item> <Item>dlc_patchDay20NG:/data/carvariations.meta</Item> <Item>dlc_patchDay20NG:/data/dlctext.meta</Item> <Item>dlc_patchDay20NG:/%PLATFORM%/levels/gta5/vehicles.rpf</Item> <Item>dlc_patchDay20NG:/%PLATFORM%/levels/gta5/vehiclemods/patchDay20NG_mods.rpf</Item> </filesToEnable> <txdToLoad /> <txdToUnload /> <residentResources /> <unregisterResources /> </Item> </contentChangeSets> <patchFiles /></CDataFileMgr__ContentsOfDataFileXml>----------
?
<?xml version="1.0" encoding="UTF-8"?><CExtraTextMetaFile> <hasGlobalTextFile value="true"/> <hasAdditionalText value="false"/> <isTitleUpdate value="false"/></CExtraTextMetaFile>?
?
<?xml version="1.0" encoding="UTF-8"?><CVehicleModelInfo__InitDataList> <residentTxd>vehshare</residentTxd> <residentAnims /> </CVehicleModelInfo__InitDataList>?
?
<?xml version="1.0" encoding="UTF-8"?><CVehicleModelInfoVariation> <variationData> </variationData></CVehicleModelInfoVariation>?
?
<?xml version="1.0" encoding="UTF-8"?><CVehicleModelInfoVarGlobal> <Kits> </Kits> <Lights> </Lights></CVehicleModelInfoVarGlobal>?
?
<?xml version="1.0" encoding="UTF-8"?><CHandlingDataMgr> <HandlingData> </HandlingData></CHandlingDataMgr>?
1.) extract the file and edit it. Add the following line to the <Paths> section:
<item>dlcpacks:\patchday20ng\</item>
2.) Save the file and replace the one in Grand Theft Auto V\mods鶽e鶽e.rpf\common\data\
As of 10/06/2016 it will look like this:?
1.) extract the file and edit it. Add the following code to the Mount section:
</Item> <Item type="SExtraTitleUpdateMount"> <deviceName>DLC_PATCHDAY20NG:/</deviceName> <path>update:/dlc_patch/PATCHDAY20NG/</path> </Item>
2.) Save the file and replace the one in Grand Theft Auto V\mods鶽e鶽e.rpf\common\data\
As of 10/06/2016 it will look like this:?