gbx-header

Crates.iogbx-header
lib.rsgbx-header
version0.6.0
sourcesrc
created_at2021-01-23 01:17:50.106534
updated_at2021-01-24 18:22:45.9235
descriptionPartial parser for GBX files
homepagehttps://github.com/mtib/gbx-header
repositoryhttps://github.com/mtib/gbx-header
max_upload_size
id345482
size39,062
Markus Becker (mtib)

documentation

https://docs.rs/gbx-header

README

gbx-header

Partial parser of .Gbx files as used in TrackMania Nations Forever. The format of these files is not publicly documented, so this parser is made by reverse-engineering examples.

gbx_header

Library to read the header of .Gbx files as used by TrackMania Nations Forever. Parsing them into an easy to use GBX datastructure.

TODO

  • Parse map data

gbx-info

Binary to dump information about a .Gbx file in a human readable format.

Example output:

GBX Info Dump (Size=10985B)
From file=examples/mtib-1-dirty-jumps.Challenge.Gbx
Header Infos
============
Map is Challenge/Race made in TMc6/2.11.16
UID: Zh7gt1dJfZbmCMhmqfnGC3EvBO3
Name: mtib-1-dirty-jumps
Author: mtibb
Setting: Stadium/Sunrise
Number of laps: 0
Price: 779
Times: Bronze: 46000, Silver: 37000, Gold: 33000, Authortime: 30630, Authorscore: 30630
Dependencies[0]: []

The command line flag -t allows exporting the thumbnail to jpg, note that the stored jpeg data is upside-down.

Commit count: 18

cargo fmt