Problems with step 7 of the guide [help me please]

Problems with step 7 of the guide [help me please]

Hammer Mapping — Page [1]
Muto
2010 Dec 23 • 10
i got problems with step 7 of this guide: http://www.superjer.com/learn7.php

if i copy all this in catpee.bat:

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.


----------------------------

and i save it and wanna open it it is still a text document and i see the same text again in a notebook, but i have to see : Lot's of confusing stuff will show up in a command window as ZHLT compiles your map.

but that dont work please help meee
 
 
 
2010 Dec 23 at 12:59 PST
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
For starters, you're copying too much stuff. You don't need the line that says "Without Steam" and the bits at the end (that is, everything after "C:\Half-Life\" whatever it is. Secondly, as the tutorial says, you need to change the filetype from "text files" to "all files" next to the box where you put the name of the file.

This is becoming my most-hated feature of Windows.
 
 
 
2010 Dec 23 at 13:06 PST
Muto
2010 Dec 23 • 10
Ok i did only this now in the textdocument:

@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

---------------

but still i dont know how to make it all files, cant find it
 
 
 
2010 Dec 23 at 13:13 PST
Killer-Duck
Homicidal Anatidae

2008 Mar 5 • 1169
633 ₧
In notepad: "File"-->"Save as..." make sure the name ends in ".bat" and make sure the "Save as type" is set to "All files (*.*)". May look something like this: http://images.maketecheasier.com/2010/03/pin-files-notepad-save-as.png
QUACK! QUACK!
 
 
 
2010 Dec 23 at 13:19 PST
Muto
2010 Dec 23 • 10
wicked, problem solved thanks all!
 
 
 
2010 Dec 23 at 13:24 PST
Page [1]