Difference between revisions of "Tutorial:MTSSims 3 Object Modding"
(Created page with "{|style="border-spacing:8px;margin:0px -8px" |- {|style="border-spacing:8px;margin:0px -8px" |style="width:50%;border:1px solid #cef2e0;background-color:#f5fffa;vertical-align:to...") |
(→Sims3 Tools) |
||
(5 intermediate revisions by one user not shown) | |||
Line 8: | Line 8: | ||
|style="color:#000"| | |style="color:#000"| | ||
− | [[File:Code.jpg|left]] Modding objects is one of the most fun areas of Sims3 modding but it can be hard to find out where to start. This guide exists to | + | [[File:Code.jpg|left]] Modding objects is one of the most fun areas of Sims3 modding but it can be hard to find out where to start. This guide exists to pull together various topics about object modding making it easier to find the information and tools you need to make modded objects. <br clear="all"> |
====Difficulty==== | ====Difficulty==== | ||
* The tutorials vary from '''beginner''' level to '''advanced''', however, even for the basic tutorials, some basic knowledge on how to use specific Sims3 tools, programming environment and code editors is recommended. | * The tutorials vary from '''beginner''' level to '''advanced''', however, even for the basic tutorials, some basic knowledge on how to use specific Sims3 tools, programming environment and code editors is recommended. | ||
Line 15: | Line 15: | ||
====Recommended Reading==== | ====Recommended Reading==== | ||
− | Sims3 scripts are made using the C# Programming Language and though you can use the online help and error codes messages to help you along it is a good idea to familiarise yourself with the | + | Sims3 scripts are made using the C# Programming Language and though you can use the online help and error codes messages to help you along it is a good idea to familiarise yourself with the C# Language. |
[http://msdn.microsoft.com/en-us/library/gg681865(v=vs.88).aspx/ Visual Studio 2008] | [http://msdn.microsoft.com/en-us/library/gg681865(v=vs.88).aspx/ Visual Studio 2008] | ||
Line 27: | Line 27: | ||
|- | |- | ||
|style="color:#000"| | |style="color:#000"| | ||
+ | |||
====Programming Tools==== | ====Programming Tools==== | ||
Line 32: | Line 33: | ||
====Sims3 Tools==== | ====Sims3 Tools==== | ||
− | * [http://dino.drealm.info/den/denforum/index.php? | + | * [http://dino.drealm.info/den/denforum/index.php?topic=189.0 Sims 3 Package Editor] - S3PE |
− | * [http://dino.drealm.info/den/denforum/index.php? | + | * [http://dino.drealm.info/den/denforum/index.php?topic=190.0 Sims 3 Object Cloner] - S3OC |
− | * [http:// | + | * [http://www.modthesims.info/d/365465 Smooth JAZZ] - Smooth JAZZ |
− | * [http:// | + | * [http://modthesims.info/showthread.php?t=375945 Anim Tool V5] - Anim Tool V5 |
====3D Modeling Programs (Pick One)==== | ====3D Modeling Programs (Pick One)==== | ||
Line 46: | Line 47: | ||
|} | |} | ||
|- | |- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 21:15, 3 February 2012
|
| ||||
|