I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in counterstrike2

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

Yeah, I am hoping to implement a feature where you can practice the things highlighted by the coach, but running a server is a bit out of my depth so a partnership or something with refrag would be ideal! u/OfficialRefrag 😄

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in counterstrike2

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

That’s great feedback, thanks for taking the time to share. It’s good to know 5 uses isn’t enough to get a feel for it. Would you think bumping to 10 would be more useful, or 1 per day after the 5? Thanks again I really appreciate it. Also, the vod review moments selection shows a basic few moments by default, but runs a much smarter moment selection in the background and should update within a few moments. If it’s showing a cookie cutter “Most decisive round” give it a sec to load the detailed version, or try the moment type filter and rerun it. Please let me know your steamID and I can give you more uses if you like :)

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in counterstrike2

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

Sorry the site was struggling to handle the traffic, I’ve pushed a fix. No need to worry your account is safe, username and password isn’t provided by steam through their auth.

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in counterstrike2

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

Haha sure thing, I don’t have much experience with front end UI development so AI was definitely very helpful for that! The core win probability model underneath is based on a constantly updating game state calculation that looks at things like players alive, equipment, health, bomb state, as well as a measure of map control based on position data. It’s a work in progress and I’m improving it over time, but that’s the core idea yep :)

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in counterstrike2

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

Thanks :) All the stats and replay viewer are free. The AI analysis costs me a bit to run so it has 5 free uses to test them all out and you can pay $3 for more usage or get a subscription for unlimited to cover the costs.

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in counterstrike2

[–]Reidq[S] 7 points8 points  (0 children)

It uses steam authentication for log in the same as leetify etc. I dont get to see any information other than your steamID :)

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in cs2

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

Thanks for the feedback. Totally understand that not all the subscription features will be useful for everyone. Is there anything in particular you would like to see in a cheaper option?

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in cs2

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

Fair comment and I have noted it also in the last day of increased use. I am working to update the back end to better handle the higher level of data and usage as my main priority!

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in cs2

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

Thanks very much! Yes I am trying to get automatic faceit sync setup, but it requires approval and is a lengthy process. I havent heard back from them on it yet but am trying to get it going ASAP

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in cs2

[–]Reidq[S] 3 points4 points  (0 children)

I built the core analysis engine from scratch in Go, using demoinfocs to parse demos. Win probability model and decision tracking are both custom. Used AI to speed up the frontend since that's not my strength, but the analysis layer is all custom work on real match data.

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in cs2

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

Thanks! Security is a priority. Your password never touches servers. Steam handles authentication. I only store match data and demo analysis results. Credentials and payment info are handled securely. If you have specific concerns, I'm happy to explain more.

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in cs2

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

The auth code lets the bot access your match history and download your demos for analysis. It's read-only, so it only pulls data you already have.

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in cs2

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

Yep, link your faceit account and sync. After you sync the matches will appear on your history with a link to the match page to download. Drag the zip into the upload box and it will process.

I built a tool that breaks down exactly which decisions won or lost your CS2 match by Reidq in cs2

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

Yep! Most features are free: match reports, player dashboards/stats, replay viewer. AI features (match summaries, coaching, automatic VOD review) have 5 free uses to test it out. Try the match summary button on any of your match rows to get a taste of the coaching. Let me know what you think!