Page 1 of 1

Calculate build time?

Posted: 07 Jun 2007, 21:53
by hughperkins
Kindof a newbie question but.... how does one calculate build time for a unit? I guess there are two factors: something that indicates how fast a constructor builds, vs the "build time" of the unit?

Maybe something like buildtime/workertime?

Posted: 07 Jun 2007, 22:35
by Kloot
Correct, unit->buildTime / (buildSpeed sum of all assisting builders). Note that it's clamped at 32*, stuff takes a minimum of one slowUpdate() cycle* to build.

*thanks AF

Posted: 07 Jun 2007, 23:30
by AF
32 frames*