diff options
author | Justin Clarke Casey | 2009-03-11 21:30:30 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-11 21:30:30 +0000 |
commit | 6d5f79c29f8df86c0183fed3fe094cf80fddc182 (patch) | |
tree | 9e64438f2874a7cc9c0aecc0938d6a1988f1be93 /bin/config.preview.donotuseyet/region/scripting/regionready.ini.example | |
parent | * Reverted r8750 to do another round of debugging on mantis #3287 (diff) | |
download | opensim-SC_OLD-6d5f79c29f8df86c0183fed3fe094cf80fddc182.zip opensim-SC_OLD-6d5f79c29f8df86c0183fed3fe094cf80fddc182.tar.gz opensim-SC_OLD-6d5f79c29f8df86c0183fed3fe094cf80fddc182.tar.bz2 opensim-SC_OLD-6d5f79c29f8df86c0183fed3fe094cf80fddc182.tar.xz |
* Preliminary preview of a split of a split for OpenSim.ini.example into separate .ini.example files in a config/ directory
Diffstat (limited to 'bin/config.preview.donotuseyet/region/scripting/regionready.ini.example')
-rw-r--r-- | bin/config.preview.donotuseyet/region/scripting/regionready.ini.example | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/config.preview.donotuseyet/region/scripting/regionready.ini.example b/bin/config.preview.donotuseyet/region/scripting/regionready.ini.example new file mode 100644 index 0000000..611b81b --- /dev/null +++ b/bin/config.preview.donotuseyet/region/scripting/regionready.ini.example | |||
@@ -0,0 +1,19 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | ||
2 | ; please copy/rename this file from .ini.example file to .ini. For example | ||
3 | ; | ||
4 | ; chat.ini.example => chat.ini | ||
5 | ; | ||
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
7 | ; | ||
8 | |||
9 | [RegionReady] | ||
10 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled | ||
11 | ; default is false | ||
12 | enabled = false | ||
13 | |||
14 | ; Channel on which to signal region readiness through a message | ||
15 | ; formatted as follows: "{0|1},n,[oar error]" | ||
16 | ; - the first number indicating whether the OAR file loaded ok (1 == ok, 0 == error) | ||
17 | ; - the second number indicates how many scrips failed to compile | ||
18 | ; - "oar error" if supplied, provides the error message from the OAR load | ||
19 | channel_notify = -800 | ||