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/08/08 00:12] – [Addons & AvAddons] mikoundressify [2025/08/29 09:13] (current) – [Successor to ForceUndress] miko
Line 1: Line 1:
 ====== Successor to ForceUndress ====== ====== Successor to ForceUndress ======
 +
 +{{:wiki:undressify.png?400|}}
  
 This is the successor to ''ForceUndress''. This is the successor to ''ForceUndress''.
Line 12: Line 14:
  
 **Advantages:** **Advantages:**
-  * 🧩 Keep your complexity low by avoiding transparent body parts.+  * ✅ Keep your complexity low by avoiding transparent body parts.
   * 🎯 No need to search through your inventory to change clothing layers.   * 🎯 No need to search through your inventory to change clothing layers.
   * 🚀 Faster, cleaner, and more intuitive experience overall.   * 🚀 Faster, cleaner, and more intuitive experience overall.
Line 69: Line 71:
  
 <code> <code>
-#RLV/~undressify/of:avatarname/+#RLV/~undressify/of_avatarname/
 └── nameofyouroutfit/ └── nameofyouroutfit/
     ├── top_1     ├── top_1
Line 103: Line 105:
  
 🎯 **Addons**   🎯 **Addons**  
-Addons sind Items, die du mit **jedem Avatar und Outfit** laden möchtest — z. B. HUDs, Spielzeug oder Tools.+Addons are items you'd like to load with **every avatar and outfit** — such as HUDs, toys, or utility tools.
  
-📁 Ordnerstruktur:  +📁 Folder Structure:  
 <code>#RLV/~undressify/addon/category/item</code> <code>#RLV/~undressify/addon/category/item</code>
  
-Verwende Kategorien zur Organisation (z. B. <code>HUDs</code>, <code>Accessories</code>, <code>Scripts</code>).   +Use categories to organize your items (e.g. <code>HUDs</code>, <code>Accessories</code>, <code>Scripts</code>).   
-Diese Items werden **universell** geladenunabhängig vom gewählten Avatar oder Outfit.+These items are loaded globallyno matter which avatar or outfit is selected.
  
-❗ **Hinweis:**   +❗ **Important:**   
-Keiner dieser Ordner wird automatisch angelegtDu musst sie **manuell erstellen**, bevor du Items darin platzierst.+None of these folders are created automaticallyYou must **create them manually** before placing items inside.
  
 --- ---
  
 🧬 **AvAddons**   🧬 **AvAddons**  
-AvAddons sind Items, die du nur mit dem **aktuellen Avatar und Outfit** laden möchtest — ideal für avatar-spezifische HUDs, Toys oder Gear.+AvAddons are items you'd like to load with your **current avatar and outfit only** — perfect for avatar-specific HUDs, toys, or gear.
  
-📁 Ordnerstruktur:   +📁 Folder Structure:   
-<code>#RLV/~undressify/av_addon/avatarname/category/item</code>+<code>#RLV/~undressify/av_addons/avatarname/category/item</code>
  
-🔄 **Ab Version 1.63:** +🔄 **Starting with version 1.63:** 
-  * Wenn du einen anderen Unterordner innerhalb derselben Kategorie wählstwerden andere Items dieser Kategorie automatisch entfernt+  * If you select a different subfolder within the same categoryother items in that category will be automatically removed
-  * Um einen Addon-Ordner im Menü **auszublenden**, füge einfach ein <code>*</code> ans Ende des Ordnernamens.+  * To **hide** any addon folder from the menusimply add a <code>*</code> at the end of the folder name.
  
-🛠 **Verwaltung:** +🛠 **Managing Addons:** 
-Im **Options-Menü** kannst du Addons und AvAddons auch für andere Benutzer aktivieren oder deaktivieren.+Use the **Options** menu to activate or deactivate Addons and AvAddons for other users.
  
-✅ Beispiel+✅ Example
-  * Universelles HUD: <code>#RLV/~undressify/addon/HUDs/gestureHUD</code>   +  * Global HUD: <code>#RLV/~undressify/addon/HUDs/gestureHUD</code>   
-  * Avatar-spezifisches Toy: <code>#RLV/~undressify/av_addons/Luna/Toys/bubblewand</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 ===== 
 + 
 +This is a complete example of how to structure your Undressify outfit folders. 
 + 
 +<code> 
 +#RLV/ 
 +└── ~undressify/ 
 +    ├── addon/ 
 +    │   ├── HUDs/ 
 +    │   │   ├── gestureHUD 
 +    │   │   └── AOcontroller 
 +    │   ├── Accessories/ 
 +    │   │   ├── smartGlasses 
 +    │   │   └── wristwatch 
 +    │   └── Scripts/ 
 +    │       └── autoSit 
 +    │ 
 +    ├── av_addons/ 
 +    │   ├── Luna/ 
 +    │   │   ├── Toys/ 
 +    │   │   │   ├── bubblewand 
 +    │   │   │   └── leash 
 +    │   │   ├── HUDs/ 
 +    │   │   │   └── lunaHUD 
 +    │   │   └── Accessories/ 
 +    │   │       └── collar 
 +    │   ├── Rex/ 
 +    │   │   ├── Gear/ 
 +    │   │   │   ├── combatVest 
 +    │   │   │   └── scanner 
 +    │   │   └── HUDs/ 
 +    │   │       └── rexHUD 
 +    │ 
 +    ├── 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 
 +</code> 
 + 
 +❗ **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 <code>top_1</code>, the sound played will be <code>top</code>  
 +You can place your own sound files inside the object to customize the experience. 
 + 
 +🎬 **Animations**   
 +Animations follow the same logic:   
 +A folder named <code>pants_2</code> will trigger the animation named <code>pants</code>
 + 
 +--- 
 + 
 +===== Hoverheight Control ===== 
 + 
 +📏 To automatically adjust your avatar's hover height, include a folder like: 
 + 
 +<code>stuff_0_0.100</code> 
 + 
 +- <code>_0</code> means the item won't appear in the dialog. 
 +- <code>_0.100</code> sets your hover height to **100mm above ground**. 
 +- Activate it via: <code>Options > Hoverheight</code> 
 + 
 +🪑 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. 
 + 
 +--- 
 + 
 +===== 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. <code>top</code> for <code>top_1</code>). 
 + 
 +===== Undressify Changelog ===== 
 + 
 +🛠️ **Latest Updates & Changes** 
 + 
 +==== Version 1.84 – 24. AUG 2025 ==== 
 + 
 +**🔄 New Functions** 
 + 
 +  * ✅ New option  undress for sitters only 
 + 
 +**🧩 Menu Adjustments** 
 + 
 +  * ✅ The **Redress** function has been removed from the external menu. 
 +  * ✅ All **Access** functions have been moved to the correct internal menu for better usability. 
 + 
 +**✨ New Plugin: Create** 
 +  * Create got a new menu text for the smurfs 
 +---
  
-🔧 **Wichtig:**   +''This changelog reflects the most recent updates to UndressifyOlder versions and legacy features may no longer be supported.''
-Auch AvAddon-Ordner werden **nicht automatisch erstellt**Du musst sie selbst anlegen, um sie nutzen zu können.+
undressify.1754611929.txt.gz · Last modified: by miko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki