Compile Error!

Compile Error!

Hammer Mapping — Page [1]
general_zim
Le Tigre

2006 Sep 1 • 549
16 ₧
Uh, I did all the steps and it says the system could not find the file specified when I open my tower.bat file (tower is the name of my map)


What I did:

I made my map and saved it as "tower"
I went into my C:\zhlt\ folder
I made a new text document called "tower.bat"
I put this in it
@echo off
hlcsg tower
hlbsp tower
hlvis tower
hlrad tower
copy tower.bsp "C:\Program Files\Valve\Steam\SteamApps\general_zim\counter-strike\cstrike\maps"
pause
"C:\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map tower


Then I opened my tower.bat file and got that error message.


And then the tower.err file said this:

hlcsg: Error: Entity 7 has no visible brushes


hlcsg: Error: No visibile brushes
Description: All brushes are CLIP or ORIGIN (at least one must be normal/visible)
Howto Fix: self explanitory




In my ladder I couldn't find the texture called AAATRIGGER, so I put another clip on it....is that the problem? If so, where do I find the AAATRIGGER texture?

Thanks.....
 
 
 
2006 Sep 23 at 21:28 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
The CLIP is the problem. Clip is a special texture and can not be used in certain ways.

You can get the AAATRIGGER texture here:
http://superjer.com/files/zhlt.wad

Add it in Hammer and don't forget to add this bold stuff to your .bat script:

hlcsg -wadinclude zhlt tower

Or you will have PROBLEMS.
 
 
 
2006 Sep 24 at 02:41 PDT
general_zim
Le Tigre

2006 Sep 1 • 549
16 ₧
How am I using clip wrong?


And do I place doors on each side of a wall?
 
 
 
2006 Sep 24 at 07:24 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
You can't use clip on your func_ladder.

To make a door, you have to make a doorway first. Just make a hole in the wall the same size as the door. This basically means you have to make the wall out of FOUR blocks for the top, left, right, and bottom around the doorway.

Then just put the door (func_door) inside the doorway.
 
 
 
2006 Sep 24 at 15:17 PDT
general_zim
Le Tigre

2006 Sep 1 • 549
16 ₧
Awesome!!!

Thanks for your help, supes. With it, I was able to create my very first map, Tower.


Please read the credits to see what it is about!!!

Thanks a lot superjer, I love map-making!!!!


http://www.geocities.com/peteswebworld/Tower.zip

(do I just put the .bsp file in a zip?)
 
 
 
2006 Sep 24 at 16:50 PDT
Page [1]