_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
news videos cs maps articles software music forum
LIGHT | DANK
INDEX
1. Install
2. Configure
3. Brushes
4. Cameras
5. Leak Protection
6. Entities
7. Compile & Play!
 
Appendix
Advanced Stuff
 
Problems or questions?
Visit the Forum for help!

Get Learned! Step 7 - Finish LineCOMPILE & PLAY

In Step 1 I told you to download the ZHLT Windows executables. That file should be a ZIP file so go ahead and extract all the files in it to a new folder on your hard drive. A good place for this is:

C:\zhlt\

Where C:\ is the same drive that has Counter-Strike installed. Open your new folder so you are looking at the contents:



If you do not see file extensions on your files, like the '.exe', '.txt' above, then click here it's very important!

As shown in the picture, create a new text document by right clicking in the white-space and then using the pop-up menu. Name the file 'catpee.bat'.

Go back into Hammer and click File->Export to .MAP. Save you map as 'catpee.map' in the folder where you just created 'catpee.bat'. Then close Hammer and go back to the folder where 'catpee.bat' is.

Now right click on 'catpee.bat' and choose Edit. This should cause Notepad to open with nothing in it. Type the following stuff into the document exactly as shown:

Without Steam


@echo off
hlcsg -nowadtextures catpee
hlbsp catpee
hlvis catpee
hlrad catpee
copy catpee.bsp "C:\half-life\cstrike\maps"
cd "C:\half-life"
pause
hl -dev -console -game cstrike +sv_cheats 1 +map catpee

"C:\half-life" may not be the correct location of Half-Life on your computer. Make sure you type the correct location on both the lines where it says that.

With Steam


@echo off
hlcsg -nowadtextures catpee
hlbsp catpee
hlvis catpee
hlrad catpee
copy catpee.bsp "C:\Steam\SteamApps\\counter-strike\cstrike\maps"
pause
"C:\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map catpee

"C:\Steam" may not be the correct location of Steam on your computer. Make sure you type the correct location on both the lines where it says that. Also replace with your account name. And if you do not have a "maps" folder, create one.

When you're sure you have it right, save the file and close Notepad. Then double click on the file 'catpee.bat' to run it. Lot's of confusing stuff will show up in a command window as ZHLT compiles your map. When it is done you will see (at the bottom):

Press any key to continue . . .

Now do NOT press a key! First make sure nothing went wrong. Look in the folder where 'catpee.bat' is and if you see a new file called 'catpee.err' then your map FAILED to compile. If it failed, click here. Otherwise you can continue.

Go back to the command window and press any key. Counter-Strike will start and load your map in singleplayer mode. You will be able to use cheats like noclip and god and impulse 101 for testing. Try them! (You won't have a gun or anything until you type impulse 101 in the console.)

That's it! You've made your first map. Ain't you one special duckling!

Read the Appendix for guidance on where to go next!

Next page >><< Previous page
Copyright © 2000-2024 SuperJer.com. All rights reserved.