diff options
author | Justin Clark-Casey (justincc) | 2012-09-20 01:40:05 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-09-20 01:40:05 +0100 |
commit | f2a9d26118f87903564990ff220d642801767c25 (patch) | |
tree | 382b8b2806f8c8fb39f699f654dacb8ac488d912 /bin/OpenSimDefaults.ini | |
parent | Update libopenjpeg libraries used by libopenmetaverse back up to 1.5, this ti... (diff) | |
download | opensim-SC_OLD-f2a9d26118f87903564990ff220d642801767c25.zip opensim-SC_OLD-f2a9d26118f87903564990ff220d642801767c25.tar.gz opensim-SC_OLD-f2a9d26118f87903564990ff220d642801767c25.tar.bz2 opensim-SC_OLD-f2a9d26118f87903564990ff220d642801767c25.tar.xz |
Make ResendAppearanceUpdates = true by default in [Appearance] in OpenSimDefaults.ini.
This resends appearance uuids to avatars in the scene once a minute.
I have seen this help in the past resolve grey appearance problems where viewers have for unknown reasons sometimes ignored the packet.
The overhead is very small since only the UUIDs are sent - the viewer then requests the texture only if it does not have it cached.
This setting will not help with cloudy avatars which are usually due to the viewer not uploading baked texture data or uploading something that isn't valid JPEG2000
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index ef4f578..315ffbe 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -673,8 +673,7 @@ | |||
673 | ; If true, avatar appearance information is resent to other avatars in the simulator every 60 seconds. | 673 | ; If true, avatar appearance information is resent to other avatars in the simulator every 60 seconds. |
674 | ; This may help with some situations where avatars are persistently grey, though it will not help | 674 | ; This may help with some situations where avatars are persistently grey, though it will not help |
675 | ; in other situations (e.g. appearance baking failures where the avatar only appears as a cloud to others). | 675 | ; in other situations (e.g. appearance baking failures where the avatar only appears as a cloud to others). |
676 | ; This setting is experimental. | 676 | ResendAppearanceUpdates = true |
677 | ResendAppearanceUpdates = false | ||
678 | 677 | ||
679 | 678 | ||
680 | [Attachments] | 679 | [Attachments] |