Table of Contents

Ruth HUDs

Encryption

I have an implemention of Fred's XTEA encryption idea using the r2_xtea.lsl script. The control and receiver scripts will auto-detect r2_xtea and use it if it is present.

One HUD To Rule Them All

I have combined the various smaller HUDs created for Ruth into a single multi-pane HUD. You too can build it from scratch following the steps below. The primary assembly script is configured with the UUIDs of the full perm textures that I have already loaded into Second Life and OSGrid. Users on other grids will need to upload those textures and modify the hud-maker script accordingly.

So here is the steps I took to build the current (ss-q) combined HUD:

Now to prepare the body!

Roth2 v2

Roth2 v2 is a complete mesh body in one bit of mesh and 8 faces. The original import includes eyes that are linked to the body. We need a root prim added…

Ruth2 v3

The current HUD script is not compatible with Ruth2 v3 as the alpha cuts are radically different. Version ss-r of the HUD controller script has the Ruth2 v3 body mapping in it but also requires the old Alpha HUD with the unrigged doll mesh.


Alpha HUD Data

Button

Buttons are known internally as groups, why? Because it isn't always going to be a button controlling things and they operate on one or more faces at once.

Data Structures

This storage method for alpha state allows us to keep an arbitrary number of saved states in a list where each set is a single JSON string. These strings are human-readable, and could even be put into notecards or easily passed between scripts as required.

Use