Push All Scripts

This commit is contained in:
Fred Beckhusen
2015-08-07 10:38:47 -05:00
parent 2ad9795428
commit ce47ec2f3e
8079 changed files with 2442776 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<Solution name="Twitch_Tail_script">
<Project name="Twitch_Tail_script" path="Twitch_Tail_script\Twitch_Tail_script.prj" active="true"/>
</Solution>

View File

@@ -0,0 +1,79 @@
// :CATEGORY:Avatar
// :NAME:Twitch_Tail_script
// :AUTHOR:Ferd Frederix
// :CREATED:2013-03-03 20:58:49.650
// :EDITED:2013-09-18 15:39:08
// :ID:928
// :NUM:1333
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Twitch_Tail_script
// :CODE:
// twitchy tail script by Ferd Frederix
// Open Source provided this header is intact and credit is given.
float on = 0.0;
float off = 1.0;
list params_Up ;
list params_Left ;
list params_Right ;
list params_Stiff;
float ona = 0.0;
float offa = 1.0;
integer softness = 1;
float gravity = 0.4;
float friction =3.0;
float wind = 0.0;
float tension = 1.5;
vector force =<0,0,0>;
vector forceL =<1,0,0>;
vector forceR =<-1,0,0>;
default
{
state_entry()
{
params_Up = [ PRIM_FLEXIBLE, TRUE, softness, -1, friction, wind, tension, force];
params_Left = [ PRIM_FLEXIBLE, TRUE, softness, -gravity, friction, wind, tension, forceL];
params_Right = [ PRIM_FLEXIBLE, TRUE, softness, -gravity, friction, wind, tension, forceR];
params_Stiff = [ PRIM_FLEXIBLE, FALSE, softness, -gravity*4, friction, wind, tension, force];
llSetPrimitiveParams(params_Up);
llSetTimerEvent(1);
}

View File

@@ -0,0 +1,7 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|08 Sep 2013 03:49:08 -0000
vti_extenderversion:SR|12.0.0.6211
vti_backlinkinfo:VX|
vti_author:SR|alien\\fred
vti_modifiedby:SR|alien\\fred
vti_timecreated:TR|18 Sep 2013 20:39:08 -0000

View File

@@ -0,0 +1,6 @@
<Project name="Twitch_Tail_script" guid="D8E3C469-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D8E3C571-6C00-1014-B904-200204C60A89">
<Script name="Twitch_Tail_script_1.lsl" guid="D8E3E554-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>

View File

@@ -0,0 +1,6 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|17 Aug 2013 23:32:41 -0000
vti_extenderversion:SR|12.0.0.0
vti_cacheddtm:TX|17 Aug 2013 23:32:41 -0000
vti_filesize:IR|275
vti_backlinkinfo:VX|

View File

@@ -0,0 +1,6 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|17 Aug 2013 23:32:41 -0000
vti_extenderversion:SR|12.0.0.0
vti_cacheddtm:TX|17 Aug 2013 23:32:41 -0000
vti_filesize:IR|152
vti_backlinkinfo:VX|