Blizzard / Blizzard/s2protocol

Time of units start training

Open
#81 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
641
Forks
118
PR merge metrics
No merged PRs in 30d

Description

Which file in the archive can we find when a unit start training? (not the time finish training)

I found something in file 'replay.tracker.events' which is close to the aim I think, they're about:

- a unit finished training (event 'NNet.Replay.Tracker.SUnitBornEvent')
- a structure start constructing (event 'NNet.Replay.Tracker.SUnitInitEvent')

but none of them are suitable.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting replay.tracker.events and the listed SUnitBornEvent and SUnitInitEvent records. Compare the archive data around unit training to determine whether a distinct training-start event or another file is represented. Done means identifying the relevant archive location and event, or documenting that the protocol does not expose it.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
game-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.