You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -83,11 +83,11 @@ which should show an error message and list available chapters
83
83
84
84
Then run
85
85
86
-
```python build.py onikakushi --translation```
86
+
```python build.py onikakushi```
87
87
88
88
Then the output files will be located in the `output/translation` folder. You can then merge the `HigurashiEp0X_Data` folder with the one in your release. **Please include all the files (not just the `sharedassets0.assets` file), so the installer can select the correct file at install time.**
89
89
90
-
If you want to rebuild all chapters, run `python build.py all --translation` to build all chapters.
90
+
If you want to rebuild all chapters, run `python build.py all` to build all chapters.
91
91
92
92
### Common Problems
93
93
@@ -99,15 +99,11 @@ You may encounter the following problems:
99
99
100
100
**NOTE: The script should automatically detect if the vanilla assets or UABE has changed, and re-download them. But if that doesn't work, use the '--force-download' option like so:**
101
101
102
-
```python build.py rei --translation --force-download```
102
+
```python build.py rei --force-download```
103
103
104
104
## Instructions for Dev Team
105
105
106
-
For our dev team, the instructions are nearly the same, just remove the `--translation` argument.
107
-
108
-
```python build.py onikakushi```
109
-
110
-
Archive files will be automatically created in the `output` folder
106
+
Instructions are the same as for translators, but archive files will be automatically created in the `output` folder
111
107
112
108
----
113
109
@@ -133,6 +129,8 @@ Click on the 'Actions' tab to observe the build process.
133
129
134
130
Once the build is complete, go to the 'Releases' page, and a new draft release should appear. You can check everything is OK before publishing the release, or just download the files without publishing the release.
135
131
132
+
Note that doing this will build both the `translation.7z` file for translators to use, and also the individual archives for the 07th-mod developers to use.
133
+
136
134
### Building `ui-compiler.exe` using Github Actions
137
135
138
136
To build just the `ui-compiler.exe` using Github Actions (on Github's server), push any tag to the repository.
0 commit comments