diff options
author | UbitUmarov | 2016-11-12 14:07:40 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-12 14:07:40 +0000 |
commit | b6329fb784669e60f0eacb9610fd70e7f551453c (patch) | |
tree | f3bf6a82a418e71bc990e745bab911cf4381a4e5 /bin/OpenSim.ini.example | |
parent | ubOde fix a multhreading timming issue (diff) | |
download | opensim-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
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 16 |
1 files changed, 8 insertions, 8 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] |