This is a full perm script for boat builders. It will give your boat a natural rocking motion (and subtle sound effect to match) when moored up (no physical). Soon as you start moving (go physical) this behavior will auto-disable so not to interfere with normal operation. Also included via uuid in the script is a subtle sound effect for the rocking behavior.
This product will receive lifetime updates for free via Caspervend.
NOTE: This is for boat builders, if you want a mod-kit style version (copy perms) to just place in a boat you own then check related listings for something more suitable for that :)
██► QUESTIONS & SUPPORT
If you have any questions or issues regarding this product then by all means contact me as I will be happy to help :) Please send an IM and notecard to "vetronuk" detailing your query, and if I have not responded to you within 24 hours then please re-send your message. I do aim to respond to all queries within 24 hours.
██► LICENSE
You are permitted naturally to include this product into your own builds and then sell it, you are not allowed to sell this item as-is and that includes giving away the product full perm.
NOTE: This script should be set no-mod and no-transfer permissions in your build, and that includes if you move this scripts contents into a more larger script.
██► QUICK START
1. Place the contents into the boats inventory
Move the contents of your received mod kit package to your inventory, depending on where you purchased this item you may be required to unpack the item first. Rez a copy of the boat you wish to mod, and then place the contents of the package inside its inventory.
NOTE: Remember this only works when your boat is no-physical, so you wont notice any change when physical - i.e. engines running.
2. Enjoy!
██► GIVE FEEDBACK, WRITE A REVIEW :)
I welcome feedback on my products and am always open to improving them so please let me know via reviewing. You are also welcome to send me note-cards with suggestions and any extended feedback if you wish.
All my products include the ability to be updated, so if you can suggest an improvement or spot a bug, do let me know about it and I can do something about it :)
NOTE: If you leave a constructive review on Second Life Marketplace for this product you will be entitled to L$100 store credit.
See item in Second Life- Full perms
- Free lifetime updates!
Please Help!
I have purchased this script and it rocks! which is great however it keeps flipping my boat onto its side, :( what do i need to type into the script to rectify this please? - absolute NON scripter here #dontknowwhatimdoing - any help would be greatly appreciated
Works but....
Hi, just purchased it. But you do have to adjust the state_entry event (it's a bit confusing for non-scripters). You will see
if (llGetNumberOfPrims() > 5)
{
llSetTimerEvent(2.5);
}
This way, the timer event only gets set if the build consists of more than 5 prims. Add something after the closing bracket, like:
if (llGetNumberOfPrims() > 5)
{
llSetTimerEvent(2.5);
} else {
llSetTimerEvent(1.0); // to start rockinggggg for a small build
}
and it works perfectly!
Poor instructions, no customer support, doesn't work
My experience has been the same as GretaOto's. I have been contacting Vetron since I purchased the product and I still can't get it to work.
I was surprised and a little disappointed when I found the following feature of your boat rocking script was *not* in the full perm version:
"Another good feature about this mod kit is that you can set different rocking motion amounts per region via the config notecard. For example stopping in the middle of the Blake Sea can give rough rocking motion and some isolated marina more smooth / calm. This is all automatic once set in the notecard :)".
I wrote a notecard to Vetron in 2016 asking if this was intentional or an oversight? I have never received an answer to my inquires.
I went back and also purchased the L$95 version in order to get this feature into my personal watercraft. Though that script is equally non-functional.
Nice smooth roaking
It works perfectly. It's a good investment for builders :)
Works Great!
I attempted to put it in a dock just for testing. Dock was only 2 items linked and it wasn't working. If you are putting this in something that is less than 5 linked pieces you need to update the llGetNumberOfPrims() line where is checking for number of prims (or timer wont start for movement). Change to 1 and you are good to go.