* Attempt to make OpenSim.ini.example a bit more readable by
* Some rearrangement within sections * Indenting section contents * Also, correct indentation levels in PermissionsModule0.6.1-post-fixes
parent
8a3d9ea2db
commit
219015d699
|
@ -1,9 +1,18 @@
|
||||||
[Startup]
|
[Startup]
|
||||||
|
|
||||||
; Set this to true if you are connecting your OpenSimulator regions to a grid
|
; Set this to true if you are connecting your OpenSimulator regions to a grid
|
||||||
; Set this to false if you are running OpenSimulator in standalone mode
|
; Set this to false if you are running OpenSimulator in standalone mode
|
||||||
gridmode = false
|
gridmode = false
|
||||||
|
|
||||||
|
startup_console_commands_file = "startup_commands.txt"
|
||||||
|
shutdown_console_commands_file = "shutdown_commands.txt"
|
||||||
|
|
||||||
|
; To run a script every few minutes, set the script filename here
|
||||||
|
; timer_Script = "filename"
|
||||||
|
|
||||||
|
; ##
|
||||||
|
; ## CLIENTS
|
||||||
|
; ##
|
||||||
|
|
||||||
; Enables EventQueueGet Service.
|
; Enables EventQueueGet Service.
|
||||||
EventQueue = true
|
EventQueue = true
|
||||||
|
|
||||||
|
@ -77,6 +86,9 @@ see_into_this_sim_from_neighbor = True
|
||||||
; ## PHYSICS
|
; ## PHYSICS
|
||||||
; ##
|
; ##
|
||||||
|
|
||||||
|
; if you would like to allow prims to be physical and move by physics with the physical checkbox in the client set this to true.
|
||||||
|
physical_prim = true
|
||||||
|
|
||||||
; Select a mesher here. ZeroMesher is save and fast.
|
; Select a mesher here. ZeroMesher is save and fast.
|
||||||
; ZeroMesher also means that the physics engine models the physics of prims
|
; ZeroMesher also means that the physics engine models the physics of prims
|
||||||
; sticking to the basic shapes the engine does support. Usually this is only a box.
|
; sticking to the basic shapes the engine does support. Usually this is only a box.
|
||||||
|
@ -92,9 +104,9 @@ physics = basicphysics
|
||||||
;physics = OpenDynamicsEngine
|
;physics = OpenDynamicsEngine
|
||||||
;physics = modified_BulletX
|
;physics = modified_BulletX
|
||||||
|
|
||||||
|
; ##
|
||||||
startup_console_commands_file = "startup_commands.txt"
|
; ## PERMISSIONS
|
||||||
shutdown_console_commands_file = "shutdown_commands.txt"
|
; ##
|
||||||
|
|
||||||
;permissionmodules = "DefaultPermissionsModule"
|
;permissionmodules = "DefaultPermissionsModule"
|
||||||
serverside_object_permissions = false
|
serverside_object_permissions = false
|
||||||
|
@ -104,26 +116,21 @@ allow_grid_gods = false
|
||||||
;region_owner_is_god = true
|
;region_owner_is_god = true
|
||||||
;parcel_owner_is_god = true
|
;parcel_owner_is_god = true
|
||||||
|
|
||||||
; if you would like to allow prims to be physical and move by physics with the physical checkbox in the client set this to true.
|
|
||||||
physical_prim = true
|
|
||||||
|
|
||||||
; To run a script every few minutes, set the script filename here
|
|
||||||
; timer_Script = "filename"
|
|
||||||
|
|
||||||
; ##
|
; ##
|
||||||
; ## ScriptEngine
|
; ## SCRIPT ENGINE
|
||||||
; ##
|
; ##
|
||||||
|
|
||||||
DefaultScriptEngine = "ScriptEngine.DotNetEngine"
|
DefaultScriptEngine = "ScriptEngine.DotNetEngine"
|
||||||
;DefaultScriptEngine = "XEngine"
|
;DefaultScriptEngine = "XEngine"
|
||||||
|
|
||||||
; ##
|
; ##
|
||||||
; ## World Map
|
; ## WORLD MAP
|
||||||
; ##
|
; ##
|
||||||
|
|
||||||
;WorldMapModule = "WorldMap"
|
;WorldMapModule = "WorldMap"
|
||||||
;MapImageModule = "MapImageModule"
|
;MapImageModule = "MapImageModule"
|
||||||
|
|
||||||
|
|
||||||
[StandAlone]
|
[StandAlone]
|
||||||
accounts_authenticate = true
|
accounts_authenticate = true
|
||||||
welcome_message = "Welcome to OpenSim"
|
welcome_message = "Welcome to OpenSim"
|
||||||
|
@ -225,6 +232,7 @@ messaging_server_url = "http://127.0.0.1:8006"
|
||||||
; unexpected difficulties
|
; unexpected difficulties
|
||||||
client_throttle_multiplier = 2;
|
client_throttle_multiplier = 2;
|
||||||
|
|
||||||
|
|
||||||
[Chat]
|
[Chat]
|
||||||
whisper_distance = 10
|
whisper_distance = 10
|
||||||
say_distance = 30
|
say_distance = 30
|
||||||
|
@ -232,7 +240,6 @@ shout_distance = 100
|
||||||
|
|
||||||
|
|
||||||
[ODEPhysicsSettings]
|
[ODEPhysicsSettings]
|
||||||
|
|
||||||
;##
|
;##
|
||||||
;## World Settings
|
;## World Settings
|
||||||
;##
|
;##
|
||||||
|
@ -399,6 +406,7 @@ region_file_template = "{0}x{1}-{2}.xml"
|
||||||
;succeed. setting region_limits to 0 disables the check.
|
;succeed. setting region_limits to 0 disables the check.
|
||||||
;region_limits = 0
|
;region_limits = 0
|
||||||
|
|
||||||
|
|
||||||
[RestPlugins]
|
[RestPlugins]
|
||||||
; Change this to true to enable REST Plugins. This must be true if you wish to use
|
; Change this to true to enable REST Plugins. This must be true if you wish to use
|
||||||
; REST Region or REST Asset and Inventory Plugins
|
; REST Region or REST Asset and Inventory Plugins
|
||||||
|
@ -411,6 +419,7 @@ prefix = /admin
|
||||||
; Change this to true to enable the REST Region Plugin
|
; Change this to true to enable the REST Region Plugin
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|
||||||
|
|
||||||
[RestHandler]
|
[RestHandler]
|
||||||
; Change this to true to enable the REST Asset and Inventory Plugin
|
; Change this to true to enable the REST Asset and Inventory Plugin
|
||||||
enabled = false
|
enabled = false
|
||||||
|
@ -475,6 +484,7 @@ msgformat = "PRIVMSG {0} : {3} - {1} of {2}"
|
||||||
;for <bot>:<message> - from <user> :
|
;for <bot>:<message> - from <user> :
|
||||||
;msgformat = "PRIVMSG {0} : {3} - from {1}"
|
;msgformat = "PRIVMSG {0} : {3} - from {1}"
|
||||||
|
|
||||||
|
|
||||||
; work-in-progress IRCBridge capabable of supporting multiple IRC channels
|
; work-in-progress IRCBridge capabable of supporting multiple IRC channels
|
||||||
; [XIRC]
|
; [XIRC]
|
||||||
; enabled = false
|
; enabled = false
|
||||||
|
@ -482,10 +492,13 @@ msgformat = "PRIVMSG {0} : {3} - {1} of {2}"
|
||||||
; Uncomment the following for experiment in world versioning
|
; Uncomment the following for experiment in world versioning
|
||||||
; support. This is so experimental at this point that I'm not going
|
; support. This is so experimental at this point that I'm not going
|
||||||
; to explain it further, you'll need to read the source code
|
; to explain it further, you'll need to read the source code
|
||||||
|
|
||||||
|
|
||||||
;[CMS]
|
;[CMS]
|
||||||
;enabled = true
|
;enabled = true
|
||||||
;channel = 345
|
;channel = 345
|
||||||
|
|
||||||
|
|
||||||
[Voice]
|
[Voice]
|
||||||
; PLEASE NOTE that we don't have voice support in OpenSim quite yet - these configuration options are stubs
|
; PLEASE NOTE that we don't have voice support in OpenSim quite yet - these configuration options are stubs
|
||||||
enabled = false
|
enabled = false
|
||||||
|
@ -646,6 +659,7 @@ CompileWithDebugInformation=true
|
||||||
; Remove old scripts on next startup
|
; Remove old scripts on next startup
|
||||||
CleanUpOldScriptsOnStartup=true
|
CleanUpOldScriptsOnStartup=true
|
||||||
|
|
||||||
|
|
||||||
[LL-Functions]
|
[LL-Functions]
|
||||||
; Set the following to true to allow administrator owned scripts to execute console commands
|
; Set the following to true to allow administrator owned scripts to execute console commands
|
||||||
AllowosConsoleCommand=false
|
AllowosConsoleCommand=false
|
||||||
|
@ -656,6 +670,7 @@ AllowGodFunctions = false
|
||||||
; Set this to 0 to have no limit imposed.
|
; Set this to 0 to have no limit imposed.
|
||||||
max_listens_per_script = 64
|
max_listens_per_script = 64
|
||||||
|
|
||||||
|
|
||||||
[DataSnapshot]
|
[DataSnapshot]
|
||||||
; The following set of configs pertains to search.
|
; The following set of configs pertains to search.
|
||||||
; Set index_sims to true to enable search engines to index your searchable data
|
; Set index_sims to true to enable search engines to index your searchable data
|
||||||
|
@ -803,8 +818,8 @@ ScriptDistanceLimitFactor = 1.0
|
||||||
; Comma separated list of UUIDS allows the function for that list of UUIDS
|
; Comma separated list of UUIDS allows the function for that list of UUIDS
|
||||||
; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb
|
; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb
|
||||||
|
|
||||||
[GridInfo]
|
|
||||||
|
|
||||||
|
[GridInfo]
|
||||||
; These settings are used to return information on a get_grid_info call.
|
; These settings are used to return information on a get_grid_info call.
|
||||||
; Client launcher scripts and third-party clients make use of this to
|
; Client launcher scripts and third-party clients make use of this to
|
||||||
; autoconfigure the client and to provide a nice user experience. If you
|
; autoconfigure the client and to provide a nice user experience. If you
|
||||||
|
@ -853,6 +868,7 @@ ogp_enabled=false
|
||||||
ogp_firstname_prefix=""
|
ogp_firstname_prefix=""
|
||||||
ogp_lastname_suffix="_EXTERNAL"
|
ogp_lastname_suffix="_EXTERNAL"
|
||||||
|
|
||||||
|
|
||||||
[Concierge]
|
[Concierge]
|
||||||
; enable = true
|
; enable = true
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|
Loading…
Reference in New Issue