Save File Format/DATE.BIN

From Shield Cat Wiki
Jump to navigation Jump to search

The DATE.BIN file contains data about when this slot was last saved to.

Offset Type Description
0 ASCII u8 SC_OTTSAV_XX header information.
13 u32 DATE block header declaration.
u16 4 Bits Month (1-12, though 16 months are possible there aren't actually that many months in a year.)
5 Bits Day (up to 31 days)
7 Bits Year (since 2019) Allows up to 128 years. If you're from the year 2148 and are having problems with the game, please see config.ini's BaseTime option to change the base year this value counts from.
u32 2 Bits The first two bits are unused.
11 Bits Time that the player saved the file at, in minutes. There are 1440 minutes in a day.
19 Bits Seconds the player has been playing. Allows for 524,287 seconds, but the clock will only go up to 99 hours, 59 minutes, and 59 seconds (this is 360,000 seconds.)
24 u32 OEND footer.