Creating Portal Breaking Ladders: Difference between revisions
Jump to navigation
Jump to search
Warning:This guide is incomplete, it's recommended you don't follow this guide until it's finished.
Note:For the second ladder piece, you will name it ladder1_rung2, the third piece will be named ladder1_rung3, and so on.
Note:For the second phys_convert, you will name it phys_convert_ladder1_rung2, the third piece will be named phys_convert_ladder1_rung3, and so on. Same applies to the
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
{{warning|This guide is incomplete, it's recommended you don't follow this guide until it's finished.}} | {{warning|This guide is incomplete, it's recommended you don't follow this guide until it's finished.}} | ||
==Stair Pieces== | |||
Create multiple <code>[[prop_dynamic]]</code> entites and enter the following properties: | |||
{| class=standard-table | |||
! Property Name || Value | |||
|- | |||
| Name || ladder1_rung1 | |||
|- | |||
| Collisions || Not Solid | |||
|- | |||
| World Model || models/props_bts/ladder_01.mdl | |||
|} | |||
{{Note|For the second ladder piece, you will name it ladder1_rung2, the third piece will be named ladder1_rung3, and so on.}} | |||
==The Holes== | |||
Put info_overlay entities where the stairs connect to the walls. | |||
The texture names for each overlay can be: | |||
decals/concrete/shot1 | |||
decals/concrete/shot2 | |||
decals/concrete/shot3 | |||
decals/concrete/shot4 | |||
decals/concrete/shot5 | |||
Try to make each hole randomized for the detailing. | |||
==Making the Ladders Fall== | |||
===Physics Converter=== | |||
Create a <code>[[phys_convert]]</code> and enter the following properties: | |||
{| class=standard-table | |||
! Property Name || Value | |||
|- | |||
| Name || phys_convert_ladder1_rung1 | |||
|- | |||
| Entity to convert || ladder1_rung1 | |||
|} | |||
Go to Flags and check "Convert As Debris" | |||
Copy and paste these entities. | |||
{{Note|For the second phys_convert, you will name it phys_convert_ladder1_rung2, the third piece will be named phys_convert_ladder1_rung3, and so on. Same applies to the <code>Entity to convert</code>}} | |||
===Triggers=== |
Revision as of 20:20, 28 August 2019
Introduction
This guide will teach you how to create breaking ladders from Portal.

Stair Pieces
Create multiple prop_dynamic
entites and enter the following properties:
Property Name | Value |
---|---|
Name | ladder1_rung1 |
Collisions | Not Solid |
World Model | models/props_bts/ladder_01.mdl |

The Holes
Put info_overlay entities where the stairs connect to the walls.
The texture names for each overlay can be:
decals/concrete/shot1 decals/concrete/shot2 decals/concrete/shot3 decals/concrete/shot4 decals/concrete/shot5
Try to make each hole randomized for the detailing.
Making the Ladders Fall
Physics Converter
Create a phys_convert
and enter the following properties:
Property Name | Value |
---|---|
Name | phys_convert_ladder1_rung1 |
Entity to convert | ladder1_rung1 |
Go to Flags and check "Convert As Debris"
Copy and paste these entities.

Entity to convert