mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 16:25:47 -04:00
fd24: Initial build for fd24res.wad.
This just includes dummy sounds as the first step.
This commit is contained in:
parent
e3aef25ee6
commit
e59adc8804
40 changed files with 53 additions and 1 deletions
11
Makefile
11
Makefile
|
@ -19,8 +19,9 @@ MANUAL_PDF_FILES=$(subst .adoc,.pdf,$(MANUAL_ADOC_FILES))
|
||||||
FREEDOOM1=$(WADS)/freedoom1.wad
|
FREEDOOM1=$(WADS)/freedoom1.wad
|
||||||
FREEDOOM2=$(WADS)/freedoom2.wad
|
FREEDOOM2=$(WADS)/freedoom2.wad
|
||||||
FREEDM=$(WADS)/freedm.wad
|
FREEDM=$(WADS)/freedm.wad
|
||||||
|
FD24RES=$(WADS)/fd24res.wad
|
||||||
|
|
||||||
OBJS=$(FREEDM) $(FREEDOOM1) $(FREEDOOM2)
|
OBJS=$(FREEDM) $(FREEDOOM1) $(FREEDOOM2) $(FD24RES)
|
||||||
|
|
||||||
.PHONY: clean dist pngs-modified-check
|
.PHONY: clean dist pngs-modified-check
|
||||||
|
|
||||||
|
@ -100,6 +101,14 @@ $(FREEDOOM2): wadinfo_phase2.txt subdirs
|
||||||
$(RM) $@
|
$(RM) $@
|
||||||
$(DEUTEX) $(DEUTEX_ARGS) -iwad -build wadinfo_phase2.txt $@
|
$(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
|
%.html: %.adoc
|
||||||
$(ASCIIDOC) $(ADOCOPTS) $<
|
$(ASCIIDOC) $(ADOCOPTS) $<
|
||||||
|
|
||||||
|
|
43
fd24.txt
Normal file
43
fd24.txt
Normal 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
BIN
sounds/dsbanact.wav
Normal file
Binary file not shown.
BIN
sounds/dsbandth.wav
Normal file
BIN
sounds/dsbandth.wav
Normal file
Binary file not shown.
BIN
sounds/dsbanpai.wav
Normal file
BIN
sounds/dsbanpai.wav
Normal file
Binary file not shown.
BIN
sounds/dsbreak.wav
Normal file
BIN
sounds/dsbreak.wav
Normal file
Binary file not shown.
BIN
sounds/dscspact.wav
Normal file
BIN
sounds/dscspact.wav
Normal file
Binary file not shown.
BIN
sounds/dscspdth.wav
Normal file
BIN
sounds/dscspdth.wav
Normal file
Binary file not shown.
BIN
sounds/dscspsit.wav
Normal file
BIN
sounds/dscspsit.wav
Normal file
Binary file not shown.
BIN
sounds/dscspwlk.wav
Normal file
BIN
sounds/dscspwlk.wav
Normal file
Binary file not shown.
BIN
sounds/dsgatcls.wav
Normal file
BIN
sounds/dsgatcls.wav
Normal file
Binary file not shown.
BIN
sounds/dsgatlop.wav
Normal file
BIN
sounds/dsgatlop.wav
Normal file
Binary file not shown.
BIN
sounds/dsgatopn.wav
Normal file
BIN
sounds/dsgatopn.wav
Normal file
Binary file not shown.
BIN
sounds/dsghlact.wav
Normal file
BIN
sounds/dsghlact.wav
Normal file
Binary file not shown.
BIN
sounds/dsghldt2.wav
Normal file
BIN
sounds/dsghldt2.wav
Normal file
Binary file not shown.
BIN
sounds/dsghldth.wav
Normal file
BIN
sounds/dsghldth.wav
Normal file
Binary file not shown.
BIN
sounds/dsghlpai.wav
Normal file
BIN
sounds/dsghlpai.wav
Normal file
Binary file not shown.
BIN
sounds/dsghlsit.wav
Normal file
BIN
sounds/dsghlsit.wav
Normal file
Binary file not shown.
BIN
sounds/dshetchg.wav
Normal file
BIN
sounds/dshetchg.wav
Normal file
Binary file not shown.
BIN
sounds/dshetsht.wav
Normal file
BIN
sounds/dshetsht.wav
Normal file
Binary file not shown.
BIN
sounds/dshetxpl.wav
Normal file
BIN
sounds/dshetxpl.wav
Normal file
Binary file not shown.
BIN
sounds/dsincbrn.wav
Normal file
BIN
sounds/dsincbrn.wav
Normal file
Binary file not shown.
BIN
sounds/dsincfi1.wav
Normal file
BIN
sounds/dsincfi1.wav
Normal file
Binary file not shown.
BIN
sounds/dsincfi2.wav
Normal file
BIN
sounds/dsincfi2.wav
Normal file
Binary file not shown.
BIN
sounds/dsincht1.wav
Normal file
BIN
sounds/dsincht1.wav
Normal file
Binary file not shown.
BIN
sounds/dsincht2.wav
Normal file
BIN
sounds/dsincht2.wav
Normal file
Binary file not shown.
BIN
sounds/dsincht3.wav
Normal file
BIN
sounds/dsincht3.wav
Normal file
Binary file not shown.
BIN
sounds/dsklaxon.wav
Normal file
BIN
sounds/dsklaxon.wav
Normal file
Binary file not shown.
BIN
sounds/dsppoact.wav
Normal file
BIN
sounds/dsppoact.wav
Normal file
Binary file not shown.
BIN
sounds/dsppodth.wav
Normal file
BIN
sounds/dsppodth.wav
Normal file
Binary file not shown.
BIN
sounds/dsppohed.wav
Normal file
BIN
sounds/dsppohed.wav
Normal file
Binary file not shown.
BIN
sounds/dsppopai.wav
Normal file
BIN
sounds/dsppopai.wav
Normal file
Binary file not shown.
BIN
sounds/dstyrdth.wav
Normal file
BIN
sounds/dstyrdth.wav
Normal file
Binary file not shown.
BIN
sounds/dstyrsit.wav
Normal file
BIN
sounds/dstyrsit.wav
Normal file
Binary file not shown.
BIN
sounds/dstyrwlk.wav
Normal file
BIN
sounds/dstyrwlk.wav
Normal file
Binary file not shown.
BIN
sounds/dsvasact.wav
Normal file
BIN
sounds/dsvasact.wav
Normal file
Binary file not shown.
BIN
sounds/dsvasatk.wav
Normal file
BIN
sounds/dsvasatk.wav
Normal file
Binary file not shown.
BIN
sounds/dsvasdth.wav
Normal file
BIN
sounds/dsvasdth.wav
Normal file
Binary file not shown.
BIN
sounds/dsvaspai.wav
Normal file
BIN
sounds/dsvaspai.wav
Normal file
Binary file not shown.
BIN
sounds/dsvassit.wav
Normal file
BIN
sounds/dsvassit.wav
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue