TypeScript libraries for Bohemia Interactive game modding (Arma 3, DayZ).
This is a monorepo containing the following packages:
- bis-toolkit - Complete BIS Toolkit library suite
- @bis-toolkit/bcn - BCn (BC1-BC5, BC7) block compression decoders
- @bis-toolkit/utils - Shared utilities (binary I/O, decompression)
- @bis-toolkit/paa - PAA texture format reader
- @bis-toolkit/edds - EDDS texture format reader
- @bis-toolkit/cppparser - CPP and RVMat config parser
- @bis-toolkit/p3d - P3D (MLOD) model format reader
npm install
npm run build# Install dependencies for all packages
npm install
# Build all packages
npm run build
# Lint all packages
npm run lint
# Clean build artifacts
npm run cleanGPLv3 © Alpine Labs - See LICENSE.