diff options
author | Diva Canto | 2012-03-16 13:14:26 -0700 |
---|---|---|
committer | Diva Canto | 2012-03-16 13:14:26 -0700 |
commit | 9a643a1bb9256e9e27611c404b77641fdd34e33a (patch) | |
tree | a268c4b87a4f8d44862b61d0c9b8969732d1922a /bin/OpenSim.ini.example | |
parent | More on map search: send extra messages to the user regarding the region bein... (diff) | |
download | opensim-SC_OLD-9a643a1bb9256e9e27611c404b77641fdd34e33a.zip opensim-SC_OLD-9a643a1bb9256e9e27611c404b77641fdd34e33a.tar.gz opensim-SC_OLD-9a643a1bb9256e9e27611c404b77641fdd34e33a.tar.bz2 opensim-SC_OLD-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/OpenSim.ini.example')
-rwxr-xr-x | bin/OpenSim.ini.example | 4 |
1 files changed, 3 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 |