OpenSimDefaults.ini 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638
  1. ; This file contains defaults for various settings in OpenSimulator. These can be overriden
  2. ; by changing the same setting in OpenSim.ini (once OpenSim.ini.example has been copied to OpenSim.ini).
  3. [Startup]
  4. ; Console prompt
  5. ; Certain special characters can be used to customize the prompt
  6. ; Currently, these are
  7. ; \R - substitute region name
  8. ; \\ - substtitue \
  9. ConsolePrompt = "Region (\R) "
  10. ; Set this to true if you want to log crashes to disk
  11. ; this can be useful when submitting bug reports.
  12. ; However, this will only log crashes within OpenSimulator that cause the entire program to exit
  13. ; It will not log crashes caused by virtual machine failures, which includes mono and ODE failures.
  14. ; You will need to capture these native stack traces by recording the session log itself.
  15. save_crashes = false
  16. ; Directory to save crashes to if above is enabled
  17. ; (default is /opensimdir/crashes/*.txt or C:\opensim\crashes\*.txt)
  18. crash_dir = "crashes"
  19. ; Place to create a PID file
  20. ; PIDFile = "/tmp/my.pid"
  21. ; Console commands run at startup
  22. startup_console_commands_file = "startup_commands.txt"
  23. ; Console commands run on shutdown
  24. shutdown_console_commands_file = "shutdown_commands.txt"
  25. ; Console commands run every 20 minutes
  26. ; timer_Script = "filename"
  27. ; timer_Script time interval (default 20 min)
  28. ; The time is 60 per minute
  29. ; timer_Interval = 1200
  30. ; ##
  31. ; ## SYSTEM
  32. ; ##
  33. ; Sets the method that OpenSim will use to fire asynchronous
  34. ; events. Valid values are UnsafeQueueUserWorkItem,
  35. ; QueueUserWorkItem, BeginInvoke, SmartThreadPool, and Thread.
  36. ; SmartThreadPool is reported to work well on Mono/Linux, but
  37. ; UnsafeQueueUserWorkItem has been benchmarked with better
  38. ; performance on .NET/Windows
  39. async_call_method = SmartThreadPool
  40. ; Max threads to allocate on the FireAndForget thread pool
  41. ; when running with the SmartThreadPool option above
  42. MaxPoolThreads = 15
  43. ; ##
  44. ; ## CLIENTS
  45. ; ##
  46. ; Enables EventQueueGet Service.
  47. EventQueue = true
  48. ; Set this to the DLL containing the client stack to use.
  49. clientstack_plugin="OpenSim.Region.ClientStack.LindenUDP.dll"
  50. ; ##
  51. ; ## REGIONS
  52. ; ##
  53. ; Determine where OpenSimulator looks for the files which tell it which regions to server
  54. ; Defaults to "filesystem" if this setting isn't present
  55. region_info_source = "filesystem"
  56. ; region_info_source = "web"
  57. ; Determines where the region XML files are stored if you are loading these from the filesystem.
  58. ; Defaults to bin/Regions in your OpenSimulator installation directory
  59. ; regionload_regionsdir="C:\somewhere\xmlfiles\"
  60. ; Determines the page from which regions xml is retrieved if you are loading these from the web
  61. ; The XML here has the same format as it does on the filesystem (including the <Root> tag),
  62. ; except that everything is also enclosed in a <Regions> tag.
  63. ; regionload_webserver_url = "http://example.com/regions.xml";
  64. ;; Allow the simulator to start up if there are no region configuration available
  65. ;; from the selected region_info_source.
  66. allow_regionless = false
  67. ; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos
  68. ; Increasing this number will increase memory usage.
  69. MaxPrimUndos = 20
  70. ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!).
  71. NonPhysicalPrimMax = 256
  72. ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file.
  73. PhysicalPrimMax = 10
  74. ; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum
  75. ; This can be overriden in the region config file.
  76. ClampPrimSize = false
  77. ; Allow scripts to keep running when they cross region boundaries, rather than being restarted. State is reloaded on the destination region.
  78. ; This only applies when crossing to a region running in a different simulator.
  79. ; For crossings where the regions are on the same simulator the script is always kept running.
  80. AllowScriptCrossing = true
  81. ; Allow compiled script binary code to cross region boundaries.
  82. ; If you set this to "true", any region that can teleport to you can
  83. ; inject ARBITRARY BINARY CODE into your system. Use at your own risk.
  84. ; YOU HAVE BEEN WARNED!!!
  85. TrustBinaries = false
  86. ; Combine all contiguous regions into one large megaregion
  87. ; Order your regions from South to North, West to East in your regions.ini and then set this to true
  88. ; Warning! Don't use this with regions that have existing content!, This will likely break them
  89. CombineContiguousRegions = false
  90. ; Extend the region's draw distance; 255m is the default which includes
  91. ; one neighbor on each side of the current region, 767m would go three
  92. ; neighbors on each side for a total of 49 regions in view. Warning, unless
  93. ; all the regions have the same drawdistance, you will end up with strange
  94. ; effects because the agents that get closed may be inconsistent.
  95. DefaultDrawDistance = 255.0
  96. ; If you have only one region in an instance, or to avoid the many bugs
  97. ; that you can trigger in modules by restarting a region, set this to
  98. ; true to make the entire instance exit instead of restarting the region.
  99. ; This is meant to be used on systems where some external system like
  100. ; Monit will restart any instance that exits, thereby making the shutdown
  101. ; into a restart.
  102. InworldRestartShutsDown = false
  103. ; The minimum proportion of a second that any particular frame can take to execute.
  104. ; Only change this if you really know what you're doing, and be prepared to change UpdatePhysicsEveryNFrames
  105. ; (and other Frames params) to match! For instance, halving MinFrameTime to 0.0445 require
  106. ; UpdatePhysicsEveryNFrames = 2 unless you don't mind your avatar walking like Benny Hill.
  107. MinFrameTime = 0.089
  108. ; Send scheduled updates to objects in the scene
  109. ; This must be a whole number
  110. UpdateObjectsEveryNFrames = 1;
  111. ; Send position/velocity, etc. updates to agents in the scene
  112. ; This must be a whole number
  113. UpdateAgentsEveryNFrames = 1;
  114. ; Apply pending forces from physics calculations to an entity.
  115. ; This must be a whole number
  116. UpdateEntityMovementEveryNFrames = 1;
  117. ; Send coarse location updates to viewers. In a classic viewer, this updates the minimap.
  118. ; This must be a whole number
  119. UpdateCoarseLocationsEveryNFrames = 50;
  120. ; Update physics. Within each update physics also updates in a series of contigous mini-steps
  121. ; This must be a whole number
  122. UpdatePhysicsEveryNFrames = 1;
  123. ; Clean up temp on rez objects.
  124. ; This must be a whole number
  125. UpdateTempCleaningEveryNFrames = 1000;
  126. ; Send out the on frame event to modules and other listeners. This should probably never deviate from 1.
  127. ; This must be a whole number
  128. UpdateEventsEveryNFrames = 1;
  129. ; Send terrain updates to viewers
  130. ; This must be a whole number
  131. UpdateTerrainEveryNFrames = 50;
  132. ; Persitently store any objects which meet the PRIM STORAGE criteria
  133. ; This must be a whole number
  134. UpdateStorageEveryNFrames = 200;
  135. ; ##
  136. ; ## PRIM STORAGE
  137. ; ##
  138. ; Persistence of changed objects happens during regular sweeps. The following control that behaviour to
  139. ; prevent frequently changing objects from heavily loading the region data store.
  140. ; If both of these values are set to zero then persistence of all changed objects will happen on every sweep.
  141. ;
  142. ; Objects will be considered for persistance in the next sweep when they have not changed for this number of seconds
  143. MinimumTimeBeforePersistenceConsidered = 60
  144. ; Objects will always be considered for persistance in the next sweep if the first change occurred this number of seconds ago
  145. MaximumTimeBeforePersistenceConsidered = 600
  146. ; ##
  147. ; ## PHYSICS
  148. ; ##
  149. ; If true then prims can be collided with by avatars, other prims, etc.
  150. ; If false then all prims are phantom, no matter whether their phantom flag is checked or unchecked.
  151. ; Also, no prims are subject to physics.
  152. collidable_prim = true
  153. ; If true then prims can be made subject to physics (gravity, pushing, etc.).
  154. ; If false then physics flag can be set but it is not honoured. However, prims are still solid for the purposes of collision direction
  155. physical_prim = true
  156. ; Select a mesher here.
  157. ;
  158. ; Meshmerizer properly handles complex prims by using triangle meshes.
  159. ; Note that only the ODE physics engine currently deals with meshed prims in a satisfactory way
  160. ;
  161. ; ZeroMesher is faster but leaves the physics engine to model the mesh using the basic shapes that it supports
  162. ; Usually this is only a box
  163. meshing = Meshmerizer
  164. ;meshing = ZeroMesher
  165. ; Path to decoded sculpty maps
  166. ; Defaults to "j2kDecodeCache
  167. ;DecodedSculptMapPath = "j2kDecodeCache"
  168. ; if you use Meshmerizer and want sculpt map collisions, setting this to
  169. ; to true will store decoded sculpt maps in a special folder in your bin
  170. ; folder, which can reduce startup times by reducing asset requests. Some
  171. ; versions of mono dont work well when reading the cache files, so set this
  172. ; to false if you have compatibility problems.
  173. ;CacheSculptMaps = true
  174. ; Choose one of the physics engines below
  175. ; OpenDynamicsEngine is by some distance the most developed physics engine
  176. ; basicphysics effectively does not model physics at all, making all objects phantom
  177. physics = OpenDynamicsEngine
  178. ;physics = basicphysics
  179. ;physics = POS
  180. ;physics = modified_BulletX
  181. ;physics = BulletSim
  182. ; ##
  183. ; ## PERMISSIONS
  184. ; ##
  185. ;permissionmodules = "DefaultPermissionsModule"
  186. ; If set to false, then, in theory, the server never carries out permission checks (allowing anybody to copy
  187. ; any item, etc. This may not yet be implemented uniformally.
  188. ; If set to true, then all permissions checks are carried out
  189. ; Default is true
  190. serverside_object_permissions = true
  191. allow_grid_gods = false
  192. ; This allows somne control over permissions
  193. ; please note that this still doesn't duplicate SL, and is not intended to
  194. ;region_owner_is_god = true
  195. ;region_manager_is_god = false
  196. ;parcel_owner_is_god = true
  197. ; Control user types that are allowed to create new scripts
  198. ; Only enforced if serviceside_object_permissions is true
  199. ;
  200. ; Current possible values are
  201. ; all - anyone can create scripts (subject to normal permissions)
  202. ; gods - only administrators can create scripts (as long as allow_grid_gods is true)
  203. ; Default value is all
  204. ; allowed_script_creators = all
  205. ; Control user types that are allowed to edit (save) scripts
  206. ; Only enforced if serviceside_object_permissions is true
  207. ;
  208. ; Current possible values are
  209. ; all - anyone can edit scripts (subject to normal permissions)
  210. ; gods - only administrators can edit scripts (as long as allow_grid_gods is true)
  211. ; Default value is all
  212. ; allowed_script_editors = all
  213. ; Provides a simple control for land owners to give build rights to specific avatars
  214. ; in publicly accessible parcels that disallow object creation in general.
  215. ; Owners specific avatars by adding them to the Access List of the parcel
  216. ; without having to use the Groups feature
  217. ; Disabled by default
  218. ; simple_build_permissions = False
  219. ; Minimum user level required to upload assets
  220. ;LevelUpload = 0
  221. ; ##
  222. ; ## SCRIPT ENGINE
  223. ; ##
  224. DefaultScriptEngine = "XEngine"
  225. ; ##
  226. ; ## WORLD MAP
  227. ; ##
  228. ;WorldMapModule = "WorldMap"
  229. ;MapImageModule = "MapImageModule"
  230. ; World map blacklist timeout in seconds
  231. ;BlacklistTimeout = 600
  232. ; Set to false to not generate any maptiles
  233. ;GenerateMaptiles = true
  234. ; Refresh (in seconds) the map tile periodically
  235. ;MaptileRefresh = 0
  236. ; If not generating maptiles, use this static texture asset ID
  237. ;MaptileStaticUUID = "00000000-0000-0000-0000-000000000000"
  238. ; Draw objects on maptile. This step might take a long time if you've got a large number of
  239. ; objects, so you can turn it off here if you'd like.
  240. DrawPrimOnMapTile = true
  241. ; Use terrain texture for maptiles if true, use shaded green if false
  242. TextureOnMapTile = true
  243. ; ##
  244. ; ## EMAIL MODULE
  245. ; ##
  246. ;emailmodule = DefaultEmailModule
  247. ; ##
  248. ; ## ANIMATIONS
  249. ; ##
  250. ; If enabled, enableFlySlow will change the primary fly state to
  251. ; FLYSLOW, and the "always run" state will be the regular fly.
  252. enableflyslow = false
  253. ; PreJump is an additional animation state, but it probably
  254. ; won't look right until the physics engine supports it
  255. ; (i.e delays takeoff for a moment)
  256. ; Simulator Stats URI
  257. ; Enable JSON simulator data by setting a URI name (case sensitive)
  258. ; Stats_URI = "jsonSimStats"
  259. ; Make OpenSim start all regions woth logins disabled. They will need
  260. ; to be enabled from the console if this is set
  261. ; StartDisabled = false
  262. ; Image decoding. Use CSJ2K for layer boundary decoding if true,
  263. ; OpenJPEG if false
  264. ; UseCSJ2K = true
  265. ; Use "Trash" folder for items deleted from the scene
  266. ; When set to True (the default) items deleted from the scene will be
  267. ; stored in the user's trash or lost and found folder. When set to
  268. ; False items will be removed from the scene permanently
  269. UseTrashOnDelete = True
  270. [RegionReady]
  271. ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled
  272. enabled = true
  273. ; Channel on which to signal region readiness through a message
  274. ; formatted as follows: "{server_startup|oar_file_load},{0|1},n,[oar error]"
  275. ; - the first field indicating whether this is an initial server startup
  276. ; - the second field is a number indicating whether the OAR file loaded ok (1 == ok, 0 == error)
  277. ; - the third field is a number indicating how many scripts failed to compile
  278. ; - "oar error" if supplied, provides the error message from the OAR load
  279. channel_notify = -800
  280. ; - disallow logins while scripts are loading
  281. ; Instability can occur on regions with 100+ scripts if users enter before they have finished loading
  282. login_disable = true
  283. ; - send an alert as json to a service
  284. ; alert_uri = "http://myappserver.net/my_handler/"
  285. [SMTP]
  286. enabled = false
  287. ;enabled = true
  288. ;internal_object_host = lsl.opensim.local
  289. ;host_domain_header_from = 127.0.0.1
  290. ;SMTP_SERVER_HOSTNAME = 127.0.0.1
  291. ;SMTP_SERVER_PORT = 25
  292. ;SMTP_SERVER_LOGIN = foo
  293. ;SMTP_SERVER_PASSWORD = bar
  294. [Network]
  295. ConsoleUser = "Test"
  296. ConsolePass = "secret"
  297. http_listener_port = 9000
  298. console_port = 0
  299. ; ssl config: Experimental! The auto https config only really works definately on windows XP now
  300. ; you need a Cert Request/Signed pair installed in the MY store with the CN specified below
  301. ; you can use https on other platforms, but you'll need to configure the httpapi yourself for now
  302. http_listener_ssl = false ; Also create a SSL server
  303. http_listener_cn = "localhost" ; Use the cert with the common name
  304. http_listener_sslport = 9001 ; Use this port for SSL connections
  305. http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer
  306. ; HTTPS for "Out of band" management applications such as the remote
  307. ; admin module
  308. ;
  309. ; Create https_listener = "True" will create a listener on the port
  310. ; specified. Provide the path to your server certificate along with it's
  311. ; password
  312. ; https_listener = False
  313. ; Set our listener to this port
  314. ; https_port = 0
  315. ; Path to X509 certificate
  316. ; cert_path = "path/to/cert.p12"
  317. ; Password for cert
  318. ; cert_pass = "password"
  319. ; Hostname to use in llRequestURL/llRequestSecureURL
  320. ; if not defined - default machine name is being used
  321. ; (on Windows this mean NETBIOS name - useably only inside local network)
  322. ; ExternalHostNameForLSL=127.0.0.1
  323. ; What is reported as the "X-Secondlife-Shard"
  324. ; Defaults to the user server url if not set
  325. ; The old default is "OpenSim", set here for compatibility
  326. shard = "OpenSim"
  327. ; What is reported as the "User-Agent" when using llHTTPRequest
  328. ; Defaults to not sent if not set here. See the notes section in the wiki at
  329. ; http://wiki.secondlife.com/wiki/LlHTTPRequest for comments on adding
  330. ; " (Mozilla Compatible)" to the text where there are problems with a web server
  331. ;user_agent = "OpenSim LSL (Mozilla Compatible)"
  332. [XMLRPC]
  333. ; ##
  334. ; ## Scripting XMLRPC mapper
  335. ; ##
  336. ; If enabled, this will post an event, "xmlrpc_uri(string)" to the
  337. ; script concurrently with the first remote_data event.
  338. ; This will contain the fully qualified URI an external site needs
  339. ; to use to send XMLRPC requests to that script
  340. ;XmlRpcRouterModule = "XmlRpcRouterModule"
  341. ;XmlRpcPort = 20800
  342. [ClientStack.LindenUDP]
  343. ; Set this to true to process incoming packets asynchronously. Networking is
  344. ; already separated from packet handling with a queue, so this will only
  345. ; affect whether networking internals such as packet decoding and
  346. ; acknowledgement accounting are done synchronously or asynchronously
  347. ; Default is true.
  348. ;
  349. ;async_packet_handling = true
  350. ; The client socket receive buffer size determines how many
  351. ; incoming requests we can process; the default on .NET is 8192
  352. ; which is about 2 4k-sized UDP datagrams. On mono this is
  353. ; whatever the underlying operating system has as default; for
  354. ; example, ubuntu 8.04 or SLES11 have about 111k, which is about
  355. ; 27 4k-sized UDP datagrams (on linux platforms you can [as root]
  356. ; do "sysctl net.core.rmem_default" to find out what your system
  357. ; uses a default socket receive buffer size.
  358. ;
  359. ; client_socket_rcvbuf_size allows you to specify the receive
  360. ; buffer size LLUDPServer should use. NOTE: this will be limited
  361. ; by the system's settings for the maximum client receive buffer
  362. ; size (on linux systems you can set that with "sysctl -w
  363. ; net.core.rmem_max=X")
  364. ;
  365. ;client_socket_rcvbuf_size = 8388608
  366. ; Maximum outbound bytes per second for a single scene. This can be used to
  367. ; throttle total outbound UDP traffic for a simulator. The default value is
  368. ; 0, meaning no throttling at the scene level. The example given here is
  369. ; 20 megabits
  370. ;
  371. ;scene_throttle_max_bps = 2621440
  372. ; Maximum bits per second to send to any single client. This will override
  373. ; the user's viewer preference settings. The default value is 0, meaning no
  374. ; aggregate throttling on clients (only per-category throttling). The
  375. ; example given here is 1.5 megabits
  376. ;
  377. ;client_throttle_max_bps = 196608
  378. ; Adaptive throttling attempts to limit network overload when multiple
  379. ; clients login by starting each connection more slowly. Disabled by
  380. ; default
  381. ;
  382. enable_adaptive_throttles = true
  383. ; Per-client bytes per second rates for the various throttle categories.
  384. ; These are default values that will be overriden by clients. These
  385. ; defaults are approximately equivalent to the throttles set by the Imprudence
  386. ; viewer when maximum bandwidth is set to 350kbps
  387. ;resend_default = 6625
  388. ;land_default = 9125
  389. ;wind_default = 1750
  390. ;cloud_default = 1750
  391. ;task_default = 18500
  392. ;texture_default = 18500
  393. ;asset_default = 10500
  394. ; Configures how ObjectUpdates are aggregated. These numbers
  395. ; do not literally mean how many updates will be put in each
  396. ; packet that goes over the wire, as packets are
  397. ; automatically split on a 1400 byte boundary. These control
  398. ; the balance between responsiveness of interest list updates
  399. ; and total throughput. Higher numbers will ensure more full-
  400. ; sized packets and faster sending of data, but more delay in
  401. ; updating interest lists
  402. ;
  403. ;PrimUpdatesPerCallback = 100
  404. ; TextureSendLimit determines how many packets will be put on
  405. ; the outgoing queue each cycle. Like the settings above, this
  406. ; is a balance between responsiveness to priority updates and
  407. ; total throughput. Higher numbers will give a better
  408. ; throughput at the cost of reduced responsiveness to client
  409. ; priority changes or transfer aborts
  410. ;
  411. ;TextureSendLimit = 20
  412. ; Quash and remove any light properties from attachments not on the
  413. ; hands. This allows flashlights and lanterns to function, but kills
  414. ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps
  415. ; will also be affected.
  416. ;
  417. ;DisableFacelights = false
  418. ; The time to wait before disconecting an unresponsive client.
  419. ; The time is in seconds. The default is one minute
  420. ;
  421. ;AckTimeout = 60
  422. ; The time to wait before disconecting an unresponsive paused client.
  423. ; A client can be paused when the file selection dialog is open during file upload.
  424. ; This gives extra time to find files via the dialog but will still disconnect if
  425. ; the client crashes or loses its network connection
  426. ; The time is in seconds. The default is five minutes.
  427. ;
  428. ;PausedAckTimeout = 300
  429. [ClientStack.LindenCaps]
  430. ;; Long list of capabilities taken from
  431. ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities
  432. ;; Not all are supported by OpenSim. The ones supported are
  433. ;; set to localhost. These defaults can be overwritten
  434. ;; in OpenSim.ini
  435. ;;
  436. Cap_AttachmentResources = ""
  437. Cap_AvatarPickerSearch = ""
  438. Cap_ChatSessionRequest = ""
  439. Cap_CopyInventoryFromNotecard = "localhost"
  440. Cap_DispatchRegionInfo = ""
  441. Cap_EstateChangeInfo = ""
  442. Cap_EnvironmentSettings = "localhost"
  443. Cap_EventQueueGet = "localhost"
  444. Cap_FetchInventory = ""
  445. Cap_ObjectMedia = "localhost"
  446. Cap_ObjectMediaNavigate = "localhost"
  447. Cap_FetchLib = ""
  448. Cap_FetchLibDescendents = ""
  449. Cap_GetDisplayNames = ""
  450. Cap_GetTexture = "localhost"
  451. Cap_GetMesh = "localhost"
  452. Cap_GetObjectCost = ""
  453. Cap_GetObjectPhysicsData = ""
  454. Cap_GroupProposalBallot = ""
  455. Cap_HomeLocation = ""
  456. Cap_LandResources = ""
  457. Cap_MapLayer = "localhost"
  458. Cap_MapLayerGod = "localhost"
  459. Cap_NewFileAgentInventory = "localhost"
  460. Cap_NewFileAgentInventoryVariablePrice = "localhost"
  461. Cap_ObjectAdd = "localhost"
  462. Cap_ParcelPropertiesUpdate = "localhost"
  463. Cap_ParcelMediaURLFilterList = ""
  464. Cap_ParcelNavigateMedia = ""
  465. Cap_ParcelVoiceInfoRequest = ""
  466. Cap_ProductInfoRequest = ""
  467. Cap_ProvisionVoiceAccountRequest = ""
  468. Cap_RemoteParcelRequest = "localhost"
  469. Cap_RequestTextureDownload = ""
  470. Cap_SearchStatRequest = ""
  471. Cap_SearchStatTracking = ""
  472. Cap_SendPostcard = ""
  473. Cap_SendUserReport = ""
  474. Cap_SendUserReportWithScreenshot = ""
  475. Cap_ServerReleaseNotes = ""
  476. Cap_SimConsole = ""
  477. Cap_SimulatorFeatures = ""
  478. Cap_SetDisplayName = ""
  479. Cap_StartGroupProposal = ""
  480. Cap_TextureStats = ""
  481. Cap_UntrustedSimulatorMessage = ""
  482. Cap_UpdateAgentInformation = ""
  483. Cap_UpdateAgentLanguage = ""
  484. Cap_UpdateGestureAgentInventory = ""
  485. Cap_UpdateNotecardAgentInventory = "localhost"
  486. Cap_UpdateScriptAgent = "localhost"
  487. Cap_UpdateGestureTaskInventory = ""
  488. Cap_UpdateNotecardTaskInventory = "localhost"
  489. Cap_UpdateScriptTask = "localhost"
  490. Cap_UploadBakedTexture = "localhost"
  491. Cap_UploadObjectAsset = "localhost"
  492. Cap_ViewerStartAuction = ""
  493. Cap_ViewerStats = ""
  494. ; Capabilities for fetching inventory over HTTP rather than UDP
  495. ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above)
  496. ; It appears that Linden Lab viewer 3.3.1 onwards will not work properly if FetchInventoryDescendents2 and FetchInventory2 are not enabled
  497. Cap_WebFetchInventoryDescendents = ""
  498. Cap_FetchInventoryDescendents2 = "localhost"
  499. Cap_FetchInventory2 = "localhost"
  500. [Chat]
  501. ; Controls whether the chat module is enabled. Default is true.
  502. enabled = true;
  503. ; Distance in meters that whispers should travel. Default is 10m
  504. whisper_distance = 10
  505. ; Distance in meters that ordinary chat should travel. Default is 20m
  506. say_distance = 20
  507. ; Distance in meters that shouts should travel. Default is 100m
  508. shout_distance = 100
  509. [EntityTransfer]
  510. ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis
  511. ; This is set to 4095 because current viewers can't handle teleports that are greater than this distance
  512. max_distance = 4095
  513. ; Minimum user level required for HyperGrid teleports
  514. LevelHGTeleport = 0
  515. [Messaging]
  516. ; Control which region module is used for instant messaging.
  517. ; Default is InstantMessageModule (this is the name of the core IM module as well as the setting)
  518. InstantMessageModule = InstantMessageModule
  519. ; MessageTransferModule = MessageTransferModule
  520. ; OfflineMessageModule = OfflineMessageModule
  521. ; OfflineMessageURL = http://yourserver/Offline.php
  522. ; MuteListModule = MuteListModule
  523. ; MuteListURL = http://yourserver/Mute.php
  524. ; Control whether group messages are forwarded to offline users. Default is true.
  525. ; ForwardOfflineGroupMessages = true
  526. [Inventory]
  527. ; Control whether multiple objects sent to inventory should be coaleseced into a single item
  528. ; There are still some issues with coalescence, including the fact that rotation is not restored
  529. ; and some assets may be missing from archive files.
  530. CoalesceMultipleObjectsToInventory = true
  531. [Appearance]
  532. ; Persist avatar baked textures
  533. ; Persisting baked textures can speed up login and region border
  534. ; crossings especially with large numbers of users, though it
  535. ; will store potentially large numbers of textures in your asset
  536. ; database
  537. PersistBakedTextures = false
  538. ; Control the delay before appearance is sent to other avatars and
  539. ; saved in the avatar service. Attempts to limit the impact caused
  540. ; by the very chatty dialog that sets appearance when an avatar
  541. ; logs in or teleports into a region; values are in seconds
  542. DelayBeforeAppearanceSave = 5
  543. DelayBeforeAppearanceSend = 2
  544. ; If true, avatar appearance information is resent to other avatars in the simulator every 60 seconds.
  545. ; This may help with some situations where avatars are persistently grey, though it will not help
  546. ; in other situations (e.g. appearance baking failures where the avatar only appears as a cloud to others).
  547. ResendAppearanceUpdates = true
  548. [Attachments]
  549. ; Controls whether avatar attachments are enabled.
  550. ; Defaults to true - only set to false for debugging purposes
  551. Enabled = true
  552. [Mesh]
  553. ; enable / disable Collada mesh support
  554. ; default is true
  555. AllowMeshUpload = true
  556. ; if you use Meshmerizer and want collisions for meshies, setting this to true
  557. ; will cause OpenSim to attempt to decode meshies assets, extract the physics
  558. ; mesh, and use it for collisions.
  559. UseMeshiesPhysicsMesh = true
  560. ; Minimum user level required to upload meshes
  561. ;LevelUpload = 0
  562. [ODEPhysicsSettings]
  563. ; ##
  564. ; ## Physics stats settings
  565. ;
  566. ; If collect_stats is enabled, then extra stat information is collected which is accessible via the MonitorModule
  567. ; (see http://opensimulator.org/wiki/Monitoring_Module for more details).
  568. collect_stats = false
  569. ; ##
  570. ; ## Physics logging settings - logfiles are saved to *.DIF files
  571. ; ##
  572. ; default is false
  573. ;physics_logging = true
  574. ;; every n simulation iterations, the physics snapshot file is updated
  575. ;physics_logging_interval = 50
  576. ;; append to existing physics logfile, or overwrite existing logfiles?
  577. ;physics_logging_append_existing_logfile = true
  578. ;##
  579. ;## World Settings
  580. ;##
  581. ;Gravity. Feel like falling up? change world_gravityz to 9.8 instead of -9.8. m/s
  582. world_gravityx = 0
  583. world_gravityy = 0
  584. world_gravityz = -9.8
  585. ; Terminal velocity of a falling avatar
  586. ; This is the same http://en.wikipedia.org/wiki/Terminal_velocity#Examples
  587. ; Max value is 255, min value is 0
  588. avatar_terminal_velocity = 54
  589. ; World Step size. (warning these are dangerous. Changing these will probably cause your scene to explode dramatically)
  590. ; reference: fps = (0.089/ODE_STEPSIZE) * 1000;
  591. world_stepsize = 0.0178
  592. world_internal_steps_without_collisions = 10
  593. ;World Space settings. Affects memory consumption vs Collider CPU time for avatar and physical prim
  594. world_hashspace_size_low = -4
  595. world_hashSpace_size_high = 128
  596. ;Dynamic space settings Affects memory consumption vs Collider CPU time for static prim
  597. meters_in_small_space = 29.9
  598. small_hashspace_size_low = -4
  599. small_hashspace_size_high = 66
  600. ; ##
  601. ; ## Contact properties. (the stuff that happens when things come in contact with each other)
  602. ; ##
  603. ; surface layer around geometries other geometries can sink into before generating a contact
  604. world_contact_surface_layer = 0.001
  605. ; Filtering collisions helps keep things stable physics wise, but sometimes
  606. ; it can be overzealous. If you notice bouncing, chances are it's that.
  607. filter_collisions = false
  608. ; Non Moving Terrain Contact (avatar isn't moving)
  609. nm_terraincontact_friction = 255.0
  610. nm_terraincontact_bounce = 0.1
  611. nm_terraincontact_erp = 0.1025
  612. ; Moving Terrain Contact (avatar is moving)
  613. m_terraincontact_friction = 75.0
  614. m_terraincontact_bounce = 0.05
  615. m_terrainContact_erp = 0.05025
  616. ; Moving Avatar to object Contact
  617. m_avatarobjectcontact_friction = 75.0
  618. m_avatarobjectcontact_bounce = 0.1
  619. ; Object to Object Contact and Non-Moving Avatar to object
  620. objectcontact_friction = 250.0
  621. objectcontact_bounce = 0.2
  622. ; ##
  623. ; ## Avatar Control
  624. ; ##
  625. ; PID Controller Settings. These affect the math that causes the avatar to reach the
  626. ; desired velocity
  627. ; See http://en.wikipedia.org/wiki/PID_controller
  628. av_pid_derivative_linux = 2200.0
  629. av_pid_proportional_linux = 900.0;
  630. av_pid_derivative_win = 2200.0
  631. av_pid_proportional_win = 900.0;
  632. ;girth of the avatar. Adds radius to the height also
  633. av_capsule_radius = 0.37
  634. ; Max force permissible to use to keep the avatar standing up straight
  635. av_capsule_standup_tensor_win = 550000
  636. av_capsule_standup_tensor_linux = 550000
  637. ; specifies if the capsule should be tilted (=true; old compatibility mode)
  638. ; or straight up-and-down (=false; better and more consistent physics behavior)
  639. av_capsule_tilted = false
  640. ; used to calculate mass of avatar.
  641. ; float AVvolume = (float) (Math.PI*Math.Pow(CAPSULE_RADIUS, 2)*CAPSULE_LENGTH);
  642. ; av_density * AVvolume;
  643. av_density = 80
  644. ; use this value to cut 52% of the height the sim gives us
  645. ; Currently unused
  646. ; av_height_fudge_factor = 0.52
  647. ; Movement. Smaller is faster.
  648. ; speed of movement with Always Run off
  649. av_movement_divisor_walk = 1.3
  650. ; speed of movement with Always Run on
  651. av_movement_divisor_run = 0.8
  652. ; When the avatar flies, it will be moved up by this amount off the ground (in meters)
  653. minimum_ground_flight_offset = 3.0
  654. ; ##
  655. ; ## Object options
  656. ; ##
  657. ; used in the mass calculation.
  658. geometry_default_density = 10.000006836
  659. ; amount of ODE steps where object is non moving for ODE to automatically put it to sleep
  660. body_frames_auto_disable = 20
  661. ; used to control llMove2Target
  662. body_pid_derivative = 35
  663. body_pid_gain = 25
  664. ; maximum number of contact points to generate per collision
  665. contacts_per_collision = 80
  666. ; amount of time a geom/body will try to cross a region border before it gets disabled
  667. geom_crossing_failures_before_outofbounds = 5
  668. ; start throttling the object updates if object comes in contact with 3 or more other objects
  669. geom_contactpoints_start_throttling = 3
  670. ; send 1 update for every x updates below when throttled
  671. geom_updates_before_throttled_update = 15
  672. ; Used for llSetStatus. How rigid the object rotation is held on the axis specified
  673. body_motor_joint_maxforce_tensor_linux = 5
  674. body_motor_joint_maxforce_tensor_win = 5
  675. ; Maximum mass an object can be before it is clamped
  676. maximum_mass_object = 10000.01
  677. ; ##
  678. ; ## Sculpted Prim settings
  679. ; ##
  680. ; Do we want to mesh sculpted prim to collide like they look?
  681. mesh_sculpted_prim = true
  682. ; number^2 non-physical level of detail of the sculpt texture. 32x32 - 1024 verticies
  683. mesh_lod = 32
  684. ; number^2 physical level of detail of the sculpt texture. 16x16 - 256 verticies
  685. mesh_physical_lod = 16
  686. ; ##
  687. ; ## Joint support
  688. ; ##
  689. ; if you would like physics joints to be enabled through a special naming convention in the client, set this to true.
  690. ; (see NINJA Physics documentation, http://opensimulator.org/wiki/NINJA_Physics)
  691. ; default is false
  692. ;use_NINJA_physics_joints = true
  693. ; ##
  694. ; ## additional meshing options
  695. ; ##
  696. ; physical collision mesh proxies are normally created for complex prim shapes, and collisions for simple boxes and
  697. ; spheres are computed algorithmically. If you would rather have mesh proxies for simple prims, you can set this to
  698. ; true. Note that this will increase memory usage and region startup time. Default is false.
  699. ;force_simple_prim_meshing = true
  700. [BulletSim]
  701. ; World parameters
  702. DefaultFriction = 0.50
  703. DefaultDensity = 10.000006836
  704. DefaultRestitution = 0.0
  705. Gravity = -9.80665
  706. TerrainFriction = 0.50
  707. TerrainHitFriction = 0.8
  708. TerrainRestitution = 0
  709. AvatarFriction = 0.2
  710. AvatarRestitution = 0.0
  711. AvatarDensity = 60.0
  712. AvatarCapsuleRadius = 0.37
  713. AvatarCapsuleHeight = 1.5
  714. AvatarContactProcessingThreshold = 0.1;
  715. MaxObjectMass = 10000.01
  716. ; Dynamic parameters
  717. LinearDamping = 0.0
  718. AngularDamping = 0.0
  719. DeactivationTime = 0.2
  720. LinearSleepingThreshold = 0.8
  721. AngularSleepingThreshold = 1.0
  722. CcdMotionThreshold = 0.0
  723. CcdSweptSphereRadius = 0.0
  724. ContactProcessingThreshold = 0.1
  725. ; If setting a pool size, also disable dynamic allocation (default pool size is 4096 with dynamic alloc)
  726. MaxPersistantManifoldPoolSize = 0;
  727. ShouldDisableContactPoolDynamicAllocation = False;
  728. ShouldForceUpdateAllAabbs = False;
  729. ShouldRandomizeSolverOrder = False;
  730. ShouldSplitSimulationIslands = False;
  731. ShouldEnableFrictionCaching = False;
  732. NumberOfSolverIterations = 0;
  733. ; Linkset constraint parameters
  734. LinkConstraintUseFrameOffset = False;
  735. LinkConstraintEnableTransMotor = True;
  736. LinkConstraintTransMotorMaxVel = 5.0;
  737. LinkConstraintTransMotorMaxForce = 0.1;
  738. ; Whether to mesh sculpties
  739. MeshSculptedPrim = true
  740. ; If 'true', force simple prims (box and sphere) to be meshed
  741. ForceSimplePrimMeshing = false
  742. ; level of detail for physical meshes. 32,16,8 or 4 with 32 being full detail
  743. MeshLevelOfDetail = 8
  744. ; number^2 non-physical level of detail of the sculpt texture. 32x32 - 1024 verticies
  745. SculptLevelOfDetail = 32
  746. ; Bullet step parameters
  747. MaxSubSteps = 10;
  748. FixedTimeStep = .01667
  749. MaxCollisionsPerFrame = 2048
  750. MaxUpdatesPerFrame = 2048
  751. [RemoteAdmin]
  752. enabled = false
  753. ; Set this to a nonzero value to have remote admin use a different port
  754. port = 0
  755. ; Set this to the ip address that you want the admin server to bind to
  756. bind_ip_address = "0.0.0.0"
  757. ; This password is required to make any XMLRPC call (should be set as the "password" parameter)
  758. access_password = unknown
  759. ; List the IP addresses allowed to call RemoteAdmin
  760. ; If access_ip_addresses isn't set, then all IP addresses can access RemoteAdmin.
  761. ; access_ip_addresses = 0.0.0.0, 0.0.0.0 ...
  762. ; access_ip_addresses =
  763. ; set this variable to true if you want the create_region XmlRpc
  764. ; call to unconditionally enable voice on all parcels for a newly
  765. ; created region [default: false]
  766. create_region_enable_voice = false
  767. ; set this variable to false if you want the create_region XmlRpc
  768. ; call to create all regions as private per default (can be
  769. ; overridden in the XmlRpc call) [default: true]
  770. create_region_public = false
  771. ; the create_region XmlRpc call uses region_file_template to generate
  772. ; the file name of newly create regions (if they are created
  773. ; persistent). the parameter available are:
  774. ; {0} - X location
  775. ; {1} - Y location
  776. ; {2} - region UUID
  777. ; {3} - region port
  778. ; {4} - region name with " ", ":", "/" mapped to "_"
  779. region_file_template = "{0}x{1}-{2}.ini"
  780. ; we can limit the number of regions that XmlRpcCreateRegion will
  781. ; allow by setting this to a positive, non-0 number: as long as the
  782. ; number of regions is below region_limits, XmlRpcCreateRegion will
  783. ; succeed. setting region_limit to 0 disables the check.
  784. ; default is 0
  785. ;region_limit = 0
  786. ; enable only those methods you deem to be appropriate using a | delimited whitelist
  787. ; for example, enabled_methods = admin_broadcast|admin_region_query|admin_save_oar|admin_save_xml
  788. ; if this parameter is not specified but enabled = true, all methods will be available
  789. enabled_methods = all
  790. ; specify the default appearance for an avatar created through the remote admin interface
  791. ; This will only take effect is the file specified by the default_appearance setting below exists
  792. ;default_male = Default Male
  793. ;default_female = Default Female
  794. ; update appearance copies inventory items and wearables of default avatars. if this value is false
  795. ; (default), just worn assets are copied to the Clothes folder; if true, all Clothes and Bodyparts
  796. ; subfolders are copied. the receiver will wear the same items the default avatar did wear.
  797. ;copy_folders = false
  798. ; path to default appearance XML file that specifies the look of the default avatars
  799. ;default_appearance = default_appearance.xml
  800. [RestPlugins]
  801. ; Change this to true to enable REST Plugins. This must be true if you wish to use
  802. ; REST Region or REST Asset and Inventory Plugins
  803. enabled = false
  804. god_key = SECRET
  805. prefix = /admin
  806. [RestRegionPlugin]
  807. ; Change this to true to enable the REST Region Plugin
  808. enabled = false
  809. [RestHandler]
  810. ; Change this to true to enable the REST Asset and Inventory Plugin
  811. enabled = false
  812. authenticate = true
  813. secured = true
  814. extended-escape = true
  815. realm = OpenSim REST
  816. dump-asset = false
  817. path-fill = true
  818. dump-line-size = 32
  819. flush-on-error = true
  820. ; IRC bridge is experimental, so if it breaks... keep both parts... yada yada
  821. ; also, not good error detection when it fails
  822. [IRC]
  823. enabled = false; you need to set this to true otherwise it won't connect
  824. ;server = name.of.irc.server.on.the.net
  825. ;; user password - only use this if the server requires one
  826. ;password = mypass
  827. ;nick = OpenSimBotNameProbablyMakeThisShorter
  828. ;channel = #the_irc_channel_you_want_to_connect_to
  829. ;user = "USER OpenSimBot 8 * :I'm an OpenSim to IRC bot"
  830. ;port = 6667
  831. ;; channel to listen for configuration commands
  832. ;commands_enabled = false
  833. ;command_channel = 2777
  834. ;report_clients = true
  835. ;; relay private chat connections
  836. ;; relay_private_channels = true: will relay IRC chat from/to private in-world channels
  837. ;; relay_private_channel_out -- channel to send messages out to the IRC bridge
  838. ;; relay_private_channel_in -- channel to receive message from the IRC bridge
  839. ;; relay_chat = false: IRC bridge will not relay normal chat
  840. ;; access_password -- simple security device
  841. ;;
  842. ;; so, to just relay chat from an IRC channel to in-world region and vice versa:
  843. ;;
  844. ;; relay_private_channels = false
  845. ;; relay_chat = true
  846. ;;
  847. ;; to relay chat only to/from private in-world channels:
  848. ;;
  849. ;; relay_chat = false
  850. ;; relay_private_channels = true
  851. ;; relay_private_channel_in = 2226
  852. ;; relay_private_channel_out = 2225
  853. ;;
  854. ;; in this example, all chat coming in from IRC will be send out via
  855. ;; in-world channel 2226, and all chat from in-world channel 2225 will
  856. ;; be relayed to the IRC channel.
  857. ;;
  858. ;relay_private_channels = false
  859. ;relay_private_channel_in = 2226
  860. ;relay_private_channel_out = 2225
  861. ;relay_chat = true
  862. ;access_password = foobar
  863. ;;fallback_region = name of "default" region
  864. ;;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message
  865. ;; must start with "PRIVMSG {0} : " or irc server will get upset
  866. ;;for <bot>:<user in region> :<message>
  867. ;;msgformat = "PRIVMSG {0} :<{1} in {2}>: {3}"
  868. ;;for <bot>:<message> - <user of region> :
  869. ;msgformat = "PRIVMSG {0} : {3} - {1} of {2}"
  870. ;;for <bot>:<message> - from <user> :
  871. ;;msgformat = "PRIVMSG {0} : {3} - from {1}"
  872. ;; exclude_list allows you to stop the IRC connector from announcing the
  873. ;;arrival and departure of certain users. For example: admins, bots.
  874. ;exclude_list=User 1,User 2,User 3
  875. ; The following settings control the progression of daytime
  876. ; in the Sim. The defaults are the same as the commented out settings
  877. [Sun]
  878. ; number of wall clock hours for an opensim day. 24.0 would mean realtime
  879. ;day_length = 4
  880. ; Year length in days
  881. ;year_length = 60
  882. ; Day to Night Ratio
  883. ;day_night_offset = 0.45
  884. ; send a Sun update every update_interval # of frames. A lower number will
  885. ; make for smoother sun transition at the cost of network
  886. ;update_interval = 100
  887. [Wind]
  888. ; Enables the wind module. Default is true
  889. enabled = true
  890. ; How often should wind be updated, as a function of world frames. Approximately 50 frames a second
  891. wind_update_rate = 150
  892. ; The Default Wind Plugin to load
  893. wind_plugin = SimpleRandomWind
  894. ; These settings are specific to the ConfigurableWind plugin
  895. ; To use ConfigurableWind as the default, simply change wind_plugin to ConfigurableWind and uncomment the following.
  896. ; avg_strength = 5.0
  897. ; avg_direction = 0.0
  898. ; var_strength = 0.0
  899. ; var_direction = 0.0
  900. ; rate_change = 1.0
  901. ; This setting is specific to the SimpleRandomWind plugin
  902. ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0
  903. strength = 1.0
  904. [Cloud]
  905. ; Enable this to generate classic particle clouds above the sim.
  906. ; default is disabled - turn it on here
  907. enabled = false
  908. ; Density of cloud cover 0.0 to 1.0 Defult 0.5
  909. density = 0.5
  910. ; update interval for the cloud cover data returned by llCloud().
  911. ; default is 1000
  912. cloud_update_rate = 1000
  913. [LightShare]
  914. ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
  915. ; It has no ill effect on viewers which do not support server-side windlight settings.
  916. enable_windlight = false
  917. [Trees]
  918. ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
  919. ; default is false
  920. active_trees = false
  921. ; Density of tree population
  922. tree_density = 1000.0
  923. [VectorRender]
  924. ; the font to use for rendering text (default: Arial)
  925. ; font_name = "Arial"
  926. [LL-Functions]
  927. ; Set the following to true to allow administrator owned scripts to execute console commands
  928. ; currently unused
  929. ; AllowosConsoleCommand=false
  930. ; Are god functions such as llSetObjectPermMask() allowed? If true then gods and only gods have access to these functions.
  931. ; If false then gods cannot execute these functions either.
  932. AllowGodFunctions = false
  933. ; Maximum number of llListen events we allow over the entire region.
  934. ; Set this to 0 to have no limit imposed
  935. max_listens_per_region = 1000
  936. ; Maximum number of llListen events we allow per script
  937. ; Set this to 0 to have no limit imposed.
  938. max_listens_per_script = 64
  939. ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL())
  940. max_external_urls_per_simulator = 100
  941. [DataSnapshot]
  942. ; The following set of configs pertains to search.
  943. ; Set index_sims to true to enable search engines to index your searchable data
  944. ; If false, no data will be exposed, DataSnapshot module will be off, and you can ignore the rest of these search-related configs
  945. ; default is false
  946. index_sims = false
  947. ; The variable data_exposure controls what the regions expose:
  948. ; minimum: exposes only things explicitly marked for search
  949. ; all: exposes everything
  950. data_exposure = minimum
  951. ; If search is on, change this to your grid name; will be ignored for standalones
  952. gridname = "OSGrid"
  953. ; Period between data snapshots, in seconds. 20 minutes, for starters, so that you see the initial changes fast.
  954. ; Later, you may want to increase this to 3600 (1 hour) or more
  955. default_snapshot_period = 1200
  956. ; This will be created in bin, if it doesn't exist already. It will hold the data snapshots.
  957. snapshot_cache_directory = "DataSnapshot"
  958. ; This semicolon-separated string serves to notify specific data services about the existence
  959. ; of this sim. Uncomment if you want to index your data with this and/or other search providers.
  960. ;data_services="http://metaverseink.com/cgi-bin/register.py"
  961. [Economy]
  962. ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only -
  963. ; The default economy module only implements just enough to allow free actions (transfer of objects, etc).
  964. ; There is no intention to implement anything further in core OpenSimulator.
  965. ; This functionality has to be provided by third party modules.
  966. ;; Enables selling things for $0. Default is true.
  967. SellEnabled = true
  968. ;; Money Unit fee to upload textures, animations etc. Default is 0.
  969. PriceUpload = 0
  970. ;; Money Unit fee to create groups. Default is 0.
  971. PriceGroupCreate = 0
  972. ; We don't really know what the rest of these values do. These get sent to the client
  973. ; These taken from Agni at a Public Telehub. Change at your own risk.
  974. ObjectCount = 0
  975. PriceEnergyUnit = 100
  976. PriceObjectClaim = 10
  977. PricePublicObjectDecay = 4
  978. PricePublicObjectDelete = 4
  979. PriceParcelClaim = 1
  980. PriceParcelClaimFactor = 1
  981. PriceRentLight = 5
  982. TeleportMinPrice = 2
  983. TeleportPriceExponent = 2
  984. EnergyEfficiency = 1
  985. PriceObjectRent = 1
  986. PriceObjectScaleFactor = 10
  987. PriceParcelRent = 1
  988. [XEngine]
  989. ; Enable this engine in this OpenSim instance
  990. Enabled = true
  991. ; How many threads to keep alive even if nothing is happening
  992. MinThreads = 2
  993. ; How many threads to start at maximum load
  994. MaxThreads = 100
  995. ; Time a thread must be idle (in seconds) before it dies
  996. IdleTimeout = 60
  997. ; Thread priority ("Lowest", "BelowNormal", "Normal", "AboveNormal", "Highest")
  998. Priority = "BelowNormal"
  999. ; Maximum number of events to queue for a script (excluding timers)
  1000. MaxScriptEventQueue = 300
  1001. ; Stack size per thread created
  1002. ThreadStackSize = 262144
  1003. ; Set this to true (the default) to load each script into a separate
  1004. ; AppDomain. Setting this to false will load all script assemblies into the
  1005. ; current AppDomain, which will reduce the per-script overhead at the
  1006. ; expense of reduced security and the inability to garbage collect the
  1007. ; script assemblies
  1008. AppDomainLoading = true
  1009. ; Rate to poll for asynchronous command replies (ms)
  1010. ; currently unused
  1011. ;AsyncLLCommandLoopms = 50
  1012. ; Save the source of all compiled scripts
  1013. WriteScriptSourceToDebugFile = false
  1014. ; Default language for scripts
  1015. DefaultCompileLanguage = lsl
  1016. ; List of allowed languages (lsl,vb,js,cs)
  1017. ; AllowedCompilers=lsl,cs,js,vb.
  1018. ; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk.
  1019. AllowedCompilers=lsl
  1020. ; Compile debug info (line numbers) into the script assemblies
  1021. CompileWithDebugInformation = true
  1022. ; Allow the user of mod* functions. This allows a script to pass messages
  1023. ; to a region module via the modSendCommand() function
  1024. ; Default is false
  1025. AllowMODFunctions = false
  1026. ; Allow the use of os* functions (some are dangerous)
  1027. AllowOSFunctions = false
  1028. ; Allow the user of LightShare functions
  1029. AllowLightShareFunctions = false
  1030. ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
  1031. OSFunctionThreatLevel = VeryLow
  1032. ; OS Functions enable/disable
  1033. ; For each function, you can add one line, as shown
  1034. ; The default for all functions allows them if below threat level
  1035. ; true allows the use of the function unconditionally
  1036. ; Allow_osSetRegionWaterHeight = true
  1037. ; false disables the function completely
  1038. ; Allow_osSetRegionWaterHeight = false
  1039. ; Comma separated list of UUIDS allows the function for that list of UUIDS
  1040. ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb
  1041. ; Comma separated list of owner classes that allow the function for a particular class of owners. Choices are
  1042. ; - PARCEL_GROUP_MEMBER: allow if objectgroup is the same group as the parcel
  1043. ; - PARCEL_OWNER: allow if the objectowner is parcelowner
  1044. ; - ESTATE_MANAGER: allow if the object owner is a estate manager
  1045. ; - ESTATE_OWNER: allow if objectowner is estateowner
  1046. ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb, PARCEL_OWNER, ESTATE_OWNER>, ...
  1047. ; You can also use script creators as the uuid
  1048. ; Creators_osSetRegionWaterHeight = <uuid>, ...
  1049. ; If both Allow_ and Creators_ are given, effective permissions
  1050. ; are the union of the two.
  1051. ; Interval (s) between background save of script states
  1052. SaveInterval = 120
  1053. ; Interval (s) between maintenance runs (0 = disable)
  1054. MaintenanceInterval = 10
  1055. ; Time a script can spend in an event handler before it is interrupted
  1056. EventLimit = 30
  1057. ; If a script overruns it's event limit, kill the script?
  1058. KillTimedOutScripts = false
  1059. ; Sets the multiplier for the scripting delays
  1060. ScriptDelayFactor = 1.0
  1061. ; The factor the 10 m distances llimits are multiplied by
  1062. ScriptDistanceLimitFactor = 1.0
  1063. ; Maximum length of notecard line read
  1064. ; Increasing this to large values potentially opens
  1065. ; up the system to malicious scripters
  1066. ; NotecardLineReadCharsMax = 255
  1067. ; Sensor settings
  1068. SensorMaxRange = 96.0
  1069. SensorMaxResults = 16
  1070. ; Allow for llCreateLink and llBreakLink to work without asking for permission
  1071. ; only enable this in a trusted environment otherwise you may be subject to hijacking
  1072. ; AutomaticLinkPermission = false
  1073. ; Disable underground movement of prims (default true); set to
  1074. ; false to allow script controlled underground positioning of
  1075. ; prims
  1076. ; DisableUndergroundMovement = true
  1077. ;; Path to script assemblies
  1078. ; ScriptEnginesPath = "ScriptEngines"
  1079. ; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
  1080. ; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
  1081. ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
  1082. ; by scripts have changed.
  1083. ; DeleteScriptsOnStartup = false
  1084. [OpenGridProtocol]
  1085. ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know..
  1086. ;On/true or Off/false
  1087. ogp_enabled=false
  1088. ;Name Prefix/suffix when using OGP
  1089. ogp_firstname_prefix=""
  1090. ogp_lastname_suffix="_EXTERNAL"
  1091. [Concierge]
  1092. ; Enable concierge module
  1093. ; Default is false
  1094. enabled = false
  1095. ; name of the concierge
  1096. whoami = "jeeves"
  1097. ; password for updating the welcome message templates via XmlRpc
  1098. password = SECRET
  1099. ; regex specifying for which regions concierge service is desired; if
  1100. ; empty, then for all
  1101. regions = "^MeetingSpace-"
  1102. ; for each region that matches the regions regexp you can provide
  1103. ; (optionally) a welcome template using format substitution:
  1104. ; {0} is replaced with the name of the avatar entering the region
  1105. ; {1} is replaced with the name of the region
  1106. ; {2} is replaced with the name of the concierge (whoami variable above)
  1107. welcomes = /path/to/welcome/template/directory
  1108. ; Concierge can send attendee lists to an event broker whenever an
  1109. ; avatar enters or leaves a concierged region. the URL is subject
  1110. ; to format substitution:
  1111. ; {0} is replaced with the region's name
  1112. ; {1} is replaced with the region's UUID
  1113. broker = "http://broker.place.com/{1}"
  1114. [MRM]
  1115. ; Enables the Mini Region Modules Script Engine.
  1116. ; default is false
  1117. Enabled = false
  1118. ; Runs MRM in a Security Sandbox
  1119. ; WARNING: DISABLING IS A SECURITY RISK.
  1120. Sandboxed = true
  1121. ; The level sandbox to use, adjust at your OWN RISK.
  1122. ; Valid values are:
  1123. ; * FullTrust
  1124. ; * SkipVerification
  1125. ; * Execution
  1126. ; * Nothing
  1127. ; * LocalIntranet
  1128. ; * Internet
  1129. ; * Everything
  1130. SandboxLevel = "Internet"
  1131. ; Only allow Region Owners to run MRMs
  1132. ; May represent a security risk if you disable this.
  1133. OwnerOnly = true
  1134. [Hypergrid]
  1135. ; Keep it false for now. Making it true requires the use of a special client in order to access inventory
  1136. safemode = false
  1137. [VivoxVoice]
  1138. ; The VivoxVoice module will allow you to provide voice on your
  1139. ; region(s). It uses the same voice technology as the LL grid and
  1140. ; works with recent LL clients (we have tested 1.22.9.110075, so
  1141. ; anything later ought to be fine as well).
  1142. ;
  1143. ; For this to work you need to obtain an admin account from Vivox
  1144. ; that allows you to create voice accounts and region channels.
  1145. enabled = false
  1146. ; vivox voice server
  1147. vivox_server = www.foobar.vivox.com
  1148. ; vivox SIP URI
  1149. vivox_sip_uri = foobar.vivox.com
  1150. ; vivox admin user name
  1151. vivox_admin_user = DeepThroat
  1152. ; vivox admin password
  1153. vivox_admin_password = VoiceG4te
  1154. ; channel type: "channel" or "positional"
  1155. ; - positional: spatial sound (default)
  1156. ; - channel: normal "conference call", no spatial sound
  1157. ;vivox_channel_type = positional
  1158. ; channel characteristics (unless you know what you are doing, i'd
  1159. ; leave them as they are --- now you WILL muck around with them,
  1160. ; huh? sigh)
  1161. ; channel distance model:
  1162. ; 0 - no attenuation
  1163. ; 1 - inverse distance attenuation
  1164. ; 2 - linear attenuation (default)
  1165. ; 3 - exponential attenuation
  1166. ;vivox_channel_distance_model = 2
  1167. ; channel mode:
  1168. ; - "open" (default)
  1169. ; - "lecture"
  1170. ; - "presentation"
  1171. ; - "auditorium"
  1172. ;vivox_channel_mode = "open"
  1173. ; channel roll off: rate of attenuation
  1174. ; - a value between 1.0 and 4.0, default is 2.0
  1175. ;vivox_channel_roll_off = 2.0
  1176. ; channel max range: distance at which channel is silent
  1177. ; - a value between 0 and 160, default is 80
  1178. ;vivox_channel_max_range = 80
  1179. ; channel clamping distance: distance before attenuation applies
  1180. ; - a value between 0 and 160, default is 10
  1181. ;vivox_channel_clamping_distance = 10
  1182. [Groups]
  1183. Enabled = false
  1184. ; This is the current groups stub in Region.CoreModules.Avatar.Groups. All the other settings below only really
  1185. ; apply to the Flotsam/SimianGrid GroupsModule
  1186. Module = Default
  1187. ; This module can use a PHP XmlRpc server from the Flotsam project at http://code.google.com/p/flotsam/
  1188. ; or from the SimianGrid project at http://code.google.com/p/openmetaverse
  1189. ;Module = GroupsModule
  1190. ; Enable Group Notices
  1191. ;NoticesEnabled = true
  1192. ; This makes the Groups modules very chatty on the console.
  1193. DebugEnabled = false
  1194. ; Groups data is cached for this number of seconds before another request is made to the groups service
  1195. ; Set to 0 to disable the cache.
  1196. ; Default is 30 seconds
  1197. GroupsCacheTimeout = 30
  1198. ; Specify which messaging module to use for groups messaging and if it's enabled
  1199. MessagingModule = GroupsMessagingModule
  1200. ;MessagingEnabled = true
  1201. ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend
  1202. ; SimianGrid Service for Groups
  1203. ;ServicesConnectorModule = SimianGroupsServicesConnector
  1204. ;GroupsServerURI = http://mygridserver.com:82/Grid/
  1205. ; Flotsam XmlRpc Service for Groups
  1206. ;ServicesConnectorModule = XmlRpcGroupsServicesConnector
  1207. ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php
  1208. ; XmlRpc Security settings. These must match those set on your backend groups service if the service is using these keys
  1209. ;XmlRpcServiceReadKey = 1234
  1210. ;XmlRpcServiceWriteKey = 1234
  1211. ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests,
  1212. ; this is a work around fora problem discovered on some Windows based region servers.
  1213. ; Only disable keep alive if you see a large number (dozens) of the following Exceptions:
  1214. ; System.Net.WebException: The request was aborted: The request was canceled.
  1215. ; XmlRpcDisableKeepAlive = false
  1216. ; Minimum user level required to create groups
  1217. ;LevelGroupCreate = 0
  1218. [PacketPool]
  1219. ; Enables the experimental packet pool. Yes, we've been here before.
  1220. ;RecyclePackets = true;
  1221. ;RecycleDataBlocks = true;
  1222. [InterestManagement]
  1223. ; This section controls how state updates are prioritized for each client
  1224. ; Valid values are BestAvatarResponsiveness, Time, Distance,
  1225. ; SimpleAngularDistance, and FrontBack
  1226. UpdatePrioritizationScheme = BestAvatarResponsiveness
  1227. ReprioritizationEnabled = true
  1228. ReprioritizationInterval = 2000.0
  1229. RootReprioritizationDistance = 10.0
  1230. ChildReprioritizationDistance = 20.0
  1231. [Monitoring]
  1232. ; Enable region monitoring
  1233. ; If true, this will print out an error if more than a minute has passed since the last simulator frame
  1234. ; Also is another source of region statistics provided via the regionstats URL
  1235. Enabled = true
  1236. ; View region statistics via a web page
  1237. ; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page
  1238. ; Use a web browser and type in the "Login URI" + "/SStats/"
  1239. ; For example- http://127.0.0.1:9000/SStats/
  1240. [WebStats]
  1241. ; enabled=false
  1242. [MediaOnAPrim]
  1243. ; Enable media on a prim facilities
  1244. Enabled = true;
  1245. [NPC]
  1246. ;; Enable Non Player Character (NPC) facilities
  1247. Enabled = false
  1248. [Terrain]
  1249. InitialTerrain = "pinhead-island"
  1250. ;;
  1251. ;; If you are using a simian grid frontend you can enable
  1252. ;; this module to upload tile images for the mapping fn
  1253. ;;
  1254. [SimianGridMaptiles]
  1255. Enabled = False
  1256. MaptileURL = "http://www.mygrid.com/Grid/"
  1257. RefreshTime = 3600
  1258. ;;
  1259. ;; JsonStore module provides structured store for scripts
  1260. ;;
  1261. [JsonStore]
  1262. Enabled = False
  1263. ;;
  1264. ;; These are defaults that are overwritten below in [Architecture].
  1265. ;; These defaults allow OpenSim to work out of the box with
  1266. ;; zero configuration
  1267. ;;
  1268. [AssetService]
  1269. DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
  1270. AssetLoaderArgs = "assets/AssetSets.xml"
  1271. ; Disable this to prevent the default asset set from being inserted into the
  1272. ; asset store each time the region starts
  1273. AssetLoaderEnabled = true
  1274. [GridService]
  1275. ;; default standalone, overridable in StandaloneCommon.ini
  1276. StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
  1277. [AutoBackupModule]
  1278. ;; default is module is disabled at the top level
  1279. AutoBackupModuleEnabled = false
  1280. [Modules]
  1281. Include-modules = "addon-modules/*/config/*.ini"