mulander / evolutionchamber

Automatically exported from code.google.com/p/evolutionchamber
0 stars 0 forks source link

Impossible to produce 2nd drone at this time #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create any build that will produce 2 drones before doing anything else
2.
3.

What is the expected output? What do you see instead?
Expected Output is something like this (not exactly sure about the seconds)
@0:00   M:50    G:0 L:3 S:6/10  BuildDrone
-------------------
@0:16 <<<<  M:51    G:0 L:2 S:7/10  BuildDrone
-------------------
@0:15   Spawned:    Larva+1
@0:17   Spawned:    Drone+1

@0:00   M:50    G:0 L:3 S:6/10  BuildDrone
-------------------
@0:12 <<<<  M:51    G:0 L:2 S:7/10  BuildDrone
-------------------
@0:15   Spawned:    Larva+1
@0:17   Spawned:    Drone+1

What version of the product are you using? On what operating system?
0014 and then 0015

Please provide any additional information below.
I'm guessing you use average mineral gathering rates to determine how many 
minerals you'll have at what time, I think a special case needs to be put in to 
reflect the few seconds gap between drones being moved from hatch to the 
minerals. I noticed this when the build orders put the 2nd drone being started 
at 0:12, and a 10 overlord being produced at 0:49, the fastest I've been able 
to make that 10 overlord come out is 1:00, not sure if you already knew about 
this but nobody else has posted it here in the issues so...

Original issue reported on code.google.com by kaveh.sa...@gmail.com on 24 Oct 2010 at 10:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Yup. With perfect splitting no faster drone than 15-16 seconds into the game is 
possible. Also the 3rd drone is not possible before 29seconds, but built at 23.

This is being adressed in the next version already :) (2 seconds delay for 
drone moving)

Original comment by azzur...@gmail.com on 24 Oct 2010 at 10:29

GoogleCodeExporter commented 9 years ago
Delay set to 5s and tested. Second drone is made at the correct time with this 
setting, and the setting mirrors in-game testing of travel time + split.

Original comment by AudioL...@gmail.com on 30 Oct 2010 at 4:37