Steamhammer test version results so far
The new test version of Steamhammer is scoring poorly, dropping in elo, while the new Randomhammer is holding up well. My observations so far:
• Terran marine play is clearly better overall, mostly because medics stay close to marines.
• The terran BBS opening is not as strong as intended, because a new bug tends to cause some or all marines to stay home when they should move out. The bug must have been a late change, because I tested the opening thoroughly. Even so, the BBS smashed Killerbot by Marian Devecka.
• Terran tanks behave differently, but still poorly. Instead of staying put when they should run away, they siege and unsiege even more energetically. Tanks are hard.
• The old drone dance bug, where drones move about erratically instead of mining, is critical. I’m closing in, but I haven’t nailed it yet. There is a new drone dance bug affecting drones sent away to build. Sigh.
• Fixing the bug that sometimes caused mutalisks to separate into widely-spread clumps is an improvement... right? The mutas hang together as they should. So when they’re doing nothing because they’re afraid of bunkers in their path, they do nothing harder than ever and ignore tanks that roll past to besiege the natural. It happened in a loss versus LetaBot. Some problems are bottlenecks that must be cleared, and disorganized mutalisks were apparently not.
• The new lurker play does cause serious trouble for some opponents. In one game, tscmoo protoss never got detection in a long difficult fight and lost, a surprising flaw in a smart opponent. The lurkers also show some easy-to-see weaknesses. Hannes Bredberg’s pure marine play won 2 games versus 1-base lurker builds by exploiting weak lurker coordination and poor decisions from the strategy boss (“we’re out of lurkers? eh, hatcheries are more important”).
• This version deliberately goes lurkers more often than it should in the middle game, so I can see how well it works. I’ve already put in one change for the next version: Lurkers are contraindicated in the presence of photon cannons. Researching lurker aspect versus Tomas Vajda was... not ideal.
• Speaking of Tomas Vajda, that game was a disaster. Researching lurker aspect delayed hydra range and speed for a long time, handing the carriers an advantage. Later Steamhammer decided to make devourers, which was good. But it turned out to be unable to morph mutas into devourers—totally broken, though the code looks right to me. Finally, in a desperate situation but still fighting, Steamhammer lost by busting the per-frame time limit. It is likely due to the slower new SparCraft.
• With the macro improvements, Steamhammer has seen the old bug return of sending 2 drones to start 1 hatchery. The second drone stays idle permanently. I thought of a quick fix.
There are more problems than I expected. That’s what I get for not uploading for so long. I’ll need at least one more test version before the release version.
Comments
Arrak on :
-I personally recommend trying a 3 hatchery lurker + (zergling or hydralisk) build as well.
-Please do fix those darn drone bugs. And let me know if you have any ideas. I've been hunting down macro-related bugs for weeks. Pretty much all these bugs are fatal in close games.
-Strange, I don't remember any difficulties related to the specific act of morphing devourers or guardians. I did write some hacky code in StrategyBoss to ensure there were mutalisks/hydralisks ready for morphing, though.
krasi0 on :
BTW, I saw the new(?) vulture micro of Randomhammer. Is this patrol micro based? It's awesome!
Jay Scott on :
Joseph Huang on :
Jay Scott on :
Joseph Huang on :
I have fixed both issues, but it's a bit of a hack because I don't actually do resource prediction, I just send all buildings to buildingmanager and let it pre position the drone, which it does too early. I was also able to uncomment some stuff in buildingmanager.
I probably will try to redo the whole production system, besides building manager. The queue stuck bug due to loat tech is present in both production q and building q, and there is no way to handle it in building queue right now.
If you post your darcs repo or whatever up I can send you patches if you want.
Jay Scott on :
Joseph Huang on :
Jay Scott on :
Joseph Huang on :
Jay Scott on :
Joseph Huang on :