Difference between revisions of "Sims 3:Modding"
(→Tutorials) |
|||
Line 1: | Line 1: | ||
==CAS (Create a Sim)== | ==CAS (Create a Sim)== | ||
− | Things you can stick on your sims | + | Things you can stick on your sims - skintones, clothing, and more. |
+ | |||
===Delphy's CTU=== | ===Delphy's CTU=== | ||
Line 9: | Line 10: | ||
* [http://www.modthesims.info/showthread.php?t=348082 Delphy's CAS Texture Unitool] | * [http://www.modthesims.info/showthread.php?t=348082 Delphy's CAS Texture Unitool] | ||
− | |||
− | Tutorials on using Delphy's CTU | + | ===CTU Tutorials=== |
+ | |||
+ | Tutorials on using Delphy's CTU: | ||
* [http://www.modthesims.info/showthread.php?t=349493 Creating Clothing Stencils by daluved1] | * [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] | * [http://www.moreawesomethanyou.com/smf/index.php/topic,15481.0.html Quick and Dirty Guide to the CAS Unitool by Hanlon Razor] | ||
+ | |||
==Patterns== | ==Patterns== | ||
Line 21: | Line 24: | ||
Burberry, burberry, burberry. | Burberry, burberry, burberry. | ||
− | ===Delphy's Pattern | + | |
+ | ===Delphy's Pattern Packager=== | ||
The Pattern Packager program allows you to add new Patterns (aka items that appear in Create a Style) to your Sims 3 game. | 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] | * [http://www.modthesims.info/download.php?t=342998 Delphy's Pattern Packager] | ||
+ | |||
===TSR Workshop=== | ===TSR Workshop=== | ||
− | The TSR | + | |
+ | 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] | * [http://www.thesimsresource.com/workshop TSR Workshop] | ||
− | ===Tutorials=== | + | |
+ | ===Pattern Tutorials=== | ||
* [http://www.modthesims.info/showthread.php?t=345731 Four-Color Patterns In Paint Shop Pro 9~Graphic Intensive! by Misty 2004] | * [http://www.modthesims.info/showthread.php?t=345731 Four-Color Patterns In Paint Shop Pro 9~Graphic Intensive! by Misty 2004] | ||
Line 44: | Line 51: | ||
* [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] | * [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 | + | |
+ | ==General Modding== | ||
+ | |||
+ | Creating gameplay modifications and the like. | ||
+ | |||
===The Lepid Llama Unpacker by Echo=== | ===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. | 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] | *[http://www.simlogical.com/Sims3ToolsForum/index.php?topic=32.0 Lepid Llama Unpacker] | ||
− | ===Postal | + | |
+ | ===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. | 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] | *[http://www.simlogical.com/Sims3ToolsForum/index.php?topic=85.0 Postal-Package Editor] | ||
+ | |||
===S3PE Demo 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 | 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] | *[http://www.simlogical.com/Sims3ToolsForum/index.php?topic=171.0 S3PE Demo Package Editor] | ||
+ | |||
===s3pi Library - Programmers Only=== | ===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. | 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] | *[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] | + | ===Modding Tutorials=== |
+ | |||
+ | * [http://simlogical.com/slforum/index.php?topic=2762.0 Sims 3 Gameplay Modding for Dummies by Inge Jones] | ||
+ | * [http://www.modthesims.info/wiki.php?title=Tutorial:Sims_3_XML_Tuning_Modding Sims 3 XML Tuning Modding] (a more user friendly version of the above tutorial, with pictures) | ||
+ | |||
==Installation and Content== | ==Installation and Content== | ||
+ | |||
+ | To help you get custom content working in-game, and other related utilities. | ||
+ | |||
===Delphy's TS3 Install Helper Monkey=== | ===Delphy's TS3 Install Helper Monkey=== | ||
+ | |||
Use this program for easy set-up and installation of Sims 3 .package files. | 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] | *[http://www.modthesims.info/download.php?t=344611 TS3 Install Helper Monkey] | ||
+ | |||
===Delphy's Sims3Pack Multi Installer=== | ===Delphy's Sims3Pack Multi Installer=== | ||
+ | |||
Designed for mass installing multiple Sims3Packs into a specific folder. | Designed for mass installing multiple Sims3Packs into a specific folder. | ||
+ | |||
*[http://www.simlogical.com/Sims3ToolsForum/index.php?topic=53.0 Sims3Pack Multi Installer] | *[http://www.simlogical.com/Sims3ToolsForum/index.php?topic=53.0 Sims3Pack Multi Installer] | ||
+ | |||
===Marhis' TS3 Framework Installer for Mac OS X=== | ===Marhis' TS3 Framework Installer for Mac OS X=== | ||
+ | |||
Help has arrived for Mac users looking for an easier way to install Sims3 .package files. | 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] | *[http://www.modthesims.info/download.php?t=349349 TS3 Framework Installer for Mac OS X] | ||
+ | |||
===JFade's 3Viewer (Beta)=== | ===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. | 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] | *[http://forum.jfade.com/viewtopic.php?f=51&t=466 The 3Viewer] | ||
+ | |||
===JFade's The Compressorizor Redux! (Beta)=== | ===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 | + | |
+ | 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] | *[http://forum.jfade.com/viewtopic.php?f=51&t=468 The Compressorizor Redux] | ||
+ | |||
==Building== | ==Building== | ||
− | ===Tutorials=== | + | Instructions and help on building the perfect lot in Sims 3. |
+ | |||
+ | |||
+ | ===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=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=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] | *[http://www.modthesims.info/showthread.php?t=350385 How to build a specific lot type, where to have a party and why it matters] | ||
− | *[http:// | + | *[http://www.modthesims.info/showthread.php?t=350351 How to Create Split Levels With and Without Warped Walls] |
+ | |||
==Meshing Tools== | ==Meshing Tools== | ||
− | WesHowe is doing great work with some Milkshape plugins | + | |
+ | WesHowe is doing great work with some Milkshape plugins: | ||
+ | |||
*[http://www.customsims3.com/forum1/YaBB.pl?num=1243970730 Sims 3 tools (packages and mesh)] | *[http://www.customsims3.com/forum1/YaBB.pl?num=1243970730 Sims 3 tools (packages and mesh)] | ||
− | ===Tutorials=== | + | ===Meshing Tutorials=== |
+ | |||
*[http://www.customsims3.com/forum1/YaBB.pl?num=1244300190 Modifying a TS3 Mesh by Wes Howe] | *[http://www.customsims3.com/forum1/YaBB.pl?num=1244300190 Modifying a TS3 Mesh by Wes Howe] |
Revision as of 14:09, 27 June 2009
Contents |
CAS (Create a Sim)
Things you can stick on your sims - skintones, clothing, and more.
Delphy's CTU
Currently in beta - allows creation of new stencils, full clothing retextures, and more.
CTU Tutorials
Tutorials on using Delphy's CTU:
Patterns
Burberry, burberry, burberry.
Delphy's Pattern Packager
The Pattern Packager program allows you to add new Patterns (aka items that appear in Create a Style) to your Sims 3 game.
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.
Pattern Tutorials
General Modding
Creating gameplay modifications and the like.
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.
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.
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
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.
Modding Tutorials
- Sims 3 Gameplay Modding for Dummies by Inge Jones
- Sims 3 XML Tuning Modding (a more user friendly version of the above tutorial, with pictures)
Installation and Content
To help you get custom content working in-game, and other related utilities.
Delphy's TS3 Install Helper Monkey
Use this program for easy set-up and installation of Sims 3 .package files.
Delphy's Sims3Pack Multi Installer
Designed for mass installing multiple Sims3Packs into a specific folder.
Marhis' TS3 Framework Installer for Mac OS X
Help has arrived for Mac users looking for an easier way to install Sims3 .package files.
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.
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.
Building
Instructions and help on building the perfect lot in Sims 3.
Building Tutorials
- How to create a basic roof with different slope angles
- Building an Aquarium pool in S3
- How to build a specific lot type, where to have a party and why it matters
- How to Create Split Levels With and Without Warped Walls
Meshing Tools
WesHowe is doing great work with some Milkshape plugins: