Func conveyor: Difference between revisions
Jump to navigation
Jump to search
Bug:Doesn't affect VPhysics objects; only QPhysics objects (players, walking NPCs, etc.) interact with func_conveyor as as expected. VPhysics objects just stand like on normal surfaces. Fixed in
Black Mesa for func_conveyor_bms. (fixed in
) (tested in: 
)
Note:For Keyvalues and Inputs affecting brush rendering, see Brush entity/Rendering related keyvalues and inputs
Portal2Pal (talk | contribs) (Added a confirm of if func conveyor DOES push vphysics objects in Portal Revolution) |
MyGamepedia (talk | contribs) (It is fixed for portalrev) |
||
Line 4: | Line 4: | ||
{{bug|hidetested=1|{{l4d2}} Does not affect Common infected and witches}} | {{bug|hidetested=1|{{l4d2}} Does not affect Common infected and witches}} | ||
{{bug|Doesn't affect [[VPhysics]] objects; only QPhysics objects (players, walking NPCs, etc.) interact with func_conveyor as as expected. [[VPhysics]] objects just stand like on normal surfaces. Fixed in {{Bms|4}} for | {{bug|Doesn't affect [[VPhysics]] objects; only QPhysics objects (players, walking NPCs, etc.) interact with func_conveyor as as expected. [[VPhysics]] objects just stand like on normal surfaces. Fixed in {{Bms|4}} for {{ent|func_conveyor_bms}}. {{fixed|{{portalrev}}}}|tested={{p2ce}}{{hls}}}} | ||
{{ | |||
Revision as of 06:15, 20 August 2025
![]() |
---|
CFuncConveyor |
![]() |
func_conveyor
is a brush entity available in all Source games. It functions as a conveyor belt, with a moving surface. The surface material should have a
ConveyorScroll
Material Proxy, to synchronize the material movement and push effect.





Keyvalues

- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Move Direction (Pitch Yaw Roll) (movedir) <angle>
- The direction conveyor moves.
- Conveyor Speed (speed) <string>
- Linear speed of moving surface.
Flags
- No Push : [1]
- Not Solid : [2]
Inputs
- ToggleDirection
- Change direction of conveyor.
- SetSpeed <integer >
- Sets Conveyor Speed.