21 lines
783 B
Plaintext
21 lines
783 B
Plaintext
; This file shows initialization defaults for OpenSimulator. If you want to override these
|
|
; please copy/rename this file from .ini.example file to .ini. For example
|
|
;
|
|
; chat.ini.example => chat.ini
|
|
;
|
|
; or you can copy and paste the settings from this file directly to bin/OpenSim.ini
|
|
;
|
|
|
|
; Uncomment the following to control the progression of daytime
|
|
; in the Sim. The defaults are what is shown below
|
|
;[Sun]
|
|
; number of wall clock hours for an opensim day. 24.0 would mean realtime
|
|
;day_length = 4
|
|
; Year length in days
|
|
;year_length = 60
|
|
; Day to Night Ratio
|
|
;day_night_offset = 0.45
|
|
; send a Sun update every update_interval # of frames. A lower number will
|
|
; make for smoother sun transition at the cost of network
|
|
;update_interval = 100
|