I've Never Seen This in Trainz Yet...

cressjl

Member
Has anyone modeled a train fire yet?

9be60957285f8d28375a516531765a60.png


This screenshot is from the following video: https://www.youtube.com/watch?v=WvMl8LUzQnk.

This scene is complete with fire engines and all!
 
I've heard of a few locomotives out there that have a flame script. I think some JR ones do. Specific conditions have to be met in game to trigger the flames.

peter
 
Ocemey's C37 loco has one (the one with Superman inside) feed him beans and he does blue flamer's

A runaway is when a loco engineblock catch's fire inside and out, consuming all the oil in the crankcase, in a raging fire that can not be put out, until all fuel sources are totally consumed, and the engineblock is totally destroyed
 
I made a few units that flame up, not like how you show in the screen but it look good in a way Its not hard to do just tweak your smoke in the config to have it flaming up.

Just copy and past this into your config for to have a flame up you can tweak it how ever you want.

smoke0
{
attachment "a.exhaust0"
mode "speed"
color 50,50,50,100
rate 19
velocity 0.7
lifetime 3
minsize 0.3
maxsize 2
endcolor 20,20,20,250
start 1
texture <kuid2:101839:40003:1>
}

smoke1
{
attachment "a.exhaust1"
mode "speed"
color 255,240,0,500
rate 0,0,50,0
velocity 0,0,1,0
lifetime 0,0,0.05,0
minsize 0,0.3,0.3,0.3
maxsize 4,0.6,0.6,0.6
start 0,2.08333,2.19444,2.22222
direction 0,0,50
endcolor 182,0,0,30
texture <kuid2:45324:10116:1>
}

smoke2
{
attachment "a.exhaust1"
mode "speed"
color 255,240,0,500
rate 0,0,50,0
velocity 0,0,1,0
lifetime 0,0,0.05,0
minsize 0,0.3,0.3,0.3
maxsize 4,0.6,0.6,0.6
start 0,2.08333,2.19444,2.22222
direction 0,0,50
endcolor 182,0,0,30
texture <kuid2:45324:10116:1>
}
 
Last edited:
Back
Top