Skip to content

Commit

Permalink
cleanup, add missing files to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaulwurff committed May 4, 2020
1 parent 6358980 commit 6e46817
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 24 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

!.gitignore
!.gitattributes
!**.txt

!**.md
!**.zs
!**.sh
!**.txt
!**.wav
!**.zs
34 changes: 12 additions & 22 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
#!/bin/bash

#IWAD=~/Programs/Games/wads/iwads/freedoom1.wad
#IWAD=~/Programs/Games/wads/iwads/DOOM.WAD
#IWAD=~/Programs/Games/wads/iwads/HERETIC.WAD
#IWAD=~/Programs/Games/wads/modules/game/harm1.wad
set -e

name=m_gizmos
version=$(git describe --abbrev=0 --tags)
filename=$name-$version.pk3
name=m_gizmos-$(git describe --abbrev=0 --tags).pk3

rm -f $filename \
&& \
zip $filename \
sounds/*.wav \
sounds/*.lmp \
zscript/*.zs \
*.md \
*.txt \
*.zs \
&& \
gzdoom -iwad $IWAD \
-file $filename \
~/Programs/Games/wads/maps/test/DOOMTEST.wad \
"$1" "$2" \
+map test \
rm -f "$name"

zip -R "$name" \
"*.lmp" \
"*.md" \
"*.txt" \
"*.wav" \
"*.zs"

gzdoom -file "$name" "$@"
Binary file added sounds/WMSWTCH1.wav
Binary file not shown.
Binary file added sounds/WMSWTCH2.wav
Binary file not shown.
Binary file added sounds/WMSWTCH3.wav
Binary file not shown.

0 comments on commit 6e46817

Please sign in to comment.