GBX.NET by: BigBang1112
  • 1.73k total downloads
  • Latest version: 2.1.0-nightly.20241223.e293b64
  • 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 200+ Gbx classes.
GBX.NET.Crypto by: BigBang1112
  • 23 total downloads
  • Latest version: 1.0.0
  • gbx, encryption, trackmania, shootmania, maniaplanet, gamebox, net, chunk
Cryptographic features for GBX.NET 2.
GBX.NET.Hashing by: BigBang1112
  • 31 total downloads
  • Latest version: 1.0.0
  • gbx, hash, crc32, crc, trackmania, shootmania, maniaplanet, gamebox, net
Hashing features (CRC32) for GBX.NET 2.
GBX.NET.Imaging by: BigBang1112
  • 23 total downloads
  • Latest version: 2.0.1
  • gbx, imaging, image, trackmania, shootmania, maniaplanet, gamebox, net
Provides extensions for image handling in GBX.NET (GDI+, Windows only).
GBX.NET.Imaging.SkiaSharp by: BigBang1112
  • 21 total downloads
  • Latest version: 1.1.0
  • 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
  • 32 total downloads
  • Latest version: 2.1.1
  • 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
  • 23 total downloads
  • Latest version: 1.0.1
  • gbx, json, trackmania, shootmania, maniaplanet, gamebox, net, chunk, newtonsoft
Better and easier JSON serialization with polymorphic support for GBX.NET objects.
GBX.NET.ZLib by: BigBang1112
  • 24 total downloads
  • Latest version: 1.1.0
  • 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.