diff options
author | BlueWall | 2012-07-08 22:49:36 -0400 |
---|---|---|
committer | BlueWall | 2012-07-08 22:50:56 -0400 |
commit | 1a2ab7bc691192f4a263d3d57e2d83bb05f8c69c (patch) | |
tree | f8a6778800d8338fb3cc40db5c0dbab74fed50c6 /bin | |
parent | Add more keys for OpenSim.ini.defaults automation (diff) | |
download | opensim-SC_OLD-1a2ab7bc691192f4a263d3d57e2d83bb05f8c69c.zip opensim-SC_OLD-1a2ab7bc691192f4a263d3d57e2d83bb05f8c69c.tar.gz opensim-SC_OLD-1a2ab7bc691192f4a263d3d57e2d83bb05f8c69c.tar.bz2 opensim-SC_OLD-1a2ab7bc691192f4a263d3d57e2d83bb05f8c69c.tar.xz |
More keys for automated ini processing
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 661abc0..33eaccb 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -364,10 +364,14 @@ | |||
364 | ; SMTP_SERVER_PASSWORD = "" | 364 | ; SMTP_SERVER_PASSWORD = "" |
365 | 365 | ||
366 | [Network] | 366 | [Network] |
367 | |||
368 | ;# {ConsoleUser} {} {User name for console account} {} | ||
367 | ;; Configure the remote console user here. This will not actually be used | 369 | ;; Configure the remote console user here. This will not actually be used |
368 | ;; unless you use -console=rest at startup. | 370 | ;; unless you use -console=rest at startup. |
369 | ; ConsoleUser = "Test" | 371 | ; ConsoleUser = "Test" |
372 | ;# {ConsolePass} {} {Password for console account} {} | ||
370 | ; ConsolePass = "secret" | 373 | ; ConsolePass = "secret" |
374 | ;# {console_port} {} {Port for console connections} {} 0 | ||
371 | ; console_port = 0 | 375 | ; console_port = 0 |
372 | 376 | ||
373 | ;# {http_listener_port} {} {TCP Port for this simulator to listen on? (This must be unique to the simulator!)} {} 9000 | 377 | ;# {http_listener_port} {} {TCP Port for this simulator to listen on? (This must be unique to the simulator!)} {} 9000 |
@@ -431,11 +435,14 @@ | |||
431 | 435 | ||
432 | 436 | ||
433 | [SimulatorFeatures] | 437 | [SimulatorFeatures] |
438 | |||
439 | ;# {MapImageServerURI} {} {URL for the map server} {} | ||
434 | ; Experimental new information sent in SimulatorFeatures cap for Kokua viewers | 440 | ; Experimental new information sent in SimulatorFeatures cap for Kokua viewers |
435 | ; meant to override the MapImage and search server url given at login, and varying | 441 | ; meant to override the MapImage and search server url given at login, and varying |
436 | ; on a sim-basis. | 442 | ; on a sim-basis. |
437 | ; Viewers that don't understand it, will ignore it | 443 | ; Viewers that don't understand it, will ignore it |
438 | ;MapImageServerURI = "http://127.0.0.1:9000/" | 444 | ;MapImageServerURI = "http://127.0.0.1:9000/" |
445 | ;# {SearchServerURI} {} {URL of the search server} {} | ||
439 | ;SearchServerURI = "http://127.0.0.1:9000/" | 446 | ;SearchServerURI = "http://127.0.0.1:9000/" |
440 | 447 | ||
441 | 448 | ||
@@ -629,6 +636,7 @@ | |||
629 | 636 | ||
630 | 637 | ||
631 | [Economy] | 638 | [Economy] |
639 | ;# {SellEnabled} {} {Enable selling for 0?} {true false} true | ||
632 | ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). | 640 | ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). |
633 | ; There is no intention to implement anything further in core OpenSimulator. | 641 | ; There is no intention to implement anything further in core OpenSimulator. |
634 | ; This functionality has to be provided by third party modules. | 642 | ; This functionality has to be provided by third party modules. |
@@ -636,9 +644,11 @@ | |||
636 | ;; Enables selling things for $0. Default is true. | 644 | ;; Enables selling things for $0. Default is true. |
637 | ; SellEnabled = true | 645 | ; SellEnabled = true |
638 | 646 | ||
647 | ;# {PriceUpload} {} {Price for uploading?} {} 0 | ||
639 | ;; Money Unit fee to upload textures, animations etc. Default is 0. | 648 | ;; Money Unit fee to upload textures, animations etc. Default is 0. |
640 | ; PriceUpload = 0 | 649 | ; PriceUpload = 0 |
641 | 650 | ||
651 | ;# {PriceGroupCreate} {} {Fee for group creation} {} 0 | ||
642 | ;; Money Unit fee to create groups. Default is 0. | 652 | ;; Money Unit fee to create groups. Default is 0. |
643 | ; PriceGroupCreate = 0 | 653 | ; PriceGroupCreate = 0 |
644 | 654 | ||
@@ -748,32 +758,41 @@ | |||
748 | ; If both Allow_ and Creators_ are given, effective permissions | 758 | ; If both Allow_ and Creators_ are given, effective permissions |
749 | ; are the union of the two. | 759 | ; are the union of the two. |
750 | 760 | ||
761 | ;# {EventLimit} {} {Amount of time a script can spend in an event handler} {} 30 | ||
751 | ;; Time a script can spend in an event handler before it is interrupted | 762 | ;; Time a script can spend in an event handler before it is interrupted |
752 | ; EventLimit = 30 | 763 | ; EventLimit = 30 |
753 | 764 | ||
765 | ;# {KillTimedOutScripts} {} {Kill script in case of event time overruns?} {true false} false | ||
754 | ;; If a script overruns it's event limit, kill the script? | 766 | ;; If a script overruns it's event limit, kill the script? |
755 | ; KillTimedOutScripts = false | 767 | ; KillTimedOutScripts = false |
756 | 768 | ||
769 | ;# {ScriptDelayFactor} {} {Multiplier for scripting delays} {} 1.0 | ||
757 | ;; Sets the multiplier for the scripting delays | 770 | ;; Sets the multiplier for the scripting delays |
758 | ; ScriptDelayFactor = 1.0 | 771 | ; ScriptDelayFactor = 1.0 |
759 | 772 | ||
773 | ;# {ScriptDistanceLimitFactor} {} {Multiplier for 10.0m distance limits?} {} | ||
760 | ;; The factor the 10 m distances limits are multiplied by | 774 | ;; The factor the 10 m distances limits are multiplied by |
761 | ; ScriptDistanceLimitFactor = 1.0 | 775 | ; ScriptDistanceLimitFactor = 1.0 |
762 | 776 | ||
777 | ;# {NotecardLineReadCharsMax} {} {Maximum length of notecard line?} {} 255 | ||
763 | ;; Maximum length of notecard line read | 778 | ;; Maximum length of notecard line read |
764 | ;; Increasing this to large values potentially opens | 779 | ;; Increasing this to large values potentially opens |
765 | ;; up the system to malicious scripters | 780 | ;; up the system to malicious scripters |
766 | ; NotecardLineReadCharsMax = 255 | 781 | ; NotecardLineReadCharsMax = 255 |
767 | 782 | ||
783 | ;# {SensorMaxRange} {} {Sensor range} {} 96.0 | ||
768 | ;; Sensor settings | 784 | ;; Sensor settings |
769 | ; SensorMaxRange = 96.0 | 785 | ; SensorMaxRange = 96.0 |
786 | ;# {SensorMaxResults} {} {Max sensor results returned?} {} | ||
770 | ; SensorMaxResults = 16 | 787 | ; SensorMaxResults = 16 |
771 | 788 | ||
789 | ;# {DisableUndergroundMovement} {} {Disable underground movement of prims} {true false} true | ||
772 | ;; Disable underground movement of prims (default true); set to | 790 | ;; Disable underground movement of prims (default true); set to |
773 | ;; false to allow script controlled underground positioning of | 791 | ;; false to allow script controlled underground positioning of |
774 | ;; prims | 792 | ;; prims |
775 | ; DisableUndergroundMovement = true | 793 | ; DisableUndergroundMovement = true |
776 | 794 | ||
795 | ;# {ScriptEnginesPath} {} {Path to script assemblies} {} ScriptEngines | ||
777 | ;; Path to script engine assemblies | 796 | ;; Path to script engine assemblies |
778 | ;; Default is ./bin/ScriptEngines | 797 | ;; Default is ./bin/ScriptEngines |
779 | ; ScriptEnginesPath = "ScriptEngines" | 798 | ; ScriptEnginesPath = "ScriptEngines" |