Tools / PC utils

Going to dump all my PC utils I create over the years in this webpage

Pak Viewer

I wanted to extract the model files for quake from the pak archive, I liked the look of PakExplorer so I based this GUI tool around that interface. Unlike PakExplorer it only a viewer / extractor you cant edit the pak file directly. Its written in C using win32 api calls source code is inside the zip file below and exe is in the output folder.

pak_view_0_5

DLS

Command line tool to convert Downloadable Sounds format files (*.dls) into two files a *.pcm (wav data) and a *.wt (wav table) these files together can be used by a software synthesizer to play midi sounds.

dls_0_3