Difference between revisions of "Modders Compendium"
Line 3: | Line 3: | ||
Here you will find the most up to date collection of tutorials, guides and tips shared by the Shards Online community. | Here you will find the most up to date collection of tutorials, guides and tips shared by the Shards Online community. | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
− | !colspan="2"|Support & Chat | + | !colspan="2"|Support & Chat |
|- | |- | ||
| style="width: 15%;"| || [https://discord.gg/0fseYtrf94cyf5K6 Admin Discord Channel] | | style="width: 15%;"| || [https://discord.gg/0fseYtrf94cyf5K6 Admin Discord Channel] | ||
Line 10: | Line 10: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
− | !colspan="2"|Networking | + | !colspan="2"|Networking |
|- | |- | ||
| style="width: 15%;"| [[User:Yorlik|Yorlik]] || [http://shardsonline.com/forums/discussion/2165/how-to-connect-your-shard-to-the-outside-world How To Connect Your Shard To The Outside World] | | style="width: 15%;"| [[User:Yorlik|Yorlik]] || [http://shardsonline.com/forums/discussion/2165/how-to-connect-your-shard-to-the-outside-world How To Connect Your Shard To The Outside World] | ||
Line 17: | Line 17: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
− | !colspan="2"|Design | + | !colspan="2"|Design |
|- | |- | ||
| style="width: 15%;"| Teir || [http://shardsonline.com/forums/discussion/2535/monster-and-encounter-design Monster / Encounter] | | style="width: 15%;"| Teir || [http://shardsonline.com/forums/discussion/2535/monster-and-encounter-design Monster / Encounter] | ||
Line 28: | Line 28: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
− | !colspan="2"|Scripting | + | !colspan="2"|Scripting |
|- | |- | ||
| style="width: 15%;"| [[User:Supreem_CS|Supreem_CS]] || [http://shardsonline.com/forums/discussion/1463/the-tricky-thing-about-setobjvar ObjectVariables - The Tricky Thing About SetObjVar] | | style="width: 15%;"| [[User:Supreem_CS|Supreem_CS]] || [http://shardsonline.com/forums/discussion/1463/the-tricky-thing-about-setobjvar ObjectVariables - The Tricky Thing About SetObjVar] | ||
Line 59: | Line 59: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
− | !colspan="2"| Scripting Resources | + | !colspan="2"| Scripting Resources |
|- | |- | ||
| style="width: 15%;"| || [http://shardsonline.com/forums/discussion/1202/invitation-shared-git-for-developing-scripts-together/p1 Shared Git] | | style="width: 15%;"| || [http://shardsonline.com/forums/discussion/1202/invitation-shared-git-for-developing-scripts-together/p1 Shared Git] | ||
Line 68: | Line 68: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
− | !colspan="2"|Modelling | + | !colspan="2"|Modelling |
|- | |- | ||
| style="width: 15%;"| [[User:Yorlik|Yorlik]] || [http://shardsonline.com/forums/discussion/2564/3d-modeling-a-blender-1-unit-cube-in-unity-with-directions 3D Modeling: A Blender 1 Unit Cube in Unity With Directions] | | style="width: 15%;"| [[User:Yorlik|Yorlik]] || [http://shardsonline.com/forums/discussion/2564/3d-modeling-a-blender-1-unit-cube-in-unity-with-directions 3D Modeling: A Blender 1 Unit Cube in Unity With Directions] | ||
|- | |- | ||
− | !colspan="2"|Building | + | !colspan="2"|Building |
|- | |- | ||
| [[User:Yorlik|Yorlik]] || [http://shardsonline.com/forums/discussion/2532/video-for-builders-catacombs-tileset-intro Video for Builders: Catacombs Tileset Intro] | | [[User:Yorlik|Yorlik]] || [http://shardsonline.com/forums/discussion/2532/video-for-builders-catacombs-tileset-intro Video for Builders: Catacombs Tileset Intro] | ||
Line 79: | Line 79: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
− | !colspan="2"|Toolkit Tutorial | + | !colspan="2"|Toolkit Tutorial |
|- | |- | ||
| style="width: 15%;"| [[User:Supreem_CS|Supreem_CS]] || [https://drive.google.com/folderview?id=0BxsXTgYSZPryfjhpR0FFS1B4VEExZXFPMVBLNXQ1N0pXR29lQUl3bDZXTzg2RkNsYzZJZTA&usp=sharing%C2%A0#sthash.Mrcu9G1M.dpuf Toolkit Tutorial Videos] | | style="width: 15%;"| [[User:Supreem_CS|Supreem_CS]] || [https://drive.google.com/folderview?id=0BxsXTgYSZPryfjhpR0FFS1B4VEExZXFPMVBLNXQ1N0pXR29lQUl3bDZXTzg2RkNsYzZJZTA&usp=sharing%C2%A0#sthash.Mrcu9G1M.dpuf Toolkit Tutorial Videos] |
Revision as of 18:24, 4 November 2016
Welcome to the Modder's Compendium!
Here you will find the most up to date collection of tutorials, guides and tips shared by the Shards Online community.
Support & Chat | |
---|---|
Admin Discord Channel |
Networking | |
---|---|
Yorlik | How To Connect Your Shard To The Outside World |
Design | |
---|---|
Teir | Monster / Encounter |
Teir | Boss Fights |
Teir | Spell / Ability Design |
Scripting Resources | |
---|---|
Shared Git | |
Call table |
Modelling | |
---|---|
Yorlik | 3D Modeling: A Blender 1 Unit Cube in Unity With Directions |
Building | |
Yorlik | Video for Builders: Catacombs Tileset Intro |
Toolkit Tutorial | |
---|---|
Supreem_CS | Toolkit Tutorial Videos |
Community Tools | |
---|---|
Yorlik | Color Editor |
Cowgoesmoo | sceneCreator |