-
Notifications
You must be signed in to change notification settings - Fork 18
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
Query tool #21
Comments
The language is a BEAST to learn, but it's extremely sexy. All examples assume you are in the directory containing the extracted replays. ** ... all
** ... all
** Print directory name where TickleMeOzmo was on Jaina and won.
|
Ah, with you saying that this repo does too much, that seems a bit of an overkill :) I've started on it on an unpushed branch, just to see what I wanted out if it. Right now I can query direct path like I hadn't thought about more complex queries with filters yet, and I can see how it could be useful. I'll look into that lib. Just to remind my initial statement though, while usage will dictate were this tool goes, I don't see it useful for more than basic data extraction. For analysis, I hope more powerful tools and applications and websites emerge. Writing my own is certainly a goal, separate from this repository, and this query tool probably won't be adapted for it. My typical usecase for this tool would be to extract all internal unit names or mount or skin to incorporate into the reference. |
Oh, I thought your reasoning for this was to fill out the enums in the reference material. (e.g. "find all values of 'x' so we can document 'x'). I was not suggesting it as a tool to be added for the repo, but a tool for filling out the documentation. |
This is how I'm getting all values for enums.
This should get you all the values for
|
Someone already did most of the work on the heroes. |
Pushed something basic, probably won't do more and will be moved to another repo at some point. Get the names of all players that are not bots:
Get the internal name of every unit that is born:
Need to document it better somewhere. |
I'd like to add a simple query tool that returns values of a certain property in a given file across multiple replays. Probably nothing that replaces a real parsing and analysis tool but a quick way to view some data that would be useful to build the reference.
The text was updated successfully, but these errors were encountered: