Difference between revisions of "Sims 3:Modding"

From SimsWiki
Jump to: navigation, search
(Tutorials)
 
(141 intermediate revisions by 16 users not shown)
Line 1: Line 1:
==CAS (Create a Sim)==
+
{{TS3ModdingHeader}}
 +
{|style="border-spacing:8px;margin:0px -8px"
  
Things you can stick on your sims
+
|style="width:50%;border:1px solid #cef2e0;background-color:#f5fffa;vertical-align:top;color:#000"|
  
===Delphy's CTU===
+
{|class="MainPageBG" width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top;background-color:#f5fffa"
 +
! <h2 style="margin:0;background-color:#cef2e0;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;">Welcome</h2>
 +
|-
 +
|style="color:#000"|This page is designed to help you learn any new techniques and gain a better understanding of The Sims 3, its utilities, and tools. Please feel free to browse around all of the sections to find the information that you need. Below are the main sections, start there!
 +
|}
  
Currently in beta - allows creation of new stencils, full clothing retextures, and more.
+
|class="MainPageBG" style="width:50%;border:1px solid #cef2e0;background-color:#f5fffa;vertical-align:top;color:#000"|
  
* [http://www.modthesims.info/showthread.php?t=348082 Delphy's CAS Texture Unitool]
+
{| width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top;background-color:#f5faff"
 +
! <h2 style="margin:0;background-color:#cedff2;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;">Don't Panic!</h2>
 +
|-
 +
|style="color:#000"|Is this your first visit to the tutorials section of the wiki? Well, do not fear! We will have you modding in no time. Each tutorial is given a ratings and information page of its own that will help you gain an overall understanding of what each tutorial will teach.
  
===Tutorials===
+
Look for the [[Image:Gold_star-25pixels.jpg|25x25px]][[Image:Gold_star-25pixels.jpg|25x25px]][[Image:Gold_star-25pixels.jpg|25x25px]][[Image:Gold_star-25pixels.jpg|25x25px]][[Image:Gold_star-25pixels.jpg|25x25px]] Beginner tutorials which detail everything for absolute beginners.
 
+
|}
Tutorials on using Delphy's CTU
+
|-
 
+
|class="MainPageBG" colspan="2" style="width:100%;border:1px solid #cef2e0;background-color:#f5fffa;vertical-align:top;color:#000"|{{MainTutorialSectionsSims3}}
* [http://www.modthesims.info/showthread.php?t=349493 Creating Clothing Stencils by daluved1]
+
|}
 
+
|}
* [http://www.moreawesomethanyou.com/smf/index.php/topic,15481.0.html Quick and Dirty Guide to the CAS Unitool by Hanlon Razor]
+
__NOEDITSECTION__ __NOTOC__
 
+
{{TS3ModdingHeader}}
==Patterns==
+
 
+
Burberry, burberry, burberry.
+
 
+
===Delphy's Pattern Creator===
+
 
+
The Pattern Packager program allows you to add new Patterns (aka items that appear in Create a Style) to your Sims 3 game.
+
 
+
* [http://www.modthesims.info/download.php?t=342998 Delphy's Pattern Packager]
+
 
+
===TSR Workshop===
+
The TSR workshop tool has a pattern plugin that can be used as an alternative, offering a somewhat easier GUI and auto-upload to TSR, if you are a member there.
+
 
+
* [http://www.thesimsresource.com/workshop TSR Workshop]
+
 
+
===Tutorials===
+
 
+
* [http://www.modthesims.info/showthread.php?t=345731  Four-Color Patterns In Paint Shop Pro 9~Graphic Intensive! by Misty 2004]
+
 
+
* [http://www.thesimsresource.com/workshop/guides Pattern Guides at TSR]
+
 
+
* [http://www.customsims3.com/forum1/YaBB.pl?num=1245208717 Colour Patterns in Paint Shop Pro by Regina]
+
 
+
* [http://www.modthesims.info/showthread.php?t=34326 Separating Patterns Without Vectors by JaneSamborski]
+
 
+
* [http://www.sims2wiki.info/wiki.php?title=Sims_3:Custom_Patterns Custom Patterns by HystericalParoxysm] - [http://www.modthesims.info/showthread.php?t=347284 French] - [http://www.modthesims.info/showthread.php?t=343672 German] - [http://www.modthesims.info/showthread.php?t=348782 Italian]
+
 
+
==General Modding:==
+
 
+
===The Lepid Llama Unpacker by Echo===
+
This is a fairly simple tool to extract the contents of a sims3pack exported file. Simply choose the sims3pack file when prompted, then select the file to extract and click the "Export Selected" button on the bottom left.
+
*[http://www.simlogical.com/Sims3ToolsForum/index.php?topic=32.0 Lepid Llama Unpacker]
+
 
+
===Postal- Package Editor by Echo (Alpha)===
+
If you're joining in the fun of figuring out file formats and how to make mods, this is a pretty good place to start. If you're looking for content-creation wizards, this is probably not what you're after just yet. This is a very generic tool, for exploring the innards of the game's package files.
+
*[http://www.simlogical.com/Sims3ToolsForum/index.php?topic=85.0 Postal-Package Editor]
+
 
+
===S3PE Demo Package Editor===
+
This is a package editor, created mainly to test and demonstrate the s3pi library, but it is quite a useful package viewer/editor and packer in its own right. Created by Peter L. Jones
+
*[http://www.simlogical.com/Sims3ToolsForum/index.php?topic=171.0 S3PE Demo Package Editor]
+
 
+
===s3pi Library - Programmers Only===
+
This is the rudiments of an open source library to support people wishing to make tools for The Sims 3.  It is written in C# under .Net 3.5 and contains wrappers that implement methods to read and write package files, unpack packed files, and interpret several file types.
+
*[http://www.simlogical.com/Sims3ToolsForum/index.php?topic=172.0 s3pi Library]
+
 
+
===Tutorials===
+
*[http://simlogical.com/slforum/index.php?topic=2762.0 Sims 3 Gameplay Modding for Dummies by Inge Jones]
+
 
+
==Installation and Content==
+
 
+
===Delphy's TS3 Install Helper Monkey===
+
Use this program for easy set-up and installation of Sims 3 .package files.
+
*[http://www.modthesims.info/download.php?t=344611 TS3 Install Helper Monkey]
+
 
+
===Delphy's Sims3Pack Multi Installer===
+
Designed for mass installing multiple Sims3Packs into a specific folder.
+
*[http://www.simlogical.com/Sims3ToolsForum/index.php?topic=53.0 Sims3Pack Multi Installer]
+
 
+
===Marhis' TS3 Framework Installer for Mac OS X===
+
Help has arrived for Mac users looking for an easier way to install Sims3 .package files.
+
*[http://www.modthesims.info/download.php?t=349349 TS3 Framework Installer for Mac OS X]
+
 
+
===JFade's 3Viewer (Beta)===
+
The 3Viewer aims to be a Sims3Pack Installer, Editor, and overall Download Manager all without using the Launcher provided by EA. Think of it as the Sims 3 version of the Clean Installer with additional content management capabilities.
+
*[http://forum.jfade.com/viewtopic.php?f=51&t=466 The 3Viewer]
+
 
+
===JFade's The Compressorizor Redux! (Beta)===
+
The Compressorizer Redux! will compress DBPF package files to save hard drive space. Just like the Sims 2 Compressorizer, the Sims 3 Compressorizer allows you to pick a directory and will search for all known file extensions utilized by the game
+
*[http://forum.jfade.com/viewtopic.php?f=51&t=468 The Compressorizor Redux]
+
 
+
==Building==
+
 
+
===Tutorials===
+
*[http://www.modthesims.info/showthread.php?t=344816 How to create a basic roof with different slope angles]
+
*[http://www.modthesims.info/showthread.php?t=346732 Building an Aquarium pool in S3]
+
*[http://www.modthesims.info/showthread.php?t=350385 How to build a specific lot type, where to have a party and why it matters]
+
 
+
==Meshing Tools==
+
WesHowe is doing great work with some Milkshape plugins
+
*[http://www.customsims3.com/forum1/YaBB.pl?num=1243970730 Sims 3 tools (packages and mesh)]
+
 
+
===Tutorials===
+
*[http://www.customsims3.com/forum1/YaBB.pl?num=1244300190 Modifying a TS3 Mesh by Wes Howe]
+

Latest revision as of 19:48, 11 April 2018

Tutorials by Category

CAS | Patterns | Objects | Building | Worlds | Modding | Modding Reference 

Welcome

This page is designed to help you learn any new techniques and gain a better understanding of The Sims 3, its utilities, and tools. Please feel free to browse around all of the sections to find the information that you need. Below are the main sections, start there!

Don't Panic!

Is this your first visit to the tutorials section of the wiki? Well, do not fear! We will have you modding in no time. Each tutorial is given a ratings and information page of its own that will help you gain an overall understanding of what each tutorial will teach.

Look for the Gold star-25pixels.jpgGold star-25pixels.jpgGold star-25pixels.jpgGold star-25pixels.jpgGold star-25pixels.jpg Beginner tutorials which detail everything for absolute beginners.

Tutorial Sections:


Icon-castut.gif

CAS Tutorials

Things you can stick on your sims - skintones, clothing, and more.


Icon-patterntut.gif

Pattern, Wall and Floor Tutorials

Create a Style patterns for use on all manner of items in-game, plus wallpapers and floor coverings.


Icon-meshingtut.gif

Object Creation Tutorials

New objects that can be placed in game as furniture or build mode objects.


Icon-buildingstut.gif

Building Tutorials

Instructions and help on building the perfect lot in Sims 3.



Icon-CreateAWorldtut.gif

Create a World Tutorials

Sculpt and paint your very own world for your game.


Icon-generalmodding.gif

General Modding Tutorials

Creating gameplay modifications and the like.


Icon-advanedcoding.gif

Advanced Modding Reference

If you are interested in all the file formats that go to make up the game.

Tutorials by Category

CAS | Patterns | Objects | Building | Worlds | Modding | Modding Reference 

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox