Skip to content

Releases

GCNTools 1.0.2 - 2026/02/26

GCNTools 1.0.2 is now live! This is a small, albeit important, update that fixes an issue with how GCNTools would create the file system table. Many thanks to Oliver from the Heavy Mod Manager project for reporting it!

Changes

  • Fixed a bug in the file system table generation that caused incorrect file offsets and size reporting.

Download

Nuget.org

GCNTools 1.0.1 - 2025/09/10

GCNTools 1.0.1 is now live! A huge thank you to the C# Discord community for their valuable feedback.

What's New

  • Added DiscImage(FileStream fileStream) and DiscImage(FileStream fileStream, bool keepStreamInMemory) constructors.
  • Implemented IDisposable in DiscImage.
  • Introduced UNKNOWN as a language option.

Improvements

  • Optimized disc image reading and writing by utilizing buffers.
  • Updated game code validation to use a generated regex.

Breaking Changes

  • Removed default values for FullPath and FileName properties in FileSystemTableEntry. These properties are now nullable.
  • Deprecated DiscImage(string filePath) constructor. While still functional, it will be phased out in a future release.

Download

Nuget.org

GCNTools 1.0.0 - 2025/01/06

Initial release

Download

Nuget.org