GBX Data Fetcher module (Challenge/Map/Replay/Pack parsing)
Posted: 20 Oct 2012, 20:28
The GBX Data Fetcher module, long covered on TM-Forum, provides PHP classes to process .Gbx files and allow PHP programmers to easily access the information in them. The recent v1.01 release of XASECO2 already included the initial version of a completely rewritten module that supported .Challenge.Gbx (TrackMania), .Map.Gbx (ManiaPlanet) and .Replay.gbx (both) files.
Now an updated module is available that handles .Pack.Gbx and .pak (ManiaPlanet) files as well, and it also includes various improvements such as reading only a small portion of the file's header so that memory consumption is minimized.
Lastly, my 'Extract GBX data' script that extracts and pretty-prints relevant info from all those file types has been fully rebuilt to use the GBX Data Fetcher module.
As usual, descriptions and download links can be found on the XAseco site.
Now an updated module is available that handles .Pack.Gbx and .pak (ManiaPlanet) files as well, and it also includes various improvements such as reading only a small portion of the file's header so that memory consumption is minimized.
Lastly, my 'Extract GBX data' script that extracts and pretty-prints relevant info from all those file types has been fully rebuilt to use the GBX Data Fetcher module.
As usual, descriptions and download links can be found on the XAseco site.