Difference between revisions of "Tutorials:TS3 Advanced Modding Reference"
(→Resources: Added sims3pack link) |
m (Added TS3 code documentation link) |
||
(13 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== | ||
− | + | * [[Sims 3:DBPF|Package file format]] | |
− | + | * [[Sims 3:SIMS3PACK|Sims3Pack file format]] | |
− | * | + | * [[Sims 3:PackedFileTypes|Files by type code]] |
− | * | + | * [[Sims 3:RCOL|RCOL (scene)]] |
− | * | + | * [[Sims 3:Catalog Resource|Catalog resource]] |
− | * | + | * [[Sims 3:Catalog Resource/StringTable|Catalog resource string table]] |
− | * | + | * [[Sims 3:Key table|Key table and lists of resource references]] |
− | * | + | * [[Sims 3:Product GUIDs|Product GUIDs]] - Used for installing/uninstalling. |
− | * Key table and lists of resource references [[Sims 3: | + | * [[Sims 3:Versions|Version numbers]] |
+ | * [[Sims 3:Locales|Locales]] - Useful for finding TS3 in the Documents directory, among other things. | ||
* Resource Chain | * Resource Chain | ||
::::[[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 |