Difference between revisions of "Tutorials:TS4 General Modding"
From SimsWiki
(→XML Tuning) |
(→Sims 4 General Modding Tutorials) |
||
Line 5: | Line 5: | ||
==Sims 4 General Modding Tutorials== | ==Sims 4 General Modding Tutorials== | ||
+ | ====EA Core Mod Support==== | ||
+ | |||
+ | * [http://forums.thesims.com/en_US/discussion/888736 June 2016, Expanded Create A Sim - http://forums.thesims.com/en_US/discussion/888736] | ||
+ | * [http://forums.thesims.com/en_US/discussion/855532 Sept 2015-Mod dir resource.cfg change - http://forums.thesims.com/en_US/discussion/855532] | ||
+ | * [http://forums.thesims.com/en_US/discussion/comment/13838037 July 2015 : Script mods now support .ts4script extention - http://forums.thesims.com/en_US/discussion/comment/13838037] | ||
+ | * [http://forums.thesims.com/en_US/discussion/77984 Sept 2014 : Core Maxis Modding documentaion. http://forums.thesims.com/en_US/discussion/779844] EA has not updated it since launch, so a little outdated. | ||
====Python==== | ====Python==== |
Revision as of 22:29, 16 January 2019
Tutorials by Category | |
---|---|
CAS | Patterns/Walls/Floors | Objects | Building | Modding | Advanced Modding |
Contents |
Sims 4 General Modding Tutorials
EA Core Mod Support
- June 2016, Expanded Create A Sim - http://forums.thesims.com/en_US/discussion/888736
- Sept 2015-Mod dir resource.cfg change - http://forums.thesims.com/en_US/discussion/855532
- July 2015 : Script mods now support .ts4script extention - http://forums.thesims.com/en_US/discussion/comment/13838037
- Sept 2014 : Core Maxis Modding documentaion. http://forums.thesims.com/en_US/discussion/779844 EA has not updated it since launch, so a little outdated.
Python
- Python
- How to Access Sims 4 Python Files
- How to change the simulationclock speed by changing Maxis scripts by jcgurango
- For absolute beginners: Making a simple script that gets the town's population (mgomez)
XML Tuning
- How to make a basic change to an item's tuning using Sims 4 Studio - get started making tuning mods for Sims 4.
- How to change the in-game text used in a tuning mod using Sims 4 Studio - Change the words in the popup that shows when your item is clicked on.
- How to make an item go into a Sim's inventory using Sims 4 Studio
- How to find the definition ID of a Sims 4 item using Sims 4 Studio (the easy way)
- How to change comfort (and other scores) of an EA bed using Sims 4 Studio This tutorial shows how to change the tuning and catalog entry. This method can be used on beds and other objects.
- How to make an object tuning mod This video tutorial by Bakie is for beginners who are learning to make tuning mods for Sims 4.
- How to make a candle with multiple flames using Sims 4 Studio
- How to make an object tuning mod This video tutorial by Bakie is for those who have advanced past the beginner phase but aren't experts yet.
Other
Tutorials by Category | |
---|---|
CAS | Patterns/Walls/Floors | Objects | Building | Modding | Advanced Modding |