Difference between revisions of "Tutorials:TS3 General Modding Tutorials"
HugeLunatic (Talk | contribs) |
HugeLunatic (Talk | contribs) |
||
Line 7: | Line 7: | ||
{| width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top;background-color:#f5faff" | {| width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top;background-color:#f5faff" | ||
− | !<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;"> | + | !<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;">Modding Tutorial Categories:</h2> |
|- | |- | ||
|style="color:#000"| | |style="color:#000"| |
Revision as of 03:39, 5 May 2010
Tutorials by Category | |
---|---|
CAS | Patterns | Objects | Building | Worlds | Modding | Modding Reference |
Introduction
All of these tutorials will teach you how to edit parts of your game to create new things, interactions, gameplay, etc. We advise that when you attempt a tutorial, make sure you backup the files you are editing first to avoid a loss of important data (we promise it won't blow your game up *cough* )
Modding Tutorial Categories: | ||||||
---|---|---|---|---|---|---|
TutorialsGeneral Modding
CareersWorldsAnimation
Modding ToolsThe Lepid Llama Unpacker by EchoExtract the contents of a sims3pack exported file. Choose the sims3pack, select the file to extract, and click Export Selected" on the bottom left.
Postal Package Editor by EchoA tool for exploring the innards of the game's package files.
S3PE Demo Package Editor by Peter JonesA package editor to view package contents and edit files.
s3pi Library - Programmers OnlyThe start of an open source library for programmers creating tools for TS3. 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. Created by Peter L. Jones.
TS3 STBL EditorAn editor tohange ingame text, like item description, job description, job names, etc.
Sims 3 Package ExplorerA tool to examine, extract, replace and modify Sims 3 package content, by Okeanos.
Neighborhood Workshop (formerly Save Game Editor)
Snaitf's FNV Generator
Simple Encoder for Making Hashes
Experimental Object ClonerA tool to create new Sims 3 objects by copying and renumbering parts of an original game object. Created by Peter L. Jones
TigerM's Footprint & Slots ViewerA tool to view the bounding box, placement and shape flags, and Routing Slots.
Small Editors by Delphy
|