User Tools

Site Tools


undressify

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
undressify [2025/11/29 14:03] – [Addons & AvAddons] mikoundressify [2025/11/29 14:30] (current) – [Successor to ForceUndress] miko
Line 17: Line 17:
   * ✅ Optional Discord Webhook    * ✅ Optional Discord Webhook 
   * ✅ More Plugins for you   * ✅ More Plugins for you
 +  * ✅ optional DiscordTracker for you
  
 **Advantages:** **Advantages:**
Line 49: Line 50:
 **!! NEVER KEEP THE TOOL WITHIN YOUR `~undressify` FOLDER !!** **!! NEVER KEEP THE TOOL WITHIN YOUR `~undressify` FOLDER !!**
  
-Doing so will cause the tool to be detached when you change avatars.  +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. ⚠️ I take no responsibility if the HUD fails to work with other RLV tools.
  
-You must create a basic folder structure as explained below.  +You must create a basic folder structure as explained below.\\  
 This structure is essential for Undressify to function properly. This structure is essential for Undressify to function properly.
  
Line 61: Line 62:
  
 Place your naked avatar into this folder.   Place your naked avatar into this folder.  
-🚫 **WITHOUT TESTICLES!** Unless you *really* want to carry scriptbombs.   +🚫 **WITHOUT TESTICLES!** Unless you *really* want to carry scriptbombs.\\  
-You can have multiple avatar folders.   +You can have multiple avatar folders.  \\ 
-Load an avatar using the **Avatar** button!+Load an avatar using the **Avatar** button!v\\ 
  
  
Line 103: Line 105:
 ===== Folder Layer Meanings ===== ===== Folder Layer Meanings =====
  
-📌 Each folder suffix defines how the clothing behaves during undressing.  +📌 Layers are restricted to three (3).\\ 
 +📌 Each folder suffix defines how the clothing behaves during undressing.\\
 Refer to the table below for clarity: Refer to the table below for clarity:
  
Line 112: Line 115:
 | `_0` | Hidden layer | Inaccessible to others (e.g. tattoos or outfit-specific details) | | `_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.+You can create multiple outfit folders to suit different styles or avatars.\\ 
 +\\ 
 +\\ 
 +**📌 Outfits with** <code>*</code> **in its name are only visible for you** 
  
 **How to Use:** **How to Use:**
Line 131: Line 138:
  └──~undressify  └──~undressify
       └──addon       └──addon
-         └──avatar name +         └──category 
-            └──category +            └──item 
-               └──item +               └──your item goes here
-                  └──your item goes here+
 </code> </code>
  
Line 154: Line 160:
  └──~undressify  └──~undressify
       └──av_addons       └──av_addons
-         └──category +         └──avatar name 
-            └──item +            └──category 
-               └──your item goes here+               └──item 
 +                  └──your item goes here
 </code> </code>
 +
 +✅ Example:
 +  * Global HUD: <code>#RLV/~undressify/addon/HUDs/gestureHUD/</code>  
 +  * Avatar-specific toy: <code>#RLV/~undressify/av_addons/avatarname/Toys/bubblewand/</code>
 +
 +🔧 **Note:**  
 +AvAddon folders are **not created automatically** either. You need to create them manually to use them.
  
 🔄 **Starting with version 1.63:** 🔄 **Starting with version 1.63:**
Line 166: Line 180:
 Use the **Options** menu to activate or deactivate Addons and AvAddons for other users. Use the **Options** menu to activate or deactivate Addons and AvAddons for other users.
  
-✅ Example: 
-  * Global HUD: <code>#RLV/~undressify/addon/HUDs/gestureHUD/</code>   
-  * Avatar-specific toy: <code>#RLV/~undressify/av_addons/avatarname/Toys/bubblewand/</code> 
  
-🔧 **Note:**   
-AvAddon folders are **not created automatically** either. You need to create them manually to use them. 
  
 ===== Example Folder Layout ===== ===== Example Folder Layout =====
Line 182: Line 191:
     ├── addon/     ├── addon/
     │   ├── HUDs/     │   ├── HUDs/
-    │   │   ├── gestureHUD +    │   │   ├── gestureHUD
-    │   │   └── AOcontroller+    │   │   │   └──item 
 +    │   │   └── AOcontroller
 +    │   │   │   └──item
     │   ├── Accessories/     │   ├── Accessories/
-    │   │   ├── smartGlasses +    │   │   ├── smartGlasses
-    │   │   └── wristwatch+    │   │   │   └──item 
 +    │   │   └── wristwatch
 +    │   │   │   └──item
     │   └── Scripts/     │   └── Scripts/
-    │       └── autoSit+    │       └── autoSit
 +    │           └──item
     │     │
     ├── av_addons/     ├── av_addons/
     │   ├── Luna/     │   ├── Luna/
     │   │   ├── Toys/     │   │   ├── Toys/
-    │   │   │   ├── bubblewand+    │   │   │   ├── bubblewand
 +    │   │   │   │    └──item
     │   │   │   └── leash     │   │   │   └── leash
 +    │   │   │       └──item
     │   │   ├── HUDs/     │   │   ├── HUDs/
     │   │   │   └── lunaHUD     │   │   │   └── lunaHUD
 +    │   │   │        └──item
     │   │   └── Accessories/     │   │   └── Accessories/
     │   │       └── collar     │   │       └── collar
-    │   ── Rex/ +    │   │           └──item 
-    │   │   ├── Gear/ +    │   └── Rex/ 
-    │   │   │   ├── combatVest +    │      ├── Gear/ 
-    │   │   │   └── scanner +    │      │   ├── combatVest 
-    │   │   └── HUDs/ +    │      │   │        └──item 
-    │   │       └── rexHUD+    │      │   └── scanner 
 +    │      │   │        └──item 
 +    │      └── HUDs/ 
 +    │          └── rexHUD
 +    │              └──item
     │     │
     ├── av/     ├── av/
-    │   ├── Luna +    │   ├── Luna/ 
-    │   └── Rex+    │   └── Rex/
     │     │
     └── of/     └── of/
Line 293: Line 314:
   * Optional Spunked cleaning on redress and changing outfits   * Optional Spunked cleaning on redress and changing outfits
   * Removed BugReport because people dont report bugs anyways   * Removed BugReport because people dont report bugs anyways
 +  * Ficed the readme section for addons and av_addons
  
  
undressify.1764425005.txt.gz · Last modified: by miko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki