Skip to content

alexpineda/cascbridge

Repository files navigation

CASCBridge - Starcraft Local Asset Server

An http file server and UI for CASC archive data. Used for blacksheepwall.tv but can be used for any other prupose as well.

Download, extract, and run the application, assign the port, assign your Starcraft directory and press Start.

image

Javascript Usage Example

const animBuffer = await fetch("http://localhost:8080/anim/main_000.anim").then(res => res.arrayBuffer());