Page 1 of 1

Static signals in MSTS

Posted: Tue Feb 09, 2016 6:30 pm
by jpantera
Hi all,


Would anyone know the method for creating these from an animated object or if files exist (haven't looked with initial searches).

Looking to have home and distant in the off position permantly with no bearing on controlling trains.

Cheers.

J

Re: Static signals in MSTS

Posted: Wed Feb 10, 2016 11:13 am
by casperdog
Hi,
Open up the route sigcfg file and find the s file for the signal you wish to use i.e. BR_M_TubHome.s
Make an entry in the ref file i.e

Static (
Class ( Dummy Signals)
Filename (BR_M_TubHome.s )
Align ( None )
Description (Home Dummy )
)


Cheers
Clive

Re: Static signals in MSTS

Posted: Wed Feb 10, 2016 8:04 pm
by jpantera
casperdog wrote:Hi,
Open up the route sigcfg file and find the s file for the signal you wish to use i.e. BR_M_TubHome.s
Make an entry in the ref file i.e

Static (
Class ( Dummy Signals)
Filename (BR_M_TubHome.s )
Align ( None )
Description (Home Dummy )
)


Cheers
Clive
Thanks! Much appreciated.