NullDC modified.7z -> This is a version of NullDC I was using to split files for a possible release of Skies Of Arcadia. I changed it so it would read a file list and show the filename it was reading instead of LBA. This is a copy of the directory I was using, I have no idea what is each file and folder anymore, so this is absolutely unsupported. I remember there was also a memory leak somewhere since memory in NullDC never stopped increasing, but although I never stopped to check, I'm pretty sure it's because of some of my changes. There are also some text files there with file the output I got playing the game. My plan was to keep getting them and after that figure out of an automate way to post process the list, thus being able to split the game files into different discs. - repatir.exe -> I don't remember what this program does anymore... I think I used it as research tool of Skies of Arcadia sound format, but I'm not sure... - split_channels.cpp, join_channels.cpp -> First one will take .P04 stereo files and split them into two .P04 mono files. I think these files can be decoded with ffmpeg, and I think you'll need to add a header for that. Files can be encoded back with wavecon.exe (included on this pack) I think, and the second program will join the channels back. Sorry for the lack of information :(