Difference between revisions of "Tutorials:TS4 General Modding"
From SimsWiki
Plasticbox (Talk | contribs) (→Other) |
(→XML Tuning) |
||
Line 14: | Line 14: | ||
====XML Tuning==== | ====XML Tuning==== | ||
+ | |||
+ | * [http://sims4studio.com/thread/1324/make-basic-change-items-tuning?page=1 How to make a basic change to an item's tuning using Sims 4 Studio] - get started making tuning mods for Sims 4. | ||
+ | * [http://sims4studio.com/thread/3653/change-game-text-used-tuning 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. | ||
+ | * [http://sims4studio.com/thread/1585/make-object-sims-inventory?page=1 How to make an item go into a Sim's inventory using Sims 4 Studio] | ||
+ | * [http://sims4studio.com/thread/4397/find-definition-maxis-items-easy How to find the definition ID of a Sims 4 item using Sims 4 Studio (the easy way)] | ||
+ | * [http://sims4studio.com/thread/391/change-comfort-scores-tuning-catalog?page=1 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 object types. | ||
+ | * [http://sims4studio.com/thread/2297/video-tutorial-object-tuning-easiest 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. | ||
+ | * [http://sims4studio.com/thread/3463/make-candle-multiple-flames How to make a candle with multiple flames using Sims 4 Studio] | ||
+ | * [http://sims4studio.com/thread/2298/video-tutorial-object-tuning-moderate 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. | ||
* [http://modthesims.info/showthread.php?t=560317 Extracting TS4 XML Using TS4 Combined XML Extractor (scumbumbo)] | * [http://modthesims.info/showthread.php?t=560317 Extracting TS4 XML Using TS4 Combined XML Extractor (scumbumbo)] |
Revision as of 08:45, 28 December 2016
Tutorials by Category | |
---|---|
CAS | Patterns/Walls/Floors | Objects | Building | Modding | Advanced Modding |
Contents |
Sims 4 General Modding Tutorials
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 object types.
- 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 |