Creating Portal Neurotoxin Gas: Difference between revisions
Jump to navigation
Jump to search
Note: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.
Note:If your gas must activate instantenously on map spawn, then make sure you set the
NPortalsick (talk | contribs) No edit summary |
NPortalsick (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
{{note|For anyone who wants to complete this page, please finish [[Creating Portal Vents| 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.}} | {{note|For anyone who wants to complete this page, please finish [[Creating Portal Vents| 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 <code>[[info_particle_system]]</code> and set it's particle to <code>human_cleanser.</code> | |||
Set its position outside the vent. | |||
{{note|If your gas must activate instantenously on map spawn, then make sure you set the <code>Start Active</code> keyvalue to <code>Yes.</code>}} | |||
Give your <code>[[info_particle_system]]</code> a name, for example: <code>human_cleanser_particle.</code> | |||
This section of the tutorial is complete. | |||
== 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>. | |||
== See Also == | == See Also == | ||
Revision as of 10:06, 3 June 2021

This article or section needs additional screenshots.
You can upload screenshots at Special:Upload. For help, see the Help:Images.
You can upload screenshots at Special:Upload. For help, see the Help:Images.
Introduction
This guide will teach you how to create neurotoxin gas.

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

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. If not, you can use an overlay(not recommended)
.