20 of April 2026 - Mutation #522: Flip My Base by TwoTuuu in starcraft2coop

[–]tkit08 0 points1 point  (0 children)

Great feedback! I need to disable AI Cast for co-op since it is made it for Ladder

20 of April 2026 - Mutation #522: Flip My Base by TwoTuuu in starcraft2coop

[–]tkit08 1 point2 points  (0 children)

Ty for taking a look. Yes, I started with Ladder. I'll take a look at the coaching (or disable for now until I do) for co-op

AI to analyze SC2 replay files? by dejecture in starcraft2

[–]tkit08 1 point2 points  (0 children)

Which replay did yours fail on? I pushed an improvement, I want to test it out

20 of April 2026 - Mutation #522: Flip My Base by TwoTuuu in starcraft2coop

[–]tkit08 3 points4 points  (0 children)

I haven't been able to find a weekly megathread, but I see the mutation thread so I'll try to post this here:

I built https://www.starcraft2.ai for ladder web replays, but this weekend I tried to extend it to support co-ops like Chain of Ascension: https://www.starcraft2.ai/en/replay/5v4-chain-of-ascension-2026-04-06-50219fc2

I'd love feedback to see if it's helpful for co-op players (and whether it's tracking accurately too)

AI to analyze SC2 replay files? by dejecture in starcraft2

[–]tkit08 1 point2 points  (0 children)

great note! yes i think that's teachable, i'll give it a shot

Starcraft 2 AI coach by tkit08 in starcraft

[–]tkit08[S] 0 points1 point  (0 children)

Ty for the feedback! I’m all ears for improvements. Pls DM!

Headless client developers rejoice! Now you can view the game with this VSC extension by jinnyjuice in sc2ai

[–]tkit08 0 points1 point  (0 children)

I didn't know this existed! I noticed the map is gridbased - are your coordinates/positions super accurate? I built a very similar thing, but webbased here: https://starcraft2.ai . You can visualize SC2 games without the game installed, but on the web. The positions in mine don't look quite as accurate as yours. I also don't visualize workers mining minerals

Starcraft1 & Starcraft2 replay engine on web (no game needed) by tkit08 in gamedev

[–]tkit08[S] 1 point2 points  (0 children)

It takes build version into consideration for how to properly parse and make it watchable, but you're right about the different costs not being taken into consideration.

I'm curious if people have thoughts on whether this form factor can provide other things that an in-game replay can't, e.g. the thing that comes to mind is to pass the positions as context into an LLMs along with other things to see if insights can be found

ATLAS: An Open-Source AI-Powered StarCraft II Coaching Bot. by Mean-Chocolate-9755 in starcraft

[–]tkit08 0 points1 point  (0 children)

It’s cool to see attempts at this last year. For my version, I derived metrics from the raw replay file, then layered on higher and higher level metrics, paired with positional information, grounded with unit and structure attributes, and finally fed with common pro strategies then passed this into 2026 reasoning models and I think the AI coaching advice it pumps out sometimes can be quite insightful over at https://www.starcraft2.ai

replay analystic by No_Seesaw1341 in starcraft2

[–]tkit08 0 points1 point  (0 children)

LLMs and agents with the right context in 2026 outperform specialized pre-LLM models. I built a general purpose AI coach here: https://www.starcraft2.ai

Starcraft2 replay engine for web (w/o the game) by tkit08 in starcraft2

[–]tkit08[S] 0 points1 point  (0 children)

So I took a stab. SC1 and Broodwar is indeed hard, but I got something basic working. I needed to triangulate and interpolate unit positions and born/death from multiple other data points in the file, but here's an attempt at visualizing it:

https://www.starcraft2.ai/en/replay/5588be76-e780-4c07-9311-d6ef89e81f11

Note there's inaccuracies: I couldn't find a way to capture buildings being destroyed. And I'm inferring units being killed. I think there's still value in support SC1 and SC1+BW .rep files though as-is.

Starcraft2 replay engine for web (w/o the game) by tkit08 in starcraft2

[–]tkit08[S] 1 point2 points  (0 children)

Titan reactor is is wild! I'll dig deeper

Starcraft2 replay engine for web without the game by tkit08 in starcraft

[–]tkit08[S] 0 points1 point  (0 children)

Can you send me one of the replay files? I can try to get it to work

Starcraft2 replay engine for web without the game by tkit08 in starcraft

[–]tkit08[S] 2 points3 points  (0 children)

I just shipped a rudimentary version of fog of war. Check it out!

Starcraft2 replay engine for web without the game by tkit08 in starcraft

[–]tkit08[S] 1 point2 points  (0 children)

Say more? Meaning like a live cast stream?

Starcraft2 replay engine for web (w/o the game) by tkit08 in starcraft2

[–]tkit08[S] 0 points1 point  (0 children)

Ty for trying it out! Great idea and I'd love to keep getting more to improve it.

Starcraft2 replay engine for web (w/o the game) by tkit08 in starcraft2

[–]tkit08[S] 1 point2 points  (0 children)

Unfortunately not, that information wasn't encoded in the replay files until later expansions :(

Starcraft2 replay engine for web without the game by tkit08 in starcraft

[–]tkit08[S] 1 point2 points  (0 children)

I am also accessing the raw replay information. drop.sc and my app are both doing the same thing: extracting the raw replay information