diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config.preview.donotuseyet/region/world/sun.ini.example | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bin/config.preview.donotuseyet/region/world/sun.ini.example b/bin/config.preview.donotuseyet/region/world/sun.ini.example new file mode 100644 index 0000000..b98a74e --- /dev/null +++ b/bin/config.preview.donotuseyet/region/world/sun.ini.example | |||
@@ -0,0 +1,20 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | ||
2 | ; please copy/rename this file from .ini.example file to .ini. For example | ||
3 | ; | ||
4 | ; chat.ini.example => chat.ini | ||
5 | ; | ||
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
7 | ; | ||
8 | |||
9 | ; Uncomment the following to control the progression of daytime | ||
10 | ; in the Sim. The defaults are what is shown below | ||
11 | ;[Sun] | ||
12 | ; number of wall clock hours for an opensim day. 24.0 would mean realtime | ||
13 | ;day_length = 4 | ||
14 | ; Year length in days | ||
15 | ;year_length = 60 | ||
16 | ; Day to Night Ratio | ||
17 | ;day_night_offset = 0.45 | ||
18 | ; send a Sun update every update_interval # of frames. A lower number will | ||
19 | ; make for smoother sun transition at the cost of network | ||
20 | ;update_interval = 100 | ||