Creating Portal Neurotoxin Gas: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
Set the <code>[[info_particle_system|info_particle_system's]]</code> name to <code>home_neurotoxin_pipe_stream</code>.
Set the <code>[[info_particle_system|info_particle_system's]]</code> name to <code>home_neurotoxin_pipe_stream</code>.


== Creating the Vents ==
== Timer ==
This part of the tutorial assumes you have completed the <code>[[Creating Portal Vents| Creating Vents]]</code> tutorial.


{{todo|Finish the rest of the guide}}
{{todo|Finish the rest of the guide}}

Revision as of 01:11, 11 April 2022

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.

Set the info_particle_system's name to home_neurotoxin_pipe_stream.

Timer

Todo: Finish the rest of the guide

See Also