Help with box
Pages: 1, 2, 3, 4, [5], 6, 7
|
|
Hammer Mapping
|
reece
2008 Mar 2 • 125
|
like this:
@echo off
hlcsg wall_map
hlbsp wall_map
hlvis wall_map
hlrad wall_map
copy wall_map.bsp "C:\program files\Steam\SteamApps\kittycats\counter-strike\cstrike\maps"
pause
"C:\program file\steam.exe" hl -dev -console -game cstrike +sv_cheats 1 +map Box wall_map
|
|
|
|
|
Djuice27

2008 Jan 21 • 153
132 ₧
|
melloyellow582 said: reece said:
"C:\Steam\Steam.exe"
see where it says that?
it should say
"C:\ Program Files\Steam\Steam.exe"
No, Steam.exe is NOT a game, the game your running is COUNTER-STRIKE, Thats the path that u need
Duh Dun Dun Duh Dun Dun
|
|
|
|
|
(Edited 2008 Mar 11 at 15:14)
2008 Mar 11 at 15:13
|
|
|
melloyellow582
The Original Portmanteau


2005 Mar 21 • 12640
666 ₧
|
reece said:
"C:\program file\steam.exe"
um
its supposed to be:
"C:\program file s\steam\steam.exe"
ah! we said the same thing
lol
Get money... Get paid!
|
|
|
|
|
(Edited 2008 Mar 11 at 15:15)
2008 Mar 11 at 15:14
|
|
|
reece
2008 Mar 2 • 125
|
Djuice27 said: melloyellow582 said: reece said:
"C:\Steam\Steam.exe"
see where it says that?
it should say
"C:\ Program Files\Steam\Steam.exe"
No, Steam.exe is NOT a game, the game your running is COUNTER-STRIKE, Thats the path that u need 
then what do i put?
|
|
|
|
|
melloyellow582
The Original Portmanteau


2005 Mar 21 • 12640
666 ₧
|
C:\program files\steam\steam.exe
Get money... Get paid!
|
|
|
|
|
Djuice27

2008 Jan 21 • 153
132 ₧
|
reece said: like this:
@echo off
hlcsg wall_map
hlbsp wall_map
hlvis wall_map
hlrad wall_map
copy wall_map.bsp "C:\program files\Steam\SteamApps\kittycats\counter-strike\cstrike\maps"
pause
"C:\program file\steam.exe" hl -dev -console -game cstrike +sv_cheats 1 +map Box wall_map
Change the RED part to this:
C:\program files\Steam\SteamApps\kittycats\counter-strike
Duh Dun Dun Duh Dun Dun
|
|
|
|
|
melloyellow582
The Original Portmanteau


2005 Mar 21 • 12640
666 ₧
|
Djuice27 said: reece said: like this:
@echo off
hlcsg wall_map
hlbsp wall_map
hlvis wall_map
hlrad wall_map
copy wall_map.bsp "C:\program files\Steam\SteamApps\kittycats\counter-strike\cstrike\maps"
pause
"C:\program file\steam.exe" hl -dev -console -game cstrike +sv_cheats 1 +map Box wall_map
Change the RED part to this:
C:\program files\Steam\SteamApps\kittycats\counter-strike
no dont do that
the steam part is right.
Get money... Get paid!
|
|
|
|
|
melloyellow582
The Original Portmanteau


2005 Mar 21 • 12640
666 ₧
|
the red part should be:
C:\program files\steam\steam.exe
Get money... Get paid!
|
|
|
|
|
reece
2008 Mar 2 • 125
|
still say "The system................you know"
|
|
|
|
|
reece
2008 Mar 2 • 125
|
ok WTF stop effing with me just tell em the right thing.!
|
|
|
|
|
melloyellow582
The Original Portmanteau


2005 Mar 21 • 12640
666 ₧
|
ok sorry about this mess.
tell me what is in your .bat NOW after all this.
Get money... Get paid!
|
|
|
|
|
Djuice27

2008 Jan 21 • 153
132 ₧
|
ok Paste this EXACT thing.
@echo off
hlcsg wall_map
hlbsp wall_map
hlvis wall_map
hlrad wall_map
copy wall_map.bsp "C:\program files\Steam\SteamApps\kittycats\counter-strike\cstrike\maps"
cd C:\Program Files\Steam.exe
Pause
hl -dev -console -game cstrike +sv_cheats 1 +map Box wall_map
Duh Dun Dun Duh Dun Dun
|
|
|
|
|
melloyellow582
The Original Portmanteau


2005 Mar 21 • 12640
666 ₧
|
dude dont say THAT
you forgot the steam\ part
do THIS
@echo off
hlcsg wall_map
hlbsp wall_map
hlvis wall_map
hlrad wall_map
copy wall_map.bsp "C:\program files\Steam\SteamApps\kittycats\counter-strike\cstrike\maps"
cd C:\Program Files\Steam\Steam.exe
Pause
hl -dev -console -game cstrike +sv_cheats 1 +map Box wall_map
Get money... Get paid!
|
|
|
|
|
(Edited 2008 Mar 11 at 15:21)
2008 Mar 11 at 15:20
|
|
|
Djuice27

2008 Jan 21 • 153
132 ₧
|
ahh fuck, i copied his old post...Well he had Pause in the wrong place, if it matters....
Ye, do that^^^^^^^^^^^^^^
Duh Dun Dun Duh Dun Dun
|
|
|
|
|
(Edited 2008 Mar 11 at 15:22)
2008 Mar 11 at 15:22
|
|
|
melloyellow582
The Original Portmanteau


2005 Mar 21 • 12640
666 ₧
|
lol its fine
do THIS as a final:
@echo off
hlcsg wall_map
hlbsp wall_map
hlvis wall_map
hlrad wall_map
copy wall_map.bsp "C:\program files\Steam\SteamApps\kittycats\counter-strike\cstrike\maps"
cd C:\Program Files\Steam\Steam.exe
Pause
hl -dev -console -game cstrike +sv_cheats 1 +map Box wall_map
that should work.
Get money... Get paid!
|
|
|
|
|
reece
2008 Mar 2 • 125
|
Still aint working..
|
|
|
|
|
melloyellow582
The Original Portmanteau


2005 Mar 21 • 12640
666 ₧
|
are you sure you did that exact thing?
Get money... Get paid!
|
|
|
|
|
reece
2008 Mar 2 • 125
|
Yes! i copied it then pasted it.
|
|
|
|
|
melloyellow582
The Original Portmanteau


2005 Mar 21 • 12640
666 ₧
|
idk double check it, it really should be working.
Get money... Get paid!
|
|
|
|
|
Djuice27

2008 Jan 21 • 153
132 ₧
|
Can u try this for me, cuz in my .bat i have the path to CS not Steam, so just try it...
@echo off
hlcsg wall_map
hlbsp wall_map
hlvis wall_map
hlrad wall_map
copy wall_map.bsp "C:\program files\Steam\SteamApps\kittycats\counter-strike\cstrike\maps"
cd C:\program files\Steam\SteamApps\kittycats\counter-strike
Pause
hl -dev -console -game cstrike +sv_cheats 1 +map Box wall_map
Duh Dun Dun Duh Dun Dun
|
|
|
|
|
reece
2008 Mar 2 • 125
|
okay i will after you give me the right! one
|
|
|
|
|
eDan Co.
Mighty Typist



2007 Sep 24 • 2907
252 ₧
|
LONGEST HAMMER MAPPING TRUCK EVER!!
Sounds to me like a classic "fuck it. this stupid map is not worth it." case.
May contain traces of invisible text.
|
|
|
|
|
(Edited 2008 Mar 11 at 15:31)
2008 Mar 11 at 15:31
|
|
|
melloyellow582
The Original Portmanteau


2005 Mar 21 • 12640
666 ₧
|
yeah but the second one is supposed to lead to a program to open up the map IN. that just leads to a folder.
unless it DOES work. then fuck me.
Get money... Get paid!
|
|
|
|
|
Djuice27

2008 Jan 21 • 153
132 ₧
|
reece said: okay i will after you give me the right! one
Why are u the one getting pissed? I mean, we are the ones who are TRYING to help YOU, and we ARE giving you the RIGHT thing...
Duh Dun Dun Duh Dun Dun
|
|
|
|
|
reece
2008 Mar 2 • 125
|
Im not getting pissed its jsut you guys gave me three diferent things and told em to change all these things...and...nothing
|
|
|
|
|
|
|