I'm compiling my maps per batch file and just recently I decided to implement my textures directly into the maps itself in order to safe up on space for the download later on.
Now when I compile with Hammer directly it works as intended textures get implemented just fine.
For my Batch. file it still asks for the wad. files though. Please have a look at my batch. file and tell me what I'm missing here:
hlcsg.exe mil_duty10 -cliptype precise -estimate -chart -wadinclude d:\wadsJudging by the logfile itself the textures were included so I don't understand why the wads are still required:
hlbsp.exe mil_duty10 -estimate -chart
hlvis.exe mil_duty10 -texdata 9355443 -estimate -chart -estimate -high -full
hlrad_x64.exe mil_duty10 -estimate -chart -sparse -nopaque -bounce 9 -threads 4 -notexscale -extra -dscale 1 -fade 2 -minlight 10 -scale 1.20 -smooth 90 -gamma 0.550 -low -texchop 192 -chop 96 -dlight 10.000
pause
[quote]Logfile:
added 15 additional animating textures.
Including Wadfile: \wads\zhlt.wad
- Contains 2 used textures, 1.19 percent of map (19 textures in wad)
- Contains 0 used textures, 0.00 percent of map (17 textures in wad)
- Contains 5 used textures, 2.98 percent of map (408 textures in wad)
- Contains 1 used texture, 0.60 percent of map (245 textures in wad)
- Contains 17 used textures, 10.12 percent of map (257 textures in wad)
- Contains 117 used textures, 69.64 percent of map (3116 textures in wad)
- Contains 16 used textures, 9.52 percent of map (1342 textures in wad)
- Contains 0 used textures, 0.00 percent of map (32 textures in wad)
- Contains 1 used texture, 0.60 percent of map (296 textures in wad)
- Contains 0 used textures, 0.00 percent of map (332 textures in wad)
- Contains 6 used textures, 3.57 percent of map (279 textures in wad)
- Contains 3 used textures, 1.79 percent of map (395 textures in wad)
- Contains 0 used textures, 0.00 percent of map (264 textures in wad)
- Contains 0 used textures, 0.00 percent of map (4 textures in wad)
- Contains 0 used textures, 0.00 percent of map (4 textures in wad)
- Contains 0 used textures, 0.00 percent of map (4 textures in wad)
Texture usage is at 3.08 mb (of 32.00 mb MAX)[/quote]