fd24: Initial build for fd24res.wad.

This just includes dummy sounds as the first step.
This commit is contained in:
Simon Howard 2024-08-13 18:55:29 -04:00
parent e3aef25ee6
commit e59adc8804
40 changed files with 53 additions and 1 deletions

View file

@ -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) $<

43
fd24.txt Normal file
View file

@ -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

BIN
sounds/dsbanact.wav Normal file

Binary file not shown.

BIN
sounds/dsbandth.wav Normal file

Binary file not shown.

BIN
sounds/dsbanpai.wav Normal file

Binary file not shown.

BIN
sounds/dsbreak.wav Normal file

Binary file not shown.

BIN
sounds/dscspact.wav Normal file

Binary file not shown.

BIN
sounds/dscspdth.wav Normal file

Binary file not shown.

BIN
sounds/dscspsit.wav Normal file

Binary file not shown.

BIN
sounds/dscspwlk.wav Normal file

Binary file not shown.

BIN
sounds/dsgatcls.wav Normal file

Binary file not shown.

BIN
sounds/dsgatlop.wav Normal file

Binary file not shown.

BIN
sounds/dsgatopn.wav Normal file

Binary file not shown.

BIN
sounds/dsghlact.wav Normal file

Binary file not shown.

BIN
sounds/dsghldt2.wav Normal file

Binary file not shown.

BIN
sounds/dsghldth.wav Normal file

Binary file not shown.

BIN
sounds/dsghlpai.wav Normal file

Binary file not shown.

BIN
sounds/dsghlsit.wav Normal file

Binary file not shown.

BIN
sounds/dshetchg.wav Normal file

Binary file not shown.

BIN
sounds/dshetsht.wav Normal file

Binary file not shown.

BIN
sounds/dshetxpl.wav Normal file

Binary file not shown.

BIN
sounds/dsincbrn.wav Normal file

Binary file not shown.

BIN
sounds/dsincfi1.wav Normal file

Binary file not shown.

BIN
sounds/dsincfi2.wav Normal file

Binary file not shown.

BIN
sounds/dsincht1.wav Normal file

Binary file not shown.

BIN
sounds/dsincht2.wav Normal file

Binary file not shown.

BIN
sounds/dsincht3.wav Normal file

Binary file not shown.

BIN
sounds/dsklaxon.wav Normal file

Binary file not shown.

BIN
sounds/dsppoact.wav Normal file

Binary file not shown.

BIN
sounds/dsppodth.wav Normal file

Binary file not shown.

BIN
sounds/dsppohed.wav Normal file

Binary file not shown.

BIN
sounds/dsppopai.wav Normal file

Binary file not shown.

BIN
sounds/dstyrdth.wav Normal file

Binary file not shown.

BIN
sounds/dstyrsit.wav Normal file

Binary file not shown.

BIN
sounds/dstyrwlk.wav Normal file

Binary file not shown.

BIN
sounds/dsvasact.wav Normal file

Binary file not shown.

BIN
sounds/dsvasatk.wav Normal file

Binary file not shown.

BIN
sounds/dsvasdth.wav Normal file

Binary file not shown.

BIN
sounds/dsvaspai.wav Normal file

Binary file not shown.

BIN
sounds/dsvassit.wav Normal file

Binary file not shown.