Skip to content

Commit 18d425c

Browse files
committed
Added example batch files and html exports of the readme files.
1 parent 06fce6e commit 18d425c

File tree

4 files changed

+1678
-0
lines changed

4 files changed

+1678
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
REM This is an example batch file that uses SpriteMaker to convert all images in 'C:\HL\mymod\sprites' and its sub-directories
2+
REM into sprites in the 'C:\Program Files (x86)\Steam\steamapps\common\Half-Life\mymod\sprites' directory.
3+
REM The -subdirs option causes SpriteMaker to also process sub-directories, creating a matching directory hierarchy in the output directory.
4+
REM The -subdirremoval option causes SpriteMaker to remove output sub-directories if the corresponding input sub-directory is removed.
5+
6+
REM To use this batch file, replace the directory paths below with the right paths for your system, and then remove the 'REM ' from the line below:
7+
REM "C:\HL\tools\SpriteMaker.exe" -subdirs -subdirremoval "C:\HL\mymod\sprites" "C:\Program Files (x86)\Steam\steamapps\common\Half-Life\mymod\sprites"
8+
9+
PAUSE
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
REM This is an example batch file that uses WadMaker to convert all images in 'C:\HL\mymod\textures\chapter1' and its sub-directories
2+
REM to textures, which are then saved in 'C:\Program Files (x86)\Steam\steamapps\common\Half-Life\mymod\chapter1.wad'.
3+
REM The -subdirs option causes WadMaker to also look for images in sub-directories.
4+
5+
REM To use this batch file, replace the directory paths below with the right paths for your system, and then remove the 'REM ' from the line below:
6+
REM "C:\HL\tools\WadMaker.exe" -subdirs "C:\HL\mymod\textures\chapter1" "C:\Program Files (x86)\Steam\steamapps\common\Half-Life\mymod\chapter1.wad"
7+
8+
PAUSE

0 commit comments

Comments
 (0)