text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
CSB Editor
==========
Usage:
Drag and drop a .CSB file to unpack its contents to a directory.
The directory will have the same name as the .CSB file, but without
its extension.
Also the .CPK file will be extracted too, if it exists.
In the deepest directories, you will see .ADX files, named "Intro.adx"
or "Loop.adx". The ADX files are literally what the names say. You can
add/delete/modify them freely.
The sample rate and channel count information will be automatically
updated in the CSB file if you use an ADX file with different sample
rate or channel count than original.
To pack the .CSB file back, you gotta have the extracted directory
and the .CSB file in the same directory. Drag and drop the directory
to the .EXE file, it will collect all the files inside directory
and pack them back.
Settings (.exe.config)
=======================
BufferSize: Buffer size used to load/save data from files. Higher
values may make the progress faster or slower.
EnableThreading: Determines whether to use multiple threads to
extract data from files.
MaxThreads: Maximum amount of threads to extract data from files.
Higher values may make the progress faster or slower.
^ Go up.