Fatal Error?

Fatal Error?

Hammer Mapping — Page 1 2 [3]
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
someone said:
Well I looked in my counterstrike folder and my ZHLT folder but found nothing. Anyway heres my batch file

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

Could anyone post sometihng good to put in my bat file? (sprinkles one didnt work)


Yea, mine wouldn't work, because I do not have Steam. Your Steam directory is the same as the above [that is "C:\Program Files\Steam\Steam.exe"]

You will also note that I added a backwards slash to your Copy command [in red] it may not be essential, but some programs are very picky about having that trailing \ [note :: that trailing slash only applies to folders - thus if you have a destination ending with a folder a backwards slash is used, however if your destination ends in a program or anything that is not a folder the backwards slash is not added to the end]
 
 
 
2009 Nov 17 at 18:36 PST
someone
2009 Nov 8 • 33
Anyone with steam have a good batch code for me? I really wanna work on a map and be able to compile it.
 
 
 
2009 Nov 17 at 19:15 PST
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
 
 
 
2009 Nov 17 at 19:40 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
someone said:
Anyone with steam have a good batch code for me? I really wanna work on a map and be able to compile it.



code
@echo off hlcsg -nowadtextures nothing hlbsp nothing hlvis nothing hlrad nothing copy nothing.bsp "C:\Program Files\Steam\SteamApps\MySecretUsername\counter-strike\cstrike\maps\" pause "C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map nothing
 
 
 
2009 Nov 17 at 19:52 PST
someone
2009 Nov 8 • 33
Down Rodeo said:
All you need to do is point to the correct directory where you have Steam installed!

I did! It says The specified file cannot be found.
 
 
 
2009 Nov 18 at 14:40 PST
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
Well according to the batch file you posted here one was wrong. You have both "C:\Program Files\Steam\Steam.exe" and "C:\Steam\Steam.exe"; one of the two is wrong. Possibly both if you have it installed elsewhere.
 
 
 
2009 Nov 18 at 15:23 PST
someone
2009 Nov 8 • 33
Well it worked when I changed the extension of my map file to bsp.
 
 
 
2009 Nov 18 at 16:04 PST
Killer-Duck
Homicidal Anatidae

2008 Mar 5 • 1169
633 ₧
someone said:
Well it worked when I changed the extension of my map file to bsp.


You should not change the file extension manually! Is that so hard to understand!?

Post your bat-file again.
QUACK! QUACK!
 
 
 
2009 Nov 19 at 02:15 PST
someone
2009 Nov 8 • 33
@echo off
hlcsg -nowadtextures nothing
hlbsp nothing
hlvis nothing
hlrad nothing
copy nothing.bsp "C:\Program Files\Steam\SteamApps\lolcake345\counter-strike\cstrike\maps\"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map nothing
 
 
 
2009 Nov 19 at 14:25 PST
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
someone said:
@echo off
hlcsg -nowadtextures nothing
hlbsp nothing
hlvis nothing
hlrad nothing
copy nothing.bsp "C:\Program Files\Steam\SteamApps\lolcake345\counter-strike\cstrike\maps\"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map nothing

You need to change this, an absolute path would be best, that being something like "C:\Program Files\Steam\steamapps\lolcake345\counter-strike\cstrike\maps\nothing.bsp".
 
 
 
2009 Nov 20 at 02:52 PST
someone
2009 Nov 8 • 33
Down Rodeo said:
someone said:
@echo off
hlcsg -nowadtextures nothing
hlbsp nothing
hlvis nothing
hlrad nothing
copy nothing.bsp "C:\Program Files\Steam\SteamApps\lolcake345\counter-strike\cstrike\maps\"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map nothing

You need to change this, an absolute path would be best, that being something like "C:\Program Files\Steam\steamapps\lolcake345\counter-strike\cstrike\maps\nothing.bsp".

Hmm still the same error.. am i doing something wrong?
I have my map file and my bat file both named as the same thing in my ZHLT folder.
 
 
 
2009 Nov 20 at 14:34 PST
fedex _

2009 Mar 23 • 909
13 ₧
u wanna make it easier.... COMPILE THE MAP TO THE DESKTOP AND DRAG IT TO YOUR MAPS FOLDER, MAYBE THAT WILL WORK,,,
melloyellow582 said:
I post sometimes, to make a point.
 
 
 
2009 Nov 20 at 15:59 PST
someone
2009 Nov 8 • 33
Compiling it to the desktop didnt work either. Can anyone just post their bat file? I think it would be easier
 
 
 
2009 Nov 22 at 15:02 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
someone said:
Compiling it to the desktop didnt work either. Can anyone just post their bat file? I think it would be easier



Try using the alternative compile tools Spoon

Also

sprinkles said:
someone said:
Anyone with steam have a good batch code for me? I really wanna work on a map and be able to compile it.



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

 
 
 
2009 Nov 22 at 15:09 PST — Ed. 2009 Nov 22 at 15:10 PST
someone
2009 Nov 8 • 33
sprinkles said:
someone said:
Compiling it to the desktop didnt work either. Can anyone just post their bat file? I think it would be easier



Try using the alternative compile tools Spoon

Also

sprinkles said:
someone said:
Anyone with steam have a good batch code for me? I really wanna work on a map and be able to compile it.



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


How do i use this? :P
 
 
 
2009 Nov 22 at 15:52 PST — Ed. 2009 Nov 22 at 15:52 PST
someone
2009 Nov 8 • 33
Bump
 
 
 
2009 Nov 27 at 19:11 PST
Mate de Vita
Kelli

2008 Oct 4 • 2453
159 ₧
Open notepad, copy that code, save as, under type set All types, write somethignorother.bat under name and save. Then put it into the same folder as your .map file and compile tools and double-click on it.
...and that's the bottom line because Mate de Vita said so.
 
 
 
2009 Nov 28 at 04:03 PST
Page 1 2 [3]