User Tools

Site Tools


undressify

This is an old revision of the document!


Successor to ForceUndress

This is the successor to ForceUndress.

After a very unfortunate event, the system had to be rewritten from scratch. As a result, the creator has changed.

The code is entirely new and much leaner. Some functions were deliberately left out, while better ones were added.

Key Changes:

  • ❌A separate database is no longer required – no database.
  • ❌All old data, objects, and scripts are lost forever.
  • ✅ Sleeker interface
  • ✅ Custom sounds
  • ✅ SitGuard included
  • ✅ Optional Discord Webhook
  • ✅ More Plugins for you

Advantages:

  • ✅ Keep your complexity low by avoiding transparent body parts.
  • 🎯 No need to search through your inventory to change clothing layers.
  • 🚀 Faster, cleaner, and more intuitive experience overall.

Feedback & Support: If you discover a bug or encounter a problem, please report it via Discord (online). Feature requests are also welcome through the same channel.

Conclusion: A fresh start was necessary – and it comes with smarter design and improved usability.

Tested SL Clients

  • Alchemy Viewer
  • Firestorm Viewer
  • Black Dragon
  • Restrained Love viewer
  • Kokua Viewer
  • Radegast Text Viewer NOT RECOMMENDED
  • Catznip
  • Genesis
  • Singularity
  • mysmartbots NOT RECOMMENDED Payed RLV - Closed source.
  • Corrade Bot NOT RECOMMENDED RLV is super outdated. Only 16 available attachement points. Reactiontime is very slow.
  • Lumiya Mobile client

How to Create the Avatar Folder

!! NEVER KEEP THE TOOL WITHIN YOUR `~undressify` FOLDER !!

Doing so will cause the tool to be detached when you change avatars.
⚠️ I take no responsibility if the HUD fails to work with other RLV tools.

You must create a basic folder structure as explained below.
This structure is essential for Undressify to function properly.

Required Folder Structure:

📁 Avatar Folder:

  • `#RLV/~undressify/av/youravatarname`

Place your naked avatar into this folder. 🚫 WITHOUT TESTICLES! Unless you *really* want to carry scriptbombs.
You can have multiple avatar folders.
Load an avatar using the Avatar button!v

🧥 Version 1 – One outfit folder for all avatars

Create the following structure:

#RLV/~undressify/of/
└── nameofyouroutfit/
    ├── top_1
    ├── pants_1
    ├── top_2
    ├── pants_2
    ├── top_3
    ├── pants_3
    └── top_0 / pants_0 (optional)
 

🧥 Version 2 – One Outfit Folder per Avatar

🧥 Optional Setup: You can organize outfits per avatar by enabling avatar-specific mode (`avspecific`).

Folder Structure Example:

#RLV/~undressify/of_avatarname/
└── nameofyouroutfit/
    ├── top_1
    ├── pants_1
    ├── top_2
    ├── pants_2
    ├── top_3
    ├── pants_3
    └── top_0 / pants_0 (optional)

Folder Layer Meanings

📌 Layers are restricted to three (3).
📌 Each folder suffix defines how the clothing behaves during undressing.
Refer to the table below for clarity:

Folder Suffix Meaning Notes
`_1` Top layer Visible clothing
`_2` Underwear or secondary layer Optional
`_3` Naked layer or extras Optional, requires `_2` to be present
`_0` Hidden layer Inaccessible to others (e.g. tattoos or outfit-specific details)

You can create multiple outfit folders to suit different styles or avatars.


📌 Outfits with

*

in its name are only visible for you

How to Use:

  • Load an outfit using the Outfits button.
  • The Clothing button will appear next.
  • 👆 Click the Clothing button to preview how your clothing will be undressed.
  • You can now click your belly or lower back to open the menu and load your avatar, outfit, etc.
  • 🎛 Go to the main menu and click on “outfit” to begin.

Addons & AvAddons

🎯 Addons Addons are items you'd like to load with every avatar and outfit — such as HUDs, toys, or utility tools.

📁 Folder Structure:

#RLV
 └──~undressify
      └──addon
         └──category
            └──item
               └──your item goes here

Use categories to organize your items e.g.

HUDs
Accessories
Scripts

These items are loaded globally, no matter which avatar or outfit is selected.

Important: None of these folders are created automatically. You must create them manually before placing items inside.

🧬 AvAddons AvAddons are items you'd like to load with your current avatar and outfit only — perfect for avatar-specific HUDs, toys, or gear.

📁 Folder Structure:

#RLV
 └──~undressify
      └──av_addons
         └──avatar name
            └──category
               └──item
                  └──your item goes here

✅ Example:

  • Global HUD:
    #RLV/~undressify/addon/HUDs/gestureHUD/
  • Avatar-specific toy:
    #RLV/~undressify/av_addons/avatarname/Toys/bubblewand/

🔧 Note: AvAddon folders are not created automatically either. You need to create them manually to use them.

🔄 Starting with version 1.63:

  • If you select a different subfolder within the same category, other items in that category will be automatically removed.
  • To hide any addon folder from the menu, simply add a
    *

    at the end of the folder name.

🛠 Managing Addons: Use the Options menu to activate or deactivate Addons and AvAddons for other users.

Example Folder Layout

This is a complete example of how to structure your Undressify outfit folders.

#RLV/
└── ~undressify/
    ├── addon/
    │   ├── HUDs/
    │   │   ├── gestureHUD/
    │   │   │   └──item
    │   │   └── AOcontroller/
    │   │   │   └──item
    │   ├── Accessories/
    │   │   ├── smartGlasses/
    │   │   │   └──item
    │   │   └── wristwatch/
    │   │   │   └──item
    │   └── Scripts/
    │       └── autoSit/
    │           └──item
    │
    ├── av_addons/
    │   ├── Luna/
    │   │   ├── Toys/
    │   │   │   ├── bubblewand/
    │   │   │   │    └──item
    │   │   │   └── leash
    │   │   │       └──item
    │   │   ├── HUDs/
    │   │   │   └── lunaHUD
    │   │   │        └──item
    │   │   └── Accessories/
    │   │       └── collar
    │   │           └──item
    │   └── Rex/
    │      ├── Gear/
    │      │   ├── combatVest
    │      │   │        └──item
    │      │   └── scanner
    │      │   │        └──item
    │      └── HUDs/
    │          └── rexHUD/
    │              └──item
    │
    ├── av/
    │   ├── Luna/
    │   └── Rex/
    │
    └── of/
        └── CasualLook/
            ├── top_1
            ├── pants_1
            ├── top_2
            ├── pants_2
            ├── top_3
            ├── pants_3
            ├── base_0
            └── stuff_0_0.100   ← optional item with hover height control

Note: None of these folders are created automatically. You must create them manually before placing items inside.

🧩 Tips: - The folder under `of/` is your outfit name (e.g. `CasualLook`) - Items use suffixes like `_1`, `_2`, `_3` to define layer priority - Items with `_0` are optional base layers - You can append `_0.100`, `_0.050`, etc. to an item name to control avatar hover height

Sounds & Animations

🎵 Sounds Sounds correspond to the folder names. If you have a folder named

top_1

the sound played will be

top

You can place your own sound files inside the object to customize the experience.

🎬 Animations Animations follow the same logic: A folder named

pants_2

will trigger the animation named

pants

Hoverheight Control

📏 To automatically adjust your avatar's hover height, include a folder like:

stuff_0_0.100
_0

means the item won't appear in the dialog.

_0.100

sets your hover height to 100mm above ground. Activate it via:

Options > Hoverheight

🪑 If you sit on an object or the ground, your hover height will reset to 0. This helps avoid manually adjusting poses or animations.

Plugins

🕒 Redress Timer Automatically redresses you once no one is within a specified range, after a variable delay.

🎲 Randomizer Selects a random outfit every xx seconds.

🚶 Follow Lets you pick an avatar to follow automatically.

🤜 Bumper Lets you loose clothing if you run into someone or if someone runs in to you

Tips & Tricks

🧵 If you change textures via a HUD (e.g. color or material changes), detach the item manually and reattach it after the change. Second Life may ignore HUD-based changes if the item is removed via RLV.

🔊 You can place your own sounds inside the object to override default ones. Just match the sound name to the folder prefix (e.g.

top

for

top_1

API

Coming soon

Undressify Changelog

🛠️ Latest Updates & Changes

Version 1.92 – 29. November 2025

🔄 Changes and new functions

  • Options moved to a new script
  • Saving your settings was changed
  • Optional Spunked cleaning on redress and changing outfits
  • Removed BugReport because people dont report bugs anyways
  • Ficed the readme section for addons and av_addons

✨ New Plugin: DiscordTracker

  • Log who used your undressify and how, to your personal discord webhook. This is purely optional and up to your convinience to use.

This changelog reflects the most recent updates to Undressify. Older versions and legacy features may no longer be supported.

SitGuard Plugin

🛡️ SitGuard – Intelligent Sit Monitoring for Second Life

SitGuard is a specialized script that monitors avatars sitting on the same object as you. If someone matches a ban list, wears flagged items, or uses content from creators you choose not to support, SitGuard will automatically react.

You can configure sitguards blacklisted items, people and creators from the notecards within undressify.

🔍 Core Functionality: - Scans co-sitters in real time - Detects banned avatars or worn items - Identifies creators you’ve blacklisted - Forces you to stand and re-sit once the avatar leaves the scan area

🚫 Why SitGuard? - Maintain control over shared seating - Avoid unwanted interactions - Enforce personal or community standards

SitGuard runs silently and efficiently, giving you peace of mind without disrupting your experience.

Discussion

Enter your comment. Wiki syntax is allowed:
 
undressify.1764426543.txt.gz · Last modified: by miko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki