danielmdanielmUser name
danielm
Assigned title
Assigned post color
#dd77cc
Avatar
Medals
Registration date
2009 April 19
Post count
4
Score
0 ₧
Location
Signature
Timezone
UTC
Groups
2009 Apr 22 at 07:00 UTC
Compiling problem (based off tutorial) in Hammer Mapping
Thankyou so much!
Turns out the zhlt needed to be in C:/ drive. I wouldn't of thought of that, cheers guys! Now to continue and get bored after awhile
2009 Apr 20 at 09:21 UTC
Compiling problem (based off tutorial) in Hammer Mapping
Killer-Duck said: But where are your wads?
Quote: \program files\counter strike 1.6\cstrike\cstrike.wad Doesn't seem to be where CS is installed... exactly I can physically change the program to look in a different directory, so thats why i tried moving CS to my C:\ so it was in that directory. But it still couldn't find it. any ideas?
2009 Apr 20 at 02:07 UTC
Compiling problem (based off tutorial) in Hammer Mapping
eDan Co. said: You have two drives-- C: and F:.
You need to have ZHLT, your CS directory and all WAD files to be on the same drive. they are. Its all on my USB My counter strike is in F:\Other\Counter Strike\Counter Strike 1.6 My ZHLT is here F:\Other\Counter Strike\Other\zhlt253-17 inside it is my map and the .bat file called daniel1
2009 Apr 19 at 15:12 UTC
Compiling problem (based off tutorial) in Hammer Mapping
Using this tutorial
http://www.superjer.com/learn7.php I copy the stuff in and change it as follows @echo off hlcsg -nowadtextures daniel1 hlbsp daniel1 hlvis daniel1 hlrad daniel1 copy daniel1.bsp "F:\Other\Counter Strike\Counter Strike 1.6\cstrike\maps" cd F:\Other\Counter Strike\Counter Strike 1.6 pause hl -dev -console -game cstrike +sv_cheats 1 +map daniel1 (my map name is daniel1) (Yes, counter strike is on my 4 gig USB) (The directory of it is F:\Other\Counter Strike\Counter Strike 1.6) Ok, all is fine right? I run it. As follows: hlcsg v2.5.3 rel Custom Build 1.7 (Dec 9 2002) Zoner's Half-Life Compilation Tools -- Custom Build Based on code modifications by Sean 'Zoner' Cavanaugh Based on Valve's version, modified with permission. Submit detailed bug reports to (merlinis@bigpond.net.au) ----- BEGIN hlcsg ----- Command line: hlcsg -nowadtextures daniel1 Entering daniel1.map Current hlcsg Settings Name | Setting | Default ---------------------|-----------|------------------------- threads [ 2 ] [ Varies ] verbose [ off ] [ off ] log [ on ] [ on ] developer [ 0 ] [ 0 ] chart [ off ] [ off ] estimate [ off ] [ off ] max texture memory [ 4194304 ] [ 4194304 ] priority [ Normal ] [ Normal ] noclip [ off ] [ off ] null texture stripping[ on ] [ on ] clipnode economy mode [ on ] [ on ] onlyents [ off ] [ off ] wadtextures [ off ] [ on ] skyclip [ on ] [ on ] hullfile [ None ] [ None ] min surface area [ 0.500 ] [ 0.500 ] brush union threshold [ 0.000 ] [ 0.000 ] Using mapfile wad configuration Wadinclude list : [zhlt.wad] 0 brushes (totalling 0 sides) discarded from clipping hulls CreateBrush: (0.00 seconds) SetModelCenters: (0.00 seconds) CSGBrush: (0.03 seconds) Error: Could not open wad file \program files\counter strike 1.6\cstrike\cstrike.wad Error: Could not find WAD file Description: The compile tools could not locate a wad file that the map was referencing. Howto Fix: Make sure the wad's listed in the level editor actually all exist ----- END hlcsg ----- hlbsp v2.5.3 rel Custom Build 1.7 (Dec 9 2002) Zoner's Half-Life Compilation Tools -- Custom Build Based on code modifications by Sean 'Zoner' Cavanaugh Based on Valve's version, modified with permission. Submit detailed bug reports to (merlinis@bigpond.net.au) ----- BEGIN hlbsp ----- Command line: hlbsp daniel1 >> There was a problem compiling the map. >> Check the file daniel1.log for the cause. ----- END hlbsp ----- hlvis v2.5.3 rel Custom Build 1.7 (Dec 9 2002) Zoner's Half-Life Compilation Tools -- Custom Build Based on code modifications by Sean 'Zoner' Cavanaugh Based on Valve's version, modified with permission. Submit detailed bug reports to (merlinis@bigpond.net.au) ----- BEGIN hlvis ----- Command line: hlvis daniel1 >> There was a problem compiling the map. >> Check the file daniel1.log for the cause. ----- END hlvis ----- I read through it an realise its saying: Error: Could not open wad file \program files\counter strike 1.6\cstrike\cstrike.wad So, i copied counter strike to my C:\program files\ So now it is the following directory C:\program files\counter strike 1.6\cstrike\cstrike.wad Then i changed the .bat file to be this: @echo off hlcsg -nowadtextures daniel1 hlbsp daniel1 hlvis daniel1 hlrad daniel1 copy daniel1.bsp "C:\program files\counter strike 1.6\cstrike\maps" cd C:\program files\counter strike 1.6 pause hl -dev -console -game cstrike +sv_cheats 1 +map daniel1 I run it (yes all files are in zhlt folder). Exact same error! Please help! I want to do it all on my USB if possible Thankyou for reading. |