Cant read map

Cant read map

Hammer Mapping — Page [1]
The Ultimate Pot
2007 Jun 12 • 6
7 ₧
I got a problem with my first map. In mapname.err it says


[code:1]hlbsp: Error: Can't open mapname.p0
[/code:1]

Anyone know what to do?


I have no leaks a t and ct spawn with a light source.
 
 
 
2007 Jun 12 at 15:12 UTC
SuperJer
Websiteman

2005 Mar 21 • 6663
Check the .log file for more error info.
 
 
 
2007 Jun 12 at 19:05 UTC
The Ultimate Pot
2007 Jun 12 • 6
7 ₧
Ok this is what i got. Not really much info just saying to check the file i am viewing.


[code:1]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 mapname
Error: Can't open mapname.p0

----- 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 mapname
>> There was a problem compiling the map.
>> Check the file mapname.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: hlrad mapname
>> There was a problem compiling the map.
>> Check the file mapname.log for the cause.

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



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 mapname
>> There was a problem compiling the map.
>> Check the file mapname.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 mapname
>> There was a problem compiling the map.
>> Check the file mapname.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: hlrad mapname
>> There was a problem compiling the map.
>> Check the file mapname.log for the cause.

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



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 mapname
>> There was a problem compiling the map.
>> Check the file mapname.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 mapname
>> There was a problem compiling the map.
>> Check the file mapname.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: hlrad mapname
>> There was a problem compiling the map.
>> Check the file mapname.log for the cause.

----- END hlrad -----[/code:1]
 
 
 
2007 Jun 13 at 13:18 UTC
SuperJer
Websiteman

2005 Mar 21 • 6663
Where is hlcsg? CSG has to be run first, before BSP.

What are you using to run the compile?
 
 
 
2007 Jun 13 at 22:27 UTC
The Ultimate Pot
2007 Jun 12 • 6
7 ₧
Everything is here. I use hammer and your tutorial for the maps.

Got all four of them hlbsp,hlvis,hlrad and hlcsg.


Mapname.bat

[code:1]@echo off
hlcsg mapname -nowadinclude
hlbsp mapname
hlvis mapname
hlrad mapname
copy mapname.bsp "E:\Steam\SteamApps\bob_sageeet\counter-strike\cstrike\maps"
pause
"E:\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map mapname[/code:1]
 
 
 
2007 Jun 14 at 17:30 UTC
pyrobob
2007 Jun 13 • 3
7 ₧
aren't you supposed to put the name of your map where it says 'mapname'?
when installing the .net framework earlier, it told me to close all other programs... ...I opened more, just to be defiant.
 
 
 
2007 Jun 14 at 20:15 UTC
Sgt.Fr3ak_boiz

2006 Nov 3 • 49
14 ₧
"superjer" said:
Where is hlcsg? CSG has to be run first, before BSP.

What are you using to run the compile?

Yeah i guess his missing one of his compiling stuff must be untick tick it back...
 
 
 
2007 Jun 15 at 12:24 UTC
The Ultimate Pot
2007 Jun 12 • 6
7 ₧
I changed mapname into the maps name. Worked once even though map.err apeeared and didnt ever work again. This is real weird. And i doubt im missing any compiling stuff. I got hlbsp, hlcsg, hlrad, hlvis,

mapname.bat

[code:1]@echo off
hlcsg map.map -nowadinclude
hlbsp map.map
hlvis map.map
hlrad map.map
copy omg.bsp "E:\Steam\SteamApps\bob_sageeet\counter-strike\cstrike\maps"
pause
"E:\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map map.map[/code:1]
wad.cfg and zhlt.wad.
 
 
 
2007 Jun 15 at 15:00 UTC
The Ultimate Pot
2007 Jun 12 • 6
7 ₧
Ok forget everything that happened. I can compile it through hammer. BUT when i try to play the map the game crashes and a window pops up: couldnt open st.wad. This is getting annoying.
 
 
 
2007 Jun 15 at 21:07 UTC
SuperJer
Websiteman

2005 Mar 21 • 6663
hlcsg map.map -nowadinclude

is all messed up. It should be:

hlcsg -nowadtextures map.map
 
 
 
2007 Jun 15 at 22:19 UTC
The Ultimate Pot
2007 Jun 12 • 6
7 ₧
Finally it works thanks.
 
 
 
2007 Jun 16 at 09:21 UTC
Sgt.Fr3ak_boiz

2006 Nov 3 • 49
14 ₧
Yeah is easier to compile through hammer i use to use the non-steam version of cs but i since bought a css and now played steam..
 
 
 
2007 Jun 16 at 09:46 UTC
Page [1]