Difference between revisions of "Sims 3:0xD063545B"
From SimsWiki
Inge Jones (Talk | contribs) |
|||
Line 4: | Line 4: | ||
These files specify the lots in the game, as well as linking their descriptions, names, etc. | These files specify the lots in the game, as well as linking their descriptions, names, etc. | ||
− | + | WORD version (31 or 32) | |
− | WORD version (31 or 32) | + | QWORD GUID (name) |
− | QWORD GUID (name) | + | QWORD GUID (desc) |
− | QWORD GUID (desc) | + | QWORD GUID (lotname) |
− | QWORD GUID (lotname) | + | DWORD count |
− | DWORD count | + | WORD[count] character (descriptor) |
− | + | (if version 32)8 BYTES | |
− | (if version 32)8 BYTES | + | FLOAT X (world coordinates) |
− | FLOAT | + | FLOAT Y (world coordinates) |
− | FLOAT | + | FLOAT Z (world coordinates) |
− | FLOAT | + | FLOAT Heading (Radians) |
− | FLOAT | + | DWORD Width (Grid squares) |
− | DWORD | + | DWORD Height (Grid squares) |
− | DWORD | + | LONG (0 or -1) |
− | + | DWORD | |
− | DWORD | + | FLOAT |
− | FLOAT | + | FLOAT |
− | FLOAT | + | DWORD |
− | DWORD | + | DWORD |
− | DWORD | + | DWORD strlen |
− | DWORD strlen | + | WORD[strlen] character (name) |
− | + | DWORD strlen | |
− | DWORD strlen | + | WORD[strlen] character (description) |
− | + | DWORD strlen | |
− | DWORD strlen | + | WORD[strlen] character (lotname) |
− | + | DWORD | |
− | DWORD | + | FLOAT Beautiful vista mood buff (Debuff also in sunsetvalley.world, but ignored by the game) |
− | FLOAT | + | FLOAT Lot value modifier |
− | FLOAT | + | DWORD |
− | DWORD | + | |
− | + |
Revision as of 14:08, 25 August 2009
Lot File
Research by Karybdis
These files specify the lots in the game, as well as linking their descriptions, names, etc.
WORD version (31 or 32) QWORD GUID (name) QWORD GUID (desc) QWORD GUID (lotname) DWORD count WORD[count] character (descriptor) (if version 32)8 BYTES FLOAT X (world coordinates) FLOAT Y (world coordinates) FLOAT Z (world coordinates) FLOAT Heading (Radians) DWORD Width (Grid squares) DWORD Height (Grid squares) LONG (0 or -1) DWORD FLOAT FLOAT DWORD DWORD DWORD strlen WORD[strlen] character (name) DWORD strlen WORD[strlen] character (description) DWORD strlen WORD[strlen] character (lotname) DWORD FLOAT Beautiful vista mood buff (Debuff also in sunsetvalley.world, but ignored by the game) FLOAT Lot value modifier DWORD