Add weather configuration from data common
This commit is contained in:
parent
01b71ecb0b
commit
ad4165d499
1 changed files with 14 additions and 0 deletions
14
data_common/weather.cfg
Normal file
14
data_common/weather.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
///////////////////////////
|
||||
///////////////////////////
|
||||
/// Weather CONFIG FILE ///
|
||||
///////////////////////////
|
||||
///////////////////////////
|
||||
|
||||
|
||||
RealDayLength = 3000.0; // real length of the day, in seconds (3000 = 50mn)
|
||||
NumHours = 24.0; // number of ryzom hours in a day
|
||||
NightTransitionStartHour = 19.0; // start of night transition
|
||||
NightTransitionEndHour = 21.0; // end of night transition
|
||||
DawnTransitionStartHour = 5.0; // start of dawn transition
|
||||
DawnTransitionEndHour = 7.0; // end of dawn transition
|
||||
MaxNumColorSteps = 25; // the max number of color steps
|
Loading…
Reference in a new issue