From 114945b8425145d3c9a348d11bb7b4c5f88e42bd Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 9 Nov 2007 19:53:23 +0000 Subject: make Sun progression configurable for the Sim from OpenSim.ini --- bin/OpenSim.ini.example | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 9aa54a9..3930dd4 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -52,3 +52,12 @@ shout_distance = 100 ;nick = OpenSimBotNameProbablyMakeThisShorter ;channel = #the_irc_channel_you_want_to_connect_to +; 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 = 0.5 + +; send a Sun update ever frame_rate # of frames. A lower number will +; make for smoother sun transition at the cost of network +;frame_rate = 100 -- cgit v1.1