AleXoundOS / cascbridge

http file server and UI for casclib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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());

About

http file server and UI for casclib

License:MIT License


Languages

Language:TypeScript 86.9%Language:JavaScript 5.3%Language:HTML 5.2%Language:CSS 2.6%