mirror of
https://github.com/yxrei/two-torial.git
synced 2024-11-24 07:30:10 +01:00
Deployed fc2ce88
with MkDocs version: 1.6.1
This commit is contained in:
parent
9122bb3d50
commit
2d51563943
@ -4869,7 +4869,7 @@
|
|||||||
<p>Depending on how your mod is packaged, you may or may not need to create another folder to contain it.<br />
|
<p>Depending on how your mod is packaged, you may or may not need to create another folder to contain it.<br />
|
||||||
Inside that folder, the structure should follow the one in <code>data/</code>.</p>
|
Inside that folder, the structure should follow the one in <code>data/</code>.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Place your files inside that <code>data_mods/folder/</code>.</li>
|
<li>Place your files inside that <code>data_mods/mod_folder/</code>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>If you're confused, the following may help you understand what this means.</p>
|
<p>If you're confused, the following may help you understand what this means.</p>
|
||||||
<div class="language-text highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>├─ data/
|
<div class="language-text highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>├─ data/
|
||||||
@ -4879,7 +4879,7 @@ Inside that folder, the structure should follow the one in <code>data/</code>.</
|
|||||||
</span><span id="__span-0-5"><a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>├─── sound/
|
</span><span id="__span-0-5"><a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>├─── sound/
|
||||||
</span><span id="__span-0-6"><a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a>├─── etc...
|
</span><span id="__span-0-6"><a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a>├─── etc...
|
||||||
</span><span id="__span-0-7"><a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a>├─ data_mods/
|
</span><span id="__span-0-7"><a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a>├─ data_mods/
|
||||||
</span><span id="__span-0-8"><a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>├─── mod_folder_name/
|
</span><span id="__span-0-8"><a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>├─── mod_folder/
|
||||||
</span><span id="__span-0-9"><a id="__codelineno-0-9" name="__codelineno-0-9" href="#__codelineno-0-9"></a>├───── graphic/ <- files that mod the /data/graphic/ folder go here
|
</span><span id="__span-0-9"><a id="__codelineno-0-9" name="__codelineno-0-9" href="#__codelineno-0-9"></a>├───── graphic/ <- files that mod the /data/graphic/ folder go here
|
||||||
</span><span id="__span-0-10"><a id="__codelineno-0-10" name="__codelineno-0-10" href="#__codelineno-0-10"></a>├───── info/ <- files that mod the /data/info/ folder go here
|
</span><span id="__span-0-10"><a id="__codelineno-0-10" name="__codelineno-0-10" href="#__codelineno-0-10"></a>├───── info/ <- files that mod the /data/info/ folder go here
|
||||||
</span><span id="__span-0-11"><a id="__codelineno-0-11" name="__codelineno-0-11" href="#__codelineno-0-11"></a>├───── movie/ <- files that mod the /data/movie/ folder go here
|
</span><span id="__span-0-11"><a id="__codelineno-0-11" name="__codelineno-0-11" href="#__codelineno-0-11"></a>├───── movie/ <- files that mod the /data/movie/ folder go here
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user