Skip to content

Commit 16b8af8

Browse files
Publish Deltarune Chapter 3&4 code.
1 parent 9d2fb76 commit 16b8af8

File tree

4 files changed

+767
-44
lines changed

4 files changed

+767
-44
lines changed

.github/workflows/deploy-dr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ jobs:
2525
run: |
2626
./utmtcli/UndertaleModCli load game/chapter1_windows/data.win --scripts 'scripts/ExportCodeFormatted.csx'
2727
./utmtcli/UndertaleModCli load game/chapter2_windows/data.win --scripts 'scripts/ExportCodeFormatted.csx'
28+
./utmtcli/UndertaleModCli load game/chapter3_windows/data.win --scripts 'scripts/ExportCodeFormatted.csx'
29+
./utmtcli/UndertaleModCli load game/chapter4_windows/data.win --scripts 'scripts/ExportCodeFormatted.csx'
2830
mkdir decompiled-deltarune
2931
mv game/chapter1_windows/Export_Code decompiled-deltarune/ch1
3032
mv game/chapter2_windows/Export_Code decompiled-deltarune/ch2
33+
mv game/chapter3_windows/Export_Code decompiled-deltarune/ch3
34+
mv game/chapter4_windows/Export_Code decompiled-deltarune/ch4
3135
- name: Build
3236
run: ./build.sh deltarune
3337
- name: Publish

data/deltarune/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"game": "Deltarune",
3-
"chapters": ["ch1", "ch2"],
3+
"chapters": ["ch1", "ch2", "ch3", "ch4"],
44
"links": {
55
"Source code": "https://github.com/utdrwiki/code-viewer",
66
"r/Underminers": "https://www.reddit.com/r/Underminers/",

0 commit comments

Comments
 (0)