What's new

The Bongo Circle: A Konga Beat Forum

parham

Administrator
Staff member

(Note: This update was originally posted September 9th, 2025)​

GCNTools 1.0.1​

I wanted to take advantage of the fact that GCNTools is already open source and solicit feedback from folks in the code review channel of C#'s community Discord. Over the past week, I have gotten a lot of great notes on how to make GCNTools even better and translated them into this most recent update. There aren't any dramatically new features in 1.0.1, but I'm excited to see how this project takes shape.

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.
 
Back
Top