diff options
author | UbitUmarov | 2015-09-30 02:45:11 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-30 02:45:11 +0100 |
commit | feb78b29104cc1c7f5d327bab45edd4d00a88944 (patch) | |
tree | 86a1e500e2824d5ca741c8af676dee38f8e63cf4 /bin | |
parent | remove some restrictions on NPCs creation (diff) | |
download | opensim-SC-feb78b29104cc1c7f5d327bab45edd4d00a88944.zip opensim-SC-feb78b29104cc1c7f5d327bab45edd4d00a88944.tar.gz opensim-SC-feb78b29104cc1c7f5d327bab45edd4d00a88944.tar.bz2 opensim-SC-feb78b29104cc1c7f5d327bab45edd4d00a88944.tar.xz |
add several options for NPC creation so abusive use can be reduced (restrictive by default) UNTESTED
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 52dc081..72695b8 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1114,6 +1114,21 @@ | |||
1114 | [NPC] | 1114 | [NPC] |
1115 | ;# {Enabled} {} {Enable Non Player Character (NPC) facilities} {true false} false | 1115 | ;# {Enabled} {} {Enable Non Player Character (NPC) facilities} {true false} false |
1116 | ; Enabled = false | 1116 | ; Enabled = false |
1117 | |||
1118 | ;; several options to control NPCs creation | ||
1119 | ;; should only be set true on special uses. | ||
1120 | |||
1121 | ;; allow NPCs to be created not Owned {true false} false | ||
1122 | ; AllowNotOwned = false | ||
1123 | |||
1124 | ;; allow NPCs to set to be sensed as Avatars {true false} false | ||
1125 | ; AllowSenseAsAvatar = false | ||
1126 | |||
1127 | ;; allow NPCs to created cloning any avatar in region {true false} false | ||
1128 | ; AllowCloneOtherAvatars = false | ||
1129 | |||
1130 | ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} false | ||
1131 | ; NoNPCGroup = false | ||
1117 | 1132 | ||
1118 | 1133 | ||
1119 | [Terrain] | 1134 | [Terrain] |