Elvas Tower: Variable glow settings for signals - Elvas Tower

Jump to content

Posting Rules

All new threads will be started by members of the Open Rails team, Staff, and/or Admins. Existing threads started in other forums may get moved here when it makes sense to do so.

Once a thread is started any member may post replies to it.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Variable glow settings for signals Rate Topic: -----

#1 User is offline   roeter 

  • Vice President
  • Group: Status: Elite Member
  • Posts: 2,424
  • Joined: 25-October 11
  • Gender:Male
  • Country:

Posted 07 March 2017 - 03:36 AM

The bluepring lined below describes the proposal for the introduction of user-defined 'glow' settings :
Variable glow settings

The variable or_daylight is specifically intended for semaphore signals which often did not show any lights during daytime.

Regards,
Rob Roeterdink

#2 User is offline   James Ross 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 5,490
  • Joined: 30-June 10
  • Gender:Not Telling
  • Simulator:Open Rails
  • Country:

Posted 19 March 2017 - 08:12 AM

View Postroeter, on 07 March 2017 - 03:36 AM, said:

The bluepring lined below describes the proposal for the introduction of user-defined 'glow' settings :
Variable glow settings

The variable or_daylight is specifically intended for semaphore signals which often did not show any lights during daytime.

All of these options in sigcfg.dat should be named ORTSItem, e.g. ORTSDaylight.

#3 User is offline   roeter 

  • Vice President
  • Group: Status: Elite Member
  • Posts: 2,424
  • Joined: 25-October 11
  • Gender:Male
  • Country:

Posted 20 March 2017 - 02:03 PM

View PostJames Ross, on 19 March 2017 - 08:12 AM, said:

All of these options in sigcfg.dat should be named ORTSItem, e.g. ORTSDaylight.

"WillCo" ( = will comply)

Regards,
Rob Roeterdink

#4 User is offline   Szilard 

  • Apprentice
  • Group: Status: Dispatcher
  • Posts: 20
  • Joined: 12-May 17
  • Gender:Male
  • Location:Hungary
  • Simulator:Open Rails
  • Country:

Posted 22 January 2019 - 01:04 PM

View Postroeter, on 07 March 2017 - 03:36 AM, said:

The bluepring lined below describes the proposal for the introduction of user-defined 'glow' settings :


Hi!

I'd like to try this feature, could you provide some example, how to use it? What are the arguments in the parenthesis after or_dayglow and or_nightglow? Thanks in advance.

Best Regards,
Szilárd

#5 User is offline   roeter 

  • Vice President
  • Group: Status: Elite Member
  • Posts: 2,424
  • Joined: 25-October 11
  • Gender:Male
  • Country:

Posted 23 January 2019 - 03:50 AM

Example with different day / night glow :

	SignalType ( "NF_PPL_DISTANT"
		SignalFnType ( DISTANCE )
		SignalLightTex ( "ltex" )
		ORTSDayglow( 4.0 )
		ORTSNightglow( 3.0 )


The value is a relative number, 1.0 is 'standard' glow, > 1 is brighter and < 1 is less bright. You just need to try some values to see what suits you best.

For semaphore signals, it is possible to switch off the lights by day, so the signals only show lights by night which was normal for semaphores in many countries.
Example :

	SignalType ( "NF_UQ3_1H_SA"
		SignalFnType ( NORMAL )
		SignalLightTex ( "ltex" )
		SemaphoreInfo ( 0.5 )
		ORTSDayLight (false)
		ORTSNightGlow (3.0)
		SignalFlags ( SEMAPHORE )


Regards,
Rob Roeterdink

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users