Creating Portal Neurotoxin Gas: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Fixed back button)
Line 20: Line 20:


== See Also ==
== See Also ==
* [[Portal Behind The Scenes Level Creation]]


* [[Portal Level Creation]]
* [[Portal Level Creation]]

Revision as of 00:53, 3 June 2022

Portal 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