|
@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
does the cd meen i have a disc with cs 1.6???
and i get an error when i try to open the text file
hlbsp: Error: Can't open C:\Users\Triin\Downloads\ZHLT compile tools\cookie.bat.p0
|
|
|
|
≡
|
2010 Aug 17 at 11:38 UTC
— Ed. 2010 Aug 17 at 11:41 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
cd means "change directory". That line is very important but it will "just work", if you know what I mean.
The other error... I think you've misnamed a file somewhere, or your text file is named incorrectly (like catpee.bat.txt). Don't call the map catpee.
|
|
|
|
≡
|
2010 Aug 17 at 11:49 UTC
|
|
|
|
i don't understand... ok i rename the file and it still can't open it help me
|
|
|
|
≡
|
2010 Aug 17 at 11:52 UTC
— Ed. 2010 Aug 17 at 11:56 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
Can you copy exactly what you have in your batch file please?
|
|
|
|
≡
|
2010 Aug 17 at 11:57 UTC
|
|
|
|
hlbsp v2.5.3 rel Custom Build 1.7 (Dec 9 2002)
Zoner's Half-Life Compilation Tools -- Custom Build
Based on code modifications by Sean 'Zoner' Cavanaugh
Based on Valve's version, modified with permission.
Submit detailed bug reports to (merlinis@bigpond.net.au)
----- BEGIN hlbsp -----
Command line: "C:\Users\Triin\Downloads\ZHLT compile tools\hlbsp.exe""C:\Users\Triin\Downloads\ZHLT compile tools\cookie.bat.txt"
Error: Can't open C:\Users\Triin\Downloads\ZHLT compile tools\cookie.bat.p0
----- END hlbsp -----
this?
|
|
|
|
≡
|
2010 Aug 17 at 11:59 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
nob491 said: "C:\Users\Triin\Downloads\ZHLT compile tools\cookie.bat.txt"
Down Rodeo said: or your text file is named incorrectly (like catpee.bat.txt)
There's the problem - rename it, dropping the txt from the end.
|
|
|
|
≡
|
2010 Aug 17 at 12:11 UTC
|
|
|
|
how i rename it the .txt goes automaticly to the end ?
bad english ..i try to put all files but it still go txt file
|
|
|
|
≡
|
2010 Aug 17 at 12:13 UTC
— Ed. 2010 Aug 17 at 12:15 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
Select the file in explorer, press F2 then delete the bit that says .txt, it will warn you about doing this, just accept it :)
|
|
|
|
≡
|
2010 Aug 17 at 12:17 UTC
|
|
|
|
explorer?
sry i am a nob
|
|
|
|
≡
|
2010 Aug 17 at 12:21 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
Highlight the file, F2, you know the rest.
|
|
|
|
≡
|
2010 Aug 17 at 12:56 UTC
|
|
|
|
click on it press f2 and rename to cookie.bat?
if thats what i have to do i tried can't see the .txt
|
|
|
|
≡
|
2010 Aug 17 at 13:03 UTC
— Ed. 2010 Aug 17 at 13:04 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
You've not enabled file extensions, the tutorial tells you how.
Well, maybe. The tutorial also tells you how to save it as a bat, properly, by selecting "All files" when you choose to "Save as".
|
|
|
|
≡
|
2010 Aug 17 at 13:14 UTC
— Ed. 2010 Aug 17 at 13:15 UTC
|
|
|
|
i don't get how to do it i can't find tools
|
|
|
|
≡
|
2010 Aug 17 at 13:15 UTC
— Ed. 2010 Aug 17 at 13:38 UTC
|
|
|
|
nevermind i found it
|
|
|
|
≡
|
2010 Aug 17 at 13:42 UTC
|
|
|
|
i have question how to make a map that you can't buy things in?
and how to make players lose hp in the beginning?
and how to make a box you can walk through?
|
|
|
|
≡
|
2010 Aug 17 at 14:03 UTC
— Ed. 2010 Aug 17 at 14:11 UTC
|
|
|
SRAW
Rocket Man
2007 Nov 6 • 2525
601 ₧
|
nob491 said: i have question how to make a map that you can't buy things in?
and how to make players lose hp in the beginning?
and how to make a box you can walk through?
To disable buying, make a func_buyzone entity and put it in some unreachable place, or put a info_map_parameter entity(I think) and one of the settings in it you can disable buying
To lose hp, try making a trigger_hurt that damages the player when they spawn, then they fall into a telep0rter.
A box that people can walk through is a func_illusionary entity.
|
|
|
|
≡
|
2010 Aug 17 at 14:24 UTC
|
|
|
|
where do i make the func things?
and how do i make doors open by a button?
|
|
|
|
≡
|
2010 Aug 17 at 16:25 UTC
— Ed. 2010 Aug 17 at 16:27 UTC
|
|
|
|
|
|
|
|
≡
|
2010 Aug 17 at 16:39 UTC
|
|
|
buq25
2008 Jul 5 • 583
295 ₧
|
nob491 said: where do i make the func things?
and how do i make doors open by a button?
The func_ are remade blocks. Make a block (not entity, the other thingy, gray cube as icon), press CTRL + T, in the drop down list, write "func_" and choose which one you want.
func_buyzone, func_door, so on.
The door (correct me if I'm wrong, just remember from CS:S).
Make a block and make it into a func_door.
Make a block and make it func_button.Open up the interface for the door (alt + Enter), make a name for the door. (liek "duur1").
Open up the interface for the button. Look at the top of that window.
Press on outputs.
Furthest down, add.
"My output named": choose "on pressed"
"Targets entities...": choose the target door.
"Via this input":Open.
You have to change the direction of the door in the func_door's info thingy.
Today's post brought to you by the letter: "heck".
|
|
|
|
≡
|
2010 Aug 17 at 16:43 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
I think your next step should be to try Googling these questions as there are many tutorials and forum posts about CS mapping on these great Internets.
|
|
|
|
≡
|
2010 Aug 17 at 16:57 UTC
|
|
|
buq25
2008 Jul 5 • 583
295 ₧
|
nob491 said: @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
does the cd meen i have a disc with cs 1.6???
and i get an error when i try to open the text file
hlbsp: Error: Can't open C:\Users\Triin\Downloads\ZHLT compile tools\cookie.bat.p0
That might be something? Perhaps?
Today's post brought to you by the letter: "heck".
|
|
|
|
≡
|
2010 Aug 17 at 17:07 UTC
— Ed. 2010 Aug 17 at 17:07 UTC
|
|
|
|
buq25 said: nob491 said: @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
does the cd meen i have a disc with cs 1.6???
and i get an error when i try to open the text file
hlbsp: Error: Can't open C:\Users\Triin\Downloads\ZHLT compile tools\cookie.bat.p0
That might be something? Perhaps?
got that fix allready
|
|
|
|
≡
|
2010 Aug 17 at 17:24 UTC
|
|
|
Page [1]
|