Difference between revisions of "Tutorials:TS4 Advanced Coding Tutorials"
(→Resources) |
(→Resources) |
||
Line 9: | Line 9: | ||
==Resources== | ==Resources== | ||
+ | * [http://cdn-assets-ts4.pulse.ea.com/Guide/TS4_Custom_Content_Guide.zip EA Maxis Custom Content Guide zip for Sims 4] | ||
+ | * [http://modthesims.info/showthread.php?t=533094 Discussion thread about the CC Guide from Maxis] | ||
* [[Sims 4:DBPF|Package file format]] | * [[Sims 4:DBPF|Package file format]] | ||
* [[Sims 4:PackedFileTypes|Files by type code]] | * [[Sims 4:PackedFileTypes|Files by type code]] | ||
Line 16: | Line 18: | ||
* [[Sims 4:Versions|Version numbers]] | * [[Sims 4:Versions|Version numbers]] | ||
* [[Sims 4:Locales|Locales]] - Useful for finding TS4 in the Documents directory, among other things. | * [[Sims 4:Locales|Locales]] - Useful for finding TS4 in the Documents directory, among other things. | ||
− | + | * [http://modthesims.info/forumdisplay.php?f=701 Sims 4 Modding Discussion Forum] | |
{{TS4AdvancedModdingHeader}}{{TS4ModdingHeader}} | {{TS4AdvancedModdingHeader}}{{TS4ModdingHeader}} |
Revision as of 23:29, 6 September 2014
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
- Package file format
- Files by type code
- Catalog resource string table
- Key table and lists of resource references
- Product GUIDs - Used for installing/uninstalling.
- Version numbers
- Locales - Useful for finding TS4 in the Documents directory, among other things.
- Sims 4 Modding Discussion Forum
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 |