Skip to content

Extract information from QuakeWorld MVD demos.

License

Notifications You must be signed in to change notification settings

vikpe/mvdparser-js

Repository files navigation

mvdparser-js Test

Extract information from QuakeWorld MVD demos.

function getDemoDuration(data: Uint8Array) : number | null {}
function getMatchDuration(data: Uint8Array) : number | null {} 
function getKtxstatsAsString(data: Uint8Array) : string | null {} 
function getServerinfoAsObject(data: Uint8Array) : { [key: string]: string } | null {} 
function getServerinfoAsString(data: Uint8Array) : string | null {} 
function getSha256(data: Uint8Array) : string | null {}

About

Extract information from QuakeWorld MVD demos.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project