VHE Issues

VHE Issues

Hammer Mapping — Page [1]
Splunk

2009 Feb 8 • 26
So I reinstalled VHE on my new computer and I get an issue. I followed the configuration from my last computer which worked perfectly, but now it's looking for user.map in my Documents and Settings folder. Why is it doing that? Also, my log is there, I didn't put any Documents and Setting location in the config. They all go to Program Files.

This is my log. I made a simple hollow box, two people and a light. I used the config from this site. http://www.egir.dk/index.php?page=wc.htm (I used it before I found out about SuperJer.)

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: C:\zhlt\hlcsg.exe "c:\documents and settings\user"
Error: Error opening c:\documents and settings\user.map: No such file or directory

----- 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: C:\zhlt\hlbsp.exe "c:\documents and settings\user"
>> There was a problem compiling the map.
>> Check the file c:\documents and settings\user.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: C:\zhlt\hlvis.exe "c:\documents and settings\user"
>> There was a problem compiling the map.
>> Check the file c:\documents and settings\user.log for the cause.

----- END hlvis -----



hlrad 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 hlrad -----
Command line: C:\zhlt\hlrad.exe "c:\documents and settings\user"
>> There was a problem compiling the map.
>> Check the file c:\documents and settings\user.log for the cause.

----- END hlrad -----





 
 
 
2009 Jul 25 at 14:03 PDT
jrkookid
Half Irish, half NOT FUNNY

2007 May 27 • 1415
110 ₧
Did you follow the guide SuperJer provided?
 
 
 
2009 Jul 25 at 14:09 PDT
Splunk

2009 Feb 8 • 26
I couldn't find that....
 
 
 
2009 Jul 25 at 14:12 PDT
jrkookid
Half Irish, half NOT FUNNY

2007 May 27 • 1415
110 ₧
Next time go on SuperJer.com and look for it but here you go:
http://www.superjer.com/learn.php
 
 
 
2009 Jul 25 at 14:13 PDT
Splunk

2009 Feb 8 • 26
I tried his way and it didn't work. Does anyone know whats wrong with the one I have know?
 
 
 
2009 Jul 25 at 14:26 PDT
Splunk

2009 Feb 8 • 26
Why is HLCSG going here? This is my log after trying to compile something.

----- BEGIN hlcsg -----
Command line: C:\zhlt\hlcsg.exe "c:\documents and settings\user"
Error: Error opening c:\documents and settings\user.map: No such file or directory

I asked for someone elses log and it said this.

----- BEGIN hlcsg -----
Command line: C:\PROGRA~1\Hammer\zhlt\hlcsg.exe "C:\Program Files\Valve\cstrike\maps\pirmamapa"
Entering C:\Program Files\Valve\cstrike\maps\pirmamapa.map

Why is my ZHTL going into folders that I didn't specify?
 
 
 
2009 Jul 26 at 13:49 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
How exactly is it you are compiling? All this is saying is that it can't find the map, so point it to where the map actually is. I'd recommend compiling from a batch file if you're not doing that already.
 
 
 
2009 Jul 26 at 15:14 PDT
Splunk

2009 Feb 8 • 26
I did SuperJer's way and nothing happens. I did the steam way and this is what my testing.bat document looks like in the ZHLT folder.

@echo off

hlcsg -nowadtextures testing

hlbsp testing

hlvis testing

hlrad testing

copy mapname.bsp "C:\Program Files\Valve\Steam\SteamApps\account\counter-strike\cstrike\maps"
pause

"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map testing
 
 
 
2009 Jul 27 at 14:43 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Splunk said:
copy mapname.bsp "C:\Program Files\Valve\Steam\SteamApps\account\counter-strike\cstrike\maps"


Red part is wrong. Should be "testing".
 
 
 
2009 Jul 27 at 15:16 PDT
Splunk

2009 Feb 8 • 26
I fixed it, went to Save As and did all file types as testing.bat. It made a MS DOS file but i was missing some .dlls. I redownloaded ZHLT, remade the txt and nothing's happening.

@echo off

hlcsg -nowadtextures testing

hlbsp testing

hlvis testing

hlrad testing

copy testing.bsp "C:\Program Files\Valve\Steam\SteamApps\meatloaf123\counter-strike\cstrike\maps"
pause

"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map testing
 
 
 
2009 Jul 29 at 11:51 PDT
Mate de Vita
Kelli

2008 Oct 4 • 2453
159 ₧
So, when you double-click on the .bat file nothing happens? Are you sure you have testing.map and all the zhlt tools (hlcsg, hlbsp, hlvis and hlrad) in the same folder as the .bat file?
...and that's the bottom line because Mate de Vita said so.
 
 
 
2009 Jul 29 at 13:26 PDT
Splunk

2009 Feb 8 • 26
 
 
 
2009 Jul 29 at 14:15 PDT — Ed. 2009 Jul 29 at 14:15 PDT
Mate de Vita
Kelli

2008 Oct 4 • 2453
159 ₧
I don't see your .map file in there...
...and that's the bottom line because Mate de Vita said so.
 
 
 
2009 Jul 29 at 14:29 PDT
Splunk

2009 Feb 8 • 26
Thanks, it works!

Question, is the fastest way of compiling just opening testing.bat and changing mapname to use it on other maps?
 
 
 
2009 Jul 29 at 14:41 PDT — Ed. 2009 Jul 29 at 14:43 PDT
Mate de Vita
Kelli

2008 Oct 4 • 2453
159 ₧
Splunk said:
Thanks, it works!

Question, is the fastest way of compiling just opening testing.bat and changing mapname to use it on other maps?

Yes. But you'll need the .map file of the new map in the same folder as well.
...and that's the bottom line because Mate de Vita said so.
 
 
 
2009 Jul 30 at 07:58 PDT
Page [1]