Creating Portal Piston Panels: Difference between revisions
(Created page with "==Introduction== This guide will show you how to create Piston Panels. These are one of the most seen objects in Portal. ==The Hole== First, make sure you have a hole the are...") |
(Removed skill level) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: Portal - Tutorial - Piston Panels}} | |||
{{back | Portal Level Creation}} | |||
==Introduction== | ==Introduction== | ||
This guide will show you how to create Piston Panels. These are one of the most seen objects in Portal. | This guide will show you how to create Piston Panels. These are one of the most seen objects in Portal. | ||
{{Warning| This guide is incomplete. As of right now, it is recommended that you don't follow this guide.}} | |||
==The Hole== | ==The Hole== | ||
Line 7: | Line 12: | ||
{{clr}} | {{clr}} | ||
==Piston | ==Piston Pit== | ||
===Orange brush=== | ===Orange brush=== | ||
Line 14: | Line 19: | ||
{{clr}} | {{clr}} | ||
===Piston | ===Piston Pit Walls=== | ||
Line 28: | Line 33: | ||
{{clr}} | {{clr}} | ||
===Piston | ===Piston Pit Grate=== | ||
Create 2 <code>32w*128l*1h</code> brushes and 2 <code>64w*32l*1h</code> brushes with the nodraw texture. Set the front face texture to <code>/metal/metalgrate018</code>. | Create 2 <code>32w*128l*1h</code> brushes and 2 <code>64w*32l*1h</code> brushes with the nodraw texture. Set the front face texture to <code>/metal/metalgrate018</code>. | ||
Create a <code>64w*64l*1h</code> brush the <code>nodraw</code> texture. Set the front face texture to <code> | Create a <code>64w*64l*1h</code> brush the <code>nodraw</code> texture. Set the front face texture to <code>metal/metalgrate018c</code>. | ||
Position these brushes right below the beginning of the brushes that create the hole entrance. | Position these brushes right below the beginning of the brushes that create the hole entrance. Remember to tie these to a <code>func_detail</code>. | ||
[[File:Portal_Piston_Panel_Grates.png|thumb|left|300px|Grates]] | [[File:Portal_Piston_Panel_Grates.png|thumb|left|300px|Grates]] | ||
{{clr}} | {{clr}} | ||
== See | == See also == | ||
* [[Portal Level Creation]] | * [[Portal Level Creation]] | ||
[[Category: | [[Category: Portal]] | ||
[[Category: Level Design]] | |||
[[Category: Tutorials]] |
Latest revision as of 17:52, 19 April 2025
Introduction
This guide will show you how to create Piston Panels. These are one of the most seen objects in Portal.

The Hole
First, make sure you have a hole the area you want to put a piston in. The hole should be at least 64 and 128 units long in width, length or height. Texture the sides of the hole with metal/metalwall061f
.
Piston Pit
Orange brush
Create a 128w*128w*16h
with the nodraw
texture. Texture the visible face with lights/light_orange001
Piston Pit Walls
Create two 16w*128l*128h
brushes and 128w*16l*128h
brushes with the nodraw
texture.
Change the texture of all visible faces to metal/metalwall_bts_006b_gradient
. Use the Face Edit Sheet
dialog and set its rotation to 180, realign the texture if necessary.
Create two 16w*128l*112h
brushes and 128w*16l*112h
brushes with the nodraw
texture.
Change the texture of all visible faces to metal/metalwall_bts_006b
and put these brushes on top of the other 2 brushes.
Piston Pit Grate
Create 2 32w*128l*1h
brushes and 2 64w*32l*1h
brushes with the nodraw texture. Set the front face texture to /metal/metalgrate018
.
Create a 64w*64l*1h
brush the nodraw
texture. Set the front face texture to metal/metalgrate018c
.
Position these brushes right below the beginning of the brushes that create the hole entrance. Remember to tie these to a func_detail
.