diff options
author | UbitUmarov | 2016-11-16 13:07:23 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-16 13:07:23 +0000 |
commit | ec8393571f88ab54a47ffcb91d0f82a815a682ad (patch) | |
tree | 362b08a13538a55ef2bff7a3e4290341ce9f159c /bin/OpenSim.ini.example | |
parent | Merge branch 'master' into httptests (diff) | |
parent | fix parsing of a vector4 and storing on a lsl quaternion needed for lightSha... (diff) | |
download | opensim-SC-ec8393571f88ab54a47ffcb91d0f82a815a682ad.zip opensim-SC-ec8393571f88ab54a47ffcb91d0f82a815a682ad.tar.gz opensim-SC-ec8393571f88ab54a47ffcb91d0f82a815a682ad.tar.bz2 opensim-SC-ec8393571f88ab54a47ffcb91d0f82a815a682ad.tar.xz |
Merge branch 'master' into httptests
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7d74fe3..b9e3351 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -729,12 +729,6 @@ | |||
729 | ;; then you might want to try setting this to false. | 729 | ;; then you might want to try setting this to false. |
730 | ; mesh_sculpted_prim = true | 730 | ; mesh_sculpted_prim = true |
731 | 731 | ||
732 | ;# {use_NINJA_physics_joints} {[Startup]physics:OpenDynamicsEngine} {Use jointed (NINJA) physics?} {true false} false | ||
733 | ;; If you would like physics joints to be enabled through a special naming | ||
734 | ;; convention in the client, set this to true. | ||
735 | ;; (see NINJA Physics, http://opensimulator.org/wiki/NINJA_Physics) | ||
736 | ; use_NINJA_physics_joints = false | ||
737 | |||
738 | [RemoteAdmin] | 732 | [RemoteAdmin] |
739 | ;; This is the remote admin module, which uses XMLRPC requests to | 733 | ;; This is the remote admin module, which uses XMLRPC requests to |
740 | ;; manage regions from a web interface. | 734 | ;; manage regions from a web interface. |
@@ -1171,17 +1165,21 @@ | |||
1171 | 1165 | ||
1172 | ;; several options to control NPCs creation | 1166 | ;; several options to control NPCs creation |
1173 | 1167 | ||
1168 | ;# {AllowNotOwned} {} {allow NPCs to be created not Owned} {true false} true | ||
1174 | ;; allow NPCs to be created not Owned {true false} default: true | 1169 | ;; allow NPCs to be created not Owned {true false} default: true |
1175 | ; AllowNotOwned = false | 1170 | ; AllowNotOwned = true |
1176 | 1171 | ||
1172 | ;# {AllowSenseAsAvatar} {} {allow NPCs to set to be sensed as Avatars} {true false} true | ||
1177 | ;; allow NPCs to set to be sensed as Avatars {true false} default: true | 1173 | ;; allow NPCs to set to be sensed as Avatars {true false} default: true |
1178 | ; AllowSenseAsAvatar = false | 1174 | ; AllowSenseAsAvatar = true |
1179 | 1175 | ||
1176 | ;# {AllowCloneOtherAvatars} {} {allow NPCs to created cloning any avatar in region} {true false} true | ||
1180 | ;; allow NPCs to created cloning any avatar in region {true false} default: true | 1177 | ;; allow NPCs to created cloning any avatar in region {true false} default: true |
1181 | ; AllowCloneOtherAvatars = false | 1178 | ; AllowCloneOtherAvatars = true |
1182 | 1179 | ||
1180 | ;# {NoNPCGroup} {} {if true NPCs will have no group title, if false display "- NPC -"} {true false} true | ||
1183 | ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true | 1181 | ;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true |
1184 | ; NoNPCGroup = false | 1182 | ; NoNPCGroup = true |
1185 | 1183 | ||
1186 | 1184 | ||
1187 | [Terrain] | 1185 | [Terrain] |