Hi,
I'm trying to get wadinclude working on my map (I'm using Nem's batch compiler) however no matter what I try it refuses to include any textures. Here's the hlcsg output:
[quote]
--- BEGIN hlcsg
---Command line: "C:\SIERRA\Half-Life Editing\HL-Compiled\HL1 Tools\ZHLT\hlcsg.exe"-wadinclude building1.wad -wadinclude gsiwad.wad -wadinclude tp-egypt2.wad -wadinclude tp-egypt4-trim.wad -wadinclude tp-egypt4-trimd.wad -wadinclude "verastage wad.wad"G:\Peter\hlmodding\tomb_01
Entering G:\Peter\hlmodding\tomb_01.map
Current hlcsg Settings
Name | Setting | Default
--------------------|-----------|------------------------threads [ 1 ] [ Varies ]
verbose [ off ] [ off ]
log [ on ] [ on ]
developer [ 0 ] [ 0 ]
chart [ off ] [ off ]
estimate [ off ] [ off ]
max texture memory [ 4194304 ] [ 4194304 ]
max lighting memory [ 6291456 ] [ 6291456 ]
priority [ Normal ] [ Normal ]
noclip [ off ] [ off ]
null texture stripping[ on ] [ on ]
clipnode economy mode [ on ] [ on ]
clip hull type [ legacy ] [ legacy ]
onlyents [ off ] [ off ]
wadtextures [ on ] [ on ]
skyclip [ on ] [ on ]
hullfile [ None ] [ None ]
nullfile [ None ] [ None ]
min surface area [ 0.500 ] [ 0.500 ]
brush union threshold [ 0.000 ] [ 0.000 ]
Using mapfile wad configuration
Wadinclude list :
[zhlt.wad]
[building1.wad]
[gsiwad.wad]
[tp-egypt2.wad]
[tp-egypt4-trim.wad]
[tp-egypt4-trimd.wad]
[verastage wad.wad]
0 brushes (totalling 0 sides) discarded from clipping hulls
CreateBrush:
(0.02 seconds)
SetModelCenters:
(0.00 seconds)
CSGBrush:
(0.08 seconds)
Using Wadfile: c:\program files\steam\steamapps\freyyr890\half-life\valve\halflife.wad
- Contains 8 used textures, 80.00 percent of map (3116 textures in wad)
Using Wadfile: c:\program files\steam\steamapps\freyyr890\half-life\valve\decals.wad
- Contains 0 used textures, 0.00 percent of map (222 textures in wad)
Using Wadfile: c:\program files\steam\steamapps\freyyr890\half-life\valve\liquids.wad
- Contains 0 used textures, 0.00 percent of map (32 textures in wad)
Using Wadfile: c:\program files\steam\steamapps\freyyr890\half-life\valve\xeno.wad
- Contains 0 used textures, 0.00 percent of map (264 textures in wad)
Warning: ::FindTexture() texture SAND1B not found!
Warning: ::FindTexture() texture -2ROUGH_WALL not found!
Warning: ::LoadLump() texture -2ROUGH_WALL not found!
Warning: ::LoadLump() texture SAND1B not found!
Texture usage is at 0.04 mb (of 4.00 mb MAX)
0.14 seconds elapsed
--- END hlcsg
---[/quote]
Any help would be appreciated.