diff options
-rw-r--r-- | bin/OpenSim.ini.example | 16 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
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" |