diff --git a/Makefile b/Makefile index 80f5911b..0191e98e 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,9 @@ MANUAL_PDF_FILES=$(subst .adoc,.pdf,$(MANUAL_ADOC_FILES)) FREEDOOM1=$(WADS)/freedoom1.wad FREEDOOM2=$(WADS)/freedoom2.wad FREEDM=$(WADS)/freedm.wad +FD24RES=$(WADS)/fd24res.wad -OBJS=$(FREEDM) $(FREEDOOM1) $(FREEDOOM2) +OBJS=$(FREEDM) $(FREEDOOM1) $(FREEDOOM2) $(FD24RES) .PHONY: clean dist pngs-modified-check @@ -100,6 +101,14 @@ $(FREEDOOM2): wadinfo_phase2.txt subdirs $(RM) $@ $(DEUTEX) $(DEUTEX_ARGS) -iwad -build wadinfo_phase2.txt $@ +#--------------------------------------------------------- +# ID24 resource wad + +$(FD24RES): fd24.txt subdirs + @mkdir -p $(WADS) + $(RM) $@ + $(DEUTEX) $(DEUTEX_ARGS) -iwad -build fd24.txt $@ + %.html: %.adoc $(ASCIIDOC) $(ADOCOPTS) $< diff --git a/fd24.txt b/fd24.txt new file mode 100644 index 00000000..a3f864e1 --- /dev/null +++ b/fd24.txt @@ -0,0 +1,43 @@ +; Build configuration for fd24res.wad, our free replacement for the +; non-free id24res.wad + +[sounds] +DSBANACT +DSBANDTH +DSBANPAI +DSBREAK +DSCSPACT +DSCSPDTH +DSCSPSIT +DSCSPWLK +DSGATCLS +DSGATLOP +DSGATOPN +DSGHLACT +DSGHLDT2 +DSGHLDTH +DSGHLPAI +DSGHLSIT +DSHETCHG +DSHETSHT +DSHETXPL +DSINCBRN +DSINCFI1 +DSINCFI2 +DSINCHT1 +DSINCHT2 +DSINCHT3 +DSKLAXON +DSPPOACT +DSPPODTH +DSPPOHED +DSPPOPAI +DSTYRDTH +DSTYRSIT +DSTYRWLK +DSVASACT +DSVASATK +DSVASDTH +DSVASPAI +DSVASSIT + diff --git a/sounds/dsbanact.wav b/sounds/dsbanact.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsbanact.wav differ diff --git a/sounds/dsbandth.wav b/sounds/dsbandth.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsbandth.wav differ diff --git a/sounds/dsbanpai.wav b/sounds/dsbanpai.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsbanpai.wav differ diff --git a/sounds/dsbreak.wav b/sounds/dsbreak.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsbreak.wav differ diff --git a/sounds/dscspact.wav b/sounds/dscspact.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dscspact.wav differ diff --git a/sounds/dscspdth.wav b/sounds/dscspdth.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dscspdth.wav differ diff --git a/sounds/dscspsit.wav b/sounds/dscspsit.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dscspsit.wav differ diff --git a/sounds/dscspwlk.wav b/sounds/dscspwlk.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dscspwlk.wav differ diff --git a/sounds/dsgatcls.wav b/sounds/dsgatcls.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsgatcls.wav differ diff --git a/sounds/dsgatlop.wav b/sounds/dsgatlop.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsgatlop.wav differ diff --git a/sounds/dsgatopn.wav b/sounds/dsgatopn.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsgatopn.wav differ diff --git a/sounds/dsghlact.wav b/sounds/dsghlact.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsghlact.wav differ diff --git a/sounds/dsghldt2.wav b/sounds/dsghldt2.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsghldt2.wav differ diff --git a/sounds/dsghldth.wav b/sounds/dsghldth.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsghldth.wav differ diff --git a/sounds/dsghlpai.wav b/sounds/dsghlpai.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsghlpai.wav differ diff --git a/sounds/dsghlsit.wav b/sounds/dsghlsit.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsghlsit.wav differ diff --git a/sounds/dshetchg.wav b/sounds/dshetchg.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dshetchg.wav differ diff --git a/sounds/dshetsht.wav b/sounds/dshetsht.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dshetsht.wav differ diff --git a/sounds/dshetxpl.wav b/sounds/dshetxpl.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dshetxpl.wav differ diff --git a/sounds/dsincbrn.wav b/sounds/dsincbrn.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsincbrn.wav differ diff --git a/sounds/dsincfi1.wav b/sounds/dsincfi1.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsincfi1.wav differ diff --git a/sounds/dsincfi2.wav b/sounds/dsincfi2.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsincfi2.wav differ diff --git a/sounds/dsincht1.wav b/sounds/dsincht1.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsincht1.wav differ diff --git a/sounds/dsincht2.wav b/sounds/dsincht2.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsincht2.wav differ diff --git a/sounds/dsincht3.wav b/sounds/dsincht3.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsincht3.wav differ diff --git a/sounds/dsklaxon.wav b/sounds/dsklaxon.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsklaxon.wav differ diff --git a/sounds/dsppoact.wav b/sounds/dsppoact.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsppoact.wav differ diff --git a/sounds/dsppodth.wav b/sounds/dsppodth.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsppodth.wav differ diff --git a/sounds/dsppohed.wav b/sounds/dsppohed.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsppohed.wav differ diff --git a/sounds/dsppopai.wav b/sounds/dsppopai.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsppopai.wav differ diff --git a/sounds/dstyrdth.wav b/sounds/dstyrdth.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dstyrdth.wav differ diff --git a/sounds/dstyrsit.wav b/sounds/dstyrsit.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dstyrsit.wav differ diff --git a/sounds/dstyrwlk.wav b/sounds/dstyrwlk.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dstyrwlk.wav differ diff --git a/sounds/dsvasact.wav b/sounds/dsvasact.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsvasact.wav differ diff --git a/sounds/dsvasatk.wav b/sounds/dsvasatk.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsvasatk.wav differ diff --git a/sounds/dsvasdth.wav b/sounds/dsvasdth.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsvasdth.wav differ diff --git a/sounds/dsvaspai.wav b/sounds/dsvaspai.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsvaspai.wav differ diff --git a/sounds/dsvassit.wav b/sounds/dsvassit.wav new file mode 100644 index 00000000..daf13042 Binary files /dev/null and b/sounds/dsvassit.wav differ