mirror of
https://github.com/two-torial/two-torial.git
synced 2026-09-10 19:45:44 -05:00
extras-datamods: improve consistency
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
Depending on how your mod is packaged, you may or may not need to create another folder to contain it.
|
Depending on how your mod is packaged, you may or may not need to create another folder to contain it.
|
||||||
Inside that folder, the structure should follow the one in `data/`.
|
Inside that folder, the structure should follow the one in `data/`.
|
||||||
|
|
||||||
- Place your files inside that `data_mods/folder/`.
|
- Place your files inside that `data_mods/mod_folder/`.
|
||||||
|
|
||||||
If you're confused, the following may help you understand what this means.
|
If you're confused, the following may help you understand what this means.
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
├─── sound/
|
├─── sound/
|
||||||
├─── etc...
|
├─── etc...
|
||||||
├─ data_mods/
|
├─ data_mods/
|
||||||
├─── mod_folder_name/
|
├─── mod_folder/
|
||||||
├───── graphic/ <- files that mod the /data/graphic/ folder go here
|
├───── graphic/ <- files that mod the /data/graphic/ folder go here
|
||||||
├───── info/ <- files that mod the /data/info/ folder go here
|
├───── info/ <- files that mod the /data/info/ folder go here
|
||||||
├───── movie/ <- files that mod the /data/movie/ folder go here
|
├───── movie/ <- files that mod the /data/movie/ folder go here
|
||||||
|
|||||||
Reference in New Issue
Block a user