Skip to content

Support GOG Hiscores #472

@tonihele

Description

@tonihele

Support GOG Hiscores. Looks like it is a bit different format.

I read it with:

                HiScoresEntry entry = new HiScoresEntry();
                entry.setScore(reader.readUnsignedInteger());
                entry.setName(reader.readVaryingLengthStringUtf16(31).trim());
                entry.setLevel(reader.readVaryingLengthStringUtf16(Math.min(5, reader.getByteBuffer().remaining())).trim());

                hiScoresEntries.add(entry);

HiScores.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions