forked from GER-Space/Kerbal-Konstructs
-
Notifications
You must be signed in to change notification settings - Fork 11
StaticModule: PadSmoke
Christian Bronk edited this page Nov 28, 2019
·
5 revisions
This module will setup the smoke effect on the Luanchpad. The Collider will be under the rocket to collect the smoke. The trasforms will be the places where the smoke emitters are setup.
Note: the emitter transforms blow the smoke in the z-Axis (blue arrow)
Note2: As seperators for the emitter names can be "," or ";" used
Available smoke types: KKPadSmoke1, PadSmokeLvl2, PadSmokeLvl3
The custom KKPadSmoke1 is in the directory KerballKonstructs\Assets\Smoke
MODULE
{
// Mandatory, always the same
namespace = KerbalKonstructs
name = PadSmoke
// Mandatory
smokeReceiverName = suck_here // name of the collider which will collect the smoke
smokeEmittersNames = blow_here, blow_here_too // names of the transforms which will emit the snoke
// Optional
smokeName = your_cool_custom_smoke // defaults to: KKPadSmoke1
}