Difference between revisions of "Sims 3:0xD063545B"

From SimsWiki
Jump to: navigation, search
m
 
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Lot File<br>
+
{{TS3AdvancedModdingHeader}}
 +
{{TS3Resource
 +
|name=Lot File - LDES
 +
|typeid= 0xD063545B
 +
|expansion=The Sims 3
 +
}}
 +
<br clear="all">
 +
 
 +
 
 +
==Overview==
 
Research by Karybdis
 
Research by Karybdis
 +
Updated for Late Night by [[User:granthes|Grant]]
  
 
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.
  
<pre>
+
==Format==
WORD version (31 or 32)
+
WORD version (31,32,43,45,69)
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)
+
    WORD[count] character (descriptor)
(if version 32)8 BYTES
+
-if version >= 32
FLOAT
+
    FLOAT  
FLOAT
+
    FLOAT
FLOAT
+
FLOAT X (upper left corner in world coordinates)
FLOAT
+
FLOAT Y (upper left corner in world coordinates)
DWORD
+
FLOAT Z (upper left corner in world coordinates)
DWORD
+
FLOAT Heading (Radians)
sLONG (0 or -1)
+
DWORD Width (Grid squares)
DWORD
+
DWORD Height (Grid squares)
FLOAT
+
LONG (0 or -1, in version 69 also -2)
FLOAT
+
DWORD
DWORD
+
FLOAT
DWORD
+
FLOAT
DWORD strlen
+
DWORD
WORD[strlen] character (name)
+
DWORD
DWORD strlen
+
DWORD strlen
WORD[strlen] character (description)
+
    WORD[strlen] character (name)
DWORD strlen
+
DWORD strlen
WORD[strlen] character (lotname)
+
    WORD[strlen] character (description)
DWORD
+
DWORD strlen
FLOAT
+
    WORD[strlen] character (lotname)
FLOAT
+
DWORD Lot type (0 = residential, 1 = community/commercial, 2 = tutorial)
DWORD
+
-if version >= 43
</pre>
+
    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]
 +
    -if version 69
 +
      byte[11]
 +
 
 +
{{TS3AdvancedModdingHeader}}

Latest revision as of 15:06, 16 May 2019

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




[edit] Overview

Research by Karybdis Updated for Late Night by Grant

These files specify the lots in the game, as well as linking their descriptions, names, etc.

[edit] Format

WORD version (31,32,43,45,69)
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, in version 69 also -2)
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]
   -if version 69
      byte[11]
Modding Reference by Category

Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference 

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox