diff options
author | Justin Clark-Casey (justincc) | 2012-07-20 23:18:41 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-20 23:18:41 +0100 |
commit | 13929613b171c90d4bf634ebb33bdb1180eea7ee (patch) | |
tree | 7270905eaf2b04f8ee78e912adf36dbe7836ec8e /bin/Regions/Regions.ini.example | |
parent | As per opensim-dev mailing list discussion, extend llGetDetectedType() to ret... (diff) | |
download | opensim-SC_OLD-13929613b171c90d4bf634ebb33bdb1180eea7ee.zip opensim-SC_OLD-13929613b171c90d4bf634ebb33bdb1180eea7ee.tar.gz opensim-SC_OLD-13929613b171c90d4bf634ebb33bdb1180eea7ee.tar.bz2 opensim-SC_OLD-13929613b171c90d4bf634ebb33bdb1180eea7ee.tar.xz |
Move RegionConfig.ini.example into bin/Regions/Regions.ini.example - all other example files are in the same directory as their real files.
Only files ending in .ini and .xml are actually loaded.
Also improves the help at the top of Regions.ini.example to mention that OpenSimulator would generate Regions.ini anyway on first startup.
Diffstat (limited to '')
-rw-r--r-- | bin/Regions/Regions.ini.example (renamed from bin/RegionConfig.ini.example) | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/bin/RegionConfig.ini.example b/bin/Regions/Regions.ini.example index ff00ddf..54a841d 100644 --- a/bin/RegionConfig.ini.example +++ b/bin/Regions/Regions.ini.example | |||
@@ -1,7 +1,11 @@ | |||
1 | ; * This file must be renamed to RegionConfig.ini and moved to the Regions/ | 1 | ; * This is an example region config file. |
2 | ; * subdirectory to work! | 2 | ; * |
3 | ; * | 3 | ; * If OpenSimulator is started up without any regions, it will ask you configuration questions to generate a Regions.ini file for you. |
4 | ; * You can put multiple regions into one file or make one file per region | 4 | ; * So there is no need to change this file directly, it is only for reference. |
5 | ; * However, if you prefer you can also copy this file to Regions.ini and appropriately change the parameters below. | ||
6 | ; * Only files ending with .ini and .xml in this directly will be loaded by OpenSimulator. | ||
7 | ; * | ||
8 | ; * You can multiple regions into one file or make one file per region | ||
5 | ; * The section name is the region name | 9 | ; * The section name is the region name |
6 | ; * | 10 | ; * |
7 | 11 | ||