Formats:Other:Savegame

From PBnWModdingWIKI

Location

\\My Documents\Black & white 2\Profiles\~NAME\Saved Games\ANY FOLDER\

Description

Byte 0 - 3: 18 01 00 00 -> always the same (file header or something like that?)
Byte 4 - 259: savegame name: 00 byte between each character. unneeded bytes filled with 00
Byte 264 - 270: time when game was saved (FILETIME structure)
Byte 272-275: seem to be always 00
Byte 276 - 279: played time (time_t variable)
Byte 280 - 283: seem to be always 00


Wally