Difference between revisions of "User:Auryn Beorn"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
I'm an instructor at Builders Brewery since 2010, Juny. My classes cover a lot of topics about creation in Second Life: Advanced Building, Scripting, Animating, as well as tools like SculptCrafter or MLP.
I have been an instructor at Builders Brewery since 2010, Juny to 2012, September. The 150+ classes I've written covered a lot of topics about creation in Second Life: Advanced Building, a Full Curricula in Scripting (from no background at all to advanced), Animating, as well as tools like SculptCrafter, MLP, Puppeteer, Prim Generator, QAvimator, GIMP... and many introductory topics for beginners (sculpties, HUDs, Pathfinder, permissions...)


There are some common snippets that I explain in many of my classes that belong to what I consider "basic concepts."
There are some common snippets that I explain in many of my classes that belong to what I consider "basic concepts."


Those common snippets I want to share here, together with some scripts and templates I know are both useful and basic as not to be charged for them.
Those common snippets I want to share here, together with some scripts and templates I know are both useful and basic as not to be charged for them. Unfortunately, given the existence of an user that deems appropriate to edit other users' pages, I've decided to remove the content I was adding here, including the complete tutorials section I planned for. This section can now be found in my
[http://auryn-beorn.blogspot.com/p/tutorials.html tutorials page].


== The Snippets of text (and code) ==
These were the initial pages, with links now updated to external resources:


* [https://wiki.secondlife.com/wiki/User:Auryn_Beorn/How_to_get_a_valid_LSL_color How to get a valid LSL color]
* [http://auryn-beorn.blogspot.com/2014/02/creator-resource-writing-colors-for.html Writing colors for scripts and/or configuration notecards]
* [https://wiki.secondlife.com/wiki/User:Auryn_Beorn/Linking_Phantom_And_Non_Phantom_Prims Linking Phantom and Non Phantom Prims]
* [[User:Auryn_Beorn/GiveScriptForMLPv2|Give Script to be used in MLPv2]]
* [http://auryn-beorn.blogspot.com/2013/10/creator-resource-land-impact.html Land Impact: an explanation. Linking Phantom and non Phantom prims]


Also, you can find here links for the functions I use the most. Perhaps this listing is useful to you too.
Also, you can find here links for the functions I use the most. Perhaps this listing is useful to you too.
Line 14: Line 16:
== Useful resources ==
== Useful resources ==


* [http://wiki.secondlife.com/wiki/Limits Limits]
* [[Limits]]
* [[llSetLinkPrimitiveParamsFast]]
* [[llSetLinkPrimitiveParamsFast]]
* [[llGetLinkPrimitiveParams]]
* [[llGetLinkPrimitiveParams]]
Line 26: Line 28:
== Other user's pages ==
== Other user's pages ==


* [https://wiki.secondlife.com/wiki/User:Pedro_Oval Pedro Oval's page]
* [[User:Pedro_Oval|Pedro Oval's page]]
* [https://wiki.secondlife.com/wiki/User:Void_Singer Void Singer's page]
* [[User:Void_Singer|Void Singer's page]]
* [https://wiki.secondlife.com/wiki/User:Strife_Onizuka Strife Onizuka's page]
* [[User:Strife_Onizuka|Strife Onizuka's page]]

Latest revision as of 04:31, 8 March 2014

I have been an instructor at Builders Brewery since 2010, Juny to 2012, September. The 150+ classes I've written covered a lot of topics about creation in Second Life: Advanced Building, a Full Curricula in Scripting (from no background at all to advanced), Animating, as well as tools like SculptCrafter, MLP, Puppeteer, Prim Generator, QAvimator, GIMP... and many introductory topics for beginners (sculpties, HUDs, Pathfinder, permissions...)

There are some common snippets that I explain in many of my classes that belong to what I consider "basic concepts."

Those common snippets I want to share here, together with some scripts and templates I know are both useful and basic as not to be charged for them. Unfortunately, given the existence of an user that deems appropriate to edit other users' pages, I've decided to remove the content I was adding here, including the complete tutorials section I planned for. This section can now be found in my tutorials page.

These were the initial pages, with links now updated to external resources:

Also, you can find here links for the functions I use the most. Perhaps this listing is useful to you too.

Useful resources

Other user's pages