Difference between revisions of "Programmers Quick Index"
From SimsWiki
MogHughson (Talk | contribs) |
|||
(10 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
==OpCodes== | ==OpCodes== | ||
+ | Read about [[OpCode|opcodes]] or go straight to the ones you want to know about. | ||
* [[Primitives]] | * [[Primitives]] | ||
− | * [[ | + | * [[SemiGlobals]] |
* [[Globals]] | * [[Globals]] | ||
+ | Browse through [[BHAV code snippets]] that illustrate common ways of using these OpCodes. | ||
==Resources== | ==Resources== | ||
− | Index of internal formats (resources as SimPE calls them) is here [[ | + | Index of internal formats (resources as SimPE calls them) is here "[[List of Formats by Name]]". Find all your favourites, for example, OBJD, CTSS, BCON etc. |
+ | |||
+ | Also find all the [[Sims 2 Variables]] which is useful when BHAV programming. | ||
+ | |||
+ | ==Scenegraph== | ||
+ | Navigating scenegraph resources via [[FileLinks]]. | ||
+ | |||
+ | ==External File Formats== | ||
+ | Find them via [[FileFormats]]. | ||
+ | |||
+ | ==Internal Formats== | ||
+ | * [[InternalFormats]] documents the file formats that are stored in the Sims 2 .package files. |
Latest revision as of 21:31, 18 November 2012
Need quick access to the various wiki resources for programming for Sims 2? You've come to right place. A one-stop page to get you to all the various resources (and if it isn't - then edit it!).
Contents |
[edit] OpCodes
Read about opcodes or go straight to the ones you want to know about.
Browse through BHAV code snippets that illustrate common ways of using these OpCodes.
[edit] Resources
Index of internal formats (resources as SimPE calls them) is here "List of Formats by Name". Find all your favourites, for example, OBJD, CTSS, BCON etc.
Also find all the Sims 2 Variables which is useful when BHAV programming.
[edit] Scenegraph
Navigating scenegraph resources via FileLinks.
[edit] External File Formats
Find them via FileFormats.
[edit] Internal Formats
- InternalFormats documents the file formats that are stored in the Sims 2 .package files.