Some Questions.

Some Questions.

Hammer Mapping — Page [1]
Outcast
My points value is a hilarious example of numerical humor.

2009 Dec 13 • 566
80,085 ₧
1.How do i make a door that opens by a button?

2.How do i make something that will push me up?(Like the surf maps if you ve ever played).

3.How do i "Add" a new sky to a map that other players will be able to download it when the server is changing map?

4.Also how do i add a sound to a specific location/that when a player passes from it it starts playing?
I once tried it and failed really hard,in other words nothing happened xDD hahah
 
 
 
2010 Feb 13 at 16:00 PST — Ed. 2010 Feb 13 at 16:00 PST
bigmac

2009 Nov 1 • 68
1)How do i make a door that opens by a button?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1) Create a func_door or func_door_rotating (what ever your using)
2) then go to properties and give the door a NAME: "Door1" without the quotes...
3) Then Make a func_button
4) Then go to properties and find TARGET: "Door1" without the quotes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~2) How do i make something that will push me up?(Like the surf maps if you ve ever played).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 
 
 
2010 Feb 13 at 17:17 PST — Ed. 2010 Feb 13 at 17:21 PST
the_cloud_system
polly pushy pants

2008 Aug 1 • 3080
-6 ₧
3.How do i "Add" a new sky to a map that other players will be able to download it when the server is changing map?


you relley cant thats a server side do-a-ma-jig your making maps that come with the sky

if you mean "how do i add a sky onto a map im making" then thats what we are here for

In Hammer, got to Map->Map Properties... and set environment map to "night" or another valid skybox name. Here are some CS sky names:

2desert
desert
backalley
badlands
blue
city1
cliff
cx
de_storm
Des
doom1
DrkG
dusk
forest
green
grnplsnt
hav
morningdew
office
show
showlake_
tornsky
TrainYard
tsccity_
I drink to forget but I always remember.
 
 
 
2010 Feb 13 at 18:48 PST — Ed. 2010 Feb 13 at 18:50 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Outcast said:
1.How do i make a door that opens by a button?

2.How do i make something that will push me up?(Like the surf maps if you ve ever played).

3.How do i "Add" a new sky to a map that other players will be able to download it when the server is changing map?

4.Also how do i add a sound to a specific location/that when a player passes from it it starts playing?
I once tried it and failed really hard,in other words nothing happened xDD hahah


1:
Make your door, name it. Make a func_button that targets your door.

2:
Use the func_push.

3:
What are you talking about?

4:
Make an ambient_generic, name it. Make a func_trigger (or whatever it is called) and target the ambient generic.
 
 
 
2010 Feb 14 at 11:25 PST
Outcast
My points value is a hilarious example of numerical humor.

2009 Dec 13 • 566
80,085 ₧
When i am talking about the sky i don't mean "How do i make sky in a map" because i already know that.

I mean that i once didn't have a map from a server and after the map-download(Mapname.bsp) ,four .tga files started downloading.It was the sky of the map so it automatically went in the Env folder with the other .tga files (Sky files or however you wanna call it).

By the way there's not such thing "Func_push".I tried func_pushable but nothing happened.I once thought "Maybe it's trigger gravity" but this didn't work as well as i remember
 
 
 
2010 Feb 14 at 13:35 PST — Ed. 2010 Feb 14 at 14:03 PST
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
I am sorry it is trigger_push.
 
 
 
2010 Feb 14 at 14:16 PST
Outcast
My points value is a hilarious example of numerical humor.

2009 Dec 13 • 566
80,085 ₧
sprinkles said:
I am sorry it is trigger_push.


Ok my bad then.Can i find it on an other fgd or something like that?
 
 
 
2010 Feb 14 at 14:17 PST
EMO_with_AWP

2008 Mar 23 • 192
Outcast said:
sprinkles said:
I am sorry it is trigger_push.


Ok my bad then.Can i find it on an other fgd or something like that?


It should be on the fgds that came with hammer. In the fgd/counter-strike/ folder i think. Make sure they're executed by hammer.
 
 
 
2010 Feb 15 at 19:17 PST
Page [1]