Free Hero Mesh

Changes To Solution file format
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Changes to "Solution file format" between 2018-08-13 00:42:50 and 2018-08-18 05:13:43

1

2
3
4
5
6
7
8
9
10
11
12
13

1
2
3
4
5
6
7
8
9
10
11
12
13
-
+












This document describes the file format for solution files. It is a Hamster archive, where the lump names are the level ID number followed by "<tt>.SOL</tt>". All numbers are small-endian (except lump sizes).
This document describes the file format for solution files. It is a [Hamster archive], where the lump names are the level ID number followed by "<tt>.SOL</tt>". All numbers are small-endian (except lump sizes).

Each lump starts with a 16-bit number specifying the level version (see [Level file format] for details). It must match the level version number in the level file in order for the solution to be counted as valid.

After the level version number is the flag byte. Currently only the low 2-bits are defined (the rest must be clear and are reserved for future use):
  *  bit0 = Comment is present
  *  bit1 = Timestamp is present

If the comment is present, a null-terminated comment follows (it should not include any formatting codes).

If the timestamp is present, a 64-bit UNIX timestamp follows.

The rest of the lump data consists of a series of Hero Mesh key codes (see [Hero Mesh key name]).