Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nquinquenel/goldsource-parser
- Owner: nquinquenel
- Created: 2021-01-25T23:09:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T20:04:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T10:49:17.946Z (2 days ago)
- Topics: binary, counter-strike, goldsrc, half-life
- Language: Java
- Homepage:
- Size: 3.35 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.