Skip to content

Commit

Permalink
Change from 200 to 350, fixing readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jan 23, 2025
1 parent 5299e59 commit 51b0057
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Welcome to GBX.NET 2!

A general purpose library for Gbx files - data from Nadeo games like Trackmania or Shootmania, written in C#/.NET. It supports high performance serialization and deserialization of 200+ Gbx classes.
A general purpose library for Gbx files - data from Nadeo games like Trackmania or Shootmania, written in C#/.NET. It supports high performance serialization and deserialization of 350+ Gbx classes.

GBX.NET is not just a library that can read or write Gbx files, but also **a modding platform** that connects all Nadeo games together. It is exceptionally useful for bulk Gbx data processing, for example, when you want to fix broken sign locator URLs on hundreds of maps.

Expand Down
7 changes: 7 additions & 0 deletions Src/GBX.NET.Crypto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

Cryptographic features for GBX.NET 2. Adds MUX and CRY algorithms, simplifies MD5 implementation.

## Framework support

- .NET 9
- .NET 8
- .NET 6
- .NET Standard 2.0

## License

GBX.NET.Crypto library is MIT Licensed.
7 changes: 7 additions & 0 deletions Src/GBX.NET.Hashing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

Hashing features (currently only CRC32) for GBX.NET 2. This hashing function is used in maps when changing the `MapUid` or `HashedPassword`.

## Framework support

- .NET 9
- .NET 8
- .NET 6
- .NET Standard 2.0

## Usage

Additional package `GBX.NET.LZO` is required in this example.
Expand Down
1 change: 1 addition & 0 deletions Src/GBX.NET.Imaging.ImageSharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Async methods are available.

## Framework support

- .NET 9
- .NET 8
- .NET 6

Expand Down
1 change: 1 addition & 0 deletions Src/GBX.NET.Imaging.SkiaSharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Provides extensions for image handling in GBX.NET using SkiaSharp.

## Framework support

- .NET 9
- .NET 8
- .NET 6
- .NET Standard 2.0
Expand Down
1 change: 1 addition & 0 deletions Src/GBX.NET.Imaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Provides extensions for image handling in GBX.NET (GDI+, Windows only).

## Framework support

- .NET 9 (Windows)
- .NET 8 (Windows)
- .NET 6 (Windows)
- .NET Standard 2.0
Expand Down
1 change: 1 addition & 0 deletions Src/GBX.NET.NewtonsoftJson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Provides extensions for JSON serialization with `Newtonsoft.Json`.

## Framework support

- .NET 9
- .NET 8
- .NET 6
- .NET Standard 2.0
Expand Down
2 changes: 1 addition & 1 deletion Src/GBX.NET.PAK/GBX.NET.PAK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>GBX.NET.PAK</PackageId>
<VersionPrefix>2.1.0</VersionPrefix>
<Authors>BigBang1112</Authors>
<Description>Support for Pak (NadeoPak) package files, integrated with GBX.NET.</Description>
<Description>Support for reading Pak (NadeoPak) package files, integrated with GBX.NET.</Description>
<Copyright>Copyright (c) 2024 Petr Pivoňka</Copyright>
<PackageProjectUrl>https://github.com/BigBang1112/gbx-net</PackageProjectUrl>
<PackageIcon>logo_icon_outline.png</PackageIcon>
Expand Down
17 changes: 16 additions & 1 deletion Src/GBX.NET.PAK/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# GBX.NET.PAK
# GBX.NET.PAK

[![NuGet](https://img.shields.io/nuget/vpre/GBX.NET.PAK?style=for-the-badge&logo=nuget)](https://www.nuget.org/packages/GBX.NET.PAK/)
[![Discord](https://img.shields.io/discord/1012862402611642448?style=for-the-badge&logo=discord)](https://discord.gg/tECTQcAWC9)

Support for reading Pak (NadeoPak) package files, integrated with GBX.NET.

## Framework support

- .NET 9
- .NET 8
- .NET 6

## License

GBX.NET.PAK library is GNU GPL v3 Licensed.
1 change: 1 addition & 0 deletions Src/GBX.NET.Tool.CLI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CLI implementation for the GBX.NET tool framework using `Spectre.Console`.

## Framework support

- .NET 9
- .NET 8

## License
Expand Down
1 change: 1 addition & 0 deletions Src/GBX.NET.Tool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Base library for creating rich tools for different environments with GBX.NET.

## Framework support

- .NET 9
- .NET 8

## License
Expand Down
7 changes: 7 additions & 0 deletions Src/GBX.NET.ZLib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ The compression logic is split up from the read/write logic to separate dependen

Compression has not been tested.

## Framework support

- .NET 9
- .NET 8
- .NET 6
- .NET Standard 2.0

## Usage

Additional package `GBX.NET.LZO` is required in this example.
Expand Down
2 changes: 1 addition & 1 deletion Src/GBX.NET/GBX.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>GBX.NET</PackageId>
<VersionPrefix>2.1.1</VersionPrefix>
<Authors>BigBang1112</Authors>
<Description>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.</Description>
<Description>General purpose library for Gbx files - data from Nadeo games like Trackmania or Shootmania. It supports high performance serialization and deserialization of 350+ Gbx classes.</Description>
<Copyright>Copyright (c) 2024 Petr Pivoňka</Copyright>
<PackageProjectUrl>https://github.com/BigBang1112/gbx-net</PackageProjectUrl>
<PackageIcon>logo_icon_outline.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion Src/GBX.NET/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![NuGet](https://img.shields.io/nuget/vpre/GBX.NET?style=for-the-badge&logo=nuget)](https://www.nuget.org/packages/GBX.NET/)
[![Discord](https://img.shields.io/discord/1012862402611642448?style=for-the-badge&logo=discord)](https://discord.gg/tECTQcAWC9)

A general purpose library for Gbx files - data from Nadeo games like Trackmania or Shootmania, written in C#/.NET. It supports high performance serialization and deserialization of 200+ Gbx classes.
A general purpose library for Gbx files - data from Nadeo games like Trackmania or Shootmania, written in C#/.NET. It supports high performance serialization and deserialization of 350+ Gbx classes.

For more details, see the main README.

Expand Down

0 comments on commit 51b0057

Please sign in to comment.