Difference between revisions of "User:Toady Nakamura"

From Second Life Wiki
Jump to navigation Jump to search
m (→‎Useful Scripts: added more stuff to the scrubber)
m (learned how to put scripts on daughter pages & provide link from homepage)
Line 21: Line 21:
I rezzed {{Age|06|01|2007}} days ago and learn something new every day.
I rezzed {{Age|06|01|2007}} days ago and learn something new every day.


== Great films ==
=== Useful Scripts ===
 
{{{!}}
{|style="width: 300px; font-size: 100%; background: #00ff00; border:2px dotted white;"
{{LSL DefineRow||[[User:Toady_Nakamura/Scrubber_Script|Prim Scrubber]]|Cleans memory resident functions from prim.}}
|
{{!}}}
'''The Wizard & The Ozimal,''' machinama <br />
by '''Pyewacket Bellman''' <br />
'''[http://www.youtube.com/watch?v=SoHp22uo-vc] '''<br />
|}
 
{|style="width: 300px; font-size: 100%; background: #00ffff; border:2px dotted white;"
|  
Treet.tv '''Designing Worlds''' January 25, 2011 '''[http://treet.tv/shows/designingworlds]'''<br />
|}
 
== Useful Scripts ==
I put up "The Scrubber" because I can't find it anywhere else on this WIKI.
 
<lsl>
// The Scrubber Originally by Jopsy Pendragon, Feb 10 2006/Toadified May 1, 2011
// Resets prim to default states and self-deletes. // Will not remove your original script.


default
{
    state_entry()
    {
        llSetSitText("");
        llSetTouchText("");
        llSetText("",<0,0,0>,1.0);
        llParticleSystem([]);
        llStopSound();
        llSetTextureAnim(FALSE,ALL_SIDES,1,1,0,0,0.0);
        llTargetOmega(ZERO_VECTOR,0,0);
        llSitTarget(ZERO_VECTOR,ZERO_ROTATION);
        llSetCameraAtOffset(ZERO_VECTOR);
        llSetCameraEyeOffset(ZERO_VECTOR);
        llSetPayPrice(PAY_DEFAULT,[PAY_DEFAULT,PAY_DEFAULT,PAY_DEFAULT,PAY_DEFAULT]);
        llStopMoveToTarget();
        llStopLookAt();
        llVolumeDetect(FALSE);
        llCollisionFilter("", NULL_KEY, TRUE);
        llForceMouselook(FALSE);
        llPassCollisions(TRUE);
        llPassTouches(TRUE);
        llRemoveVehicleFlags(-1);
        llSetVehicleType(VEHICLE_TYPE_NONE);
        llSetRemoteScriptAccessPin(0);
        llSetBuoyancy(0.0);
        llSetForceAndTorque(ZERO_VECTOR,ZERO_VECTOR,FALSE) ;
 
        llOwnerSay("Prim Scrubbed Clean... ");
        llRemoveInventory( llGetScriptName() );
        // vanish without a trace...
    }
}
</lsl>


== SL Tutorials ==
== SL Tutorials ==
Line 90: Line 38:
Robin Wood texture tutorials<br />
Robin Wood texture tutorials<br />
''' [http://http://www.robinwood.com/Catalog/Technical/SL-Tuts/SLTutSet.html Best spot to get rid of white lines on alphas!! ] '''<br />  
''' [http://http://www.robinwood.com/Catalog/Technical/SL-Tuts/SLTutSet.html Best spot to get rid of white lines on alphas!! ] '''<br />  
|}
== Great films == 
{|style="width: 300px; font-size: 100%; background: #00ff00; border:2px dotted white;"
|
'''The Wizard & The Ozimal,''' machinama <br />
by '''Pyewacket Bellman''' <br />
'''[http://www.youtube.com/watch?v=SoHp22uo-vc] '''<br />
|}
{|style="width: 300px; font-size: 100%; background: #00ffff; border:2px dotted white;"
|
Treet.tv '''Designing Worlds''' January 25, 2011 '''[http://treet.tv/shows/designingworlds]'''<br />
|}
|}

Revision as of 12:13, 8 March 2012

Profile
Toady Nakamura.jpg
Born:
January 6, 2007
About:
Grendel's Children Designer
NOW?:
  • Enjoys learning
  • Loves Raglan Shire
  • Frustrated by lack of basic Wiki scripts

Toad's Hall

I love finding useful scripts here in the Wiki, but most of them are aimed at AWESOME scripters, not beginners. I use this page to store handy scripts!

I rezzed 6376 days ago and learn something new every day.

Useful Scripts

•  Prim Scrubber Cleans memory resident functions from prim.


SL Tutorials

Watch video tutorials and indulge your creative curiosity in Second Life...

Learning, intrigue, and wild fun awaits you...
Visit Here for enlightenment today!

Robin Wood texture tutorials
Best spot to get rid of white lines on alphas!!

Great films

The Wizard & The Ozimal, machinama
by Pyewacket Bellman
[1]

Treet.tv Designing Worlds January 25, 2011 [2]