Difference between revisions of "Ponysuit"
(Created page with "__TOC__") |
m |
||
| (21 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
| + | [[File:Ponysuit red v2.png|center]] | ||
| + | <h1><p style="text-align:center; color: #fe5656;font-size: 60px"> [PFS] Ponysuit v2.0</p></h1> | ||
| + | <p>The [PFS] Ponysuit is an mesh bondage gear, it can be used in many ways and in many disciplines, up to you to choose it. You will be able to:</br> | ||
| + | * lock/unlock with RLV or RLVa</br> | ||
| + | * Access mode: private, public, public ask, owner, group or PFS</br> | ||
| + | * Bind the wrists in an armbinder or cuffed on the back</br> | ||
| + | * Bind the ankles in four positions: taut, tight, hogtie and kneel</br> | ||
| + | * Inovative slow walk when the ankles are bound</br> | ||
| + | * Inovative temp run when the ankles are bound</br> | ||
| + | * Smart leash when the integrated leash holder is used</br> | ||
| + | * use RL/SL timer</br> | ||
| + | * colorize & texture over menu, accessible by both user and keyholder</br> | ||
| + | * add your own access script (example is provided)</br> | ||
| + | * 3 PBR & Legacy mod materials (black, red and white) to texture and customize it to your likings</br> | ||
| + | * uses the standard script v1.4</br></p> | ||
| + | <p> | ||
| + | changes in v1.1:</br> | ||
| + | * fixed the issue with the hands alpha | ||
| + | * fixed coloring the straps with some colors | ||
| + | <p> | ||
| + | changes in v2.0:</br> | ||
| + | * added catsuit v2 top with removable nipples caps (Lara v5.3) | ||
| + | * added default shape in the delivery scope | ||
| + | * added toggle feature between catsuit v1 and v2 | ||
| + | * fixed the washed out PBR colors effect | ||
| + | * fixed the rounding error for the given custom colors | ||
| + | * fixed the group access w/o group active | ||
| + | * added RLV force group | ||
| + | * added banned & allowed users | ||
| + | * added gloves | ||
| + | * added ballets | ||
| + | * added ballets w/o heels | ||
| + | * added hide/show ankles cuffs | ||
| + | * added hide/show wrist cuffs | ||
| + | * added remove PBR from selected surface to increase color compatibility with legacy stuff | ||
| + | * added ankle lock option | ||
| + | * added menu to adjust the position of the leash particles origin | ||
| + | * modified color settings, you can now select to use linear RGB or sRGB | ||
| + | * removed the hover offset for normal standing, please use the included foot base (modifiable to your licking) | ||
| + | * fixed the mittens don't hide when you go to binder. | ||
| + | </br> | ||
| + | </br> | ||
| + | </br> | ||
| + | </br> | ||
| + | </br> | ||
| + | </br> | ||
| + | <!--=====================================================--> | ||
| + | <!--1. Generalities --> | ||
| + | <!--=====================================================--> | ||
| + | <h1><p style="text-align:center; color: #fe5656;font-size: 60px">1. Generalities</p></h1> | ||
| + | <p> | ||
| + | <p>This bondage gear is the result of the cooperation with Filly Heartsong who did the mesh design. We both put together our long experience in mesh design and scripting to provide you an unique gear. Because we care we are open to listen all your comments and suggestions, as long it will help to get a better product!</p> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--1.1 RLV --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">1.1 RLV</p></h2> | ||
| + | <p>As a viewer standard, RLV restrictions are filtered to the object UUID and if your object uses same restrictions for several functions, you may run into trouble and the result may look a way different than expected. That's why RLV, here, is managed to the script level. You can have several scripts triggering restrictions w/o any interactions between them. You can easily follows the object restrictions table from the RLV menu.</br> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--1.2 Access --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">1.2 Access</p></h2> | ||
| + | <p>The menu access is build in an inovative way. As standard, everyone can access the menu, with different access levels. Access levels are:</br> | ||
| + | * public</br> | ||
| + | * keyholder</br> | ||
| + | * selftouch</br> | ||
| + | Depending on the lock state of the object, you may get different access levels (they are cumulable) which allows you to do things or not. The not allowed functions are strikethrough but the positive side is you can still read every parameter and setting, including the user.</br> | ||
| + | The menu is mono user but the keyholder has always the priority to access it.</br> | ||
| + | You can access it using the command line over channel 7, just hit /7##ponysuit to get access to the main menu of the object. Replace ## with the user 2 first letters of the user name.</br> | ||
| + | The use of the API allows you to override the actual keyholder, this will help you to implement your own access list from wherever you want. You can implement "key grabbing" scripts as much you want they are asked one after the other. For more info look at the included public access script "plug.access.public".</br> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--1.3 Configurable --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">1.3 Configurable</p></h2> | ||
| + | <p>The object includes a config notecard to configure it, you can modify it at your own risk to change the color palette, animation or adjust the avatar height to get a better hover to your avatar size.</br> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--1.4 API --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">1.4 API</p></h2> | ||
| + | <p>Objects you cannot mod are no fun, that's why you will find here an integrated API that will allows you make your own key grabbing script. plug.access.public is a script, full mod and documented, to make your own.</br> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--1.5 Integrated help --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">1.5 Integrated help</p></h2> | ||
| + | <p>To make it accessible and easy to use, the object menus have a "help" feature to stream in your chat window some general informations regarding the actual menu displayed to help you to understand what does every buttons.</br> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--1.6 Truekey --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">1.6 Truekey</p></h2> | ||
| + | <p>The only way to unlock the object is the use of the key held by the keyholder. In case you are stuck or the keyholder not showing back you can, if set up previously, use the Truekey feature to get unlocked by everyone having the key password. You can access it, set it up and use it fromt he "Tools" menu.</br> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--1.7 Mesh body & alpha --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">1.7 Mesh body & alpha</p></h2> | ||
| + | <p>This product is fully mesh and since it covers all your body from neck to toe, there is no need to add complexity by wearing your favorite mesh body. But to hide the system body be sure you wear the [PFS] Ponysuit alpha layer.</br> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--1.8 Inrtegrated animations | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">1.8 Integrated animations</p></h2> | ||
| + | <p>The ponysuit uses several animations depending on the wrists and ankles binding positions. Be sure you don't wear any AO interfering with them or you may experience weird results.</br> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2. Ponysuit features --> | ||
| + | <!--=====================================================--> | ||
| + | <h1><p style="text-align:center; color: #fe5656;font-size: 60px">2. Ponysuit features</p></h1> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.1 Main menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">2.1 Main menu</p></h2> | ||
| + | <p>The main menu provides you an access to all the functions. You can access it if you touch me or use the command line in the range of 5m. Command line is on channel 7 and is built with the 2 first letters of the username followed by the type of the gear: hood here... Example for 'nicole spicy' ponysuit you will type <span style="color: #ffdd33">/7niponysuit</span> (you will be noticed if the user has a customized prefix). You can also replace the prefix with '*' to get all users menus. Keyholder are not concerned by the distance limit but take in account the talk range limit.</p> | ||
| + | [[File:Ponysuit menu main.png|center]] | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">⏏ EXIT ⏏</span> – Close the actual menu and release the menu access to anyone. If not, the access menu will timeout after 300s of no use. Keyholder always have the priority to access the menu even if used by someone else. The actual menu user will be noticed for any attempt to access the menu (fail or success).<br> | ||
| + | <span style="color: #00ff00">lock 🔓</span> – This object is not locked, no RLV restrictions are applied.<br> | ||
| + | <span style="color: #00ff00">unlock 🔒</span> – This object is locked, you cannot remove it and RLV restrictions are applied.<br> | ||
| + | <span style="color: #00ff00">key 🚫</span> – The key is not present and has been taken by someone.<br> | ||
| + | <span style="color: #00ff00">key 🔑</span> – The key is present, anyone can grab it.<br> | ||
| + | <span style="color: #00ff00">access</span> – Sub-menu for the access settings.<br> | ||
| + | <span style="color: #00ff00">RLV</span> – Sub-menu for RLV restrictions if they are.<br> | ||
| + | <span style="color: #00ff00">timer ❌/✅</span> – Sub-menu for timelock (❌=no timer in use, ✅=timer in use).<br> | ||
| + | <span style="color: #00ff00">tools</span> – Sub-menu for the Truekey and some settings.<br> | ||
| + | <span style="color: #00ff00">ankle ❌/✅</span> - Sub-menu to bind ankles (❌=no function in use, ✅=at least one function in use).<br> | ||
| + | <span style="color: #00ff00">leash ❌/✅</span> - Sub-menu to leash (❌=no leash in use, ✅=leash in use).<br> | ||
| + | <span style="color: #00ff00">wrist ❌/✅</span> - Sub-menu to bind wrists (❌=no function in use, ✅=at least one function in use).<br> | ||
| + | <span style="color: #00ff00">style</span> - Sub-menu for the style of the ponusuit.<br></p> | ||
| + | <br><hr> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.1.1 Unlock menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h3><p style="text-align:center; color: #fe5656;font-size: 40px">2.1.1 Unlock menu</p></h3> | ||
| + | <p>When unlocking you get some options, you can either call the default settings back to put the ponysuit to its initial state, or keep the settings as they are so the ponysuit will take the last used settings at the next lock</p> | ||
| + | [[File:Ponysuit menu default.png|center]]<br> | ||
| + | <span style="color: #00ff00">YES</span> – All the settings except style are reset to their default values.<br> | ||
| + | <span style="color: #00ff00">NO</span> – All the settings are left as they are, at the next lock all restrictions will be applied again.<br> | ||
| + | <span style="color: #00ff00">MENU</span> – Get the main menu back.<br> | ||
| + | <p><span style="color: #ffdd33">NOTE:</span> timeout for this menu is shorter than the standard 300s, only 10s!.</p> | ||
| + | <br><hr> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.2 Access menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">2.2 Access menu</p></h2> | ||
| + | [[File:Menu ponysuit access.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏏ EXIT ⏏</span> – Close the actual menu and release the menu access to anyone.<br> | ||
| + | <span style="color: #00ff00">private ✅</span> – Only user and owner can access it.<br> | ||
| + | <span style="color: #00ff00">public ✅</span> – Anyone can access the menu and grab the key.<br> | ||
| + | <span style="color: #00ff00">ask ✅</span> – Same as public but if someone want to grab the key, the actual keyholder (if present in the region) will be asked to allow it or not.<br> | ||
| + | <span style="color: #00ff00">group ✅</span> – only same group then user can access it.<br> | ||
| + | <span style="color: #00ff00">PFS ✅</span> – PFS staff can grab the key.<br> | ||
| + | <span style="color: #00ff00">owner</span> – Sub-menu to add/delete owners.<br> | ||
| + | <span style="color: #00ff00">banned</span> – Sub-menu to ban user.<br> | ||
| + | <span style="color: #00ff00">allowed</span> – Sub-menu to allow user.<br> | ||
| + | <p><span style="color: #ffdd33">NOTE:</span> if private, public, ask and group are ❌, anyone can access the menu, you can grab the key if available but if the key is already taken you can still go into all menus but all the buttons will be strikethrough.</p><br> | ||
| + | <p>Exemple of strikethrough menu where the menu user has the <span style="color: #00ff00">free</span> access level</p> | ||
| + | [[File:Ponysuit menu exemple strikethrough.png|center]]<br> | ||
| + | <br><hr> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.2.1 Owner sub menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h4><p style="text-align:center; color: #fe5656;font-size: 30px">2.2.1 Owner sub menu</p></h4> | ||
| + | <p>You can add by scan or UUID one primary owner and two scondary owners. Only primary owner can add secondary owners.</p> | ||
| + | [[File:Ponysuit menu access owner.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏏ EXIT ⏏</span> – Close the actual menu and release the menu access to anyone.<br> | ||
| + | <span style="color: #00ff00">prim+</span> – Add primary owner (only user can do it).<br> | ||
| + | <span style="color: #00ff00">sec+</span> – Add secondary owner, only primary can add secondary owners (2 max).<br> | ||
| + | <span style="color: #00ff00">remove</span> – Primary owner can remove secondary owners or itself if unlocked.<br><p> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.2.2 Banned sub menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h4><p style="text-align:center; color: #fe5656;font-size: 30px">2.2.2 Banned sub menu</p></h4> | ||
| + | <p>You can add by scan or UUID banned persons to access your gear. This menu is always available to the user when locked or not.</p> | ||
| + | [[File:Menu ponysuit banned.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏏ EXIT ⏏</span> – Close the actual menu and release the menu access to anyone.<br> | ||
| + | <span style="color: #00ff00">ban+</span> – Add someone by entering the UUID or by scan to the banned list.<br> | ||
| + | <span style="color: #00ff00">ban-</span> – Remove someone from the banned list.<br> | ||
| + | <span style="color: #00ff00">list</span> – Stream the banned list to your chat window.<br><p> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.2.3 Allowed sub menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h4><p style="text-align:center; color: #fe5656;font-size: 30px">2.2.3 Allowed sub menu</p></h4> | ||
| + | <p>You can add by scan or UUID allowed persons to access your gear, this is useful if the access level is set to private and you want to allow only few persons the access. This menu is always available to the user when locked or not.</p> | ||
| + | [[File:Menu ponysuit allowed.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏏ EXIT ⏏</span> – Close the actual menu and release the menu access to anyone.<br> | ||
| + | <span style="color: #00ff00">allow+</span> – Add someone by entering the UUID or by scan to the allowed list.<br> | ||
| + | <span style="color: #00ff00">allow-</span> – Remove someone from the allowed list.<br> | ||
| + | <span style="color: #00ff00">list</span> – Stream the allowed list to your chat window.<br><p> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.3 Tools menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">2.3 Tools menu</p></h2> | ||
| + | [[File:Ponysuit menu tools v2.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏏ EXIT ⏏</span> – Close the actual menu and release the menu access to anyone.<br> | ||
| + | <span style="color: #00ff00">Truekey</span> – Only the wearer can get a new Truekey. The key can get given away, but the final user will need to know the password.<br> | ||
| + | <span style="color: #00ff00">set pw</span> – Set a new password number for the Truekey.<br> | ||
| + | <span style="color: #00ff00">use key</span> – When you wear the Truekey with the correct password you can grab this object key. The wearer cannot use the Truekey on its own object!<br> | ||
| + | <span style="color: #00ff00">spam</span> – Access the sub-menu to change the spam setting.<br> | ||
| + | <span style="color: #00ff00">prefix</span> – change your prefix to whatever you want as long it's built with 2 letters.<br> | ||
| + | <span style="color: #00ff00">reset</span> – Reset the linkset data and restart all scripts, default material preset will be applied.<br></p> | ||
| + | <br><hr> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.3.1 Spam menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h4><p style="text-align:center; color: #fe5656;font-size: 30px">2.3.1 Spam menu</p></h4> | ||
| + | <p>You can adjust the level of spam from differents types of message: RLV version, main feature and sub feature. You can either set it to public, private, both or disabled. By definition a sub feature is usually a parameter of a main feature, example: wrists bind into the armbinder is a main feature but fartouch restriction is a sub feature.</p> | ||
| + | [[File:Ponysuit menu spam.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏏ EXIT ⏏</span> – Close the actual menu and release the menu access to anyone.<br> | ||
| + | <span style="color: #00ff00">RLV ✅</span> - spam the RLV version on the public chat at login/wear/reset, <span style="color: #00ff00">private</span> - only user can read it, ❌ - disabled.<br> | ||
| + | <span style="color: #00ff00">main ✅</span> - spam user and menu user for all main feature, <span style="color: #00ff00">public</span> - only menu user, <span style="color: #00ff00">private</span> - only the user, ❌ - disabled. (note: sub feature spam is following the same setting until the sub setting is changed)<br> | ||
| + | <span style="color: #00ff00">sub ✅</span> - spam user and menu user for all sub feature, <span style="color: #00ff00">public</span> - only menu user, <span style="color: #00ff00">private</span> - only the user, ❌ - disabled.<br></p> | ||
| + | <br><hr> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.4 RLV menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">2.4 RLV menu</p></h2> | ||
| + | <p>Universal scripts must deal with different configurations where sometimes same restrictions can be triggered by two scripts. That’s why here RLV restrictions are managed in a unique way. The goal is to keep things working as they should and especially when restrictions are lifted. All active restrictions are listed with the restriction itself like <span style="color: #ffdd33">touchfar=n</span> and the script which triggered it <span style="color: #ffdd33">from sub.wrist</span>.</p> | ||
| + | [[File:Menu ponysuit rlv.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏏ EXIT ⏏</span> – Close the actual menu and release the menu access to anyone.<br> | ||
| + | <span style="color: #00ff00">list</span> - Stream in your chat window all the active restrictions with the script name which is the source of the restriction. You may see same restriction for different scripts, this is all normal.<br> | ||
| + | <span style="color: #00ff00">group</span> - Sub-menu for group restriction.<br></p> | ||
| + | <p>Example of streamed out list of active restrictions:</p> | ||
| + | [[File:Ponysuit menu rlv list.png|center]]<br> | ||
| + | <br><hr> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.4.1 Group restriction menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h4><p style="text-align:center; color: #fe5656;font-size: 30px">2.4.1 Group restriction</p></h4> | ||
| + | <p>You can force the user to a specific group and the user must be a member of it.</p> | ||
| + | [[File:Menu ponysuit group2.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">ALL ✅</span> – Unrestrict all.<br> | ||
| + | <span style="color: #00ff00">All ❌</span> – Restrict all.<br> | ||
| + | <span style="color: #00ff00">group ❌/✅</span> – Group forced or not.<br> | ||
| + | <span style="color: #00ff00">groupID</span> – Set the forced group giving a valid UUID where the user is member of it.<br><p> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.5 Timer menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">2.5 Timer menu</p></h2> | ||
| + | <p><span style="color: #ffdd33">NOTE:</span> When the timer runs out, the key is given back to the user. No one will be able to grab it except if some extern access modes are set.</p> | ||
| + | <p>The timer can be RL or SL time, you can switch from one to another w/o resetting the time left. Wearer can set a timer and do some self-bondage, once started the timer cannot be stopped except if someone else grab the key and get the keyholder access level.</p> | ||
| + | <gallery mode="slideshow"> | ||
| + | Image:Ponysuit menu timer1.png | ||
| + | Image:Ponysuit menu timer2.png | ||
| + | </gallery> | ||
| + | <p><span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏪</span> - Move back to the previous page.<br> | ||
| + | <span style="color: #00ff00">⏩</span> - Move forward to the next page.<br> | ||
| + | <span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">stop</span> - Stop the actual timer but don't give back the key back to the user.<br> | ||
| + | <span style="color: #00ff00">RLtime ❌</span> – SL time mode.<br> | ||
| + | <span style="color: #00ff00">RLtime ✅</span> – RL time mode.<br> | ||
| + | <span style="color: #00ff00">hide ✅</span> – The actual timer value and any added time triggered by the menu buttons are hided to the wearer.<br> | ||
| + | <span style="color: #00ff00">+2min</span> – Add 2 minutes to the actual timer value.<br> | ||
| + | <span style="color: #00ff00">+5min</span> – Add 5 minutes to the actual timer value.<br> | ||
| + | <span style="color: #00ff00">+30min</span> – Add 30 minutes to the actual timer value.<br> | ||
| + | <span style="color: #00ff00">+1h</span> – Add 1 hour to the actual timer value.<br> | ||
| + | <span style="color: #00ff00">+3h</span> – Add 3 hours to the actual timer value.<br> | ||
| + | <span style="color: #00ff00">+6h</span> – Add 6 hours to the actual timer value.<br> | ||
| + | <span style="color: #00ff00">+12h</span> – Add 12 hours to the actual timer value.<br> | ||
| + | <span style="color: #00ff00">+24h</span> – Add 24 hours to the actual timer value.<br></p> | ||
| + | <br><hr> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.6 Ankle menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">2.6 Ankle menu</p></h2> | ||
| + | <p>From this menu you can select different binding poses.</p> | ||
| + | [[File:Ponysuit menu ankle.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏏ EXIT ⏏</span> – Close the actual menu and release the menu access to anyone.<br> | ||
| + | <span style="color: #00ff00">lock ✅</span> – Default position when the ponysuit is locked and the ankles are not bound.<br> | ||
| + | <span style="color: #00ff00">taut ✅</span> – Ankles are connected with a straps, slow walk is enabbled, 'fly', 'alwaysrun', 'sittp' are restricted and temp run is limited in time and force.<br> | ||
| + | <span style="color: #00ff00">tight ✅</span> – Ankles are connected together in a tight way, slow walk is enabbled, 'fly', 'alwaysrun', 'sittp' are restricted and temp run is limited in time and force.<br> | ||
| + | <span style="color: #00ff00">hogtie ✅</span> – Ankles are connected together in a tight way and the legs are bent back, slow walk is enabbled, 'fly', 'alwaysrun', 'sittp' are restricted and temp run is limited in time and force.<br> | ||
| + | <span style="color: #00ff00">kneel ✅</span> – Kneel position, slow walk is enabbled, 'fly', 'alwaysrun', 'sittp' are restricted and temp run is limited in time and force.<br> | ||
| + | <span style="color: #00ff00">[hooves], [ballet] or [noheel]</span> – Select the style of the shoes.<br> | ||
| + | <span style="color: #00ff00">no cuff ✅</span> – Hide the ankles cuffs (and block cuff poses).<br> | ||
| + | <br> | ||
| + | <gallery mode="slideshow"> | ||
| + | Image:Ponysuit taut v2.png|taut | ||
| + | Image:Ponysuit tight v2.png|tight | ||
| + | Image:Ponysuit hogtie v2.png|hogtie | ||
| + | Image:Ponysuit kneel v2.png|kneel | ||
| + | Image:Ponysuit hooves v2.png|hooves | ||
| + | Image:Ponysuit ballet v2.png|ballet | ||
| + | Image:Ponysuit ballet noheel v2.png|ballet noheel | ||
| + | Image:Ponysuit ballet nocuff v2.png|no cuff | ||
| + | </gallery> | ||
| + | <br><hr> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.7 Wrist menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">2.7 Wrist menu</p></h2> | ||
| + | <p>From this menu you can select different binding poses.</p> | ||
| + | <gallery mode="slideshow"> | ||
| + | Image:Ponysuit menu wrist1B.png | ||
| + | Image:Ponysuit menu wrist2B.png | ||
| + | </gallery> | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏏ EXIT ⏏</span> – Close the actual menu and release the menu access to anyone.<br> | ||
| + | <span style="color: #00ff00">lock ✅</span> – Default position when the ponysuit is locked and the wrists are not bound.<br> | ||
| + | <span style="color: #00ff00">back ✅</span> – Wrists are locked on the back and a strap pull them together.<br> | ||
| + | <span style="color: #00ff00">binder ✅</span> – Wrists are forced into a tight armbinder.<br> | ||
| + | <span style="color: #00ff00">clear ✅</span> – Clear all RLV restrictions set by this menu (✅=all RLV restrictions disabled).<br> | ||
| + | <span style="color: #00ff00">[gloves] or [mittens]</span> – Select the styles of the hands.<br> | ||
| + | <span style="color: #00ff00">no cuff ✅</span> – Hide the wrists cuffs (and block cuff poses except armbinder).<br> | ||
| + | <span style="color: #00ff00">far ❌</span> – Unable to touch/grab objects from more than 1.5 m away.<br> | ||
| + | <span style="color: #00ff00">all ❌</span> – unable to touch/grab any object and attachment. This does not apply to HUDs.<br> | ||
| + | <span style="color: #00ff00">world ❌</span> – Unable to touch/grab objects rezzed in-world, i.e. not attachments and HUDs.<br> | ||
| + | <span style="color: #00ff00">attach ❌</span> – Unable to touch attachments (theirs and other avatars'), but this does not apply to HUDs.<br> | ||
| + | <span style="color: #00ff00">other ❌</span> – Unable to touch other people's attachments (but can touch theirs own). This does not apply to HUDs.<br> | ||
| + | <span style="color: #00ff00">hud ❌</span> – Unable to touch any HUDs.<br> | ||
| + | <span style="color: #00ff00">intrct ❌</span> – Unable to touch any objects, attachments, or HUDs, cannot edit or rez, and cannot sit on objects.<br> | ||
| + | <br> | ||
| + | <gallery mode="slideshow"> | ||
| + | Image:Ponysuit menu wrist back.png|back | ||
| + | Image:Ponysuit menu wrist binder.png|binder | ||
| + | Image:Ponysuit ballet nocuff v2b.png|gloves | ||
| + | Image:Ponysuit menu mittens b2.png|mittens | ||
| + | Image:Ponysuit gloves nocuff v2.png.png|no cuff | ||
| + | </gallery> | ||
| + | <br><hr> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.8 Leash menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">2.8 Leash menu</p></h2> | ||
| + | <p>If you use the smart leash holder available from the [tools] button from leash menu, you can make the user following you when leashed even through TP. As soon as the distance between the leash holder and the wearer is greater than 2 times the leash distance a TP is send to the user. | ||
| + | If the leash holder is not detected in the same region, a leash timeout is triggered after 300s and the user will be unleashed.</p> | ||
| + | [[File:Ponysuit menu leash2.png.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏏ EXIT ⏏</span> – Close the actual menu and release the menu access to anyone.<br> | ||
| + | <span style="color: #00ff00">tools</span> – Get the smart leash holder.<br> | ||
| + | <span style="color: #00ff00">leash ✅</span> – Grab the leash in your hand (✅=leash to person active).<br> | ||
| + | <span style="color: #00ff00">post ✅</span> – Leash to an object (✅=leash to post active).<br> | ||
| + | <span style="color: #00ff00">length Ym</span> – Sub-menu to select the leash length (Y=actual leash length).<br> | ||
| + | <span style="color: #00ff00">unleash</span> – Disconnect the leash from your hand or post.<br> | ||
| + | <span style="color: #00ff00">yank</span> – Yank the leash to make the user moving up to the leash target the distance is less than 1m.<br> | ||
| + | <span style="color: #00ff00">type [Z]</span> – Select leash type chain (c) or rope (r).<br> | ||
| + | <span style="color: #00ff00">public ✅/❌</span> – When enabled, anyone can use the leash even if the public access is disabled. You can't rip the leash from someone already holding it!<br> | ||
| + | <span style="color: #00ff00">adjust</span> – Sub menu to adjust the position of leash particles origines.<br></p> | ||
| + | <br> | ||
| + | <p><span style="color: #ffdd33">NOTE:</span> Leash feature is disabled if the nipples rings are hidden!</p> | ||
| + | <br> | ||
| + | [[File:Ponysuit leash exemple v2b.png|center]]<br><hr> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.9 Style menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h2><p style="text-align:center; color: #fe5656;font-size: 40px">2.9 Style menu</p></h2> | ||
| + | <p>Texture & color setup is only done over the style menu by both user and keyholder. The ponysuit uses 3 bases PBR materials textures (Black, Red & white) that can be used on different parts. You can adjust the style color from a color palette or custom colors and also the shine level. The legacy is textured too to make it compatible with old viewers not supporting PBR material. You can adjust the style of a specific part if you select the one you want to mod.</p> | ||
| + | [[File:Ponysuit style menu.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏏ EXIT ⏏</span> – Close the actual menu and release the menu access to anyone.<br> | ||
| + | <span style="color: #00ff00">option</span> - Adjust the ponysuit options.<br> | ||
| + | <span style="color: #00ff00">preset</span> - Select a full preset for the entire ponysuit.<br> | ||
| + | <span style="color: #00ff00">select</span> - Adjust individuals parts to the wished looking.<br> | ||
| + | <span style="color: #00ff00">visible</span> - hide/show parts.<br></p> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.9.1 Option sub menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h3><p style="text-align:center; color: #fe5656;font-size: 30px">2.9.1 Option sub menu</p></h3> | ||
| + | [[File:Ponysuit menu option.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">A.lock ✅</span> – lock the ankle.<br> | ||
| + | <span style="color: #00ff00">leash</span> – Sub menu to adjust the position of leash particles origines.<br> | ||
| + | <span style="color: #00ff00">body.v1 ✅</span> – Use the catsuit v1 style.<br></p> | ||
| + | <gallery mode="slideshow"> | ||
| + | Image:Body v1.png|v1 | ||
| + | Image:Body v2.png|v2 | ||
| + | </gallery> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.9.1.2 Leash particles position --> | ||
| + | <!--=====================================================--> | ||
| + | <h4><p style="text-align:center; color: #fe5656;font-size: 30px">2.9.1.2 Leash particles position sub menu</p></h4> | ||
| + | [[File:Ponysuit menu leash particles2.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">shrink</span> – Reduce the distance between the two prims.<br> | ||
| + | <span style="color: #00ff00">spread</span> – Increase the distance between the two prims.<br> | ||
| + | <span style="color: #00ff00">🔽</span> – Move down both prims.<br> | ||
| + | <span style="color: #00ff00">◀️</span> – Move left both prims.<br> | ||
| + | <span style="color: #00ff00">▶️</span> – Move right both prims.<br> | ||
| + | <span style="color: #00ff00">🔼</span> – Move up both prims.<br> | ||
| + | <span style="color: #00ff00">in</span> – Move in both prims.<br> | ||
| + | <span style="color: #00ff00">out</span> – Move out both prims.<br> | ||
| + | <span style="color: #00ff00">default</span> – Move both prims to there default position.<br> | ||
| + | <span style="color: #00ff00">step</span> – Toggle the move step to: 0.001, 0.005, 0.01 or 0.05.<br> | ||
| + | </p> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.9.2 Preset sub menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h3><p style="text-align:center; color: #fe5656;font-size: 30px">2.9.2 Preset sub menu</p></h3> | ||
| + | [[File:Ponysuit style preset.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">Black, White, Red, B.red</span> - Select one of the preset.<br> | ||
| + | <p style="color: #ffdd33">NOTE: You can still adjust the colors when the preset is used by using the select and color menus.</p> | ||
| + | <br><hr> | ||
| + | <p style="color: #ffdd33">Examples of different presets.</p> | ||
| + | <gallery mode="slideshow"> | ||
| + | File:Ponysuit black v2.png|Black | ||
| + | File:Ponysuit white v2.png|White | ||
| + | File:Ponysuit red v2b.png|Red | ||
| + | File:Ponysuit Bred v2.png|B.red | ||
| + | </gallery> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.9.3 Select sub menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h3><p style="text-align:center; color: #fe5656;font-size: 30px">2.9.3 Select sub menu</p></h3> | ||
| + | <p>If you want to texture or color a part of the ponysuit, you can do it by selecting the part you want to alter and than select what do you want to change.</p> | ||
| + | <gallery mode="slideshow"> | ||
| + | File:Ponysuit menu select1.png | ||
| + | File:Ponysuit menu select2.png | ||
| + | </gallery> | ||
| + | <p><span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏪</span> - Move back to the previous page.<br> | ||
| + | <span style="color: #00ff00">⏩</span> - Move forward to the next page.<br> | ||
| + | <span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">catsuit, mitten, glove, corset, C.trim, P.boot, hoof, ballet, B.heel, B.sole, metal, padlock, binder, B.strap, strap, cuff, C.strap - Select the part to modify.<br></p> | ||
| + | <br><hr> | ||
| + | <p>When the part you want to modify is selected another menu will ask you what to do.</p> | ||
| + | [[File:Ponysuit menu action.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">color</span> - Sub-menu to change the color.<br> | ||
| + | <span style="color: #00ff00">material</span> - Sub-menu to change the material texture.<br> | ||
| + | <span style="color: #00ff00">shine</span> - Sub-menu to change the shine.<br> | ||
| + | <span style="color: #00ff00">rgb2PBR ✅</span> - Convert the linear RGB to sRGB colorspace for PBR faces.<br> | ||
| + | <span style="color: #00ff00">noPBR</span> - Remove the PBR material from the selected part and switch it back to leagacy.<br></p> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.9.3.1 Color menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h4><p style="text-align:center; color: #fe5656;font-size: 30px">2.9.3.1 Color menu</p></h4> | ||
| + | <p>Select the color you want to apply on the selected part, you can also change the custom A & B color to your liking.</p> | ||
| + | <gallery mode="slideshow"> | ||
| + | Image:Ponysuit select select color1.png|page 1/4 | ||
| + | Image:Ponysuit select select color2.png|page 2/4 | ||
| + | Image:Ponysuit select select color3.png|page 3/4 | ||
| + | Image:Ponysuit select select color4.png|page 4/4 | ||
| + | </gallery> | ||
| + | <p><span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏪</span> - Move back to the previous page.<br> | ||
| + | <span style="color: #00ff00">⏩</span> - Move forward to the next page.<br> | ||
| + | <span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">D.green, F.pink, L.red, L,yellow, P.pink, amethyst, azure, black, blood, blue, copper, custom.A, custom.B, gold, indigo,lime, metal, navy, orange, plum, purple, red, silver, slate, steel, white, yellow</span> – Select the color preset for the selected part.<br> | ||
| + | <span style="color: #00ff00">RGB.A, RGB.B</span> – Enter the new value for custom.A or custom.B color. Example <123/123/123><br></p> | ||
| + | <br><hr> | ||
| + | <p style="color: #ffdd33">Palette of colors:</p> | ||
| + | [[File:PFS palette color.png|center]]<br> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.9.3.2 Material menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h4><p style="text-align:center; color: #fe5656;font-size: 30px">2.9.3.2 Material menu</p></h4> | ||
| + | <p>Select the material you want to apply on the selected part.</p> | ||
| + | [[File:Ponysuit select select material.png|center]] | ||
| + | <p><span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">Black, White, Red</span> - Select one of the material.<br></p> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.9.3.3 Shine menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h4><p style="text-align:center; color: #fe5656;font-size: 40px"> 2.9.3.3 Shine menu</p></h4> | ||
| + | <p>Increase or decrease the shine & environment for the selected part.</p> | ||
| + | <gallery mode="slideshow"> | ||
| + | Image:Ponysuit select select shine1.png|page 1/2 | ||
| + | Image:Ponysuit select select shine2.png|page 2/2 | ||
| + | </gallery> | ||
| + | <p><span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">⏪</span> - Move back to the previous page.<br> | ||
| + | <span style="color: #00ff00">⏩</span> - Move forward to the next page.<br> | ||
| + | <span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">-1g</span> – Reduce the glossiness by 1.<br> | ||
| + | <span style="color: #00ff00">-10g</span> – Reduce the glossiness by 10.<br> | ||
| + | <span style="color: #00ff00">-100g</span> – Reduce the glossiness by 100.<br> | ||
| + | <span style="color: #00ff00">+1g</span> – Increase the glossiness by 1.<br> | ||
| + | <span style="color: #00ff00">+10g</span> – Increase the glossiness by 10.<br> | ||
| + | <span style="color: #00ff00">+100g</span> – Increase the glossiness by 100.<br> | ||
| + | <span style="color: #00ff00">-1e</span> – Reduce the environment by 1.<br> | ||
| + | <span style="color: #00ff00">-10e</span> – Reduce the environment by 10.<br> | ||
| + | <span style="color: #00ff00">-100e</span> – Reduce the environment by 100.<br> | ||
| + | <span style="color: #00ff00">+1e</span> – Increase the environment by 1.<br> | ||
| + | <span style="color: #00ff00">+10e</span> – Increase the environment by 10.<br> | ||
| + | <span style="color: #00ff00">+100e</span> – Increase the environment by 100.<br></p> | ||
| + | <br><hr><br> | ||
| + | <!--=====================================================--> | ||
| + | <!--2.9.4 Visible sub menu --> | ||
| + | <!--=====================================================--> | ||
| + | <h3><p style="text-align:center; color: #fe5656;font-size: 30px">2.9.1 Visible sub menu</p></h3> | ||
| + | [[File:Ponysuit select visible v2.png|center]]<br> | ||
| + | <p><span style="color: #00ff00">❌ BACK ❌</span> – Move back to the previous menu.<br> | ||
| + | <span style="color: #00ff00">❓ HELP ❓</span> – Streams the help into the chat window.<br> | ||
| + | <span style="color: #00ff00">corset ✅/❌</span> – ✅ Corset is shown or ❌ Corset is hidden.<br> | ||
| + | <span style="color: #00ff00">rings ✅/❌</span> – ✅ Nipples rings are shown or ❌ Nipples rings are hidden.<br> | ||
| + | <span style="color: #00ff00">caps ✅/❌</span> – ✅ Nipples caps are shown or ❌ Nipples caps are hidden (only body v2).<br></p> | ||
| + | <p><span style="color: #ffdd33">NOTE:</span> if you hide the caps you can wear the mesh body system Maitreya Lara V5.3 with the right alpha layer (included in the scope of delivery) and original or puffy nipple shape. But keep in mind there is a <span style="color: #FF0000; font-weight:bold">LIMITATION:</span> you can't use the Ponysuit leash rings with uncovered nipples, you will need to use another gear to leash the subject!</p><br> | ||
| + | <gallery mode="slideshow"> | ||
| + | Image:ponysuit no corset.png|no corset | ||
| + | Image:ponysuit no corset no rings.png|no corset, no rings | ||
| + | Image:ponysuit no corset no rings no caps.png|no corset, no rings, no caps | ||
| + | </gallery> | ||
| + | <br><hr><br> | ||
Latest revision as of 20:24, 19 August 2025
Contents
[PFS] Ponysuit v2.0
The [PFS] Ponysuit is an mesh bondage gear, it can be used in many ways and in many disciplines, up to you to choose it. You will be able to:
- lock/unlock with RLV or RLVa
- Access mode: private, public, public ask, owner, group or PFS
- Bind the wrists in an armbinder or cuffed on the back
- Bind the ankles in four positions: taut, tight, hogtie and kneel
- Inovative slow walk when the ankles are bound
- Inovative temp run when the ankles are bound
- Smart leash when the integrated leash holder is used
- use RL/SL timer
- colorize & texture over menu, accessible by both user and keyholder
- add your own access script (example is provided)
- 3 PBR & Legacy mod materials (black, red and white) to texture and customize it to your likings
- uses the standard script v1.4
changes in v1.1:
- fixed the issue with the hands alpha
- fixed coloring the straps with some colors
changes in v2.0:
- added catsuit v2 top with removable nipples caps (Lara v5.3)
- added default shape in the delivery scope
- added toggle feature between catsuit v1 and v2
- fixed the washed out PBR colors effect
- fixed the rounding error for the given custom colors
- fixed the group access w/o group active
- added RLV force group
- added banned & allowed users
- added gloves
- added ballets
- added ballets w/o heels
- added hide/show ankles cuffs
- added hide/show wrist cuffs
- added remove PBR from selected surface to increase color compatibility with legacy stuff
- added ankle lock option
- added menu to adjust the position of the leash particles origin
- modified color settings, you can now select to use linear RGB or sRGB
- removed the hover offset for normal standing, please use the included foot base (modifiable to your licking)
- fixed the mittens don't hide when you go to binder.
1. Generalities
This bondage gear is the result of the cooperation with Filly Heartsong who did the mesh design. We both put together our long experience in mesh design and scripting to provide you an unique gear. Because we care we are open to listen all your comments and suggestions, as long it will help to get a better product!
1.1 RLV
As a viewer standard, RLV restrictions are filtered to the object UUID and if your object uses same restrictions for several functions, you may run into trouble and the result may look a way different than expected. That's why RLV, here, is managed to the script level. You can have several scripts triggering restrictions w/o any interactions between them. You can easily follows the object restrictions table from the RLV menu.
1.2 Access
The menu access is build in an inovative way. As standard, everyone can access the menu, with different access levels. Access levels are:
- public
- keyholder
- selftouch
Depending on the lock state of the object, you may get different access levels (they are cumulable) which allows you to do things or not. The not allowed functions are strikethrough but the positive side is you can still read every parameter and setting, including the user.
The menu is mono user but the keyholder has always the priority to access it.
You can access it using the command line over channel 7, just hit /7##ponysuit to get access to the main menu of the object. Replace ## with the user 2 first letters of the user name.
The use of the API allows you to override the actual keyholder, this will help you to implement your own access list from wherever you want. You can implement "key grabbing" scripts as much you want they are asked one after the other. For more info look at the included public access script "plug.access.public".
1.3 Configurable
The object includes a config notecard to configure it, you can modify it at your own risk to change the color palette, animation or adjust the avatar height to get a better hover to your avatar size.
1.4 API
Objects you cannot mod are no fun, that's why you will find here an integrated API that will allows you make your own key grabbing script. plug.access.public is a script, full mod and documented, to make your own.
1.5 Integrated help
To make it accessible and easy to use, the object menus have a "help" feature to stream in your chat window some general informations regarding the actual menu displayed to help you to understand what does every buttons.
1.6 Truekey
The only way to unlock the object is the use of the key held by the keyholder. In case you are stuck or the keyholder not showing back you can, if set up previously, use the Truekey feature to get unlocked by everyone having the key password. You can access it, set it up and use it fromt he "Tools" menu.
1.7 Mesh body & alpha
This product is fully mesh and since it covers all your body from neck to toe, there is no need to add complexity by wearing your favorite mesh body. But to hide the system body be sure you wear the [PFS] Ponysuit alpha layer.
1.8 Integrated animations
The ponysuit uses several animations depending on the wrists and ankles binding positions. Be sure you don't wear any AO interfering with them or you may experience weird results.
2. Ponysuit features
The main menu provides you an access to all the functions. You can access it if you touch me or use the command line in the range of 5m. Command line is on channel 7 and is built with the 2 first letters of the username followed by the type of the gear: hood here... Example for 'nicole spicy' ponysuit you will type /7niponysuit (you will be noticed if the user has a customized prefix). You can also replace the prefix with '*' to get all users menus. Keyholder are not concerned by the distance limit but take in account the talk range limit.
❓ HELP ❓ – Streams the help into the chat window.
⏏ EXIT ⏏ – Close the actual menu and release the menu access to anyone. If not, the access menu will timeout after 300s of no use. Keyholder always have the priority to access the menu even if used by someone else. The actual menu user will be noticed for any attempt to access the menu (fail or success).
lock 🔓 – This object is not locked, no RLV restrictions are applied.
unlock 🔒 – This object is locked, you cannot remove it and RLV restrictions are applied.
key 🚫 – The key is not present and has been taken by someone.
key 🔑 – The key is present, anyone can grab it.
access – Sub-menu for the access settings.
RLV – Sub-menu for RLV restrictions if they are.
timer ❌/✅ – Sub-menu for timelock (❌=no timer in use, ✅=timer in use).
tools – Sub-menu for the Truekey and some settings.
ankle ❌/✅ - Sub-menu to bind ankles (❌=no function in use, ✅=at least one function in use).
leash ❌/✅ - Sub-menu to leash (❌=no leash in use, ✅=leash in use).
wrist ❌/✅ - Sub-menu to bind wrists (❌=no function in use, ✅=at least one function in use).
style - Sub-menu for the style of the ponusuit.
When unlocking you get some options, you can either call the default settings back to put the ponysuit to its initial state, or keep the settings as they are so the ponysuit will take the last used settings at the next lock
YES – All the settings except style are reset to their default values.
NO – All the settings are left as they are, at the next lock all restrictions will be applied again.
MENU – Get the main menu back.
NOTE: timeout for this menu is shorter than the standard 300s, only 10s!.
❓ HELP ❓ – Streams the help into the chat window.
❌ BACK ❌ – Move back to the previous menu.
⏏ EXIT ⏏ – Close the actual menu and release the menu access to anyone.
private ✅ – Only user and owner can access it.
public ✅ – Anyone can access the menu and grab the key.
ask ✅ – Same as public but if someone want to grab the key, the actual keyholder (if present in the region) will be asked to allow it or not.
group ✅ – only same group then user can access it.
PFS ✅ – PFS staff can grab the key.
owner – Sub-menu to add/delete owners.
banned – Sub-menu to ban user.
allowed – Sub-menu to allow user.
NOTE: if private, public, ask and group are ❌, anyone can access the menu, you can grab the key if available but if the key is already taken you can still go into all menus but all the buttons will be strikethrough.
Exemple of strikethrough menu where the menu user has the free access level
You can add by scan or UUID one primary owner and two scondary owners. Only primary owner can add secondary owners.
❓ HELP ❓ – Streams the help into the chat window.
❌ BACK ❌ – Move back to the previous menu.
⏏ EXIT ⏏ – Close the actual menu and release the menu access to anyone.
prim+ – Add primary owner (only user can do it).
sec+ – Add secondary owner, only primary can add secondary owners (2 max).
remove – Primary owner can remove secondary owners or itself if unlocked.
You can add by scan or UUID banned persons to access your gear. This menu is always available to the user when locked or not.
❓ HELP ❓ – Streams the help into the chat window.
❌ BACK ❌ – Move back to the previous menu.
⏏ EXIT ⏏ – Close the actual menu and release the menu access to anyone.
ban+ – Add someone by entering the UUID or by scan to the banned list.
ban- – Remove someone from the banned list.
list – Stream the banned list to your chat window.
You can add by scan or UUID allowed persons to access your gear, this is useful if the access level is set to private and you want to allow only few persons the access. This menu is always available to the user when locked or not.
❓ HELP ❓ – Streams the help into the chat window.
❌ BACK ❌ – Move back to the previous menu.
⏏ EXIT ⏏ – Close the actual menu and release the menu access to anyone.
allow+ – Add someone by entering the UUID or by scan to the allowed list.
allow- – Remove someone from the allowed list.
list – Stream the allowed list to your chat window.
❓ HELP ❓ – Streams the help into the chat window.
❌ BACK ❌ – Move back to the previous menu.
⏏ EXIT ⏏ – Close the actual menu and release the menu access to anyone.
Truekey – Only the wearer can get a new Truekey. The key can get given away, but the final user will need to know the password.
set pw – Set a new password number for the Truekey.
use key – When you wear the Truekey with the correct password you can grab this object key. The wearer cannot use the Truekey on its own object!
spam – Access the sub-menu to change the spam setting.
prefix – change your prefix to whatever you want as long it's built with 2 letters.
reset – Reset the linkset data and restart all scripts, default material preset will be applied.
You can adjust the level of spam from differents types of message: RLV version, main feature and sub feature. You can either set it to public, private, both or disabled. By definition a sub feature is usually a parameter of a main feature, example: wrists bind into the armbinder is a main feature but fartouch restriction is a sub feature.
❓ HELP ❓ – Streams the help into the chat window.
❌ BACK ❌ – Move back to the previous menu.
⏏ EXIT ⏏ – Close the actual menu and release the menu access to anyone.
RLV ✅ - spam the RLV version on the public chat at login/wear/reset, private - only user can read it, ❌ - disabled.
main ✅ - spam user and menu user for all main feature, public - only menu user, private - only the user, ❌ - disabled. (note: sub feature spam is following the same setting until the sub setting is changed)
sub ✅ - spam user and menu user for all sub feature, public - only menu user, private - only the user, ❌ - disabled.
Universal scripts must deal with different configurations where sometimes same restrictions can be triggered by two scripts. That’s why here RLV restrictions are managed in a unique way. The goal is to keep things working as they should and especially when restrictions are lifted. All active restrictions are listed with the restriction itself like touchfar=n and the script which triggered it from sub.wrist.
❓ HELP ❓ – Streams the help into the chat window.
❌ BACK ❌ – Move back to the previous menu.
⏏ EXIT ⏏ – Close the actual menu and release the menu access to anyone.
list - Stream in your chat window all the active restrictions with the script name which is the source of the restriction. You may see same restriction for different scripts, this is all normal.
group - Sub-menu for group restriction.
Example of streamed out list of active restrictions:
2.4.1 Group restriction
You can force the user to a specific group and the user must be a member of it.
❓ HELP ❓ – Streams the help into the chat window.
❌ BACK ❌ – Move back to the previous menu.
ALL ✅ – Unrestrict all.
All ❌ – Restrict all.
group ❌/✅ – Group forced or not.
groupID – Set the forced group giving a valid UUID where the user is member of it.
NOTE: When the timer runs out, the key is given back to the user. No one will be able to grab it except if some extern access modes are set.
The timer can be RL or SL time, you can switch from one to another w/o resetting the time left. Wearer can set a timer and do some self-bondage, once started the timer cannot be stopped except if someone else grab the key and get the keyholder access level.
❌ BACK ❌ – Move back to the previous menu.
⏪ - Move back to the previous page.
⏩ - Move forward to the next page.
❓ HELP ❓ – Streams the help into the chat window.
stop - Stop the actual timer but don't give back the key back to the user.
RLtime ❌ – SL time mode.
RLtime ✅ – RL time mode.
hide ✅ – The actual timer value and any added time triggered by the menu buttons are hided to the wearer.
+2min – Add 2 minutes to the actual timer value.
+5min – Add 5 minutes to the actual timer value.
+30min – Add 30 minutes to the actual timer value.
+1h – Add 1 hour to the actual timer value.
+3h – Add 3 hours to the actual timer value.
+6h – Add 6 hours to the actual timer value.
+12h – Add 12 hours to the actual timer value.
+24h – Add 24 hours to the actual timer value.
From this menu you can select different binding poses.
❓ HELP ❓ – Streams the help into the chat window.
❌ BACK ❌ – Move back to the previous menu.
⏏ EXIT ⏏ – Close the actual menu and release the menu access to anyone.
lock ✅ – Default position when the ponysuit is locked and the ankles are not bound.
taut ✅ – Ankles are connected with a straps, slow walk is enabbled, 'fly', 'alwaysrun', 'sittp' are restricted and temp run is limited in time and force.
tight ✅ – Ankles are connected together in a tight way, slow walk is enabbled, 'fly', 'alwaysrun', 'sittp' are restricted and temp run is limited in time and force.
hogtie ✅ – Ankles are connected together in a tight way and the legs are bent back, slow walk is enabbled, 'fly', 'alwaysrun', 'sittp' are restricted and temp run is limited in time and force.
kneel ✅ – Kneel position, slow walk is enabbled, 'fly', 'alwaysrun', 'sittp' are restricted and temp run is limited in time and force.
[hooves], [ballet] or [noheel] – Select the style of the shoes.
no cuff ✅ – Hide the ankles cuffs (and block cuff poses).
From this menu you can select different binding poses.
❓ HELP ❓ – Streams the help into the chat window.
❌ BACK ❌ – Move back to the previous menu.
⏏ EXIT ⏏ – Close the actual menu and release the menu access to anyone.
lock ✅ – Default position when the ponysuit is locked and the wrists are not bound.
back ✅ – Wrists are locked on the back and a strap pull them together.
binder ✅ – Wrists are forced into a tight armbinder.
clear ✅ – Clear all RLV restrictions set by this menu (✅=all RLV restrictions disabled).
[gloves] or [mittens] – Select the styles of the hands.
no cuff ✅ – Hide the wrists cuffs (and block cuff poses except armbinder).
far ❌ – Unable to touch/grab objects from more than 1.5 m away.
all ❌ – unable to touch/grab any object and attachment. This does not apply to HUDs.
world ❌ – Unable to touch/grab objects rezzed in-world, i.e. not attachments and HUDs.
attach ❌ – Unable to touch attachments (theirs and other avatars'), but this does not apply to HUDs.
other ❌ – Unable to touch other people's attachments (but can touch theirs own). This does not apply to HUDs.
hud ❌ – Unable to touch any HUDs.
intrct ❌ – Unable to touch any objects, attachments, or HUDs, cannot edit or rez, and cannot sit on objects.
If you use the smart leash holder available from the [tools] button from leash menu, you can make the user following you when leashed even through TP. As soon as the distance between the leash holder and the wearer is greater than 2 times the leash distance a TP is send to the user. If the leash holder is not detected in the same region, a leash timeout is triggered after 300s and the user will be unleashed.
❓ HELP ❓ – Streams the help into the chat window.
❌ BACK ❌ – Move back to the previous menu.
⏏ EXIT ⏏ – Close the actual menu and release the menu access to anyone.
tools – Get the smart leash holder.
leash ✅ – Grab the leash in your hand (✅=leash to person active).
post ✅ – Leash to an object (✅=leash to post active).
length Ym – Sub-menu to select the leash length (Y=actual leash length).
unleash – Disconnect the leash from your hand or post.
yank – Yank the leash to make the user moving up to the leash target the distance is less than 1m.
type [Z] – Select leash type chain (c) or rope (r).
public ✅/❌ – When enabled, anyone can use the leash even if the public access is disabled. You can't rip the leash from someone already holding it!
adjust – Sub menu to adjust the position of leash particles origines.
NOTE: Leash feature is disabled if the nipples rings are hidden!
Texture & color setup is only done over the style menu by both user and keyholder. The ponysuit uses 3 bases PBR materials textures (Black, Red & white) that can be used on different parts. You can adjust the style color from a color palette or custom colors and also the shine level. The legacy is textured too to make it compatible with old viewers not supporting PBR material. You can adjust the style of a specific part if you select the one you want to mod.
❓ HELP ❓ – Streams the help into the chat window.
❌ BACK ❌ – Move back to the previous menu.
⏏ EXIT ⏏ – Close the actual menu and release the menu access to anyone.
option - Adjust the ponysuit options.
preset - Select a full preset for the entire ponysuit.
select - Adjust individuals parts to the wished looking.
visible - hide/show parts.
❌ BACK ❌ – Move back to the previous menu.
❓ HELP ❓ – Streams the help into the chat window.
A.lock ✅ – lock the ankle.
leash – Sub menu to adjust the position of leash particles origines.
body.v1 ✅ – Use the catsuit v1 style.
❌ BACK ❌ – Move back to the previous menu.
shrink – Reduce the distance between the two prims.
spread – Increase the distance between the two prims.
🔽 – Move down both prims.
◀️ – Move left both prims.
▶️ – Move right both prims.
🔼 – Move up both prims.
in – Move in both prims.
out – Move out both prims.
default – Move both prims to there default position.
step – Toggle the move step to: 0.001, 0.005, 0.01 or 0.05.
❌ BACK ❌ – Move back to the previous menu.
❓ HELP ❓ – Streams the help into the chat window.
Black, White, Red, B.red - Select one of the preset.
NOTE: You can still adjust the colors when the preset is used by using the select and color menus.
Examples of different presets.
If you want to texture or color a part of the ponysuit, you can do it by selecting the part you want to alter and than select what do you want to change.
❌ BACK ❌ – Move back to the previous menu.
⏪ - Move back to the previous page.
⏩ - Move forward to the next page.
❓ HELP ❓ – Streams the help into the chat window.
catsuit, mitten, glove, corset, C.trim, P.boot, hoof, ballet, B.heel, B.sole, metal, padlock, binder, B.strap, strap, cuff, C.strap - Select the part to modify.
When the part you want to modify is selected another menu will ask you what to do.
❌ BACK ❌ – Move back to the previous menu.
❓ HELP ❓ – Streams the help into the chat window.
color - Sub-menu to change the color.
material - Sub-menu to change the material texture.
shine - Sub-menu to change the shine.
rgb2PBR ✅ - Convert the linear RGB to sRGB colorspace for PBR faces.
noPBR - Remove the PBR material from the selected part and switch it back to leagacy.
Select the color you want to apply on the selected part, you can also change the custom A & B color to your liking.
❌ BACK ❌ – Move back to the previous menu.
⏪ - Move back to the previous page.
⏩ - Move forward to the next page.
❓ HELP ❓ – Streams the help into the chat window.
D.green, F.pink, L.red, L,yellow, P.pink, amethyst, azure, black, blood, blue, copper, custom.A, custom.B, gold, indigo,lime, metal, navy, orange, plum, purple, red, silver, slate, steel, white, yellow – Select the color preset for the selected part.
RGB.A, RGB.B – Enter the new value for custom.A or custom.B color. Example <123/123/123>
Palette of colors:
Select the material you want to apply on the selected part.
❌ BACK ❌ – Move back to the previous menu.
❓ HELP ❓ – Streams the help into the chat window.
Black, White, Red - Select one of the material.
Increase or decrease the shine & environment for the selected part.
❌ BACK ❌ – Move back to the previous menu.
⏪ - Move back to the previous page.
⏩ - Move forward to the next page.
❓ HELP ❓ – Streams the help into the chat window.
-1g – Reduce the glossiness by 1.
-10g – Reduce the glossiness by 10.
-100g – Reduce the glossiness by 100.
+1g – Increase the glossiness by 1.
+10g – Increase the glossiness by 10.
+100g – Increase the glossiness by 100.
-1e – Reduce the environment by 1.
-10e – Reduce the environment by 10.
-100e – Reduce the environment by 100.
+1e – Increase the environment by 1.
+10e – Increase the environment by 10.
+100e – Increase the environment by 100.
❌ BACK ❌ – Move back to the previous menu.
❓ HELP ❓ – Streams the help into the chat window.
corset ✅/❌ – ✅ Corset is shown or ❌ Corset is hidden.
rings ✅/❌ – ✅ Nipples rings are shown or ❌ Nipples rings are hidden.
caps ✅/❌ – ✅ Nipples caps are shown or ❌ Nipples caps are hidden (only body v2).
NOTE: if you hide the caps you can wear the mesh body system Maitreya Lara V5.3 with the right alpha layer (included in the scope of delivery) and original or puffy nipple shape. But keep in mind there is a LIMITATION: you can't use the Ponysuit leash rings with uncovered nipples, you will need to use another gear to leash the subject!






















