Creating Portal Neurotoxin Gas: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:


== Creating the Vents ==
== Creating the Vents ==
This part of the tutorial assumes you have completed the <code>[[Creating Portal Vents| Creating Vents]]</code> tutorial. If not, you can use an overlay<code>(not recommended)</code>.
This part of the tutorial assumes you have completed the <code>[[Creating Portal Vents| Creating Vents]]</code> tutorial.


== See Also ==
== See Also ==

Revision as of 02:21, 5 June 2021

Portal Behind The Scenes Level Creation

Stub

This article or section is a stub. You can help by expanding it.

Introduction

This guide will teach you how to create neurotoxin gas.

Note.pngNote:For anyone who wants to complete this page, please finish Creating Vents because the neurotoxin vents in the boss fight room are the exact same shape as the normal vents seen throughout the BTS areas.

Creating the Gas

Create an info_particle_system and set it's particle to human_cleanser. Set its position outside the vent.

Note.pngNote:If your gas must activate instantenously on map spawn, then make sure you set the Start Active keyvalue to Yes.

Give your info_particle_system a name, for example: human_cleanser_particle. This section of the tutorial is complete.

Creating the Vents

This part of the tutorial assumes you have completed the Creating Vents tutorial.

See Also