Update dtk and rel placement instructions

This commit is contained in:
elijah-thomas774
2024-06-10 00:00:09 -04:00
parent a706d99d71
commit 6fca1925f5
4 changed files with 641 additions and 647 deletions
+1 -4
View File
@@ -67,10 +67,7 @@ unquarantine it using:
- Once this has completed, copy the following files into the the `orig/SOUE01` folder of this
project. The rest can be deleted to save space.
- `DATA/sys/main.dol`
- `DATA/files/rels/*.rel`
- `DATA/files/RELS.arc`
- Be sure to place any rels into a `rels` subfolder. See the README.md file in the `orig` folder
for more information.
- `DATA/files/rels.arc`
- Run the configure script:
```
python configure.py
+636 -636
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -120,7 +120,7 @@ if not is_windows():
# Tool versions
config.compilers_tag = "20231018"
config.dtk_tag = "v0.8.3"
config.dtk_tag = "v0.9.0"
config.sjiswrap_tag = "v1.1.1"
config.wibo_tag = "0.6.11"
+3 -6
View File
@@ -1,6 +1,6 @@
# Necessary files
In this folder, place the extracted `main.dol` file. Then, create a `rels` folder and place the necessary rels inside.
In this folder, place the extracted `main.dol` and `rels.arc` files.
Your folder structure should look like this:
```
@@ -8,9 +8,6 @@ Your folder structure should look like this:
├── SOEU01.sha1
└── SOEU01
├── main.dol
├── README.md
└── rels
├── d_a_asura_bulletNP.rel
├── d_a_avater_bulletNP.rel
├── ...
├── rels.arc
└── README.md
```