Lights on Switch Stand

etozorak

Train-a-Mania
I am creating a switch stand that has coronas on it. I want the lights to remain on constantly. However, currently they only "flash" on when the switch is toggled. Would anyone know why this is occurring?


kuid <kuid:87135:146>
username "Switch"
category-region "US"
category-era "1930s;1940s;1950s;1960s"
kind "mojunction"
trackside 2.1
description "Created by Nick Ozorak"
trainz-build 4.6
category-class "WX"

mesh-table-lod-transition-distances 1000
mesh-table
{
mode0
{
mesh "switch_m0.trainzmesh"
auto-create 1
lod-level 0

effects
{
light-1
{
kind "corona"
att "a.light01"
texture-kuid <kuid:378673:120096>
max-distance 250
max-intensity 0.75
object-size 0.04
}

light-2
{
kind "corona"
att "a.light02"
texture-kuid <kuid:378673:120096>
max-distance 250
max-intensity 0.75
object-size 0.04
}
}
}

mode1
{
mesh "switch_m1.trainzmesh"

effects
{
light-1
{
kind "corona"
att "a.light01"
texture-kuid <kuid:378673:120096>
max-distance 250
max-intensity 0.75
object-size 0.04
}

light-2
{
kind "corona"
att "a.light02"
texture-kuid <kuid:378673:120096>
max-distance 250
max-intensity 0.75
object-size 0.04
}
}
}
}

soundscript
{
toggle
{
trigger "toggle"
distance 5,50
nostartdelay 1
repeat-delay 0.5,0.5

sound
{
0 "switch-click.wav"
}
}
}

thumbnails
{
0
{
width 240
height 180
image "thumbnail.jpg"
}
}

kuid-table
{
0 <kuid:378673:120096>
1 <kuid:378673:120099>
}
 
Back
Top