Add README to orig/SOUE01 detailing the correct folder structure

This commit is contained in:
CovenEsme
2024-04-24 10:16:54 +01:00
parent c071f62629
commit 1a1ef281bc
2 changed files with 31 additions and 7 deletions
+15 -7
View File
@@ -1,14 +1,22 @@
__pycache__
.vscode/c_cpp_properties.json
# game files
orig/*/*
!orig/SOUE01/README.md
!orig/*/.gitkeep
# ninja stuff
build
build.ninja
orig/*/*
!orig/*/.gitkeep
tools/mwcc_compiler/*
!tools/mwcc_compiler/.gitkeep
.ninja_deps
.ninja_log
objdiff.json
/tools/objdiff.exe
.vscode/c_cpp_properties.json
# tools
tools/dtk
tools/mwcc_compiler/*
!tools/mwcc_compiler/.gitkeep
/tools/objdiff.exe
objdiff.json
ctx.c
+16
View File
@@ -0,0 +1,16 @@
# Necessary files
In this folder, place the extracted `main.dol` file. Then, create a `rels` folder and place the necessary rels inside.
Your folder structure should look like this:
```
├── orig
├── SOEU01.sha1
└── SOEU01
├── main.dol
├── README.md
└── rels
├── d_a_asura_bulletNP.rel
├── d_a_avater_bulletNP.rel
├── ...
```