Creating HUDs

From Second Life Wiki
Jump to navigation Jump to search

What's a HUD?

In Second Life, objects can be worn on one of the eight HUD (short for heads-up display) attachment points). HUDs are essential to understand, since every SL Resident eventually comes across them sooner or later.

A HUD typically consists of a control panel with different buttons you can click on to do context-specific stuff. Some HUDs are "passive" and only meant to be looked at, not touched.

While general attachments appear on your avatar's body and other Residents can see them, HUDs are only visible to you and have a fixed viewpoint, similar to how they're used in video games and apps. However, the scripted effects of a HUD, like emitted chat, can be visible to other Residents and objects.

HUDs are an evolution of user interaction in SL: before HUDs, Residents were limited to typing commands in chat or touch dialogs (pop-up windows with choices to click on). These methods are still used — sometimes in tandem with HUDs — but HUDs are often more visually attractive and user-friendly, making them approachable.

Objects specifically designed to be used like that may have "HUD" in their name to tell you where they'll appear, or they may have "(wear me)" in their name.

Video coming from Torley in the future...

What are HUDs used for?

HUDs are used in many kinds of products where information needs to be directly communicated to you. Popular uses:

  • Animation overrides - Click buttons to change how your avatar looks when moving. Turn off the AO if animations conflict with sitting on furniture.
  • Books - HUDs are useful for viewing info that may be tricky to camera-zoom in on, or you simply don't want others to see it.
  • Combat systems and games - See your health, stamina, experience points, and other relevant in-game info. Use special powers (cast spells in an RPG) to attack enemies. An HUD can be a whole game experience, similar to casual gaming in a web browser. (In fact, with Shared Media, an HUD can show Flash-based games.)
  • Customizable attachments - Click color swatches to change your hair, clothes, shoes, or more exotic accessories like neko tail and ears. Make particle effects (like fire and smoke).
  • Multi-tools - Gadgets that have a lot of practical functionality in one HUD. Be alerted when other avatars are nearby (including when you want privacy). Eject intruders from your land. Get region performance stats. And many more.
  • Photo enhancements - Show a fancy frame around your Viewer window to add an ornamental touch when taking snapshots.
  • Vehicles - Dashboards with speedometers and remaining fuel. Camera angles can be changed. Some cars even have a "turbo" or Back To The Future-esque "fly" button.
KBtip2.png Tip: You can browse and buy many HUDs on the Second Life Marketplace.

How do I use an HUD?

Details depend on the specific HUD but since it's broadly useful to know how things typically behave here: after you get a HUD (and unpack it if necessary), it appears in your inventory, perhaps in a folder (with notecard instructions and a landmark to the store it came from). If the creator's been thoughtful, they've provided help for its further use, whether that's the aforementioned notecard — or the help is accessed by clicking a help button on the HUD itself.

Right-click the HUD and select Wear to automatically attach it to the point the HUD creator set when they made it. If there are buttons, they may be labeled, and you can often safely explore by clicking them to see what they do.

Can any object be attached as a HUD?

Yes. Any Second Life object can be attached to any attachment point, including HUD ones. However, attaching something that's not designed as an HUD may not be very useful. For example, attaching a house object may show up as a big, wood-textured square that obscures your field of view.

Troubleshooting HUDs

How do I move my HUDs?

HUDs are usually positioned towards a corner so they don't obscure your field of view (unless that's desired).

Once an HUD is worn:

  1. Right-click the HUD onscreen (not in your inventory) and select Edit.
  2. Drag the arrowheads to reposition the HUD.

The HUD remembers where it is the next time you login. In some circumstances (like a sudden Viewer crash), the HUD may forget its position, so use this workaround in addition to the above:

  1. Right-click the HUD and select Detach.
  2. Find the HUD in your inventory, right-click it and select Wear.

Why does wearing one HUD make another HUD disappear?

These HUDs are being worn on the same attachment point. There are eight HUD attachment points: Center 2, Top Right, Top, Top Left, Center, Bottom Left, Bottom, and Bottom Right. Despite their names, these only indicate where an HUD is initially positioned when you first wear it — as described above, you can always move them around as you wish.

To solve this:

  1. In your inventory, right-click one of the HUD and select Attach To HUD. In brackets, it shows you which point(s) other HUD(s) are currently attached to. Select a different attachment point that isn't already occupied.
  2. Move the HUD according to your taste using the above steps.

I can't see my HUD!

There are a couple possible solutions:

The HUD is off-screen

HUDs scale depending on your Viewer window resolution. For example, if you shrink the window, they become smaller. Since you may not have the same window resolution another Resident does, wearing the same HUDs may look very different in size and position. HUDs can also be rendered off-screen. To see it again:

  1. Right-click the HUD in your inventory and select Detach From Yourself.
  2. Right-click the HUD again and select Attach To HUD and choose a different attachment point than the one it was attached to before. This will attach it to the default position for that point, then you can move it back to where you prefer it.

The HUD is hidden

If you have the Advanced menu open, there's a Show HUD Attachments option (that can be toggled with a shortcut, even if Advanced isn't enabled). If this is the case, simply relog to show HUDs again. Or:

  1. Toggle Advanced menu > Highlighting and Visibility > Show HUD Attachments.

How do I show HUDs in snapshots?

  1. Click the Snapshot (camera icon) button on the bottom bar.
  2. In the Snapshot Preview window, click More.
  3. Check HUDs (under "Capture:").
  4. Click the Refresh button. The snapshot preview should now show your HUDs.

Advanced usage

The below details are for Residents who want to create their own HUDs.

Building and Texturing HUDs

It is easiest to keep the root prim rotation at <0., 0., 0.> while building. That way, you can know that the west side of the object will be the one facing the screen when attached. For a box prim, that is face 4.

HUD attachments use the same lighting as everything else in SL. Full bright can help make your interface more readable, but it can also work nicely to let the "natural" lighting through for less intrusion on the world beyond the screen.

Prim alpha and texture transparency work as expected. If you want your HUD to be totally transparent, consider making only the front faces that way. The flat projection will keep the other sides hidden, and it will be easier for residents to find the object it it accidentally dropped or forgotten on the ground.

Shiny works on the HUD, this can help to give an almost-3D appearance to some shapes, like spheres or sculpts. Not everybody enables shiny, so textured shading could still be your best bet.

Scripting HUDs

Please cleanup and update this!

Most scripted functionality works with HUDs. They mostly work like any other attachment, but there are some special exceptions.

Differences in behavior

  • If a sound is triggered using llPlaySound(), only the HUD wearer will hear it. If the land parcel they're over restricts sound entry/exit, the sound will not play.
    • If a sound is triggered using llTriggerSound(), the wearer and any bystanders will hear it.
  • Like with all attachments, llSensor will not detect its wearer.
  • Particles do not generally work. Since Viewer 1.23 there is an experimental debug setting RenderHUDParticles that you can try, but it is incomplete and switched off by default. On very old viewers (before 1.23) HUD particles would show in world, at (0, 0, 0) in the region. SVC-2396
  • Glow is not supported on HUD attachments. VWR-3167

Differences in coordinates

HUD center coordinates
HUD bottom right coordinates

HUD attachments are rendered with an orthographic projection, meaning that everything looks flat and there is no perspective. The objects are still 3D, and they can move in XYZ space and be rotated.

  • The X coordinate moves away from and toward the wearer, a higher number is farther away and can hide a HUD prim behind others. You can use X changes in a single HUD object to reveal and hide buttons, for one example. There is no good way to grab the red X axis with the viewer editor, but scripts do not have this problem.
  • Y moves right to left on the screen, a higher number is more to the left.
  • Z moves bottom to top on the screen, a higher number is, well, higher up!

In HUD space, 1 meter is the height of the viewer window, including the menus and tool bar. The <0., 0., 0.> position depends on the HUD attachment point. For the Center and Center 2 points, home is the center of the screen. For the four corner HUD points, zero is that corner of the viewer window. Zero for the top and bottom is centered on the window, again hidden behind the menu or toolbar. There is no way provided to learn the width of the viewer window, or the pixel dimensions.

Since HUD attachments cannot be clicked through even if they're invisible, the common solutions to getting them out of the way are moving, shrinking, or rotating.

Use llGetLocalPos() to learn an attachment's position on the screen, llSetPos() to move it. (llGetPos() looks tempting, but for attachments that tells us the avatar's position.)

This example moves the HUD away from the wearer, possibly behind other HUD attachments:

<lsl>llSetPos(llGetLocalPos() + (<0.25,0,0> * llGetLocalRot()));</lsl>