Talk:Panels: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with " == Moving Panels? == Is there any way to get panels to slide around like they do in the game? Especially like they do in the first level with a Death Field.")
 
 
Line 2: Line 2:
== Moving Panels? ==
== Moving Panels? ==


Is there any way to get panels to slide around like they do in the game? Especially like they do in the first level with a Death Field.
Is there any way to get panels to slide around like they do in the game? Especially like they do in the first level with a Death Field. {{unsigned|Sixλxis}}
:Create a set of panels you wish to move and set them as a [[func_brush]]. Parent the group of panels to a [[func_tracktrain]] entity, then create [[path_track]]s to mark the path of the tracktrain. (Please sign your future comments by adding four tildes (<nowiki>~~~~</nowiki>) at the end of your post.) &mdash;[[User:Mattshu|Mattshu]] 06:06, 29 June 2011 (PDT)

Latest revision as of 06:06, 29 June 2011

Moving Panels?

Is there any way to get panels to slide around like they do in the game? Especially like they do in the first level with a Death Field. Unsigned comment added by Sixλxis (talkcontribs) Always sign your posts with four tildes (~~~~)

Create a set of panels you wish to move and set them as a func_brush. Parent the group of panels to a func_tracktrain entity, then create path_tracks to mark the path of the tracktrain. (Please sign your future comments by adding four tildes (~~~~) at the end of your post.) —Mattshu 06:06, 29 June 2011 (PDT)