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/26 08:20] – [API] 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 127: Line 134:
  
 📁 Folder Structure:   📁 Folder Structure:  
-<code>#RLV/~undressify/addon/category/item</code>+<code> 
 +#RLV 
 + └──~undressify 
 +      └──addon 
 +         └──category 
 +            └──item 
 +               └──your item goes here 
 +</code>
  
 Use categories to organize your items e.g. <code> Use categories to organize your items e.g. <code>
Line 142: Line 156:
  
 📁 Folder Structure:   📁 Folder Structure:  
-<code>#RLV/~undressify/av_addons/avatarname/category/item</code>+<code> 
 +#RLV 
 + └──~undressify 
 +      └──av_addons 
 +         └──avatar name 
 +            └──category 
 +               └──item 
 +                  └──your item goes here 
 +</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 151: 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 167: 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 270: Line 306:
 🛠️ **Latest Updates & Changes** 🛠️ **Latest Updates & Changes**
  
-==== Version 1.88 – 21October 2025 ====+==== Version 1.92 – 29November 2025 ====
  
 **🔄 Changes and new functions** **🔄 Changes and new functions**
  
-  * Simrating is optional+  * 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: Tracker**+**✨ 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.   * Log who used your undressify and how, to your personal discord webhook. This is purely optional and up to your convinience to use.
 --- ---
undressify.1764145247.txt.gz · Last modified: by miko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki