Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nquinquenel/goldsource-parser

Parse a binary .dem file from the GoldSource engine (Half-Life game) and return the information as JSON
https://github.com/nquinquenel/goldsource-parser

binary counter-strike goldsrc half-life

Last synced: about 7 hours ago
JSON representation

Parse a binary .dem file from the GoldSource engine (Half-Life game) and return the information as JSON

Awesome Lists containing this project

README

        

# What is GoldSource-Parser?

Simple Java application that parses a binary .dem file and returns the information as JSON.

# How to run

Put your .dem file in the demo directory at the project's root and simply run the application.

A JSON file named hldemo_output.json will be written at the root.