Difference between revisions of "Tutorials:TS4 Advanced Coding Tutorials"
From SimsWiki
(This was totally missing for TS4) |
(→Resources) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{TS4ModdingHeader}}{{TS4AdvancedModdingHeader}} | + | {{TS4ModdingHeader}} |
+ | <!--{{TS4AdvancedModdingHeader}}--> | ||
Tutorials related to modding and scripting can be found at http://simswiki.info/wiki.php?title=Tutorials:TS4_GeneralModding | Tutorials related to modding and scripting can be found at http://simswiki.info/wiki.php?title=Tutorials:TS4_GeneralModding | ||
Line 9: | Line 10: | ||
==Resources== | ==Resources== | ||
− | * [ | + | * [http://cdn-assets-ts4.pulse.ea.com/Guide/TS4_Custom_Content_Guide.zip EA Maxis Custom Content Guide zip for Sims 4] |
− | * [[Sims 4: | + | * [http://modthesims.info/showthread.php?t=533094 Discussion thread about the CC Guide from Maxis] |
− | * [ | + | * [http://modthesims.info/forumdisplay.php?f=701 Sims 4 Modding Discussion Forum] |
− | * [[Sims 4: | + | * [http://www.modthesims.info/showthread.php?t=533073 Sims 4 Protocol Buffers by clown] a.k.a. Python code - Game save format |
− | * [ | + | * [http://modthesims.info/showthread.php?p=4511236#post4511236 Decompiled TS4 scripts by gizmozow] |
− | * [[Sims 4 | + | * [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_Part2 Strings ENG US by JADGIRL] | |
− | + | * [http://modthesims.info/showthread.php?t=540296 Sims 4 Bones for Milkshape by Notegain] | |
− | {{TS4AdvancedModdingHeader}}{{TS4ModdingHeader}} | + | * [http://modthesims.info/showthread.php?t=534912 Extracted body skin textures and tgi's by pahtrick] |
+ | * [http://forums.thesims.com/en_US/discussion/774430/helpful-reference-unwrapped-male-skin Unwrapped male skins by maclimes] | ||
+ | * [http://sintiklia.tumblr.com/post/93604867990/sims-4-bodies-so-i-extracted-bodies-from-sims-4 Extracted Sims 4 body meshes by Sintiklia] NOTE: Sintiklia's body meshes on her TUMBLR site are a.w.o.l. If you know where they went, let us know. | ||
+ | * [http://i.imgur.com/mh8tQlI.png Hair overview by xox_sugarlips_xox] | ||
+ | * [http://www.mediafire.com/download/69xam76frj50ky3/AloyssiaGrayscaleHairTextures.zip Grayscale hair textures by xox_sugarlips_xox] | ||
+ | * [http://jennisimsunanuevaexperiencia.blogspot.com.br/2014/08/downloads-sims-4texturas-para.html#.VJnnzF4AAA Hair Textures by Jennisims] | ||
+ | * [http://modthesims.info/showthread.php?t=541705 Maxis BasicWalls: PDN/DDS by plasticbox] diffuse, bump, specular as PDN/DDS | ||
+ | * [http://modthesims.info/showthread.php?t=538522 Simlish logo Resources. by tonicmole] | ||
+ | * [http://www.modthesims.info/download.php?t=537953 Sims 4 Icon Pack by puremorphin] | ||
+ | * [http://www.sims4studio.com/thread/529/object-tuning-ids Tuning Names & Tuning IDs For Objects by Andrew] | ||
+ | * [https://sims4studio.com/post/22523/thread CAS sort layers by Brujah at Sims4Studio] | ||
+ | * [https://sims4studio.com/post/50682 How/Where to change CompositionMethod layering number by Feyona at Sims4Studio] | ||
+ | <!--{{TS4AdvancedModdingHeader}}--> | ||
+ | {{TS4ModdingHeader}} |
Latest revision as of 02:59, 16 November 2020
Tutorials by Category | |
---|---|
CAS | Patterns/Walls/Floors | Objects | Building | Modding | Advanced Modding |
Tutorials related to modding and scripting can be found at http://simswiki.info/wiki.php?title=Tutorials:TS4_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.
[edit] 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 NOTE: Sintiklia's body meshes on her TUMBLR site are a.w.o.l. If you know where they went, let us know.
- 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
- CAS sort layers by Brujah at Sims4Studio
- How/Where to change CompositionMethod layering number by Feyona at Sims4Studio
Tutorials by Category | |
---|---|
CAS | Patterns/Walls/Floors | Objects | Building | Modding | Advanced Modding |