Making vehicles

Making vehicles

Hammer Mapping — Page [1]
An@rchy

2008 May 12 • 6
How do u make vehicles .... an stuffs like trains..etc...
kindly bear with me.....
 
 
 
2008 May 20 at 23:12 PDT
eDan Co.
Mighty Typist

Real Live Hands-On Rabbi Medal
Consolation Medal
2007 Sep 24 • 2921
252 ₧
Years ago, IIopn said:
first of all make your vehicle, make it so it faces west, also you will need to put a brush in the middle of your vehicle with the texture "origin" which can be found in half-life.wad, tie all of the brushes that make the vehicle. Now you want to select the vehicle and hiy ctrl+T to tie it to an entity, select func_vehicle from the drop down list, name your vehicle "vehicle1", in "first stop target put "stop1". Now create the entity "path_track" this is were you want your vehicle to start, name it "stop1", then in the field "next stop target" put "stop2", create another path_track and name it "stop2" this is the direction you want your vehicle to face, for stop2 in the field "next stop target put "stop1". Now for the controls, put a brush were you want to control the vehicle from, remember that the player will have to stand into the brush to control the vehicle not next to it. Use the aaatrigger texture and tie it to entity, select func_vehiclecontrols from the list, in the only field put "vehicle1".

i hope i didnt forget anything but thats it... i think
May contain traces of invisible text.
 
 
 
2008 May 21 at 01:55 PDT
eDan Co.
Mighty Typist

Real Live Hands-On Rabbi Medal
Consolation Medal
2007 Sep 24 • 2921
252 ₧
A func_train is a brush-based entity that you can get to move around in some interesting ways. There are really two types of entities at work in each func_train, a func_train, and a path_corner. In this tutorial, you will see a couple uses for these entities that will hopefully enable you to do more things with your level. The concept of func_train is pretty simple, and being that simple, it's not a highly versatile entity. However, it is very easy to make and has more than a few uses.
Like I already said, we will be working with two types of entities, func_train, and path_corner. The func_train entity is the "train" itself, a brush-based entity. This can be one brush, or a group of brushes. This is the object that you will see moving in the game. The path_corner entities are very different, and as usual, I have an analogy to explain them.

When you do cross-country running or skiing, you will see flags tied to trees, or painted posts sticking out of the ground. These are marks that tell the runners what the path is that they should follow. It is assumed that a runner or a skier will follow along the track marked with these flags, and will not stray, because from each flag, he runs to the next one. Path_corner entities are like these flags, and the func_train is your runner. The func_train will always start at its first designated path_corner, and from there, it will move along the path established by the positioning of the consecutive path_corner entities. It will move from one path_corner to the next in a straight line, so with good positioning, you can form either curved or angular "tracks" for your func_train to follow. Let's see how this is done!

First of all, you need your func_train brush(es). What are they? Well that depends on what structure you want to move in your level. This can be a door, an elevator, a train, or just a moving platform. After you create this structure, click the toEntity button, and make the class func_train. Look, it has a name attribute! We all know what that means, it can be triggered! The next important attribute is First stop target. This is where we start getting into path_corner entities. You need to create at least one path_corner entity and give it a name. Then, put that name in the first stop target attribute field. This is where your train will not only start, but have a location in space. The first stop path_corner's center is where the func_train's center will be when you first start the level. This is very important to understand: the starting position of your func_train is not where it's located in your level at compile time, it'll be located where the first stop path_corner is. The attributes for the path_corner entities are very self explanatory, but not all of them apply to the func_train entity. For example, new train_rot speed does not apply in this case, you will learn more about this in upcoming func_tracktrain tutorials. If the wait for retrigger flag is checked, then the train will stop at that path_corner and wait until it's triggered again.
There are a few restrictions associated with func_trains. For example, as you can see in my example map, they cannot rotate or pivot. Also, you can't get a light to move along with your train, so if you plan on having your train move through some dark areas, I suggest you use texture-based lighting on the train brushes. Keep in mind that doing this will not make the train textures change shading as it moves along the track. Being an entity, your train will always have one shading. You can, however, control this static shading. The most common (and quite useful) method is creating a simple rectangular room someplace apart from your level. Then, create all of the func_train brushes in that room and set the entity properties. Then, put in some light entities or light-emanating textures to shade your train. The train brush will compile in this isolated room, but as I mentioned in the beginning, the train will materialize at its first path_corner entity. As a result, you will still have a train with static shading, but you will have some pretty flexible control over this lighting. Another restriction is that you can't have the player control the speed of the train like you have seen in the game. This can only be done with func_tracktrain entities, which will be covered soon.
May contain traces of invisible text.
 
 
 
2008 May 21 at 02:01 PDT
Pe$T_C0nTr0L
2008 Jan 31 • 69
Diq .. thats a long tutorial .. but its very helpful thanx for taking the time to write it
Im taking grammar lessons , so i can explain my problems better :D
 
 
 
2008 May 21 at 10:25 PDT
eDan Co.
Mighty Typist

Real Live Hands-On Rabbi Medal
Consolation Medal
2007 Sep 24 • 2921
252 ₧
I did not write any of that...
May contain traces of invisible text.
 
 
 
2008 May 21 at 10:54 PDT
begginer

2007 Oct 24 • 990
13 ₧
Learn to take credit for things you didn't but could have done
Wtf is that ? its a bird ! no its a plane ! amm maybe its a plastic bag . NO ! its SUPERJER ! the greatest super hero ever!
 
 
 
2008 May 21 at 12:30 PDT
An@rchy

2008 May 12 • 6
Thanks for the help.........
 
 
 
2008 May 23 at 02:52 PDT
Page [1]