-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Support own GoTV demos #186
Comments
What tool do you use for managing the match ? eBot ? Standard console commands ? ... ? |
This request keeps popping up (#69, #123, #177). This feature is hard to implement. A possible solution would be to have a feature that lets users define a new gotv demo type. This would work by configuring a handful of parameterizable heuristics. These could be then shared with the rest of the users. I didn't really thought about specifics though. Even so, it wouldn't work in every scenario (especially for private gotv servers if the admin issues manual commands instead of having everything automated). |
On the time, #177 i worked arround changing the CEVO server name on |
If you want to compile this yourself, take a look at the travis file. A way to implement this feature would be to provide enough settings for the heuristics that the user could create new demo types on his own. But this would mean that the user would be going through demos and trying different settings until they get it right. And of course, at some point they will get to some demo that won't be parsed right as there's no option for that particular case. A more simpler approach would be to let users just try using the existing heuristics and see if one of the demo types already match their demos. |
Doesn't work for demos made using https://github.com/splewis/csgo-pug-setup either. I would be happy to help in any way i can to make this work. |
In the Travis settings for this project I set 2 environment variables: GITHUB_TOKEN and GITHUB_USER. I think you need to set these in order to get around the rate limit of non-authenticated Github API calls. |
Title says all, I want this because me and my team plays a lot against other teams, and i'd like stats on all these matches that the server records through regular GOTV
The text was updated successfully, but these errors were encountered: