Difference between revisions of "Tutorials:TS3 Advanced Modding Reference"
(→Resources) |
m (Added TS3 code documentation link) |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{TS3ModdingHeader}}{{TS3AdvancedModdingHeader}} | {{TS3ModdingHeader}}{{TS3AdvancedModdingHeader}} | ||
+ | |||
+ | Tutorials related to modding and scripting can be found at http://simswiki.info/wiki.php?title=Tutorials:TS3_GeneralModding | ||
==Introduction== | ==Introduction== | ||
Line 5: | Line 7: | ||
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. | 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. | ||
− | + | If you're looking for documentation of the in-game codebase, please see: [[TS3PR]] | |
− | + | ||
− | + | ||
− | + | ||
==Resources== | ==Resources== | ||
Line 18: | Line 17: | ||
* [[Sims 3:Catalog Resource/StringTable|Catalog resource string table]] | * [[Sims 3:Catalog Resource/StringTable|Catalog resource string table]] | ||
* [[Sims 3:Key table|Key table and lists of resource references]] | * [[Sims 3:Key table|Key table and lists of resource references]] | ||
+ | * [[Sims 3:Product GUIDs|Product GUIDs]] - Used for installing/uninstalling. | ||
* [[Sims 3:Versions|Version numbers]] | * [[Sims 3:Versions|Version numbers]] | ||
* [[Sims 3:Locales|Locales]] - Useful for finding TS3 in the Documents directory, among other things. | * [[Sims 3:Locales|Locales]] - Useful for finding TS3 in the Documents directory, among other things. | ||
Line 23: | Line 23: | ||
::::[[Image:Sims_3-ToiletResourceChain.png |100px]] | ::::[[Image:Sims_3-ToiletResourceChain.png |100px]] | ||
− | |||
− | |||
{{TS3AdvancedModdingHeader}}{{TS3ModdingHeader}} | {{TS3AdvancedModdingHeader}}{{TS3ModdingHeader}} |
Latest revision as of 12:14, 11 March 2021
Tutorials by Category | |
---|---|
CAS | Patterns | Objects | Building | Worlds | Modding | Modding Reference |
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Tutorials related to modding and scripting can be found at http://simswiki.info/wiki.php?title=Tutorials:TS3_GeneralModding
[edit] 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.
If you're looking for documentation of the in-game codebase, please see: TS3PR
[edit] Resources
- Package file format
- Sims3Pack file format
- Files by type code
- RCOL (scene)
- Catalog resource
- Catalog resource string table
- Key table and lists of resource references
- Product GUIDs - Used for installing/uninstalling.
- Version numbers
- Locales - Useful for finding TS3 in the Documents directory, among other things.
- Resource Chain
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Tutorials by Category | |
---|---|
CAS | Patterns | Objects | Building | Worlds | Modding | Modding Reference |