Push All Scripts
This commit is contained in:
3
Twitch_Tail_script/Twitch_Tail_script.sol
Normal file
3
Twitch_Tail_script/Twitch_Tail_script.sol
Normal 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>
|
||||
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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>
|
||||
@@ -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|
|
||||
6
Twitch_Tail_script/_vti_cnf/Twitch_Tail_script.sol
Normal file
6
Twitch_Tail_script/_vti_cnf/Twitch_Tail_script.sol
Normal 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|
|
||||
Reference in New Issue
Block a user