aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2012-03-16 13:14:26 -0700
committerDiva Canto2012-03-16 13:14:26 -0700
commit9a643a1bb9256e9e27611c404b77641fdd34e33a (patch)
treea268c4b87a4f8d44862b61d0c9b8969732d1922a /bin
parentMore on map search: send extra messages to the user regarding the region bein... (diff)
downloadopensim-SC-9a643a1bb9256e9e27611c404b77641fdd34e33a.zip
opensim-SC-9a643a1bb9256e9e27611c404b77641fdd34e33a.tar.gz
opensim-SC-9a643a1bb9256e9e27611c404b77641fdd34e33a.tar.bz2
opensim-SC-9a643a1bb9256e9e27611c404b77641fdd34e33a.tar.xz
Terrain: added [Terrain] section with an option to load an initial flat terrain. Default is still pinhead island. I much rather have a flat land in the beginning.
Conflicts: bin/OpenSim.ini.example
Diffstat (limited to 'bin')
-rwxr-xr-xbin/OpenSim.ini.example4
-rw-r--r--bin/OpenSimDefaults.ini3
2 files changed, 6 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index a820ddf..7f25dfe 100755
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -36,7 +36,6 @@
36 36
37 37
38[Startup] 38[Startup]
39
40 ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) " 39 ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) "
41 ;; Console prompt 40 ;; Console prompt
42 ;; Certain special characters can be used to customize the prompt 41 ;; Certain special characters can be used to customize the prompt
@@ -773,6 +772,9 @@
773 ;# {Enabled} {} {Enable Non Player Character (NPC) facilities} {true false} false 772 ;# {Enabled} {} {Enable Non Player Character (NPC) facilities} {true false} false
774 ; Enabled = false 773 ; Enabled = false
775 774
775[Terrain]
776 ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island
777 ; InitialTerrain = "pinhead-island"
776 778
777[PrimLimitsModule] 779[PrimLimitsModule]
778 ;# {EnforcePrimLimits} {} {Enforce parcel prim limits} {true false} false 780 ;# {EnforcePrimLimits} {} {Enforce parcel prim limits} {true false} false
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index fab2c47..fd31131 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1512,6 +1512,9 @@
1512 ;; Enable Non Player Character (NPC) facilities 1512 ;; Enable Non Player Character (NPC) facilities
1513 Enabled = false 1513 Enabled = false
1514 1514
1515[Terrain]
1516 InitialTerrain = "pinhead-island"
1517
1515;; 1518;;
1516;; If you are using a simian grid frontend you can enable 1519;; If you are using a simian grid frontend you can enable
1517;; this module to upload tile images for the mapping fn 1520;; this module to upload tile images for the mapping fn