Difference between revisions of "Tutorials:TS3 GeneralModding"

From SimsWiki
Jump to: navigation, search
(XML Tuning Mods)
m
 
(26 intermediate revisions by 7 users not shown)
Line 11: Line 11:
  
 
=====Programming in C#=====
 
=====Programming in C#=====
 +
*[https://modthesims.info/showthread.php?t=632267 Tutorial: First steps in Sims 3 Script Modding: Setting up SharpDevelop]  By Battery
 
*[[Sims 3:Creating a game compatible Visual Studio project]] - To learn how to setup your Visual Studio to do game mods.
 
*[[Sims 3:Creating a game compatible Visual Studio project]] - To learn how to setup your Visual Studio to do game mods.
*[http://msdn.microsoft.com/en-us/library/dd492171.aspx|Beginners C# tutorials] - For Windows Forms applications really but excellent first exposure to C# anyway
+
*[http://msdn.microsoft.com/en-us/library/dd492171.aspx|Beginners C# tutorials] - Intended for Windows Forms applications, but excellent first exposure to C# anyway
  
 
=====XML Tuning Mods=====
 
=====XML Tuning Mods=====
 
* [[Tutorial:Sims_3_XML_Tuning_Modding|Sims 3 XML Tuning Modding]]
 
* [[Tutorial:Sims_3_XML_Tuning_Modding|Sims 3 XML Tuning Modding]]
* [http://www.den.simlogical.com/denforum/index.php?topic=1104.0 How to Check if a tuning mod requires an update]
+
* [http://www.simlogical.com/ContentUploadsRemote/uploads/1104/How_Check_Tuning_mod_needs_update.pdf How to Check if a Tuning Mod Requires an Update] by NonaMena
 
* [http://nraas.wikispaces.com/How+to+Edit+XML+Tuning How to Edit XML Tuning] by Twallan
 
* [http://nraas.wikispaces.com/How+to+Edit+XML+Tuning How to Edit XML Tuning] by Twallan
 
+
* [http://www.simlogical.com/ContentUploadsRemote/uploads/1613/How_to_Make_an_XML_Tuning_Mod.pdf How to Make an XML Tuning Mod] by NonaMena
=====Interactions=====
+
* [http://www.simlogical.com/ContentUploadsRemote/uploads/1600/ How to Make an ITUN for a Custom Interaction] by NonaMena
* [http://www.den.simlogical.com/denforum/index.php?topic=1600.0 How to Make an ITUN for a Custom Interaction by NonaMena]
+
* [http://www.simlogical.com/ContentUploadsRemote/uploads/1588/ITUN_Modding_Discussion_Explanation.pdf ITUN Modding Discussion and Explanation] by NonaMena
* [http://www.den.simlogical.com/denforum/index.php?topic=1588.0 ITUN Modding Discussion and Explanation by NonaMena]
+
* [http://daniandansims3modstutorials.yolasite.com/sims-3-changed-book-mod-tutorial.php Daniandan's Sims 3 Changed Book Mod Tutorial] by daniandan
  
 
=====Script Mods=====
 
=====Script Mods=====
* [[Sims_3:HowIMadeAToiletClassWithTuning| How I made a new toilet class with its own tuning]]
+
* [[Sims_3:HowIMadeAToiletClassWithTuning| How I Made a New Toilet Class with Its Own Tuning]] by Inge
* [[Tutorial:Sims_3_Object_Modding|Sims 3 Object Modding (aka Adding Interactions)]]
+
* [[Tutorial:Sims_3_Object_Modding|Sims 3 Object Modding (AKA Adding Interactions)]]
<!--* [http://www.modthesims.info/showthread.php?t=362488 Object Modding (aka adding interactions)by Kolipoki]-->
+
* [[Tutorial:Sims_3_Pure_Scripting_Modding|Sims 3 Pure Scripting Modding]] by Buzzler
* [[Tutorial:Sims_3_Pure_Scripting_Modding|Sims 3 Pure Scripting Modding]]
+
* [[Tutorial:Sims_3_In_Depth_Scripting|Sims 3 In Depth Scripting]] by Odistant
* [[Tutorial:Sims_3_New_LTW|Sims 3 New Lifetime Wish (non-core)]]
+
* [http://www.simlogical.com/ContentUploadsRemote/uploads/1596/How_inject_interactio_with_pure_script_mod.pdf How to Inject an Interaction With a Pure Script Mod] by NonaMena
* [[Tutorial:Sims_3_Localized_Coding|Sims 3 Localized Coding]]
+
* [http://www.modthesims.info/showthread.php?t=491875 Tutorial: Adding Pie Menu Options to Sims] by CmarNYC
* [http://www.den.simlogical.com/denforum/index.php?topic=1063 How to Create and Load Custom Moodlets with a Pure Script Mod by NonaMena]
+
* [[Tutorial:Sims_3_New_LTW|Sims 3 New Lifetime Wish (non-core)]] by velocitygrass
* [http://www.den.simlogical.com/denforum/index.php?topic=1596.0 How to Inject an Interaction With a Pure Script Mod by NonaMena]
+
* [[Tutorial:Sims_3_Localized_Coding|Sims 3 Localized Coding]] by Buzzler
 +
* [http://www.simlogical.com/ContentUploadsRemote/uploads/1063/How_Create_Load_Custom_Moodlets_with_Pure_Script_Mod.pdf How to Create and Load Custom Moodlets with a Pure Script Mod] by NonaMena
 +
* [http://nraas.wikispaces.com/Scripting+Core+FAQ Scripting Core FAQ] by Twallan
  
 
=====Core Mods=====
 
=====Core Mods=====
* [[Tutorial:Sims_3_Core_Modding_Basics|Sims 3 Core Modding Basics]]
+
* [[Tutorial:Sims_3_Core_Modding_Basics|Sims 3 Core Modding Basics]] by Buzzler
* [http://www.modthesims.info/showthread.php?t=355295 IL and DLL overview / tutorial]
+
* [http://www.modthesims.info/showthread.php?t=355295 IL and DLL Overview / tutorial]
* [http://www.modthesims.info/showthread.php?t=354419 Core Modding Tutorial (For complete and total nincompoops, like me!)]
+
* [http://www.modthesims.info/showthread.php?t=354419 Core Modding Tutorial (For Complete and Total Nincompoops, like Me!)]
  
 
=====Career Modding=====
 
=====Career Modding=====
* Complete Guide to Career Modding for Beginners! [http://simswiki.info/wiki.php?title=Tutorial:_Complete_Guide_to_Career_Modding_for_Beginners! by Creon]
+
* [[Tutorial:_Complete_Guide_to_Career_Modding_for_Beginners!|Complete Guide to Career Modding for Beginners!]] by Creon
* [http://nraas.wikispaces.com/Careers+Tutorial Making New Distributable Careers by Twallan]
+
* [http://nraas.wikispaces.com/Careers+Tutorial Making New Distributable Careers] by Twallan
* [http://www.modthesims.info/showthread.php?t=349481 Changing Career Names/Descriptions]'' - Outdated ''
+
  
 
=====Animations=====
 
=====Animations=====
*[http://www.modthesims.info/showthread.php?t=445678 Making an Animation Sequence "Custom Animation" For Cmo's Animation/Pose Player by SeeMyu]
+
*[http://www.modthesims.info/showthread.php?t=445678 Making an Animation Sequence "Custom Animation" for Cmo's Animation/Pose Player] by SeeMyu
*[http://www.modthesims.info/showthread.php?t=377440 Turning game animations into AVI's by WesHowe]
+
*[http://www.modthesims.info/showthread.php?t=377440 Turning Game Animations into AVI's] by WesHowe
 +
*[https://modthesims.info/showthread.php?t=642029 Jazz scripts - Adding animations to your objects ] by Lyralei
  
 
=====Poses=====
 
=====Poses=====
 
+
*[http://www.simswiki.info/wiki.php?title=Tutorial:Sims_3_Pose_Creation Sims 3 Pose Creation for Milkshape] by orangemittens
*[http://www.simswiki.info/wiki.php?title=Tutorial:Sims_3_Pose_Creation Sims 3 Pose Creation for Milkshape or Blender by orangemittens]
+
*[http://www.simswiki.info/wiki.php?title=Tutorial:Sims_3_Making_Poses Complete Pose Making Tutorial Using Milkshape for Beginners]
*[http://www.simswiki.info/wiki.php?title=Tutorial:Sims_3_Making_Poses Complete Pose Making Tutorial using Milkshape for beginners]
+
*[http://sims3cliptool.wordpress.com/tutorials/completeposetutorial/ Complete Pose Tutorial Using Blender for Sim & Animal Poses] by orangemittens
*[http://www.den.simlogical.com/denforum/index.php?PHPSESSID=4sju5hcrhu2l1ruf0nqdcft204&topic=916.msg6388#msg6388 Creating Custom Poses and Animations Using Blender] - ''Now with correct link''
+
*[http://www.modthesims.info/showthread.php?t=469283 Using JAZZ and C# to Make a Non-Default Accessory for an Object]
*[http://www.youtube.com/watch?v=MAJbwfmEfIc Using The Sims 3 Animator - OUTDATED (see the tutorial in Basic Object Creation)]
+
*[http://sims3cliptool.wordpress.com/tutorials/couplesposetutorial/ Creating a Couple's Pose Using Blender] by orangemittens
*[http://www.simswiki.info/wiki.php?title=Tutorial:Sims_3_Custom_Animations Creating Objects with Custom Animations for The Sims 3 (outdated)]
+
*[http://sims3cliptool.wordpress.com/tutorials/poseproptutoria/ Creating a Pose Using an Object Prop in Blender] by orangemittens
*[http://www.modthesims.info/showthread.php?t=469283 Using JAZZ and C# to make a non-default accessory for an object]
+
*[http://sims3cliptool.wordpress.com/tutorials/multiplerigpose/ Create Poses Using Multiple Sim and/or Sim Pet Rigs in Blender] by orangemittens
  
 
=====Miscellaneous Mods=====
 
=====Miscellaneous Mods=====
* [http://www.modthesims.info/showthread.php?t=396117 Creating Custom Sims 3 TV Channels by Odistant OUTDATED]
 
 
* [[Tutorial:Sims_3_Catalog_Reorganization|Catalog Reorganization & Hiders]]
 
* [[Tutorial:Sims_3_Catalog_Reorganization|Catalog Reorganization & Hiders]]
 +
* [http://www.simlogical.com/ContentUploadsRemote/uploads/1639/ How to: Re-categorize, Show in Build/Buy Catalog, Add to World Editor, etc.] by NonaMena
 
* [[Adding A Custom Book Title To The Game]]
 
* [[Adding A Custom Book Title To The Game]]
  
===Miscellaneous===
+
<!--===Miscellaneous===-->
* [http://www.modthesims.info/showthread.php?t=423291 Info on the LN/1.17 CTD issue with script-modded objects] (Post #23 on)
+
<!--* [http://www.modthesims.info/showthread.php?t=423291 Info on the LN/1.17 CTD issue with script-modded objects] (Post #23 on)-->
 +
 
 +
==Arcane Archive==
 +
These tutorials are still available as archives, and may still contain useful information. However, note that they have all been superseded by newer or more complete tutorials, and so may not be wholly accurate or well supported.
  
 +
* [http://www.modthesims.info/showthread.php?t=349481 Changing Career Names/Descriptions] by Creon
 +
* [[Tutorial:Sims_3_Custom_Animations Creating|Objects with Custom Animations for The Sims 3]]
 +
* [http://www.youtube.com/watch?v=MAJbwfmEfIc Using The Sims 3 Animator] (see the tutorial in Basic Object Creation)
 +
* [http://www.modthesims.info/showthread.php?t=396117 Creating Custom Sims 3 TV Channels]
  
  
 
{{TS3ModdingHeader}}
 
{{TS3ModdingHeader}}

Latest revision as of 11:06, 28 October 2020

Tutorials by Category

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

Contents

[edit] Overview

A small guide to extracting and using the games animation files.

[edit] What will I need?

Each tutorial will list the tools needed, but here is a general list of Modding Tools.

[edit] Tutorials

[edit] Programming in C#
[edit] XML Tuning Mods
[edit] Script Mods
[edit] Core Mods
[edit] Career Modding
[edit] Animations
[edit] Poses
[edit] Miscellaneous Mods


[edit] Arcane Archive

These tutorials are still available as archives, and may still contain useful information. However, note that they have all been superseded by newer or more complete tutorials, and so may not be wholly accurate or well supported.


Tutorials by Category

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

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox