GBX.NET by: BigBang1112
  • 11.866k total downloads
  • Latest version: 2.2.1-nightly.20250701.c8e0ca0a
  • gbx, trackmania, shootmania, maniaplanet, gamebox, net, chunk, file
General purpose library for Gbx files - data from Nadeo games like Trackmania or Shootmania. It supports high performance serialization and deserialization of 400+ Gbx classes.
GBX.NET.Crypto by: BigBang1112
  • 178 total downloads
  • Latest version: 1.0.2
  • gbx, encryption, trackmania, shootmania, maniaplanet, gamebox, net, chunk
Cryptographic features for GBX.NET 2.
GBX.NET.Hashing by: BigBang1112
  • 210 total downloads
  • Latest version: 1.0.2
  • gbx, hash, crc32, crc, trackmania, shootmania, maniaplanet, gamebox, net
Hashing features (CRC32) for GBX.NET 2.
GBX.NET.Imaging by: BigBang1112
  • 124 total downloads
  • Latest version: 2.0.3
  • gbx, imaging, image, trackmania, shootmania, maniaplanet, gamebox, net
Provides extensions for image handling in GBX.NET (GDI+, Windows only).
GBX.NET.Imaging.ImageSharp by: BigBang1112
  • 114 total downloads
  • Latest version: 1.0.2
  • gbx, imagesharp, imaging, image, trackmania, shootmania, maniaplanet, gamebox, net
Provides extensions for image handling in GBX.NET using ImageSharp.
GBX.NET.Imaging.SkiaSharp by: BigBang1112
  • 282 total downloads
  • Latest version: 1.1.2
  • gbx, skiasharp, skia, imaging, image, trackmania, shootmania, maniaplanet, gamebox, net
Provides extensions for image handling in GBX.NET (Google's Skia with SkiaSharp).
GBX.NET.LZO by: BigBang1112
  • 266 total downloads
  • Latest version: 2.1.2
  • gbx, lzo, trackmania, shootmania, maniaplanet, gamebox, net, chunk
An LZO compression plugin for GBX.NET to allow de/serialization of compressed Gbx bodies. This official implementation uses lzo 2.10 from NativeSharpLzo and minilzo 2.06 port by zzattack.
GBX.NET.NewtonsoftJson by: BigBang1112
  • 174 total downloads
  • Latest version: 1.0.3
  • gbx, json, trackmania, shootmania, maniaplanet, gamebox, net, chunk, newtonsoft
Better and easier JSON serialization with polymorphic support for GBX.NET objects.
GBX.NET.PAK by: BigBang1112
  • 4.839k total downloads
  • Latest version: 2.2.0
  • gbx, trackmania, shootmania, maniaplanet, gamebox, net, chunk, file
Support for reading Pak (NadeoPak) package files, integrated with GBX.NET.
GBX.NET.Tool by: BigBang1112
  • 10.58k total downloads
  • Latest version: 0.3.2
  • gbx, tool, trackmania, shootmania, maniaplanet, gamebox, net, chunk
Base library for creating rich tools for different environments with GBX.NET.
GBX.NET.Tool.CLI by: BigBang1112
  • 10.931k total downloads
  • Latest version: 0.5.2
  • gbx, tool, cli, console, trackmania, shootmania, maniaplanet, gamebox, net, chunk
CLI implementation for the GBX.NET tool framework using Spectre.Console.
GBX.NET.ZLib by: BigBang1112
  • 4.692k total downloads
  • Latest version: 1.1.1
  • gbx, zlib, trackmania, shootmania, maniaplanet, gamebox, net, chunk
Support for zlib compressed parts of Gbx, integrated with GBX.NET. This official implementation uses Iconic.Zlib.Netstandard.