pliz help if u can

pliz help if u can

Hammer Mapping — Page [1]
wolfofwoods

2007 Sep 20 • 3
4 ₧
i am new and i need REAL help. i got hammer and made a map like in the guide but when i tried to put the codint in my .bat file it didnt work becausei needed to do somthing but i cant...... here the code ing try and help me
>_< plese help


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

"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 "EMAIL" with your account name. And if you do not have a "maps" folder, create one.


wolfofwoods (a beginer map maker)
 
 
 
2007 Sep 20 at 13:15 PDT
RandomSHot
2007 Feb 11 • 15
11 ₧
anywere it says mapname you put the name of your map then save it as your mapname.bat
 
 
 
2007 Sep 21 at 17:14 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Your .bat file should only contain this:

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


And you probably need to change the red parts to match your map name and location of Steam and Steam account.

If you don't have Steam you should be using the "Non-Steam" code instead.
 
 
 
2007 Sep 21 at 17:28 PDT
Page [1]