Closed jack-kjlee closed 6 months ago
That info is not stored in replays.
thank you for your efforts. Is it possible to port screp to python?
Since I think screp is better than bwchart. I do this because I want to report the analyzed content in real time.
Port how? Automatically? I don't know of a way. Manually? Of course, but that's a lot of effort.
What / how do you want to report in real time? Do you mean something like https://repmastered.app ?
Amazing site (https://repmastered.app/)! I am a student who studies python and likes starcraft-remastered :). For my python practice, I want to convert your code to python version. Okay. Thank you for your helps! Then, is there any github repository for https://repmastered.app/ ?
https://repmastered.app is not (yet) open source.
Thank you for reply :)
@icza BWChart used to have aliases/Akas (Also Known As) for both players/maps, this might be useful and/or what the op is looking for.
https://repmastered.app has AKA list support. But it's on a user basis: each user can manager player aliases after logging in. These aliases are private to the user.
I do not have a public alias list. If you know of one, tell me.
I only have AKAS for some maps (not players):
투혼=Fighting Spirit 파이썬=Python 피의 능선=Bloody Ridge 단장의 능선=Heartbreak Ridge 저격능선=Sniper Ridge 태풍의 눈=Eye of the Storm 철의 장막=Iron Curtain 백두대간=Peaks of Baekdu
Maybe this list can help for players: https://liquipedia.net/starcraft/Smurf/List
Amazing site (https://repmastered.app/)! I am a student who studies python and likes starcraft-remastered :). For my python practice, I want to convert your code to python version. Okay. Thank you for your helps! Then, is there any github repository for https://repmastered.app/ ?
depends on what you are looking to do.
In my case I just compiled the screp project to screp.exe
And I run it as sub process in my python code, then I just get the result from it and do stuff with it, like checking match result etc, and other data processing I need.
Closing due to age.
Thanks for the tool (screp). I enjoy startcraft-remastered with your screp. I want a function that I can check user (in replay) battletag. Is it possible?