Reply 20 of 31, by Thermalwrong
vetz wrote on 2026-09-04, 18:00:I had Claude make a standalone Python script that extracts all the contents and also gives a manifest + list files that are damaged.
Some very interesting stuff on here that has never been released before like the Speedy3D SDK! I also found a nVidia NV10 (Geforce 256) briefing to STB from October 1998 as well as alot of info on STBs MVP multi-monitor product with BIOS source and ROM images and info on the Permedia 3 among much more.
py iomega113.py --img "DISK.img" --out "OUTDIR" --jobs 12 --writers 1 --catalog Streams the extraction with a progress line, the […]
py iomega113.py --img "DISK.img" --out "OUTDIR" --jobs 12 --writers 1 --catalog
Streams the extraction with a progress line, then a JSON summary and any warnings, and writes two files next to OUTDIR:<setname>.manifest.tsv — every entry: kind, full archive path, size, attributes, timestamp, and a note column flagging damaged or truncated files
<setname>.damage.json — the damaged-segment map, if any
Files land in OUTDIR\<image basename>\<drive>\Look before you extract:
py iomega113.py --img "DISK.img" --catalog-only # the archive's own file list--jobs N — decompression is a bit-level LZ77 loop and pure Python manages ~2 MB/s. Segments decode independently (I measured zero cross-segment history references), so this parallelises safely: --jobs 12 was 4.8× faster with byte-identical output. Use it always.
--writers N — Amount of files to write in parallell (as there are many many small files). Raise it for network targets, drop to 1 for a local SSD.
Thanks for this, it looks like it's able to get a lot out of the Vendor SC backup one, I get lots of e:\qvhfaaaa.b type files out of the VSS one?
The Vendor SC one has some extremely interesting 3dfx things! There's a folder for the Voodoo 3 that has the original "Banshee 2" datasheet and presentation - "Voodoo2 SLI on a chip!"
Full schematics for the SGRAM and SDRAM versions of the Voodoo 3, along with layer by layer PDFs of an early SGRAM version. The Banshee 2 MDK (manufacturer development kit?) looks very interesting but has an unknown password, it's pretty much the same as the "B2 APG SGRAM 4L 16M" directory?
It also has the only hardware information I've ever seen for the Banshee 1, with the same schematics so that's a confirmed pinout for it, which I think has not been known til now. A manufacturer diagnostic tool for the banshee. The "databook.pdf" is the full document with BGA pinout and everything 😀
A mention of the "Banshee+" alongside the Banshee 1/2, which would've been an overclocked 0.25um banshee
For the Voodoo 2, there's the "V2databook.doc" which is the full one with pinout and pin descriptions. That's new I think? There's a parts list the same as the one sdz compiled through reverse engineering: "2220_cb.xls"
And because it's from a manufacturer, there are datasheets for every type of RAM, capacitors and everything else from back then collected in one place.
In the MVP folder there's source code for the ET4000 PCI vBIOS.