Difference between revisions of "Ponysuit"
m |
m |
||
| Line 32: | Line 32: | ||
<h2><p style="text-align:center; color: #fe5656;font-size: 40px">1.1 RLV</p></h2> | <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> | <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> | <br><hr><br> | ||
Revision as of 07:33, 4 December 2024
[PFS] Ponysuit v1
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
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".
