diff options
author | Justin Clark-Casey (justincc) | 2011-08-03 04:33:45 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-03 04:33:45 +0100 |
commit | 797def8aa4a009ba3bc44d6b73e063e4bb61ba97 (patch) | |
tree | 7a664006c501c0a500b6cb413646675bb06accc7 /bin | |
parent | Do a partial fix/implementation of OSSL osNpcMoveTo() (diff) | |
download | opensim-SC_OLD-797def8aa4a009ba3bc44d6b73e063e4bb61ba97.zip opensim-SC_OLD-797def8aa4a009ba3bc44d6b73e063e4bb61ba97.tar.gz opensim-SC_OLD-797def8aa4a009ba3bc44d6b73e063e4bb61ba97.tar.bz2 opensim-SC_OLD-797def8aa4a009ba3bc44d6b73e063e4bb61ba97.tar.xz |
Put config to enable disable [NPC] module.
Default is disabled. You will need to explicitly enable to toy with this.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 6 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 5da80c0..1a87b79 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -716,6 +716,12 @@ | |||
716 | ; Enabled = true; | 716 | ; Enabled = true; |
717 | 717 | ||
718 | 718 | ||
719 | [NPC] | ||
720 | ;# {Enabled} {} {Enable Non Player Character (NPC) facilities} {true false} false | ||
721 | ;; Enable media on a prim facilities | ||
722 | ; Enabled = false | ||
723 | |||
724 | |||
719 | [PrimLimitsModule] | 725 | [PrimLimitsModule] |
720 | ;# {EnforcePrimLimits} {} {Enforce parcel prim limits} {true false} false | 726 | ;# {EnforcePrimLimits} {} {Enforce parcel prim limits} {true false} false |
721 | ;; Enable parcel prim limits. Off by default to emulate pre-existing behavior. | 727 | ;; Enable parcel prim limits. Off by default to emulate pre-existing behavior. |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 59088c4..d74f373 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1366,6 +1366,10 @@ | |||
1366 | ; Enable media on a prim facilities | 1366 | ; Enable media on a prim facilities |
1367 | Enabled = true; | 1367 | Enabled = true; |
1368 | 1368 | ||
1369 | [NPC] | ||
1370 | ;; Enable media on a prim facilities | ||
1371 | Enabled = false | ||
1372 | |||
1369 | ;; | 1373 | ;; |
1370 | ;; If you are using a simian grid frontend you can enable | 1374 | ;; If you are using a simian grid frontend you can enable |
1371 | ;; this module to upload tile images for the mapping fn | 1375 | ;; this module to upload tile images for the mapping fn |