a question..

a question..

Hammer Mapping — Page [1]
nob491
2010 Aug 16 • 45
@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 04:38 PDT — Ed. 2010 Aug 17 at 04:41 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
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 04:49 PDT
nob491
2010 Aug 16 • 45
i don't understand... ok i rename the file and it still can't open it help me
 
 
 
2010 Aug 17 at 04:52 PDT — Ed. 2010 Aug 17 at 04:56 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
 
 
 
2010 Aug 17 at 04:57 PDT
nob491
2010 Aug 16 • 45
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 04:59 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
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 05:11 PDT
nob491
2010 Aug 16 • 45
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 05:13 PDT — Ed. 2010 Aug 17 at 05:15 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
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 05:17 PDT
nob491
2010 Aug 16 • 45
explorer?
sry i am a nob
 
 
 
2010 Aug 17 at 05:21 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
 
 
 
2010 Aug 17 at 05:56 PDT
nob491
2010 Aug 16 • 45
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 06:03 PDT — Ed. 2010 Aug 17 at 06:04 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
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 06:14 PDT — Ed. 2010 Aug 17 at 06:15 PDT
nob491
2010 Aug 16 • 45
i don't get how to do it i can't find tools
 
 
 
2010 Aug 17 at 06:15 PDT — Ed. 2010 Aug 17 at 06:38 PDT
nob491
2010 Aug 16 • 45
nevermind i found it
 
 
 
2010 Aug 17 at 06:42 PDT
nob491
2010 Aug 16 • 45
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 07:03 PDT — Ed. 2010 Aug 17 at 07:11 PDT
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.
Free Steam Games
 
 
 
2010 Aug 17 at 07:24 PDT
nob491
2010 Aug 16 • 45
where do i make the func things?
and how do i make doors open by a button?
 
 
 
2010 Aug 17 at 09:25 PDT — Ed. 2010 Aug 17 at 09:27 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
 
 
 
2010 Aug 17 at 09:39 PDT
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 09:43 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
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 09:57 PDT
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 10:07 PDT — Ed. 2010 Aug 17 at 10:07 PDT
nob491
2010 Aug 16 • 45
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 10:24 PDT
Page [1]