Feature Request: Add MiniMapPrimMaxAltitudeDelta and MiniMapPrimMaxAltitudeDeltaOwn to debug settings for users to configure how much altitude difference prims can have to be shown on the minimap

This commit is contained in:
Inusaito Sayori
2013-10-10 04:29:12 -04:00
parent 3fad577f2b
commit 13e25cfe6a
2 changed files with 29 additions and 3 deletions

View File

@@ -10041,6 +10041,28 @@ This should be as low as possible, but too low may break functionality</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>MiniMapPrimMaxAltitudeDelta</key>
<map>
<key>Comment</key>
<string>Max allowed altitude difference between your avatar and prims others own for them to be displayed on the minimap (0 means unlimited).</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>U32</string>
<key>Value</key>
<real>256</real>
</map>
<key>MiniMapPrimMaxAltitudeDeltaOwn</key>
<map>
<key>Comment</key>
<string>Max allowed altitude difference between your avatar and prims you own for them to be displayed on the minimap (0 means unlimited).</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>U32</string>
<key>Value</key>
<real>0</real>
</map>
<key>MiniMapPrimMaxRadius</key>
<map>
<key>Comment</key>