Renée

Results 493 comments of Renée

Iirc it's assigned for buildings when a foundation is placed, but units don't exist yet when they're still in the queue, so for them it's assigned when they're complete. On...

If you can figure out when buildings are destroyed, for which you need to simulate pathfinding, researches, unit production, battles, etc, because it also isn't stored 😅 On 4 November...

Basically, *only* explicit player actions are stored, and everything else is computed at runtime.

Hmm, that makes sense, it could be an okay heuristic for the early game maybe. A remaining issue I can think of, is that queueing actions *may* not take resource...

The foundation is placed as soon as the command is sent.

@bowswung The housing issue @IamFlea mentions is a problem I think, because it invalidates the assumptions about unit creation times, and it can happen early in the game. Later in...

Ohh. That's going to be a bit more difficult than I thought, perhaps, since the gzipped header doesn't always start with the 0xEC 0x7D 0x09 bytes. (The one in the...

Could you paste the exact error message here? (and a stack trace if it's there) Could you upload one of the games here? I haven't worked with PHP in a...

Thanks! there's definitely a bug in the aoe2record header reading code.

More format research :D I think the Aoe2RecordHeaderAnalyzer.php file in this repository only handles like one or two HD Edition versions so far.