+==========================================================================================+ |Jazz Jackrabbit In-level Panel Gaphics format: | +==========================================================================================+ The high scores in Jazz are stored in the file HISCORES (It has no extension.) This is a very simple file 130 bytes long consisting of 10 13-byte entries. A default score table is stored in the executable and extracted if no score file is available. The score file is used only for certain versions of Jazz, notably Jazz CD and both holiday hares. ------------------------------------------------------------------------------- FILE STRUCTURE: 0 12 Entry Highscore for episode 1 12 12 Entry Highscore for episode 2... ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- SCORE ENTRY: 1 1 N len Name length. 2 8 Name Name, 'extra' characters aren't read, when the game overwrites one. name with another, it only changes what it needs to, leaving junk behind. 10 4 Score Score, stored as dword. -------------------------------------------------------------------------------