aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2016-11-12 14:07:40 +0000
committerUbitUmarov2016-11-12 14:07:40 +0000
commitb6329fb784669e60f0eacb9610fd70e7f551453c (patch)
treef3bf6a82a418e71bc990e745bab911cf4381a4e5
parentubOde fix a multhreading timming issue (diff)
downloadopensim-SC_OLD-b6329fb784669e60f0eacb9610fd70e7f551453c.zip
opensim-SC_OLD-b6329fb784669e60f0eacb9610fd70e7f551453c.tar.gz
opensim-SC_OLD-b6329fb784669e60f0eacb9610fd70e7f551453c.tar.bz2
opensim-SC_OLD-b6329fb784669e60f0eacb9610fd70e7f551453c.tar.xz
mantis 8055: fix default value of npc options
-rw-r--r--bin/OpenSim.ini.example16
-rw-r--r--bin/OpenSimDefaults.ini8
2 files changed, 12 insertions, 12 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f6466b5..5103e71 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1132,21 +1132,21 @@
1132 1132
1133 ;; several options to control NPCs creation 1133 ;; several options to control NPCs creation
1134 1134
1135 ;# {AllowNotOwned} {} {allow NPCs to be created not Owned} {true false} false 1135 ;# {AllowNotOwned} {} {allow NPCs to be created not Owned} {true false} true
1136 ;; allow NPCs to be created not Owned {true false} default: true 1136 ;; allow NPCs to be created not Owned {true false} default: true
1137 ; AllowNotOwned = false 1137 ; AllowNotOwned = true
1138 1138
1139 ;# {AllowSenseAsAvatar} {} {allow NPCs to set to be sensed as Avatars} {true false} false 1139 ;# {AllowSenseAsAvatar} {} {allow NPCs to set to be sensed as Avatars} {true false} true
1140 ;; allow NPCs to set to be sensed as Avatars {true false} default: true 1140 ;; allow NPCs to set to be sensed as Avatars {true false} default: true
1141 ; AllowSenseAsAvatar = false 1141 ; AllowSenseAsAvatar = true
1142 1142
1143 ;# {AllowCloneOtherAvatars} {} {allow NPCs to created cloning any avatar in region} {true false} false 1143 ;# {AllowCloneOtherAvatars} {} {allow NPCs to created cloning any avatar in region} {true false} true
1144 ;; allow NPCs to created cloning any avatar in region {true false} default: true 1144 ;; allow NPCs to created cloning any avatar in region {true false} default: true
1145 ; AllowCloneOtherAvatars = false 1145 ; AllowCloneOtherAvatars = true
1146 1146
1147 ;# {NoNPCGroup} {} {if true NPCs will have no group title, if false display "- NPC -"} {true false} false 1147 ;# {NoNPCGroup} {} {if true NPCs will have no group title, if false display "- NPC -"} {true false} true
1148 ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true 1148 ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true
1149 ; NoNPCGroup = false 1149 ; NoNPCGroup = true
1150 1150
1151 1151
1152[Terrain] 1152[Terrain]
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 906c7bc..3553002 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -2126,16 +2126,16 @@
2126 ;; several options to control NPCs creation 2126 ;; several options to control NPCs creation
2127 2127
2128 ;; allow NPCs to be created not Owned {true false} default: true 2128 ;; allow NPCs to be created not Owned {true false} default: true
2129 ; AllowNotOwned = false 2129 ; AllowNotOwned = true
2130 2130
2131 ;; allow NPCs to set to be sensed as Avatars {true false} default: true 2131 ;; allow NPCs to set to be sensed as Avatars {true false} default: true
2132 ; AllowSenseAsAvatar = false 2132 ; AllowSenseAsAvatar = true
2133 2133
2134 ;; allow NPCs to created cloning any avatar in region {true false} default: true 2134 ;; allow NPCs to created cloning any avatar in region {true false} default: true
2135 ; AllowCloneOtherAvatars = false 2135 ; AllowCloneOtherAvatars = true
2136 2136
2137 ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true 2137 ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true
2138 ; NoNPCGroup = false 2138 ; NoNPCGroup = true
2139 2139
2140[Terrain] 2140[Terrain]
2141 ; Values can be "pinhead-island" or "flat" 2141 ; Values can be "pinhead-island" or "flat"