<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Using_DLC_Packs_with_Custom_Textures</id>
	<title>Using DLC Packs with Custom Textures - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Using_DLC_Packs_with_Custom_Textures"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Using_DLC_Packs_with_Custom_Textures&amp;action=history"/>
	<updated>2026-07-24T17:38:53Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Using_DLC_Packs_with_Custom_Textures&amp;diff=15602&amp;oldid=prev</id>
		<title>imported&gt;Shr0x: /* Setting Up An Archive */</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Using_DLC_Packs_with_Custom_Textures&amp;diff=15602&amp;oldid=prev"/>
		<updated>2024-06-01T07:29:39Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Setting Up An Archive&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:DLC Pack]]&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Meta Files =&lt;br /&gt;
&lt;br /&gt;
There are two files you need to create for a new archive. Create these files on your desktop.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
content.xml&lt;br /&gt;
setup2.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Inside of these files you will need to add the following code and replace &amp;#039;REPLACEME&amp;#039; with exact characters that you would like to replace them with. &amp;#039;dlc_&amp;#039; is required. Ie. mytextures.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;content.xml&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;CDataFileMgr__ContentsOfDataFileXml&amp;gt;&lt;br /&gt;
    &amp;lt;disabledFiles /&amp;gt;&lt;br /&gt;
    &amp;lt;includedXmlFiles /&amp;gt;&lt;br /&gt;
    &amp;lt;includedDataFiles /&amp;gt;&lt;br /&gt;
    &amp;lt;dataFiles&amp;gt;&lt;br /&gt;
        &amp;lt;Item&amp;gt;&lt;br /&gt;
            &amp;lt;filename&amp;gt;dlc_REPLACEME:/%PLATFORM%/textures/myCustomFile.rpf&amp;lt;/filename&amp;gt;&lt;br /&gt;
            &amp;lt;fileType&amp;gt;RPF_FILE&amp;lt;/fileType&amp;gt;&lt;br /&gt;
            &amp;lt;overlay value=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;disabled value=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;persistent value=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;/Item&amp;gt;&lt;br /&gt;
    &amp;lt;/dataFiles&amp;gt;&lt;br /&gt;
    &amp;lt;contentChangeSets&amp;gt;&lt;br /&gt;
        &amp;lt;Item&amp;gt;&lt;br /&gt;
            &amp;lt;changeSetName&amp;gt;REPLACEME_AUTOGEN&amp;lt;/changeSetName&amp;gt;&lt;br /&gt;
            &amp;lt;filesToDisable /&amp;gt;&lt;br /&gt;
            &amp;lt;filesToEnable&amp;gt;&lt;br /&gt;
                &amp;lt;Item&amp;gt;dlc_REPLACEME:/%PLATFORM%/textures/myCustomFile.rpf&amp;lt;/Item&amp;gt;&lt;br /&gt;
            &amp;lt;/filesToEnable&amp;gt;&lt;br /&gt;
            &amp;lt;txdToLoad /&amp;gt;&lt;br /&gt;
            &amp;lt;txdToUnload /&amp;gt;&lt;br /&gt;
            &amp;lt;residentResources /&amp;gt;&lt;br /&gt;
            &amp;lt;unregisterResources /&amp;gt;&lt;br /&gt;
        &amp;lt;/Item&amp;gt;&lt;br /&gt;
    &amp;lt;/contentChangeSets&amp;gt;&lt;br /&gt;
    &amp;lt;patchFiles /&amp;gt;&lt;br /&gt;
&amp;lt;/CDataFileMgr__ContentsOfDataFileXml&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;setup2.xml&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;SSetupData&amp;gt;&lt;br /&gt;
    &amp;lt;deviceName&amp;gt;dlc_REPLACEME&amp;lt;/deviceName&amp;gt;&lt;br /&gt;
    &amp;lt;datFile&amp;gt;content.xml&amp;lt;/datFile&amp;gt;&lt;br /&gt;
    &amp;lt;timeStamp&amp;gt;03/30/2018 17:26:39&amp;lt;/timeStamp&amp;gt;&lt;br /&gt;
    &amp;lt;nameHash&amp;gt;REPLACEME&amp;lt;/nameHash&amp;gt;&lt;br /&gt;
    &amp;lt;contentChangeSetGroups&amp;gt;&lt;br /&gt;
        &amp;lt;Item&amp;gt;&lt;br /&gt;
            &amp;lt;NameHash&amp;gt;GROUP_STARTUP&amp;lt;/NameHash&amp;gt;&lt;br /&gt;
            &amp;lt;ContentChangeSets&amp;gt;&lt;br /&gt;
                &amp;lt;Item&amp;gt;REPLACEME_AUTOGEN&amp;lt;/Item&amp;gt;&lt;br /&gt;
            &amp;lt;/ContentChangeSets&amp;gt;&lt;br /&gt;
        &amp;lt;/Item&amp;gt;&lt;br /&gt;
    &amp;lt;/contentChangeSetGroups&amp;gt;&lt;br /&gt;
&amp;lt;/SSetupData&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Setting Up An Archive =&lt;br /&gt;
&lt;br /&gt;
Generally speaking when you&amp;#039;re working with the creation of a new dlcpack you will need to have the following structure according to this page:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- dlc.rpf&lt;br /&gt;
    - content.xml&lt;br /&gt;
    - setup2.xml&lt;br /&gt;
    - x64&lt;br /&gt;
        - textures&lt;br /&gt;
            - myCustomFile.rpf&lt;br /&gt;
                - myYTDFile.ytd&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here&amp;#039;s an example of folder structure:&lt;br /&gt;
&lt;br /&gt;
[[File:TextureFolderStructure.png]]&lt;br /&gt;
&lt;br /&gt;
* You can use CTRL + ALT + O in OpenIV to open a new folder.&lt;br /&gt;
* Open a New Folder and then right-click the white-space on the right-side of OpenIV and create a new RPF file.&lt;br /&gt;
* This RPF file must be called &amp;#039;dlc&amp;#039;.&lt;br /&gt;
* Inside this rpf mimic the above folder structure.&lt;br /&gt;
* Once this is complete the addon is ready for your server.&lt;br /&gt;
&lt;br /&gt;
= DLC Pack Installation =&lt;br /&gt;
&lt;br /&gt;
The name of your DLC Pack is the name of your folder for the dlc pack.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Basic Folder Path:&lt;br /&gt;
server-files/client_packages/game_resources/dlcpacks/REPLACEME/dlc.rpf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Shr0x</name></author>
	</entry>
</feed>