diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/OpenSim.ini.example | 4 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
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 |