Difference between revisions of "Good Building Practices"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
This guide is a collection of officially verified building practices for moderate to advanced creators that result in efficient, high performance creations in Second Life. If you are new to building in Second Life, please check out the [http://community.secondlife.com/t5/English-Knowledge-Base/Build-Tools/ta-p/700039 Knowledge Base].
{|
{|
|-
|-
|colspan="2"|
|colspan="2" valign="top"|
<div id="box" style="min-height:250px;">
<div id="box" style="height:250px; background-color:#f5f5f5; overflow:auto">
<h2 style="background-color: #FFFFAA;"> Getting Started </h2>
<div style="padding: 0.5em">
<p align="center">Topics from the [http://community.secondlife.com/t5/English-Knowledge-Base/tkb-p/English_KB%40tkb Second Life Knowledge Base] for new builders who want to learn how to create content in Second Life.</p>
<hr>
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Build-Tools/ta-p/700039 Using the Build Tools]''' - How to create simple objects using the 3D modeling tools provided in the Second Life Viewer.
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Building-tips/ta-p/700041 Building tips]''' - General tips that may help new content creators.
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Uploading-assets/ta-p/700165 Uploading assets]''' - How to upload textures, sounds, animations and more.
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Object-permissions/ta-p/700129 Object permissions]''' - An overview of the object permissions system and how to set next-owner permissions on your creations.
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/How-to-move-a-build/ta-p/919109 How to move a build]''' - Tips on how to move a large, multi-object build from one place to another.
</div>
</div>
|valign="top"|
<div id="box" style="height:250px; overflow:auto;">
<h2 style="background-color: #FFFFAA;"> Featured Article </h2>
<h2 style="background-color: #FFFFAA;"> Featured Article </h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
Line 14: Line 26:
<div style="text-align:right;"> [http://community.secondlife.com/t5/English-Knowledge-Base/Build-Tools/ta-p/700039 Learn more...] </div>
<div style="text-align:right;"> [http://community.secondlife.com/t5/English-Knowledge-Base/Build-Tools/ta-p/700039 Learn more...] </div>
|}
|}
</div>
</div>
|valign="top"|
<div id="box" style="min-height:250px; background-color:#f5f5f5">
<h2 style="background-color: #FFFFAA;"> News & Updates </h2>
<div style="padding: 0.5em">
'''This portal is undergoing renovation'''
* Don't worry if you see some changes to this page over the next few weeks; we're adding new links, rearranging categories and making this the go-to portal for learning how to create content for Second Life.
</div>
</div>
</div>
</div>
Line 28: Line 31:
|-
|-
|valign="top"|
|valign="top"|
<div id="box" style="min-height:128px">
<h2 style="background-color: #dbe7e4;"> First steps </h2>
<div style="padding: 0.5em">
Topics for new builders who want to learn how to create content in Second Life.  Many of these articles can be found in the [http://community.secondlife.com/t5/English-Knowledge-Base/tkb-p/English_KB%40tkb Second Life Knowledge Base], a collection of articles aimed at new Residents:
<hr>
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Build-Tools/ta-p/700039 Using the Build Tools]''' - How to create simple objects using the 3D modeling tools provided in the Second Life Viewer.
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Building-tips/ta-p/700041 Building tips]''' - General tips that may help new content creators.
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Uploading-assets/ta-p/700165 Uploading assets]''' - How to upload textures, sounds, animations and more.
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Textures-overview/ta-p/700157 Textures overview] - '''An overview of how textures and alpha channels work in Second Life.
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Creating-clothing-and-tattoos/ta-p/700055 Creating clothing and tattoos]''' - How to create classic avatar clothing and tattoos using textures.
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Object-permissions/ta-p/700129 Object permissions]''' - An overview of the object permissions system and how to set next-owner permissions on your creations.
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Scripting-object-behavior/ta-p/700139 Scripting object behavior]''' - A brief overview of Linden Scripting Language, which can be used to bring your creations to life.
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/How-to-move-a-build/ta-p/919109 How to move a build]''' - Tips on how to move a large, multi-object build from one place to another.
</div>
</div>


<div id="box" style="min-height:128px">
<div id="box" style="min-height:128px">
Line 115: Line 102:
Linden Scripting Language allows you to program your objects with interactive, scripted behaviors.
Linden Scripting Language allows you to program your objects with interactive, scripted behaviors.
<hr>
<hr>
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Scripting-object-behavior/ta-p/700139 Scripting object behavior]''' - A brief overview of Linden Scripting Language, which can be used to bring your creations to life.
* '''[[LSL_Portal|The LSL Portal]]''' - An API reference, tutorials and examples for the Linden Scripting Language
* '''[[LSL_Portal|The LSL Portal]]''' - An API reference, tutorials and examples for the Linden Scripting Language
* '''[[Debugging Tips]]''' - how to work out what your code is doing without a conventional development toolkit
* '''[[Debugging Tips]]''' - how to work out what your code is doing without a conventional development toolkit
Line 136: Line 124:
Tips on using textures in Second Life, including the use of specular and normal mapping to give a tactile 3D look to your objects.
Tips on using textures in Second Life, including the use of specular and normal mapping to give a tactile 3D look to your objects.
<hr>
<hr>
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Textures-overview/ta-p/700157 Textures overview] - '''An overview of how textures and alpha channels work in Second Life.
* '''[http://community.secondlife.com/t5/English-Knowledge-Base/Creating-clothing-and-tattoos/ta-p/700055 Creating clothing and tattoos]''' - How to create classic avatar clothing and tattoos using textures.
* '''[[Texture Usage]]''' - What size to use, and what to avoid.
* '''[[Texture Usage]]''' - What size to use, and what to avoid.
* '''[[Case Study - Katana using normal and specular maps]]'''{{New|expiry=20130728}} - See how June Dion created a detailed sword by using LightWave and Second Life's normal and specular mapping features.
* '''[[Case Study - Katana using normal and specular maps]]'''{{New|expiry=20130728}} - See how June Dion created a detailed sword by using LightWave and Second Life's normal and specular mapping features.

Latest revision as of 10:56, 4 August 2014

Getting Started

Topics from the Second Life Knowledge Base for new builders who want to learn how to create content in Second Life.


  • Using the Build Tools - How to create simple objects using the 3D modeling tools provided in the Second Life Viewer.
  • Building tips - General tips that may help new content creators.
  • Uploading assets - How to upload textures, sounds, animations and more.
  • Object permissions - An overview of the object permissions system and how to set next-owner permissions on your creations.
  • How to move a build - Tips on how to move a large, multi-object build from one place to another.

Featured Article

Build tools featured.png

Build Tools

Get started with building in Second Life by learning the basic Build Tools described in this article. Even if you don't plan to become a master builder, these tools are essential for placing, moving, and rotating objects in the Second Life world.

Animation
InvIcon Animation.png

Tips on how to animate your avatar and other objects.


Mesh
InvIcon Mesh.png

Complex objects can be modeled using third-party 3D modeling software and then uploaded to Second Life. These objects require special logistical considerations to manage the amount of land impact they consume.


Pathfinding
InvIcon Shoe.png

Pathfinding allows scripted objects to intelligently move from one place to another while avoiding obstacles.


Physics
InvIcon Physics.png

Use these tips to find a balance between physics accuracy and performance in order to minimize the amount of land impact generated by your objects.


Sound
InvIcon Sound.png

Tips on how to best use sounds in your creations.


Scripting
InvIcon Script.png

Linden Scripting Language allows you to program your objects with interactive, scripted behaviors.


Textures
InvIcon Texture.png

Tips on using textures in Second Life, including the use of specular and normal mapping to give a tactile 3D look to your objects.



Resident contributions awaiting official approval

If you'd like to contribute some of your own best practices for efficient content creation, please link to them in this section so that Linden Lab subject matter experts can verify them before they are added to the official guide.