You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm a computer science student at the University of Adelaide and I am working on a project which focuses on combining the game commentary transcript and replay statistics using GPT to improve the professional player’s efficiency.
I downloaded some replays and parsed them using S2Protocol(https://github.com/Blizzard/s2protocol) and found a lot of information but don't know what to use. I parsed game events but couldn't understand the meaning. Recently, I found Swarmy, it seems like could render the location of each unit on a 3D map, which means you may know how to get the location from decoded data. I would really appreciate it if you could let us know where we could find the data for units or buildings, like location, action, clusters, birthtime, dead time, attack/track, abilities, building type, building orders and etc.
Besides, there is still some raw data we can’t figure out the exact meaning of some attributes. We are very interested in knowing where we can find the documentation.
Thank you so much and this repo is so helpful to us who would like to try to analyse data from the SC2 game.
The text was updated successfully, but these errors were encountered:
Do you have an example format/message you would like to emit in mind? doesn't have to be very specific or formulated, can be just broad words examples of things you would extract. Perhaps we can work on the initial generation together to feed the model. Feel free to add me to discord, my username is sebosp maybe easier to chat there?
There is a lot of info on the replays but the unit movement is not there, only the unit initial position, its targeting, etc, the rest of the unit movement is calculated by the game engine itself.
Hi, I'm a computer science student at the University of Adelaide and I am working on a project which focuses on combining the game commentary transcript and replay statistics using GPT to improve the professional player’s efficiency.
I downloaded some replays and parsed them using S2Protocol(https://github.com/Blizzard/s2protocol) and found a lot of information but don't know what to use. I parsed game events but couldn't understand the meaning. Recently, I found Swarmy, it seems like could render the location of each unit on a 3D map, which means you may know how to get the location from decoded data. I would really appreciate it if you could let us know where we could find the data for units or buildings, like location, action, clusters, birthtime, dead time, attack/track, abilities, building type, building orders and etc.
Besides, there is still some raw data we can’t figure out the exact meaning of some attributes. We are very interested in knowing where we can find the documentation.
Thank you so much and this repo is so helpful to us who would like to try to analyse data from the SC2 game.
The text was updated successfully, but these errors were encountered: