undressify
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| undressify [2026/02/12 08:59] β miko | undressify [2026/02/21 16:22] (current) β [Config Notecard] miko | ||
|---|---|---|---|
| Line 70: | Line 70: | ||
| * SecondLife - NOT WORKING NO RLV | * SecondLife - NOT WORKING NO RLV | ||
| - | ====== UCC Changelog ====== | ||
| - | |||
| - | π οΈ **Latest Updates & Changes** | ||
| - | |||
| - | Version 1.99 | ||
| - | * β Removing any trace of Discord | ||
| - | |||
| - | Version 1.98 | ||
| - | * β Removed the lastmenu-state from the gesture-triggered menu | ||
| - | * β added some code to the nc reader to save anything we need to in the future | ||
| - | * β renamed Bumper Plugin to Snatcher | ||
| - | * β Clothing is now sorted alphabetical | ||
| - | |||
| - | Version 1.97 | ||
| - | * β Bring back quick settings for access | ||
| - | * β Fixed Stack heap in discord notifier (we hope) | ||
| - | * β Fixed a bug with discord notifier sending to many rows to discord | ||
| - | * β Change a few corescripts. to free up more memory. Added core.extender3.lsl | ||
| - | * β New warning if region performance is low for the dialog menu. | ||
| - | |||
| - | Version 1.96 | ||
| - | * β added notecard to change animations | ||
| - | * β added free storage space to options menu | ||
| - | * β fixed a math error in hoverheight | ||
| - | * β hoverheight is finally not spamming anymore | ||
| - | * β autogroup plugin does not spam anymore and is more reliable | ||
| - | * β fixed an overflow problem with extender.core | ||
| - | * β Overhauled configs to have one single notecard for the complete HUD | ||
| - | * β Added expression remote for expressions hud by .:Curious Detail:. | ||
| - | * β You can change default settings via the .conf notecard | ||
| - | * β Access is now controlled via the .conf notecard | ||
| - | * β SafeSitter uses the .conf notecard for white and blacklists | ||
| - | |||
| - | |||
| - | '' | ||
| ====== Group & Discord ====== | ====== Group & Discord ====== | ||
| Line 171: | Line 136: | ||
| βββ top_0 / pants_0 (optional) | βββ top_0 / pants_0 (optional) | ||
| </ | </ | ||
| + | |||
| {{: | {{: | ||
| + | |||
| + | |||
| ===== Folder Layer Meanings ===== | ===== Folder Layer Meanings ===== | ||
| Line 196: | Line 164: | ||
| * You can now click your **belly** or **lower back** to open the menu and load your avatar, outfit, etc. | * 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 **" | * π Go to the main menu and click on **" | ||
| + | ==== π§₯ Default outfit / Version 1.99 and later====Β | ||
| + | When you use < | ||
| + | In example: < | ||
| + | This will also include a new " | ||
| + | You will NOT see the _d in your menu.\\Β | ||
| + | Notecard settingsΒ | ||
| + | < | ||
| + | #Use a default outfit when loading an avatar. The outfit needs to be marked with " | ||
| + | defoutfit=1Β | ||
| + | #Want the default outfit to be public?Β | ||
| + | defpublic=0Β | ||
| + | #A timeout when someone loads an outfit or avatar. So your assets have time to load.Β | ||
| + | timeout=30Β | ||
| + | </ | ||
| ====== Addons & AvAddons ====== | ====== Addons & AvAddons ====== | ||
| Line 414: | Line 395: | ||
| π You can place your own sounds inside the object to override default ones. | π You can place your own sounds inside the object to override default ones. | ||
| Just match the sound name to the folder prefix (e.g. < | Just match the sound name to the folder prefix (e.g. < | ||
| + | ===== Config Notecard and Updater ===== | ||
| + | When you use the updater, your existing config notecard will not be overwritten. All of your current settings will remain intact.\\ | ||
| + | \\ | ||
| + | If a newer version introduces additional options or settings, you can manually add them to your config notecard at any time.\\ | ||
| + | The updater will not remove or modify anything you have already configured. | ||
| + | |||
| + | |||
| ====== Config Notecard ====== | ====== Config Notecard ====== | ||
| + | Rightclick on your UCC. Then choosed " | ||
| < | < | ||
| #settings 0/1 is off/on | #settings 0/1 is off/on | ||
| Line 444: | Line 433: | ||
| age=31 | age=31 | ||
| agecheck=1 | agecheck=1 | ||
| + | |||
| + | #Use a default outfit when loading an avatar. The outfit needs to be marked with " | ||
| + | defoutfit=1 | ||
| + | #Want the default outfit to be public? | ||
| + | defpublic=0 | ||
| + | #A timeout when someone loads an outfit or avatar. So your assets have time to load. | ||
| + | timeout=30 | ||
| #List of users which are permitted or blocked to use your UCC. UUIDs seperated by comma "," | #List of users which are permitted or blocked to use your UCC. UUIDs seperated by comma "," | ||
| Line 683: | Line 679: | ||
| **Q: Why is the tutorial so big? | **Q: Why is the tutorial so big? | ||
| **A:** Because⦠people.\\ | **A:** Because⦠people.\\ | ||
| + | |||
| + | ====== UCC Changelog ====== | ||
| + | |||
| + | π οΈ **Latest Updates & Changes** | ||
| + | |||
| + | Version 1.99.1 | ||
| + | * β Fixed default outfit function! Human error | ||
| + | |||
| + | Version 1.99 | ||
| + | * β Optional default outfits and a timeout for others when changing the avatar | ||
| + | * β
Added " | ||
| + | |||
| + | Version 1.98 | ||
| + | * β Removed the lastmenu-state from the gesture-triggered menu | ||
| + | * β added some code to the nc reader to save anything we need to in the future | ||
| + | * β renamed Bumper Plugin to Snatcher | ||
| + | * β Clothing is now sorted alphabetical | ||
| + | |||
| + | Version 1.97 | ||
| + | * β Bring back quick settings for access | ||
| + | * β Fixed Stack heap in discord notifier (we hope) | ||
| + | * β Fixed a bug with discord notifier sending to many rows to discord | ||
| + | * β Change a few corescripts. to free up more memory. Added core.extender3.lsl | ||
| + | * β New warning if region performance is low for the dialog menu. | ||
| + | |||
| + | Version 1.96 | ||
| + | * β added notecard to change animations | ||
| + | * β added free storage space to options menu | ||
| + | * β fixed a math error in hoverheight | ||
| + | * β hoverheight is finally not spamming anymore | ||
| + | * β autogroup plugin does not spam anymore and is more reliable | ||
| + | * β fixed an overflow problem with extender.core | ||
| + | * β Overhauled configs to have one single notecard for the complete HUD | ||
| + | * β Added expression remote for expressions hud by .:Curious Detail:. | ||
| + | * β You can change default settings via the .conf notecard | ||
| + | * β Access is now controlled via the .conf notecard | ||
| + | * β SafeSitter uses the .conf notecard for white and blacklists | ||
| + | |||
| + | |||
| + | '' | ||
| + | |||
undressify.1770886767.txt.gz Β· Last modified: by miko
