aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config.preview.donotuseyet/region/scripting/regionready.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config.preview.donotuseyet/region/scripting/regionready.ini.example')
-rw-r--r--bin/config.preview.donotuseyet/region/scripting/regionready.ini.example20
1 files changed, 0 insertions, 20 deletions
diff --git a/bin/config.preview.donotuseyet/region/scripting/regionready.ini.example b/bin/config.preview.donotuseyet/region/scripting/regionready.ini.example
deleted file mode 100644
index e64139e..0000000
--- a/bin/config.preview.donotuseyet/region/scripting/regionready.ini.example
+++ /dev/null
@@ -1,20 +0,0 @@
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: "{server_startup|oar_file_load},{0|1},n,[oar error]"
16 ; - the first field indicating whether this is an initial server startup
17 ; - the second field is a number indicating whether the OAR file loaded ok (1 == ok, 0 == error)
18 ; - the third field is a number indicating how many scripts failed to compile
19 ; - "oar error" if supplied, provides the error message from the OAR load
20 channel_notify = -800