Conveyor (Portal 2): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "To create a conveyor belt your first need to create a brush. Then tie this to a func_conveyor. Set the conveyor speed and move direction in the Class Info. There are two convey...")
 
mNo edit summary
Line 1: Line 1:
To create a conveyor belt your first need to create a brush. Then tie this to a func_conveyor.
To create a conveyor belt you first need to create a brush. Then tie this to a func_conveyor.


Set the conveyor speed and move direction in the Class Info.
Set the conveyor speed and move direction in the Class Info.

Revision as of 06:57, 15 July 2011

To create a conveyor belt you first need to create a brush. Then tie this to a func_conveyor.

Set the conveyor speed and move direction in the Class Info.

There are two conveyor belt textures (search conveyor in the texture menu). These textures should be stretched when they are used from 0.25 to about 2.00 along the movement direction.

Please update to include texture animation without using custom textures, should be possible.(?)