aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorAdam Frisby2008-04-11 04:21:29 +0000
committerAdam Frisby2008-04-11 04:21:29 +0000
commit00b8e04eceab48cd1fb10791c3ddb55409ce3169 (patch)
tree15e2c49f72b681ad1c13e9795ff94ab3d4d40af7 /bin
parent* Updated MapImageModule to support primitives showing on the world map image... (diff)
downloadopensim-SC_OLD-00b8e04eceab48cd1fb10791c3ddb55409ce3169.zip
opensim-SC_OLD-00b8e04eceab48cd1fb10791c3ddb55409ce3169.tar.gz
opensim-SC_OLD-00b8e04eceab48cd1fb10791c3ddb55409ce3169.tar.bz2
opensim-SC_OLD-00b8e04eceab48cd1fb10791c3ddb55409ce3169.tar.xz
* Added a "regionload_regionsdir" option to OpenSim.ini which determines where Region.XML files are stored. If not set, it will default to the usual location.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index cbf5591..85a24e6 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1,6 +1,9 @@
1[Startup] 1[Startup]
2gridmode = false 2gridmode = false
3 3
4; Determines where the region XML files are stored.
5; regionload_regionsdir="C:\somewhere\xmlfiles\"
6
4; ## 7; ##
5; ## STORAGE 8; ## STORAGE
6; ## 9; ##