Difference between revisions of "Sims 3:0xD063545B"
From SimsWiki
HugeLunatic (Talk | contribs) |
(→Format: Updated for Late Night) |
||
Line 14: | Line 14: | ||
==Format== | ==Format== | ||
− | WORD version (31 | + | WORD version (31,32 or 43) |
QWORD GUID (name) | QWORD GUID (name) | ||
QWORD GUID (desc) | QWORD GUID (desc) | ||
Line 20: | Line 20: | ||
DWORD count | DWORD count | ||
WORD[count] character (descriptor) | WORD[count] character (descriptor) | ||
− | + | -if version 32 | |
+ | FLOAT | ||
+ | FLOAT | ||
FLOAT X (upper left corner in world coordinates) | FLOAT X (upper left corner in world coordinates) | ||
FLOAT Y (upper left corner in world coordinates) | FLOAT Y (upper left corner in world coordinates) | ||
Line 40: | Line 42: | ||
WORD[strlen] character (lotname) | WORD[strlen] character (lotname) | ||
DWORD Lot type (0 = residential, 1 = community/commercial, 2 = tutorial) | DWORD Lot type (0 = residential, 1 = community/commercial, 2 = tutorial) | ||
+ | -if version 43 | ||
+ | DWORD Lot subtype | ||
FLOAT Beautiful vista mood buff (Debuff also in sunsetvalley.world, but ignored by the game) | FLOAT Beautiful vista mood buff (Debuff also in sunsetvalley.world, but ignored by the game) | ||
FLOAT Lot value modifier | FLOAT Lot value modifier | ||
DWORD Furnished lost value (Only in library lots, not an exact value but close) | DWORD Furnished lost value (Only in library lots, not an exact value but close) | ||
+ | -if version 43 | ||
+ | DWORD | ||
+ | byte[5] | ||
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} |
Revision as of 01:13, 19 December 2010
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Lot File - LDES | ||
---|---|---|
TypeID: | 0xD063545B | |
Game Version: | The Sims 3 |
Overview
Research by Karybdis
These files specify the lots in the game, as well as linking their descriptions, names, etc.
Format
WORD version (31,32 or 43) QWORD GUID (name) QWORD GUID (desc) QWORD GUID (lotname) DWORD count WORD[count] character (descriptor) -if version 32 FLOAT FLOAT FLOAT X (upper left corner in world coordinates) FLOAT Y (upper left corner in world coordinates) FLOAT Z (upper left corner in 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 Lot type (0 = residential, 1 = community/commercial, 2 = tutorial) -if version 43 DWORD Lot subtype FLOAT Beautiful vista mood buff (Debuff also in sunsetvalley.world, but ignored by the game) FLOAT Lot value modifier DWORD Furnished lost value (Only in library lots, not an exact value but close) -if version 43 DWORD byte[5]
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |