Some Questions.

Some Questions.

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

2009 Dec 13 • 567
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 14 at 00:00 UTC — Ed. 2010 Feb 14 at 00:00 UTC
bigmac

2009 Nov 2 • 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 14 at 01:17 UTC — Ed. 2010 Feb 14 at 01:21 UTC
the_cloud_system
polly pushy pants

2008 Aug 1 • 3081
-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 14 at 02:48 UTC — Ed. 2010 Feb 14 at 02:50 UTC
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 19:25 UTC
Outcast
My points value is a hilarious example of numerical humor.

2009 Dec 13 • 567
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 21:35 UTC — Ed. 2010 Feb 14 at 22:03 UTC
sprinkles

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

2009 Dec 13 • 567
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 22:17 UTC
EMO_with_AWP

2008 Mar 24 • 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 16 at 03:17 UTC
Page [1]