Difference between revisions of "53494D49"
From SimsWiki
(Additional fields related to date, time, sim ID and family ID.) |
|||
Line 26: | Line 26: | ||
===Data Section=== | ===Data Section=== | ||
;N WORDs | ;N WORDs | ||
− | + | :A variable number (N) of WORDS, based on the Block Version. The next DWORD array(starting with the field Cash) starts at location: | |
− | :A variable number (N) of WORDS, based on the Block Version. The next | + | |
::0xBE - Base Game | ::0xBE - Base Game | ||
::0xC0 - University, Nightlife | ::0xC0 - University, Nightlife | ||
Line 34: | Line 33: | ||
::0xC6 - Seasons, Bon Voyage, FreeTime | ::0xC6 - Seasons, Bon Voyage, FreeTime | ||
::0xCA - Apartment Life | ::0xCA - Apartment Life | ||
+ | : | ||
+ | :Known values in this array: | ||
+ | :;Word 0: | ||
+ | ::Hour | ||
+ | :;Word 1: | ||
+ | ::Day of Month | ||
+ | :;Word 3: | ||
+ | ::Selected [[SDSC]] instance number (0 if no person selected) | ||
+ | :;Word 5: | ||
+ | ::Minute | ||
+ | :;Word 6: | ||
+ | ::Second | ||
+ | :;Word 7: | ||
+ | ::Month | ||
+ | :;Word 8: | ||
+ | ::Year | ||
+ | :;Word 9: | ||
+ | ::[[FAMI]] instance number (0 if no family) | ||
+ | :;Word 28: | ||
+ | ::Days Running (0 if lot is unplayed?) | ||
+ | :;Word 34: | ||
+ | ::Day of Week (0 is Monday) | ||
;DWORD | ;DWORD | ||
Line 57: | Line 78: | ||
Note: | Note: | ||
+ | * The initial date and time for a lot is Monday, June 15th, 1997 at 8 AM. | ||
* The Lot Value shown in the game is Empty + Sellable + Keepable + Architecture * 80% | * The Lot Value shown in the game is Empty + Sellable + Keepable + Architecture * 80% | ||
Revision as of 05:49, 23 November 2013
53494D49 | |
---|---|
Short name: | SIMI |
Long name: | Sim Information |
Format
Header
- 64 Bytes
- File name (null terminated)
- DWORD
- Block ID = 53494D49
- DWORD
- Block version
- 173 - Base Game
- 177 - EP1 University
- 190 - EP2 Nightlife
- 197 - EP3 Open for Business
- 202 - EP4 Pets
- 203 - EP5 Seasons
- 206 - EP6 Bon Voyage
- 210 - EP7 FreeTime
- 216 - EP8 Apartment Life
- Only patched released EPs were examined. Pre-release neighborhoods and SPs may have different versions.
Data Section
- N WORDs
- A variable number (N) of WORDS, based on the Block Version. The next DWORD array(starting with the field Cash) starts at location:
- 0xBE - Base Game
- 0xC0 - University, Nightlife
- 0xC2 - Open for Business
- 0xC4 - Pets
- 0xC6 - Seasons, Bon Voyage, FreeTime
- 0xCA - Apartment Life
- Known values in this array:
- DWORD
- Cash
- DWORD
- Unknown
- DWORD
- Unknown
- DWORD
- Unknown
- DWORD
- Empty
- Price of empty lot
- DWORD
- Sellable
- Price of all objects which will be sold when a family moves out
- DWORD
- Keepable
- Price of all objects which will remain on the lot when a family moves out (doors, windows, etc.)
- DWORD
- Architecture
- Price of all architectural elements (floors, walls, etc.)
Note:
- The initial date and time for a lot is Monday, June 15th, 1997 at 8 AM.
- The Lot Value shown in the game is Empty + Sellable + Keepable + Architecture * 80%