|
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 18 at 02:36 UTC
|
|
|
|
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 18 at 03:15 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
All you need to do is point to the correct directory where you have Steam installed!
|
|
|
|
≡
|
2009 Nov 18 at 03:40 UTC
|
|
|
|
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 18 at 03:52 UTC
|
|
|
|
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 22:40 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
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 23:23 UTC
|
|
|
|
Well it worked when I changed the extension of my map file to bsp.
|
|
|
|
≡
|
2009 Nov 19 at 00:04 UTC
|
|
|
|
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.
|
|
|
|
≡
|
2009 Nov 19 at 10:15 UTC
|
|
|
|
@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 22:25 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
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 10:52 UTC
|
|
|
|
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 22:34 UTC
|
|
|
|
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 23:59 UTC
|
|
|
|
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 23:02 UTC
|
|
|
|
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 23:09 UTC
— Ed. 2009 Nov 22 at 23:10 UTC
|
|
|
|
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 23:52 UTC
— Ed. 2009 Nov 22 at 23:52 UTC
|
|
|
|
Bump
|
|
|
|
≡
|
2009 Nov 28 at 03:11 UTC
|
|
|
|
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 12:03 UTC
|
|
|
|