Difference between revisions of "Tutorials:TS4 Advanced Coding Tutorials"
(→Resources) |
(→Resources) |
||
Line 16: | Line 16: | ||
* [http://www.modthesims.info/showthread.php?t=535380 CSV list of IDs, names, and tuning names of IDs of Objects by DarkWalker] | * [http://www.modthesims.info/showthread.php?t=535380 CSV list of IDs, names, and tuning names of IDs of Objects by DarkWalker] | ||
* [http://sims-4-files.wikia.com/wiki/Strings_ENG_US Strings ENG US part one by JADGIRL] | * [http://sims-4-files.wikia.com/wiki/Strings_ENG_US Strings ENG US part one by JADGIRL] | ||
− | * [http://sims-4-files.wikia.com/wiki/Strings_ENG_US_Part2 by JADGIRL] | + | * [http://sims-4-files.wikia.com/wiki/Strings_ENG_US_Part2 Strings ENG US by JADGIRL] |
* [http://modthesims.info/showthread.php?t=540296 Sims 4 Bones for Milkshape by Notegain] | * [http://modthesims.info/showthread.php?t=540296 Sims 4 Bones for Milkshape by Notegain] | ||
* [http://modthesims.info/showthread.php?t=534912 Extracted body skin textures and tgi's by pahtrick] | * [http://modthesims.info/showthread.php?t=534912 Extracted body skin textures and tgi's by pahtrick] |
Revision as of 23:47, 16 January 2019
Tutorials by Category | |
---|---|
CAS | Patterns/Walls/Floors | Objects | Building | Modding | Advanced Modding |
Modding Reference by Category | |
---|---|
Sims 4: DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS4 Programmer's Reference |
Tutorials related to modding and scripting can be found at http://simswiki.info/wiki.php?title=Tutorials:TS4_GeneralModding
Introduction
This is all the mumbo jumbo that goes on behind the scenes, we do not recommend that if you are new to this you just jump right in here, we advise learning some of the modding tutorials first to get your head around how the game works.
Resources
- EA Maxis Custom Content Guide zip for Sims 4
- Discussion thread about the CC Guide from Maxis
- Sims 4 Modding Discussion Forum
- Sims 4 Protocol Buffers by clown a.k.a. Python code - Game save format
- Decompiled TS4 scripts by gizmozow
- CSV list of IDs, names, and tuning names of IDs of Objects by DarkWalker
- Strings ENG US part one by JADGIRL
- Strings ENG US by JADGIRL
- Sims 4 Bones for Milkshape by Notegain
- Extracted body skin textures and tgi's by pahtrick
- Unwrapped male skins by maclimes
- Extracted Sims 4 body meshes by Sintiklia
- Hair overview by xox_sugarlips_xox
- Grayscale hair textures by xox_sugarlips_xox
- Hair Textures by Jennisims
- Maxis BasicWalls: PDN/DDS by plasticbox diffuse, bump, specular as PDN/DDS
- Simlish logo Resources. by tonicmole
- Sims 4 Icon Pack by puremorphin
- Tuning Names & Tuning IDs For Objects by Andrew
Modding Reference by Category | |
---|---|
Sims 4: DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS4 Programmer's Reference |
Tutorials by Category | |
---|---|
CAS | Patterns/Walls/Floors | Objects | Building | Modding | Advanced Modding |