diff options
author | David Walter Seikel | 2016-11-28 00:05:27 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-28 00:05:27 +1000 |
commit | 87906580d21f143beca26e03bbffbdab6b97274e (patch) | |
tree | d9fc80bb4d51830493a74a29f8e6c926060d8025 /config/OpenSimDefaults.ini | |
parent | Script for migrating groups to the built in core version. (diff) | |
download | opensim-SC_OLD-87906580d21f143beca26e03bbffbdab6b97274e.zip opensim-SC_OLD-87906580d21f143beca26e03bbffbdab6b97274e.tar.gz opensim-SC_OLD-87906580d21f143beca26e03bbffbdab6b97274e.tar.bz2 opensim-SC_OLD-87906580d21f143beca26e03bbffbdab6b97274e.tar.xz |
Twiddle avatar baking settings.
Diffstat (limited to '')
-rw-r--r-- | config/OpenSimDefaults.ini | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/OpenSimDefaults.ini b/config/OpenSimDefaults.ini index 708e683..5000172 100644 --- a/config/OpenSimDefaults.ini +++ b/config/OpenSimDefaults.ini | |||
@@ -850,16 +850,15 @@ | |||
850 | ; by the very chatty dialog that sets appearance when an avatar | 850 | ; by the very chatty dialog that sets appearance when an avatar |
851 | ; logs in or teleports into a region; values are in seconds | 851 | ; logs in or teleports into a region; values are in seconds |
852 | DelayBeforeAppearanceSave = 5 | 852 | DelayBeforeAppearanceSave = 5 |
853 | DelayBeforeAppearanceSend = 2 | ||
854 | 853 | ||
855 | ; If true, avatar appearance information is resent to other avatars in the simulator every 60 seconds. | 854 | ; If true, avatar appearance information is resent to other avatars in the simulator every 60 seconds. |
856 | ; This may help with some situations where avatars are persistently grey, though it will not help | 855 | ; This may help with some situations where avatars are persistently grey, though it will not help |
857 | ; in other situations (e.g. appearance baking failures where the avatar only appears as a cloud to others). | 856 | ; in other situations (e.g. appearance baking failures where the avatar only appears as a cloud to others). |
858 | ResendAppearanceUpdates = false | 857 | ResendAppearanceUpdates = true |
859 | 858 | ||
860 | ; Turning this on responds to CachedTexture packets to possibly avoid rebaking the avatar | 859 | ; Turning this on responds to CachedTexture packets to possibly avoid rebaking the avatar |
861 | ; on every login | 860 | ; on every login |
862 | ReuseTextures = false | 861 | ReuseTextures = true |
863 | 862 | ||
864 | 863 | ||
865 | [Attachments] | 864 | [Attachments] |