Difference between revisions of "Sims 3 Content List:Programs and Utilities"

From SimsWiki
Jump to: navigation, search
Line 6: Line 6:
  
 
=Modding Utilities=
 
=Modding Utilities=
 +
==Advanced Modding Tools==
 +
* <big>'''Core Mod Merger''' by morgade</big>
 +
[[Image:WindowsLogo.png|20px]]
 +
 +
This is a tool able to inject multiple Core Mods in a batch process. This tool will only be useful if modders agree to develop and distribute core mods in the expected format (dll + config xml).
 +
 +
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/354748 Core Mod Merger]
 +
 +
 +
* <big>'''Mod Generator''' by morgade</big>
 +
[[Image:WindowsLogo.png|20px]]
 +
 +
This tool allows customizing thousands of game parameters and generates a package file to be used as a "mod". No XML editing required.
 +
 +
'''This tool has not been updated for newer patches. Mods generated with this program are usually not compatible with newer patches. This tool should be used for reference or personal use ''only''!'''
 +
 +
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/353622 Mod Generator]
 +
 +
 +
* <big>'''s3pi Library - Programmers Only''' by Inge & Peter Jones</big>
 +
This is 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 filetypes.
 +
 +
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=362411 s3pi Library]
 +
 +
 
==Animation Utilities==
 
==Animation Utilities==
 
* <big>'''Smooth Jazz Animation Script Editor''' by TigerM</big>
 
* <big>'''Smooth Jazz Animation Script Editor''' by TigerM</big>
Line 18: Line 43:
 
==CAS Utilities==
 
==CAS Utilities==
 
===Plug-Ins===
 
===Plug-Ins===
* <big>'''Milkshape GEOM Plugin''' by WesHow</big>
 
[[Image:WindowsLogo.png|20px]]
 
 
A pair of MilkShape plugins for working with Sims 3 body meshes. This version requires MilkShape 1.8.5, due to TS3 specific requirements.
 
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=357403 Milkshape Geom Plugins]
 
 
 
 
* <big>'''Blender GEOM Mesh Plug-In''' by Morgade</big>
 
* <big>'''Blender GEOM Mesh Plug-In''' by Morgade</big>
 
[[Image:LinuxLogo.png|20px]] - [[Image:MacLogo.png|20px]] - [[Image:WindowsLogo.png|20px]]
 
[[Image:LinuxLogo.png|20px]] - [[Image:MacLogo.png|20px]] - [[Image:WindowsLogo.png|20px]]
Line 32: Line 49:
  
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=355471 GEOM Mesh Plug-In]
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=355471 GEOM Mesh Plug-In]
 +
 +
 +
* <big>'''Milkshape GEOM Plugin''' by WesHow</big>
 +
[[Image:WindowsLogo.png|20px]]
 +
 +
A pair of MilkShape plugins for working with Sims 3 body meshes. This version requires MilkShape 1.8.5, due to TS3 specific requirements.
 +
 +
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=357403 Milkshape Geom Plugins]
  
  
Line 51: Line 76:
  
  
* <big>'''Small Editors''' by Delphy</big>
+
* <big>'''MorphMaker''' by CmarNYC</big>
 
[[Image:WindowsLogo.png|20px]]
 
[[Image:WindowsLogo.png|20px]]
  
A collection of simple VPXY, BoneDelta, FacialBlend, BlendUnit, CASSliderTemplate and GEOM/MTNF editors.
+
This program is a tool to make new morphs for body meshes and new CAS sliders for faces.
  
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/372169 Small Editors]  
+
[[Image:RightArrow.gif]] [http://modthesims.info/download.php?t=387348 MorphMaker]
  
  
 
+
* <big>'''Small Editors''' by Delphy</big>
==Advanced Modding Tools==
+
* <big>'''Core Mod Merger''' by morgade</big>
+
 
[[Image:WindowsLogo.png|20px]]
 
[[Image:WindowsLogo.png|20px]]
  
This is a tool able to inject multiple Core Mods in a batch process. This tool will only be useful if modders agree to develop and distribute core mods in the expected format (dll + config xml).
+
A collection of simple VPXY, BoneDelta, FacialBlend, BlendUnit, CASSliderTemplate and GEOM/MTNF editors.
  
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/354748 Core Mod Merger]
+
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/372169 Small Editors]
  
  
* <big>'''Mod Generator''' by morgade</big>
+
==Package Editors==
[[Image:WindowsLogo.png|20px]]
+
* <big>'''Postal''' by Echo</big>
 +
[[Image:LinuxLogo.png|20px]] - [[Image:MacLogo.png|20px]] - [[Image:WindowsLogo.png|20px]]
  
This tool allows customizing thousands of game parameters and generates a package file to be used as a "mod". No XML editing required.
+
The DBPF2 file format is used for most of the content in the Sims 3 engine. This project provides a Java-based API, and supporting GUI application, to unpack, browse, edit and repack these files.
  
'''This tool has not been updated for newer patches. Mods generated with this program are usually not compatible with newer patches. This tool should be used for reference or personal use ''only''!'''
+
[[Image:RightArrow.gif]] [http://sourceforge.net/projects/postal-sims3/ Postal]
  
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/353622 Mod Generator]
 
  
 
* <big>'''s3pi Library - Programmers Only''' by Inge & Peter Jones</big>
 
This is 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 filetypes.
 
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=362411 s3pi Library]
 
 
 
==Package Editors==
 
 
* <big>'''Sims 3 Package Editor (S3PE)''' by Inge & Peter Jones</big>
 
* <big>'''Sims 3 Package Editor (S3PE)''' by Inge & Peter Jones</big>
 
[[Image:LinuxLogo.png|20px]] - [[Image:MacLogo.png|20px]] - [[Image:WindowsLogo.png|20px]] - Linux and Mac support is minimal.
 
[[Image:LinuxLogo.png|20px]] - [[Image:MacLogo.png|20px]] - [[Image:WindowsLogo.png|20px]] - Linux and Mac support is minimal.
Line 92: Line 107:
  
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=362412 S3PE]
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=362412 S3PE]
 
 
* <big>'''Postal''' by Echo</big>
 
[[Image:LinuxLogo.png|20px]] - [[Image:MacLogo.png|20px]] - [[Image:WindowsLogo.png|20px]]
 
 
The DBPF2 file format is used for most of the content in the Sims 3 engine. This project provides a Java-based API, and supporting GUI application, to unpack, browse, edit and repack these files.
 
 
[[Image:RightArrow.gif]] [http://sourceforge.net/projects/postal-sims3/ Postal]
 
  
  
Line 116: Line 123:
 
The Pattern Packager program allows you to add new Patterns (aka items that appear in Create a Style) to your Sims 3 game. Each Pattern can have up to 4 recolourable "palettes", which are defined on the Red, Green, Blue and Alpha channels of the source image.
 
The Pattern Packager program allows you to add new Patterns (aka items that appear in Create a Style) to your Sims 3 game. Each Pattern can have up to 4 recolourable "palettes", which are defined on the Red, Green, Blue and Alpha channels of the source image.
  
[[Image:RightArrow.gif]] [http://www.modthesims.info/download.php?t=342998 Delpy's Pattern Pacakger]
+
[[Image:RightArrow.gif]] [http://www.modthesims.info/download.php?t=342998 Delpy's Pattern Packager]
  
  
Line 130: Line 137:
  
 
===Tools===
 
===Tools===
* <big>'''STBL Duplicator''' by Digitalchaos</big>
+
* <big>'''Assembly Generator''' by Digitalchaos</big>
 
[[Image:WindowsLogo.png|20px]]
 
[[Image:WindowsLogo.png|20px]]
  
A utility to automatically copy STBLs across all languages.
+
Allows the user to easily create new dll assemblies for an object, which will not override the core dll files.
  
[[Image:RightArrow.gif]] [http://modthesims.info/download.php?t=371472 STBL Duplicator]
+
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/370277 Assembly Generator]
 +
 
 +
 
 +
* <big>'''EP Compatibility Tool''' by Digitalchaos</big>
 +
[[Image:WindowsLogo.png|20px]]
 +
 
 +
This utility allows the user to quickly set the EPFlags for various resources in a Sims 3 Package file.
 +
 
 +
[[Image:RightArrow.gif]] [http://modthesims.info/download.php?t=380853 EP Compatibility Tool]
  
  
Line 144: Line 159:
  
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=362413 S3OC]
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=362413 S3OC]
 +
 +
 +
* <big>'''STBL Duplicator''' by Digitalchaos</big>
 +
[[Image:WindowsLogo.png|20px]]
 +
 +
A utility to automatically copy STBLs across all languages.
 +
 +
[[Image:RightArrow.gif]] [http://modthesims.info/download.php?t=371472 STBL Duplicator]
  
  
Line 152: Line 175:
  
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/download.php?t=350777 STBL Editor]
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/download.php?t=350777 STBL Editor]
 +
  
 
* <big>'''STBLizer''' by ChannTL</big>
 
* <big>'''STBLizer''' by ChannTL</big>
Line 161: Line 185:
  
  
* <big>'''Assembly Generator''' by Digitalchaos</big>
+
==Misc==
 +
* <big>'''FNV Generator''' by Snaitf</big>
 
[[Image:WindowsLogo.png|20px]]
 
[[Image:WindowsLogo.png|20px]]
  
Allows the user to easily create new dll assemblies for an object, which will not override the core dll files.
+
A tool to help creators generate unique resource instance ID numbers, and to decode existing FNV hashes.
  
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/370277 Assembly Generator]
+
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=355292 Snaitf's FNV Generator]
  
  
==Misc==
+
* <big>'''Little LOTte lot editor''' by TigerM</big>
* <big>'''FNV Generator''' by Snaitf</big>
+
[[Image:LinuxLogo.png|20px]] - [[Image:MacLogo.png|20px]] - [[Image:WindowsLogo.png|20px]]
 +
 
 +
Well, now you can make order of that chaos! Little LOTte is a simple lot editor that lets you adjust the beautiful vista buff for any lot, adding it or taking it away as you see fit. In addition, good lots tend to sell for more, and now you can say exactly how much or how little more!
 +
 
 +
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/366436 Little LOTte lot editor]
 +
 
 +
 
 +
* <big>'''Neighborhood Workshop (formerly Save Game Editor)''' by TigerM</big>
 
[[Image:WindowsLogo.png|20px]]
 
[[Image:WindowsLogo.png|20px]]
  
A tool to help creators generate unique resource instance ID numbers, and to decode existing FNV hashes.
+
Sims 3 Neighborhood Workshop is the first incarnation of a save game editor with an attempt at a friendly interface. Right now all that it can do in a friendly manner is modify still life portraits your sims have painted. The full editing and viewing capabilities are still there as well, but there are numerous ways that using the advanced editor mode can screw up your games if you don't have backups.
  
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=355292 Snaitf's FNV Generator]
+
[[Image:RightArrow.gif]] [http://www.modthesims.info/showthread.php?t=350770 Neighborhood Workshop]
  
  
Line 186: Line 218:
  
  
* <big>'''Neighborhood Workshop (formerly Save Game Editor)''' by TigerM</big>
+
* <big>'''The Sims Package Selector''' by Digitalchaos</big>
 
[[Image:WindowsLogo.png|20px]]
 
[[Image:WindowsLogo.png|20px]]
  
Sims 3 Neighborhood Workshop is the first incarnation of a save game editor with an attempt at a friendly interface. Right now all that it can do in a friendly manner is modify still life portraits your sims have painted. The full editing and viewing capabilities are still there as well, but there are numerous ways that using the advanced editor mode can screw up your games if you don't have backups.
+
If you mod for both The Sims 2 and The Sims 3, with this utility you will only have to double-click on a package file and it will automatically load into the correct package editor (fully configurable, of course). This utility will associate itself as the default program for opening Sims2/Sims3 .package files. It will determine if it is a Sims2 or Sims3 package and pass it on to the appropriate package editor.
  
[[Image:RightArrow.gif]][http://www.modthesims.info/showthread.php?t=350770 Neighborhood Workshop]
+
[[Image:RightArrow.gif]] [http://modthesims.info/download.php?t=381097 The Sims Package Selector]
  
  
* <big>'''Little LOTte lot editor''' by TigerM</big>
+
* <big>'''TSR Workshop''' by TSR</big>
[[Image:LinuxLogo.png|20px]] - [[Image:MacLogo.png|20px]] - [[Image:WindowsLogo.png|20px]]
+
[[Image:WindowsLogo.png|20px]]
  
Well, now you can make order of that chaos! Little LOTte is a simple lot editor that lets you adjust the beautiful vista buff for any lot, adding it or taking it away as you see fit. In addition, good lots tend to sell for more, and now you can say exactly how much or how little more!
+
Large tool encompassing several types of modding capabilities, including CAS and object texture and mesh editing. '''Note: Most files created with TSRW are incompatible with other modding tools.'''
 +
 
 +
[[Image:RightArrow.gif]] [http://www.thesimsresource.com/workshop/downloads TSR Workshop Download]
 +
 
 +
[[Image:RightArrow.gif]] [http://forums.thesimsresource.com/forumdisplay.php?f=660 TSR Workshop Discussion Forums]
  
[[Image:RightArrow.gif]][http://www.modthesims.info/d/366436 Little LOTte lot editor]
 
  
  
Line 205: Line 240:
 
==Custom Content==
 
==Custom Content==
 
===Package Installers===
 
===Package Installers===
* <big>'''TS3 Install Helper Monkey''' by Delphy</big>
+
* <big>'''Framework Installer tool (Monkeybars)''' by Delphy</big>
 
[[Image:WindowsLogo.png|20px]]
 
[[Image:WindowsLogo.png|20px]]
  
This tool will automagically set up your game so you can use custom content .package files for The Sims 3. Once set up, you can just double-click the files to put them where they need to go. No need to mess with Resource.cfg yourself or create any folders - just run the program, and from then on, you can just double-click the files.
+
A tool to setup and verify the framework needed for package files to function correctly, including World Adventures support.
  
You can also right-click on a file to send it to a particular folder, so you can have subfolders and keep your downloads organised.
+
[[Image:RightArrow.gif]] [http://www.modthesims.info/download.php?t=384014 Framework Installer tool]
 
+
[[Image:RightArrow.gif]] [http://www.modthesims.info/download.php?t=344611 TS3 Install Helper Monkey]
+
  
  
Line 223: Line 256:
  
  
* <big>'''Framework Installer tool (Monkeybars)''' by Delphy</big>
+
* <big>'''TS3 Install Helper Monkey''' by Delphy</big>
 
[[Image:WindowsLogo.png|20px]]
 
[[Image:WindowsLogo.png|20px]]
  
A tool to setup and verify the framework needed for package files to function correctly, including World Adventures support.
+
This tool will automagically set up your game so you can use custom content .package files for The Sims 3. Once set up, you can just double-click the files to put them where they need to go. No need to mess with Resource.cfg yourself or create any folders - just run the program, and from then on, you can just double-click the files.
  
[[Image:RightArrow.gif]] [http://www.modthesims.info/download.php?t=384014 Framework Installer tool]
+
You can also right-click on a file to send it to a particular folder, so you can have subfolders and keep your downloads organised.
  
 
+
[[Image:RightArrow.gif]] [http://www.modthesims.info/download.php?t=344611 TS3 Install Helper Monkey]
===Sims3Pack Installers===
+
* <big>'''Sims3Pack Multi Installer''' by Delphy</big>
+
[[Image:WindowsLogo.png|20px]]
+
 
+
Unpacks Sims3Packs into package files ready for installation into Mods/Packages.
+
 
+
[[Image:RightArrow.gif]] [http://modthesims.info/download.php?t=364038 Sims3Pack Multi Installer]
+
  
  
 +
===Sims3Pack Installers===
 
* <big>'''3Viewer (Beta)''' by JFade</big>
 
* <big>'''3Viewer (Beta)''' by JFade</big>
 
[[Image:LinuxLogo.png|20px]] - [[Image:MacLogo.png|20px]] - [[Image:WindowsLogo.png|20px]]
 
[[Image:LinuxLogo.png|20px]] - [[Image:MacLogo.png|20px]] - [[Image:WindowsLogo.png|20px]]
Line 246: Line 273:
  
 
[[Image:RightArrow.gif]] [http://forum.jfade.com/viewtopic.php?f=51&t=466 The 3Viewer]
 
[[Image:RightArrow.gif]] [http://forum.jfade.com/viewtopic.php?f=51&t=466 The 3Viewer]
 +
 +
 +
* <big>'''Sims3Pack Multi Installer''' by Delphy</big>
 +
[[Image:WindowsLogo.png|20px]]
 +
 +
Unpacks Sims3Packs into package files ready for installation into Mods/Packages.
 +
 +
[[Image:RightArrow.gif]] [http://modthesims.info/download.php?t=364038 Sims3Pack Multi Installer]
  
  
Line 258: Line 293:
  
 
===Other Content Tools===
 
===Other Content Tools===
 +
* <big>'''Indie Stone Mod Compatibility Checker''' by captainbinky</big>
 +
[[Image:WindowsLogo.png|20px]]
 +
 +
Quick compatibility checker for conflicting mods. '''Note: This program is not 100% reliable, and may miss issues or give false alarms. To be applied with an ample side of brain.'''
 +
 +
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/356733 Indiestone Mod Compatibility Checker]
 +
 +
 +
* <big>'''Sims 3 Dashboard''' by Delphy</big>
 +
[[Image:WindowsLogo.png|20px]]
 +
 +
Dashboard is designed to let people easily clear the cache and identify problem content.
 +
 +
This tool has 3 main tasks:
 +
 +
:* To easily show you which games you have, whether or not they have a full framework, and to browse to that game's root folder.
 +
:* To show you the contents of the Sims 3 cache files, and clear them.
 +
:* To show you all of your custom content in .package format, and display any "corrupted" files, or Sims 2 content, or stuff that just plain wont work.
 +
 +
[[Image:RightArrow.gif]] [http://modthesims.info/download.php?t=387006 Sims 3 Dashboard]
 +
 +
 
* <big>'''The Compressorizor Redux! (Beta)''' by JFade</big>
 
* <big>'''The Compressorizor Redux! (Beta)''' by JFade</big>
 
[[Image:WindowsLogo.png|20px]]
 
[[Image:WindowsLogo.png|20px]]
Line 272: Line 329:
  
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/348057 Mod Manager]
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/348057 Mod Manager]
 
 
* <big>'''Indie Stone Mod Compatibility Checker''' by captainbinky</big>
 
[[Image:WindowsLogo.png|20px]]
 
 
Quick compatibility checker for conflicting mods. '''Note, this program is not 100% reliable, and may miss issues or give false alarms. To be applied with an ample coating of brain.'''
 
 
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/356733 Indiestone Mod Compatibility Checker]
 
  
  
Line 292: Line 341:
  
  
* <big>'''Sims 3 Music Manager''' by nickmacb</big>
+
* <big>'''Sims 3 Identity Generator''' by 999z</big>
 
[[Image:WindowsLogo.png|20px]]
 
[[Image:WindowsLogo.png|20px]]
  
This program is designed so you can create playlists for your sims 3 game. Instead of Having to copy all your mp3 files that you want into your "Custom Music" folder in your sims directory, this program does it for you. Once you create a few playlists you can easily choose which playlist you want to play the game with and all the files will be copied into your sims 3 game.
+
Generate a full name, trait list, skillset, LTW and possible occupation based on gender, nameset and nationality.
  
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/354861 Music Manager]
+
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/349127 Identity Generator]
  
  
* <big>'''Sims 3 Identity Generator''' by 999z</big>
+
* <big>'''Sims 3 Log Generator''' by ShanOw</big>
 
[[Image:WindowsLogo.png|20px]]
 
[[Image:WindowsLogo.png|20px]]
  
Generate a full name, trait list, skillset, LTW and possible occupation based on gender, nameset and nationality.
+
The log generator can be used by game help and support people and everyday players to help find out exactly what's wrong with their Sims 3 game.
  
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/349127 Identity Generator]
+
Using this tool you can determine:
 +
:* Whether the user's hardware is sufficient
 +
:* Whether the game supports the user's graphics card
 +
:* Whether package framework is correctly installed
 +
:* Whether it is a game setting that is causing issues
 +
:* What Custom Content they have installed
  
 +
[[Image:RightArrow.gif]] [http://modthesims.info/download.php?t=386891 Sims 3 Log Generator]
  
=Under Construction=
 
  
<big>'''TSR Workshop''' by TSR</big>
+
* <big>'''Sims 3 Music Manager''' by nickmacb</big>
Create non-replacement clothing, hair, make-up and accessories in sims3pack format. Also allows mesh editing.  Includes live 3D preview.
+
[[Image:WindowsLogo.png|20px]]
*[http://www.thesimsresource.com/workshop/downloads TSR Workshop Download]
+
*[http://forums.thesimsresource.com/forumdisplay.php?f=660 TSR Workshop Discussion Forums]
+
  
 +
This program is designed so you can create playlists for your sims 3 game. Instead of Having to copy all your mp3 files that you want into your "Custom Music" folder in your sims directory, this program does it for you. Once you create a few playlists you can easily choose which playlist you want to play the game with and all the files will be copied into your sims 3 game.
  
* <big>'''The Lepid Llama Unpacker''' by Echo</big>
+
[[Image:RightArrow.gif]] [http://www.modthesims.info/d/354861 Music Manager]
?
+
 
+
Extract the contents of a sims3pack exported file.  Choose the sims3pack, select the file to extract, and click "Export Selected" on the bottom left.
+
 
+
[[Image:RightArrow.gif]] ''No working link at this time.''
+
  
  
 
{{Sims3ContentLists}}
 
{{Sims3ContentLists}}

Revision as of 12:54, 2 February 2010

Search: 
Content Lists by Category

Animals  | Anime and Video Games  | Building and Construction  | Celebrity Sims  | Character Sims  | Child-Related | Create-A-Sim Content  | Crime, Punishment, and Public Service  | Decorating Themes  | EA Match  | Fantasy/Sci-Fi  | Food  | Game Mods and Hacks  | Historical and Ethnic  | Holidays  | Medical  | Patterns  | Programs and Utilities  | Religious  | Work & School  | Sims 1 & 2 for Sims 3  | Vehicles  | Weddings and Marriage


Contents

Modding Utilities

Advanced Modding Tools

  • Core Mod Merger by morgade

WindowsLogo.png

This is a tool able to inject multiple Core Mods in a batch process. This tool will only be useful if modders agree to develop and distribute core mods in the expected format (dll + config xml).

RightArrow.gif Core Mod Merger


  • Mod Generator by morgade

WindowsLogo.png

This tool allows customizing thousands of game parameters and generates a package file to be used as a "mod". No XML editing required.

This tool has not been updated for newer patches. Mods generated with this program are usually not compatible with newer patches. This tool should be used for reference or personal use only!

RightArrow.gif Mod Generator


  • s3pi Library - Programmers Only by Inge & Peter Jones

This is 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 filetypes.

RightArrow.gif s3pi Library


Animation Utilities

  • Smooth Jazz Animation Script Editor by TigerM

WindowsLogo.png

Jazz scripts serve as an intermediate step between the game code and the animation data. They allow some basic level of control of what is played based on various rules, in the form of a finite state machine.

RightArrow.gif Smooth Jazz Animation Script Editor


CAS Utilities

Plug-Ins

  • Blender GEOM Mesh Plug-In by Morgade

LinuxLogo.png - MacLogo.png - WindowsLogo.png

A GEOM (body meshes) import/export plugin for Blender.

RightArrow.gif GEOM Mesh Plug-In


  • Milkshape GEOM Plugin by WesHow

WindowsLogo.png

A pair of MilkShape plugins for working with Sims 3 body meshes. This version requires MilkShape 1.8.5, due to TS3 specific requirements.

RightArrow.gif Milkshape Geom Plugins


Tools

  • CAS Texture Unitool (CTU) by Delphy and jonha

LinuxLogo.png - MacLogo.png - WindowsLogo.png

The CAS Texture Unitool, is a tool to allow you to edit the CAS Part files that control which textures appear on which meshes. Using this tool, you may add new textures that appear in CAS for a specific mesh. You may also edit the pattern cutouts for those textures, the specular, the base colours, and pretty much everything possible thats available in the file. Additionally, you can add brand new, non-replacement meshes into the game. CTU includes 3D preview.

RightArrow.gif CAS Texture Unitool


  • Delphy's Acronym Bending Original Output Barber Shop (DABOOBS) by Delphy

WindowsLogo.png

This program allows you to create non-replacement custom hair meshes for The Sims 3. It generates entirely new hair packages that can be placed in game, and contains all possible linkages and correct file assignments.

RightArrow.gif DABOOBS


  • MorphMaker by CmarNYC

WindowsLogo.png

This program is a tool to make new morphs for body meshes and new CAS sliders for faces.

RightArrow.gif MorphMaker


  • Small Editors by Delphy

WindowsLogo.png

A collection of simple VPXY, BoneDelta, FacialBlend, BlendUnit, CASSliderTemplate and GEOM/MTNF editors.

RightArrow.gif Small Editors


Package Editors

  • Postal by Echo

LinuxLogo.png - MacLogo.png - WindowsLogo.png

The DBPF2 file format is used for most of the content in the Sims 3 engine. This project provides a Java-based API, and supporting GUI application, to unpack, browse, edit and repack these files.

RightArrow.gif Postal


  • Sims 3 Package Editor (S3PE) by Inge & Peter Jones

LinuxLogo.png - MacLogo.png - WindowsLogo.png - Linux and Mac support is minimal.

This is a package editor, originally created mainly to test and demonstrate the s3pi library. It is now quite a useful package viewer/editor and packer in its own right.

RightArrow.gif S3PE


  • Sims 3 Package Explorer by Okeanos

WindowsLogo.png

A tool to examine, extract, replace and modify Sims 3 package content.

RightArrow.gif Sims 3 Package Explorer


Pattern Tools

  • Delphy's Pattern Packager by Delphy

WindowsLogo.png

The Pattern Packager program allows you to add new Patterns (aka items that appear in Create a Style) to your Sims 3 game. Each Pattern can have up to 4 recolourable "palettes", which are defined on the Red, Green, Blue and Alpha channels of the source image.

RightArrow.gif Delpy's Pattern Packager


Object Creation

Plug-Ins

  • Sims 3 ObjectTool/Milkshape Plug-Ins by WesHowe

WindowsLogo.png

A tool to translate objects into a Milkshape-openable format, and plugins to allow Milkshape to manipulate that format.

RightArrow.gif ObjectTool/Plug-Ins


Tools

  • Assembly Generator by Digitalchaos

WindowsLogo.png

Allows the user to easily create new dll assemblies for an object, which will not override the core dll files.

RightArrow.gif Assembly Generator


  • EP Compatibility Tool by Digitalchaos

WindowsLogo.png

This utility allows the user to quickly set the EPFlags for various resources in a Sims 3 Package file.

RightArrow.gif EP Compatibility Tool


  • Sims 3 Object cloner (S3OC) by Inge & Peter Jones

LinuxLogo.png - MacLogo.png - WindowsLogo.png - Linux and Mac support is minimal.

ObjectCloner is a tool intended to create new Sims 3 objects by copying and renumbering parts of an original game object.

RightArrow.gif S3OC


  • STBL Duplicator by Digitalchaos

WindowsLogo.png

A utility to automatically copy STBLs across all languages.

RightArrow.gif STBL Duplicator


  • STBL Editor by Namethief

LinuxLogo.png - MacLogo.png - WindowsLogo.png

A simple editor to manipulate STBL text resources.

RightArrow.gif STBL Editor


  • STBLizer by ChannTL

WindowsLogo.png

This is a simple tool that allows you to create STBLs by batch-importing one or more CSV files.

RightArrow.gif STBLizer


Misc

  • FNV Generator by Snaitf

WindowsLogo.png

A tool to help creators generate unique resource instance ID numbers, and to decode existing FNV hashes.

RightArrow.gif Snaitf's FNV Generator


  • Little LOTte lot editor by TigerM

LinuxLogo.png - MacLogo.png - WindowsLogo.png

Well, now you can make order of that chaos! Little LOTte is a simple lot editor that lets you adjust the beautiful vista buff for any lot, adding it or taking it away as you see fit. In addition, good lots tend to sell for more, and now you can say exactly how much or how little more!

RightArrow.gif Little LOTte lot editor


  • Neighborhood Workshop (formerly Save Game Editor) by TigerM

WindowsLogo.png

Sims 3 Neighborhood Workshop is the first incarnation of a save game editor with an attempt at a friendly interface. Right now all that it can do in a friendly manner is modify still life portraits your sims have painted. The full editing and viewing capabilities are still there as well, but there are numerous ways that using the advanced editor mode can screw up your games if you don't have backups.

RightArrow.gif Neighborhood Workshop


  • Simple Encoder for Making Hashes by ChaosMageX

WindowsLogo.png

A tool to generate FNV hashes from text.

RightArrow.gif Encoder for Making Hashes


  • The Sims Package Selector by Digitalchaos

WindowsLogo.png

If you mod for both The Sims 2 and The Sims 3, with this utility you will only have to double-click on a package file and it will automatically load into the correct package editor (fully configurable, of course). This utility will associate itself as the default program for opening Sims2/Sims3 .package files. It will determine if it is a Sims2 or Sims3 package and pass it on to the appropriate package editor.

RightArrow.gif The Sims Package Selector


  • TSR Workshop by TSR

WindowsLogo.png

Large tool encompassing several types of modding capabilities, including CAS and object texture and mesh editing. Note: Most files created with TSRW are incompatible with other modding tools.

RightArrow.gif TSR Workshop Download

RightArrow.gif TSR Workshop Discussion Forums


CC, Cheating & Other Gameplay Utilities

Custom Content

Package Installers

  • Framework Installer tool (Monkeybars) by Delphy

WindowsLogo.png

A tool to setup and verify the framework needed for package files to function correctly, including World Adventures support.

RightArrow.gif Framework Installer tool


  • TS3 Framework Installer for Mac OS X by Marhis

MacLogo.png

A utility to automatically install the framework needed to use .package files, and to create an alias to the Mods folder on the desktop.

RightArrow.gif TS3 Framework Installer for Mac OS X


  • TS3 Install Helper Monkey by Delphy

WindowsLogo.png

This tool will automagically set up your game so you can use custom content .package files for The Sims 3. Once set up, you can just double-click the files to put them where they need to go. No need to mess with Resource.cfg yourself or create any folders - just run the program, and from then on, you can just double-click the files.

You can also right-click on a file to send it to a particular folder, so you can have subfolders and keep your downloads organised.

RightArrow.gif TS3 Install Helper Monkey


Sims3Pack Installers

  • 3Viewer (Beta) by JFade

LinuxLogo.png - MacLogo.png - WindowsLogo.png

A Sims3Pack installer, editor, and overall download manager. Similar to TS2's Clean Installer in function, with additional content management capabilities.

RightArrow.gif The 3Viewer


  • Sims3Pack Multi Installer by Delphy

WindowsLogo.png

Unpacks Sims3Packs into package files ready for installation into Mods/Packages.

RightArrow.gif Sims3Pack Multi Installer


Combined Installers

  • Merlin by TSR

MacLogo.png - WindowsLogo.png

Installs and uninstalls sims3pack and package files, with options to preview content before installing.

RightArrow.gif TSR Merlin


Other Content Tools

  • Indie Stone Mod Compatibility Checker by captainbinky

WindowsLogo.png

Quick compatibility checker for conflicting mods. Note: This program is not 100% reliable, and may miss issues or give false alarms. To be applied with an ample side of brain.

RightArrow.gif Indiestone Mod Compatibility Checker


  • Sims 3 Dashboard by Delphy

WindowsLogo.png

Dashboard is designed to let people easily clear the cache and identify problem content.

This tool has 3 main tasks:

  • To easily show you which games you have, whether or not they have a full framework, and to browse to that game's root folder.
  • To show you the contents of the Sims 3 cache files, and clear them.
  • To show you all of your custom content in .package format, and display any "corrupted" files, or Sims 2 content, or stuff that just plain wont work.

RightArrow.gif Sims 3 Dashboard


  • The Compressorizor Redux! (Beta) by JFade

WindowsLogo.png

Compresses package files to save hard drive space. Use with care - some package files may cease to function after being compressorised.

RightArrow.gif The Compressorizor Redux


  • TS3 Mod Manager by thetechnosim

WindowsLogo.png

This is useful if you have multiple people playing The Sims 3 on a single PC who want different sets of mods, or if you have different sets of mods that you wish to switch out on a whim. Basically, all this application does is allow you to create "profiles" with different sets of CC installed, and switch between profiles every time you start the game.

RightArrow.gif Mod Manager


Other Utilities

  • Auto Cheater by Random667

WindowsLogo.png

This program allows you to assign hotkeys for any commands or cheat codes that you find yourself entering too often. Upon execution this program will launch the Sims 3 for you, and set your F1 - F11 keys to act as hotkeys that will automatically enter your chosen commands into the games console.

RightArrow.gif Auto Cheater


  • Sims 3 Identity Generator by 999z

WindowsLogo.png

Generate a full name, trait list, skillset, LTW and possible occupation based on gender, nameset and nationality.

RightArrow.gif Identity Generator


  • Sims 3 Log Generator by ShanOw

WindowsLogo.png

The log generator can be used by game help and support people and everyday players to help find out exactly what's wrong with their Sims 3 game.

Using this tool you can determine:

  • Whether the user's hardware is sufficient
  • Whether the game supports the user's graphics card
  • Whether package framework is correctly installed
  • Whether it is a game setting that is causing issues
  • What Custom Content they have installed

RightArrow.gif Sims 3 Log Generator


  • Sims 3 Music Manager by nickmacb

WindowsLogo.png

This program is designed so you can create playlists for your sims 3 game. Instead of Having to copy all your mp3 files that you want into your "Custom Music" folder in your sims directory, this program does it for you. Once you create a few playlists you can easily choose which playlist you want to play the game with and all the files will be copied into your sims 3 game.

RightArrow.gif Music Manager


Search: 
Content Lists by Category

Animals  | Anime and Video Games  | Building and Construction  | Celebrity Sims  | Character Sims  | Child-Related | Create-A-Sim Content  | Crime, Punishment, and Public Service  | Decorating Themes  | EA Match  | Fantasy/Sci-Fi  | Food  | Game Mods and Hacks  | Historical and Ethnic  | Holidays  | Medical  | Patterns  | Programs and Utilities  | Religious  | Work & School  | Sims 1 & 2 for Sims 3  | Vehicles  | Weddings and Marriage

Personal tools

Variants
Actions
Navigation
game select
Toolbox