PH251 / evolutionchamber

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

1 Drone, 1 Spawning pool and 1 base included in the build goal even though the value of the fields were not modified #177

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run EC v0023
2. Enter 7 mutalisk and +1 flyer attack as the target goal
3. Watch the goals section of the output

What is the expected output? What do you see instead?
I expect to see:
-------Goal-------
Mutalisk: 7
Flyer Attack +1

instead:

-------Goal-------
Drone: 1
Mutalisk: 7
Required Bases: 1
Spawning Pool: 1
Flyer Attack +1

Please use labels and text to provide additional information.

Possible fixes for this are changing the default values for the fields to 1 or 
not displaying this information in the goals page if the fields were not 
modified. I understand the reason why it's included just pointing out that this 
may lead to user confusion.

Original issue reported on code.google.com by netpr...@gmail.com on 15 Dec 2010 at 9:04

GoogleCodeExporter commented 8 years ago
It also causes a small issue with History.  If you load the above build from 
History, it will populate the Drone and Spawning Pool fields with "1", even 
though you never populated those fields when originally entering the build.

Why _does_ it display those values?  I thought that maybe it was displaying the 
required build path to reach the goal, but it doesn't display a Lair or Spire, 
so that can't be the case.

Original comment by mike.angstadt on 18 Dec 2010 at 3:17

GoogleCodeExporter commented 8 years ago
it is adding the required build path to the final goals. it does ignore 
spire/lair/hatchery since it wouldnt be able to finish with a hive but no lair 
and so on. we need to come up with a better way to have implicit requirements i 
guess. 
or dont use the game state to write out the goales, but have a goals object 
somewhere just for ui purposes

Original comment by Domagala.Lukas@gmail.com on 25 Dec 2010 at 2:18