Error message when attempting to play map (condition zero)

Error message when attempting to play map (condition zero)

Hammer Mapping — Page [1]
general_zim
Le Tigre

2006 Sep 1 • 549
16 ₧
Uh, I made a map called police station (with a short name of de_police) and when I go to play my game on condition zero it says Missing frame 0 of +3~Lab_CRT2
 
 
 
2006 Sep 28 at 15:58 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
+3~Lab_CRT2 is a texture name

The +3 means it's the fourth frame in an animation:

+0~Lab_CRT2
+1~Lab_CRT2
+2~Lab_CRT2
+3~Lab_CRT2
...

If you used +3~Lab_CRT2 by itself that may have caused the problem. You should use +0~Lab_CRT2 instead.

You can use the texture window's Find and Replace feature to fix this. (Shift+A)
 
 
 
2006 Sep 28 at 16:12 PDT
general_zim
Le Tigre

2006 Sep 1 • 549
16 ₧
This is about the same map

Here is my poilceStation.bat:

@echo off
hlcsg -wadinclude zhlt police station
hlbsp policeStation
hlvis policeStation
hlrad policeStation
copy policeStation.bsp "C:\Program Files\Valve\Steam\SteamApps\general_zim\condition zero\czero\maps\"
pause
"C:\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map policeStation


I get this .err file.

hlbsp: Error: Can't open policeStation.p0

I remember having this problem before, but what do I do to fix it?
 
 
 
2006 Sep 28 at 16:17 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
You have a space between the first "police station"
 
 
 
2006 Sep 29 at 01:12 PDT
general_zim
Le Tigre

2006 Sep 1 • 549
16 ₧
oh. I didn't even see that...
 
 
 
2006 Sep 29 at 05:51 PDT
Page [1]