Family Feud Save Game Format

From ModdingWiki
Jump to navigation Jump to search
Family Feud Save Game Format
Format typeSaved game
Save locationsOn world map only
Elements savedName and money
Games

This format is used to store the family names and their total winnings in the champs.lst file for Family Feud.

File format

The number of records will grow as new families become champions.

Data type Description
char[...] Name The family's name, max length of 15. Terminates with 0x0D 0x0A.
char[...] Winnings The family's total winnings. Numbers stored as text. Terminates with a space 0x20.

Credits

This file format was documented by TheAlmightyGuru. If you find this information helpful in a project you're working on, please give credit where credit is due. (A link back to this wiki would be nice too!)