diff options
author | UbitUmarov | 2015-10-08 02:45:24 +0100 |
---|---|---|
committer | UbitUmarov | 2015-10-08 02:45:24 +0100 |
commit | 40dc2541ffa549691d93f57787d5e7ea85db92c7 (patch) | |
tree | 1a865c0f6d5134ceba8dfac54801c9bdb8d02a90 /bin/OpenSim.ini.example | |
parent | change NPC restriction options default from restricted to all allowed, as ma... (diff) | |
download | opensim-SC_OLD-40dc2541ffa549691d93f57787d5e7ea85db92c7.zip opensim-SC_OLD-40dc2541ffa549691d93f57787d5e7ea85db92c7.tar.gz opensim-SC_OLD-40dc2541ffa549691d93f57787d5e7ea85db92c7.tar.bz2 opensim-SC_OLD-40dc2541ffa549691d93f57787d5e7ea85db92c7.tar.xz |
change opensim.ini.example to reflect the changes to npc creation options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 72695b8..323a1e9 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1116,18 +1116,17 @@ | |||
1116 | ; Enabled = false | 1116 | ; Enabled = false |
1117 | 1117 | ||
1118 | ;; several options to control NPCs creation | 1118 | ;; several options to control NPCs creation |
1119 | ;; should only be set true on special uses. | ||
1120 | 1119 | ||
1121 | ;; allow NPCs to be created not Owned {true false} false | 1120 | ;; allow NPCs to be created not Owned {true false} default: true |
1122 | ; AllowNotOwned = false | 1121 | ; AllowNotOwned = false |
1123 | 1122 | ||
1124 | ;; allow NPCs to set to be sensed as Avatars {true false} false | 1123 | ;; allow NPCs to set to be sensed as Avatars {true false} default: true |
1125 | ; AllowSenseAsAvatar = false | 1124 | ; AllowSenseAsAvatar = false |
1126 | 1125 | ||
1127 | ;; allow NPCs to created cloning any avatar in region {true false} false | 1126 | ;; allow NPCs to created cloning any avatar in region {true false} default: true |
1128 | ; AllowCloneOtherAvatars = false | 1127 | ; AllowCloneOtherAvatars = false |
1129 | 1128 | ||
1130 | ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} false | 1129 | ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true |
1131 | ; NoNPCGroup = false | 1130 | ; NoNPCGroup = false |
1132 | 1131 | ||
1133 | 1132 | ||