mirror of
https://github.com/zeldaret/ss
synced 2026-06-14 22:19:00 -04:00
Update dtk and rel placement instructions
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user