Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ValveSoftware/csgo-demoinfo
CS:GO demo parsing tool
https://github.com/ValveSoftware/csgo-demoinfo
Last synced: 18 days ago
JSON representation
CS:GO demo parsing tool
- Host: GitHub
- URL: https://github.com/ValveSoftware/csgo-demoinfo
- Owner: ValveSoftware
- License: bsd-2-clause
- Created: 2016-04-15T19:22:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T11:00:19.000Z (over 1 year ago)
- Last Synced: 2024-07-31T22:46:15.939Z (3 months ago)
- Language: C++
- Size: 60.5 KB
- Stars: 480
- Watchers: 70
- Forks: 102
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Counter-Strike: Global Offensive - Demo Parsing Tool
==============Please use this repository to report bugs and contribute changes to the CS:GO Demo Parsing Tool.
**Instructions for building the tool are available in `./demoinfogo/README.md`**
The language used for this tracker is English. If this is a challenge, please consider using an online translator to convert your post into English. This does not extend to system information, but rather, only to actual report text.
Conduct
-------There are basic rules of conduct that should be followed at all times by everyone participating in the discussions. While this is generally a relaxed environment, please remember the following:
- Do not insult, harass, or demean anyone.
- Do not intentionally multi-post an issue.
- Do not use ALL CAPS when creating an issue report.
- Do not repeatedly update an open issue remarking that the issue persists.Remember: Just because the issue you reported was reported here does not mean that it is an issue with CS:GO Demo Parsing Tool. As well, should your issue not be resolved immediately, it does not mean that a resolution is not being researched or tested. Patience is always appreciated.
Reporting Issues
----------------If you encounter a bug while using CS:GO Demo Parsing Tool, first search the [issue list](https://github.com/ValveSoftware/csgo-demoinfo/issues) to see if it has already been reported. Include closed issues in your search.
If it has not been reported, create a new issue with at least the following information:
- a short, descriptive title;
- a detailed description of the issue, including any output from the command line;
- a link to a demo file causing the issue and where in the demo file the issue occurs;
- steps for reproducing the issue;Please place logs either in a code block ([go here](https://guides.github.com/features/mastering-markdown/) for a GFM cheat sheet) or a [gist](https://gist.github.com).
Feature Requests
----------------This repository is not meant for CS:GO feature requests. There are forums dedicated to general CS:GO discussion at http://forums.steampowered.com/forums/forumdisplay.php?f=1188.
Patches welcome!