Welcome
|
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.
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.
- Keep in mind that while these tutorials try to cover the required information, there is still a creative element required that cannot be learned by reading a tutorial alone. When coding the objects in the examples you need to try and understand the principles used so that you can apply them to another object.
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 C# Language.
Visual Studio 2008
The same applies for your 3D modeling program, especially those who plan to use Blender 3D instead of Milkshape, since most of the meshing procedures are given using Milkshape. If it's your first time with 3D modeling software, then we recommend you have a look through the Object Creation tutorials first.
|