1
0
mirror of https://github.com/yxrei/bemani-guide.git synced 2024-11-14 18:27:37 +01:00

extras-datamods: improve consistency

This commit is contained in:
Akitake 2024-10-29 16:42:26 +01:00
parent 46e8c193dc
commit fc2ce884be

View File

@ -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