Skip to content

Commit

Permalink
Small change in build batch files
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Mar 30, 2020
1 parent 96d7b82 commit c3ae445
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makeIWD.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@ECHO OFF
del _images.iwd
del _sounds.iwd
del _weapons.iwd
Expand All @@ -8,4 +9,5 @@ del _weapons.iwd
7za a -r -tzip _sounds.iwd dr_songs.cfg

7za a -r -tzip _weapons.iwd weapons_mod
7z rn _weapons.iwd weapons_mod weapons
7z rn _weapons.iwd weapons_mod weapons
pause
1 change: 1 addition & 0 deletions makeMod.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@ECHO OFF
del mod.ff

xcopy animtrees ..\..\raw\animtrees /SY
Expand Down

0 comments on commit c3ae445

Please sign in to comment.