<div dir="ltr"><div><div><div><div>I would recommend uploading the working script to OSgrid's forum.<br></div><br>There is also a new, but not well known, script resource library created by the folks at Spellscape Grid. <a href="http://www.spellscape.co.uk/resources/scripts">http://www.spellscape.co.uk/resources/scripts</a><br>I would suggest adding it there also. I think once it gets used a bit it has potential to be a very useful resource for all of OpenSim.<br><br></div>Another popular resource is at <a href="http://www.outworldz.com/cgi/freescripts.plx">http://www.outworldz.com/cgi/freescripts.plx</a><br></div><div>You should upload it there as well.<br></div><br></div>-Seth<br><div><br><div><div><div><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 11, 2015 at 2:06 PM, <span dir="ltr"><<a href="mailto:opensim-users-request@opensimulator.org" target="_blank">opensim-users-request@opensimulator.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Opensim-users mailing list submissions to<br>
<a href="mailto:opensim-users@opensimulator.org">opensim-users@opensimulator.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:opensim-users-request@opensimulator.org">opensim-users-request@opensimulator.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:opensim-users-owner@opensimulator.org">opensim-users-owner@opensimulator.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Opensim-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: Boat script for bullet engine (Thomas Ringate)<br>
2. Re: Boat script for bullet engine (Vegaslon)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 11 Jun 2015 08:42:54 -0400<br>
From: "Thomas Ringate" <<a href="mailto:tringate@gmail.com">tringate@gmail.com</a>><br>
To: <<a href="mailto:opensim-users@opensimulator.org">opensim-users@opensimulator.org</a>><br>
Subject: Re: [Opensim-users] Boat script for bullet engine<br>
Message-ID: <BE5C0BA9A89240B494E262805F16C291@TomsDesktop><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
The wiki would be a good place. I posted mine to the OSgrid forum in the script section. Hopefully it will be added to the consolidated list of scripts there, making it easier to find.<br>
<br>
<a href="http://forums.osgrid.org/viewtopic.php?f=5&t=5486" rel="noreferrer" target="_blank">http://forums.osgrid.org/viewtopic.php?f=5&t=5486</a><br>
<br>
From: Dahlia Trimble<br>
Sent: Thursday, June 11, 2015 1:07 AM<br>
To: <a href="mailto:opensim-users@opensimulator.org">opensim-users@opensimulator.org</a><br>
Subject: Re: [Opensim-users] Boat script for bullet engine<br>
<br>
*votes for a sample script wiki page on <a href="http://opensimulator.org/" rel="noreferrer" target="_blank">http://opensimulator.org/</a><br>
<br>
<br>
<br>
On Wed, Jun 10, 2015 at 9:40 PM, Mister Blue <<a href="mailto:misterblue@misterblue.com">misterblue@misterblue.com</a>> wrote:<br>
<br>
There have been several requests for sample scripts that are known to work. With all the scripts floating around, it is hard to find the right place to start.<br>
<br>
If I was to start collecting such scripts, where should they be stored so new scripters will find them?<br>
<br>
==mb<br>
<br>
On Wed, Jun 10, 2015 at 6:33 PM, Thomas Ringate <<a href="mailto:tringate@gmail.com">tringate@gmail.com</a>> wrote:<br>
<br>
Mister Blue,<br>
<br>
I closed the mantis. The problem was with not setting hover height to something other than zero. That is the value used in the lsl wiki and I thought it meant to hover right on the water, not disable hover.<br>
<br>
I will post this script once I finish cleaning it up and commenting it. Then others like me will be able to find it in the forum in the script section for something that works. They can modify it to their liking and add other features.<br>
<br>
Tom<br>
<br>
From: Mister Blue<br>
Sent: Monday, June 08, 2015 9:40 PM<br>
To: opensim-users maillist<br>
Subject: Re: [Opensim-users] Boat script for bullet engine<br>
<br>
As BulletSim's maintainer, I would like to fix the problems you've been finding.<br>
<br>
I thought I'd fixed the sinking problem in the latest master. There used to be a problem with setting buoyancy (BulletSim is like SL when dealing with buoyancy and vehicles and not like ODE).<br>
<br>
If you can file a Mantis with a short script that fails, I will take a look at it. I want vehicles to work with BulletSim.<br>
<br>
== MB<br>
<br>
On Mon, Jun 8, 2015 at 10:58 AM, Thomas Ringate <<a href="mailto:tringate@gmail.com">tringate@gmail.com</a>> wrote:<br>
<br>
I have been trying to modify the vehicle script for the bulletsim-jetbike v1.0.lsl written by Shin Ingen. I want to use the script in a Jet Ski.<br>
<br>
The issues I need to solve are:<br>
- do not sink when driver sits<br>
- detect region borders and veer away<br>
- detect shoreline and veer away<br>
<br>
The most critical of these is the first. Searching using Google shows that the most common problem for a boat is that it sinks when the driver<br>
gets on the boat. I am able to keep the boat afloat using the above script if I never turn it. Once I maneuver at all it slowly sinks to the bottom.<br>
<br>
Unfortunately, after reading for many hours about vehicles in the wiki, I find nothing I change or try does anything but make it worse.<br>
<br>
There are no published working bullet scripts for a boat that I could find as an example to achieve a boat that would maneuver and stay floating.<br>
<br>
Is there such a script? If so can someone point me to it please.<br>
<br>
The above script is really a lot of fun speeding around a region diving into water, scaling mountains and flying back to ground level.<br>
As long as you avoid the regions borders it is great.<br>
I have added code to detect the borders, veer away and slow down while doing it.<br>
Unfortunately there is no way I have found to do this the same way as running into a non phantom prim.<br>
I have to set the border limit to 15 meters to give the script time to react, slow the vehicle and start the turn operation.<br>
It is still possible to overshoot the border and that is sudden death for this script and vehicle.<br>
<br>
Tom<br>
<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
<br>
<br>
<br>
<br>
----------------------------------------------------------------------------<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
<br>
<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
<br>
<br>
<br>
<br>
<br>
--------------------------------------------------------------------------------<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://opensimulator.org/pipermail/opensim-users/attachments/20150611/4c14b8e0/attachment-0001.html" rel="noreferrer" target="_blank">http://opensimulator.org/pipermail/opensim-users/attachments/20150611/4c14b8e0/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 11 Jun 2015 14:06:34 -0400<br>
From: Vegaslon <<a href="mailto:vegaslon@gmail.com">vegaslon@gmail.com</a>><br>
To: <a href="mailto:opensim-users@opensimulator.org">opensim-users@opensimulator.org</a><br>
Subject: Re: [Opensim-users] Boat script for bullet engine<br>
Message-ID:<br>
<<a href="mailto:CAEjPjWh%2BwJaMXAdm91UYq01HmPk7%2BKneobBd0bgYbnrVHnM5mw@mail.gmail.com">CAEjPjWh+wJaMXAdm91UYq01HmPk7+KneobBd0bgYbnrVHnM5mw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
* is not opposed to a sample script wiki page if it is made easier to find<br>
then the current bulletsim vehicle tweaking pages. Also think any example<br>
vehicle scripts should be hosted on a wiki so future inprovements that<br>
change behavior for these scripts can be documented. With the hope people<br>
will look at these pages as a trouble shooter to find solutions when they<br>
notice altered behavior in their vehicles.<br>
On Jun 11, 2015 8:43 AM, "Thomas Ringate" <<a href="mailto:tringate@gmail.com">tringate@gmail.com</a>> wrote:<br>
<br>
> The wiki would be a good place. I posted mine to the OSgrid forum in<br>
> the script section. Hopefully it will be added to the consolidated list of<br>
> scripts there, making it easier to find.<br>
><br>
> <a href="http://forums.osgrid.org/viewtopic.php?f=5&t=5486" rel="noreferrer" target="_blank">http://forums.osgrid.org/viewtopic.php?f=5&t=5486</a><br>
><br>
> *From:* Dahlia Trimble <<a href="mailto:dahliatrimble@gmail.com">dahliatrimble@gmail.com</a>><br>
> *Sent:* Thursday, June 11, 2015 1:07 AM<br>
> *To:* <a href="mailto:opensim-users@opensimulator.org">opensim-users@opensimulator.org</a><br>
> *Subject:* Re: [Opensim-users] Boat script for bullet engine<br>
><br>
> *votes for a sample script wiki page on <a href="http://opensimulator.org/" rel="noreferrer" target="_blank">http://opensimulator.org/</a><br>
><br>
><br>
> On Wed, Jun 10, 2015 at 9:40 PM, Mister Blue <<a href="mailto:misterblue@misterblue.com">misterblue@misterblue.com</a>><br>
> wrote:<br>
><br>
>> There have been several requests for sample scripts that are known to<br>
>> work. With all the scripts floating around, it is hard to find the right<br>
>> place to start.<br>
>><br>
>> If I was to start collecting such scripts, where should they be stored so<br>
>> new scripters will find them?<br>
>><br>
>> ==mb<br>
>><br>
>> On Wed, Jun 10, 2015 at 6:33 PM, Thomas Ringate <<a href="mailto:tringate@gmail.com">tringate@gmail.com</a>><br>
>> wrote:<br>
>><br>
>>> Mister Blue,<br>
>>><br>
>>> I closed the mantis. The problem was with not setting hover height to<br>
>>> something other than zero. That is the value used in the lsl wiki and I<br>
>>> thought it meant to hover right on the water, not disable hover.<br>
>>><br>
>>> I will post this script once I finish cleaning it up and commenting it.<br>
>>> Then others like me will be able to find it in the forum in the script<br>
>>> section for something that works. They can modify it to their liking and<br>
>>> add other features.<br>
>>><br>
>>> Tom<br>
>>><br>
>>> *From:* Mister Blue <<a href="mailto:misterblue@misterblue.com">misterblue@misterblue.com</a>><br>
>>> *Sent:* Monday, June 08, 2015 9:40 PM<br>
>>> *To:* opensim-users maillist <<a href="mailto:opensim-users@opensimulator.org">opensim-users@opensimulator.org</a>><br>
>>> *Subject:* Re: [Opensim-users] Boat script for bullet engine<br>
>>><br>
>>> As BulletSim's maintainer, I would like to fix the problems you've<br>
>>> been finding.<br>
>>><br>
>>> I thought I'd fixed the sinking problem in the latest master. There used<br>
>>> to be a problem with setting buoyancy (BulletSim is like SL when dealing<br>
>>> with buoyancy and vehicles and not like ODE).<br>
>>><br>
>>> If you can file a Mantis with a short script that fails, I will take a<br>
>>> look at it. I want vehicles to work with BulletSim.<br>
>>><br>
>>> == MB<br>
>>><br>
>>> On Mon, Jun 8, 2015 at 10:58 AM, Thomas Ringate <<a href="mailto:tringate@gmail.com">tringate@gmail.com</a>><br>
>>> wrote:<br>
>>><br>
>>>> I have been trying to modify the vehicle script for the<br>
>>>> bulletsim-jetbike v1.0.lsl written by Shin Ingen. I want to use the script<br>
>>>> in a Jet Ski.<br>
>>>><br>
>>>> The issues I need to solve are:<br>
>>>> - do not sink when driver sits<br>
>>>> - detect region borders and veer away<br>
>>>> - detect shoreline and veer away<br>
>>>><br>
>>>> The most critical of these is the first. Searching using Google shows<br>
>>>> that the most common problem for a boat is that it sinks when the driver<br>
>>>> gets on the boat. I am able to keep the boat afloat using the above<br>
>>>> script if I never turn it. Once I maneuver at all it slowly sinks to the<br>
>>>> bottom.<br>
>>>><br>
>>>> Unfortunately, after reading for many hours about vehicles in the wiki,<br>
>>>> I find nothing I change or try does anything but make it worse.<br>
>>>><br>
>>>> There are no published working bullet scripts for a boat that I could<br>
>>>> find as an example to achieve a boat that would maneuver and stay floating.<br>
>>>><br>
>>>> Is there such a script? If so can someone point me to it please.<br>
>>>><br>
>>>> The above script is really a lot of fun speeding around a region diving<br>
>>>> into water, scaling mountains and flying back to ground level.<br>
>>>> As long as you avoid the regions borders it is great.<br>
>>>> I have added code to detect the borders, veer away and slow down while<br>
>>>> doing it.<br>
>>>> Unfortunately there is no way I have found to do this the same way as<br>
>>>> running into a non phantom prim.<br>
>>>> I have to set the border limit to 15 meters to give the script time to<br>
>>>> react, slow the vehicle and start the turn operation.<br>
>>>> It is still possible to overshoot the border and that is sudden death<br>
>>>> for this script and vehicle.<br>
>>>><br>
>>>> Tom<br>
>>>><br>
>>>> _______________________________________________<br>
>>>> Opensim-users mailing list<br>
>>>> <a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
>>>> <a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
>>>><br>
>>>><br>
>>> ------------------------------<br>
>>> _______________________________________________<br>
>>> Opensim-users mailing list<br>
>>> <a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
>>> <a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
>>><br>
>>> _______________________________________________<br>
>>> Opensim-users mailing list<br>
>>> <a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
>>> <a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
>>><br>
>>><br>
>><br>
>> _______________________________________________<br>
>> Opensim-users mailing list<br>
>> <a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
>> <a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
>><br>
>><br>
><br>
> ------------------------------<br>
> _______________________________________________<br>
> Opensim-users mailing list<br>
> <a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
> <a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
><br>
> _______________________________________________<br>
> Opensim-users mailing list<br>
> <a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
> <a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://opensimulator.org/pipermail/opensim-users/attachments/20150611/d4aa3543/attachment.html" rel="noreferrer" target="_blank">http://opensimulator.org/pipermail/opensim-users/attachments/20150611/d4aa3543/attachment.html</a>><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
<br>
<br>
End of Opensim-users Digest, Vol 15, Issue 11<br>
*********************************************<br>
</blockquote></div><br></div>