• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 20:42
CEST 02:42
KST 09:42
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
RSL Season 1 - Final Week4[ASL19] Finals Recap: Standing Tall10HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0
Community News
Firefly given lifetime ban by ESIC following match-fixing investigation17$25,000 Streamerzone StarCraft Pro Series announced6Weekly Cups (June 30 - July 6): Classic Doubles6[BSL20] Non-Korean Championship 4x BSL + 4x China10Flash Announces Hiatus From ASL70
StarCraft 2
General
RSL Revival patreon money discussion thread The GOAT ranking of GOAT rankings We need to be discussing a new patch right now! Firefly given lifetime ban by ESIC following match-fixing investigation RSL Season 1 - Final Week
Tourneys
RSL: Revival, a new crowdfunded tournament series FEL Cracov 2025 (July 27) - $8000 live event Sparkling Tuna Cup - Weekly Open Tournament $25,000 Streamerzone StarCraft Pro Series announced WardiTV Mondays
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 481 Fear and Lava Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma
Brood War
General
BW General Discussion A cwal.gg Extension - Easily keep track of anyone ASL20 Preliminary Maps BGH Auto Balance -> http://bghmmr.eu/ Script to open stream directly using middle click
Tourneys
Small VOD Thread 2.0 [Megathread] Daily Proleagues Last Minute Live-Report Thread Resource! [BSL20] Non-Korean Championship 4x BSL + 4x China
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Path of Exile CCLP - Command & Conquer League Project Stormgate/Frost Giant Megathread The PlayStation 5 Nintendo Switch Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread The Accidental Video Game Porn Archive Stop Killing Games - European Citizens Initiative
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread [\m/] Heavy Metal Thread
Sports
2024 - 2025 Football Thread Formula 1 Discussion NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Men Take Risks, Women Win Ga…
TrAiDoS
momentary artworks from des…
tankgirl
from making sc maps to makin…
Husyelt
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 549 users

Zerg Build Order optimizer. - Page 15

Forum Index > SC2 General
Post a Reply
Prev 1 13 14 15 16 17 58 Next
metaldragon
Profile Joined October 2009
United States251 Posts
October 14 2010 22:07 GMT
#281
On October 15 2010 07:00 Cyber_Cheese wrote:
theres a full 25 seconds in the 7rr build where the pool is done where the roachwarren hasnt started, so its probably better to be doing ~12/13 pool

infact where the spawning pool starts there is after the overlord pops, and the 13th drone is 24s after the pool starts

it might be just as fast to overpool but the 13 pool can do the 7rr with more economy



earlier pool = earlier queen

not just a earlier roach warren.
Xapti
Profile Joined April 2010
Canada2473 Posts
October 14 2010 22:10 GMT
#282
On October 15 2010 07:00 Cyber_Cheese wrote:
theres a full 25 seconds in the 7rr build where the pool is done where the roachwarren hasnt started, so its probably better to be doing ~12/13 pool

no, the pool is needed for queen ASAP, and the later warren is so drone economy is good. Building the roach warren at 18 supply has nice timing benefits, since overlord goes right after.

Overall the only improvement I've made on this build (although I haven't tried hard) is doing a gas trick to 11 supply before building the overlord and pool. I don't know if it's a real improvement, but it seemed good for me. 12pool before ovie wasn't as successful, because it really seemed to slow many things down.
On October 14 2010 19:07 666pool wrote:
Anyway I did this in a VS computer Very Hard Terran and uploaded a replay for you guys. I rallied the first 7 roaches to their front and attacked, wiping out their marine army with ease. My apologies it's not an actual ladder game.

http://replayfu.com/r/jbgnqp
I didn't watch the replay, but I know of a few common builds the very hard computer does:
- marines (into marine-tank, or marine-tank-marauder I think)
- and marine-marauder (into marine-marauder-medivac)
- also when I was preparing for a tournament I saw mass reapers from the computer which I thought was really strange and new. It must have been because I was building stuff extremely slowly since I was tweaking controls, because comp never does that vs my normal BOs.

You should try the build vs the marine-marauder build. As far as I know (I tried it myself) it gets killed. I played on blistering sands, so steppes of war it would be better, but steppes is an exceptional map compared to all others (jungle basin is a bit short too I guess, but not as much I think)
"Then he told me to tell you that he wouldn't piss on you if you were on fire" — "Well, you tell him that I said that I wouldn't piss on him if he was on Jeopardy!"
BladeRunner
Profile Blog Joined February 2010
United States407 Posts
October 14 2010 22:16 GMT
#283
On October 14 2010 12:22 Lomilar wrote:
The number of pure permutations is absurd. But GAs are just one search algorithm, they kinda take the 'shoot, see how close you get, then change some parameters and see if you get closer' method. Doing a hard search with exclusion, while it seems impractical, can be done fairly efficiently. There are methods like tree pruning that can put it in the realm of feasibility, but what I like about GAs is that you need a simulator, a scoring algorithm, and a method of input, and the rules don't matter as much. Less coding.

Kinda like A*, which is a brute force search algorithm, that works very well for path-finding. Everything has its place.

And GAs have their downfalls. GAs can't do an exhaustive search, for instance.

There are only also a few reasonable points where you try to do something. When you can, is one of those points. After something else happens is another one. It isn't impossible to do an exhaustive search, but it is certainly much harder, in my opinion.


Using your analogy, imagine if there were multiple targets that are all "good" but only one is the best.. GA's have another downfall that when they shoot they may hit and subsequently hone in on a target that is good, but not the best. (local maxima/minima).

Have you noticed any possibility that your build order optimizer could be running into this issue?

On the flip side, it may actually be a benefit - if you design it to hone in on all targets, even if you have several local maxima/minima, if they are all somewhere close to the target, it would mean you could say "It's produced X builds that produce Y within Z minutes, plus or minutes 15 seconds" or something similar. That way it gives some flexibility, adapatibility based on scouting, etc..
Cyber_Cheese
Profile Blog Joined July 2010
Australia3615 Posts
Last Edited: 2010-10-14 22:19:39
October 14 2010 22:18 GMT
#284
On October 15 2010 07:07 metaldragon wrote:
Show nested quote +
On October 15 2010 07:00 Cyber_Cheese wrote:
theres a full 25 seconds in the 7rr build where the pool is done where the roachwarren hasnt started, so its probably better to be doing ~12/13 pool

infact where the spawning pool starts there is after the overlord pops, and the 13th drone is 24s after the pool starts

it might be just as fast to overpool but the 13 pool can do the 7rr with more economy



earlier pool = earlier queen

not just a earlier roach warren.


i stand corrected

could the program be directed to run via a 13 pool into 7 roaches and see how much slower i am?
The moment you lose confidence in yourself, is the moment the world loses it's confidence in you.
Lomilar
Profile Joined July 2010
United States130 Posts
October 15 2010 06:54 GMT
#285
Wow. Crazy to see that this is still going.

I did some work on a UI last night, but ran out of time. Today was spent mostly out of town, so it will be tomorrow night before I can do some more work on it. There's also about 20 PMs to reply to, so I will get to those tomorrow as well.

Thanks guys for the great support, I'll get you something as soon as I can!

As for answers: Cyber_cheese, as it stands, not yet. I hope to put in waypoints, like, have X by Y time, and more into the engine. Right now I am getting a UI slapped onto it though, so that people can start playing with it.

You CAN do it a little bit slower with far better economy, but that's not the goal I gave it. I wouldn't have cared if I had 6 drones and 7 roaches. Luckily, when the app comes out, you can specify you want some semblance of economy and fast roaches, and see what it gives you.

Seeing this being used on the ladder both makes me happy and sad, as I know how annoying it is to hold off this opening.

puzzl: My background is in AI, not search. Plus, I wanted an organic approach so I could utilize my epic amount of computing power instead of having to write endless pruning rules that may or may not lead to assumptions. For instance, going for a 50 zergling rush, without speed, it is best to open 6 pool, not for the zerglings, but for the fast queen, then drone, expo, queen, and then blast out lings. You don't even need that many drones to maintain full ling production on two queen'd hatches.

Kinda wicked. But some econ based rules could have seriously hampered that discovery, if I were naive and greedy enough to implement them.

I'm kinda interested to see where the 8 seconds is lost. I could see 2 for doing the initial drone mine/split, and 1-2 for moving drones/inefficient mining, and maybe 1-2 for moving the drone to build buildings... Maybe compare the build order spitout of a replay to the 'optimal', and see where the time is lost? Lag might account for the other couple seconds, or maybe other animations.

Dionyseus
Profile Blog Joined December 2004
United States2068 Posts
October 15 2010 07:45 GMT
#286
On October 15 2010 15:54 Lomilar wrote:
Wow. Crazy to see that this is still going.

I did some work on a UI last night, but ran out of time. Today was spent mostly out of town, so it will be tomorrow night before I can do some more work on it. There's also about 20 PMs to reply to, so I will get to those tomorrow as well.

Thanks guys for the great support, I'll get you something as soon as I can!

As for answers: Cyber_cheese, as it stands, not yet. I hope to put in waypoints, like, have X by Y time, and more into the engine. Right now I am getting a UI slapped onto it though, so that people can start playing with it.

You CAN do it a little bit slower with far better economy, but that's not the goal I gave it. I wouldn't have cared if I had 6 drones and 7 roaches. Luckily, when the app comes out, you can specify you want some semblance of economy and fast roaches, and see what it gives you.

Seeing this being used on the ladder both makes me happy and sad, as I know how annoying it is to hold off this opening.

puzzl: My background is in AI, not search. Plus, I wanted an organic approach so I could utilize my epic amount of computing power instead of having to write endless pruning rules that may or may not lead to assumptions. For instance, going for a 50 zergling rush, without speed, it is best to open 6 pool, not for the zerglings, but for the fast queen, then drone, expo, queen, and then blast out lings. You don't even need that many drones to maintain full ling production on two queen'd hatches.

Kinda wicked. But some econ based rules could have seriously hampered that discovery, if I were naive and greedy enough to implement them.

I'm kinda interested to see where the 8 seconds is lost. I could see 2 for doing the initial drone mine/split, and 1-2 for moving drones/inefficient mining, and maybe 1-2 for moving the drone to build buildings... Maybe compare the build order spitout of a replay to the 'optimal', and see where the time is lost? Lag might account for the other couple seconds, or maybe other animations.



I can't wait to try out your program. Any plans on making a protoss and terran version?
9/5/10 P acct: NA D 10,683 651pts 69w56L http://sc2ranks.com/char/us/290365/LetoAtreides T acct: NA D 16,137 553pts 70w67L http://sc2ranks.com/char/us/1560008/Khrone Z: NA G 16,058 465pts 28w26L http://www.sc2ranks.com/us/1997354/Omnius
dejavue
Profile Joined September 2010
Germany47 Posts
October 15 2010 09:17 GMT
#287
On October 15 2010 16:45 Dionyseus wrote:
Show nested quote +
On October 15 2010 15:54 Lomilar wrote:
Wow. Crazy to see that this is still going.

I did some work on a UI last night, but ran out of time. Today was spent mostly out of town, so it will be tomorrow night before I can do some more work on it. There's also about 20 PMs to reply to, so I will get to those tomorrow as well.

Thanks guys for the great support, I'll get you something as soon as I can!

As for answers: Cyber_cheese, as it stands, not yet. I hope to put in waypoints, like, have X by Y time, and more into the engine. Right now I am getting a UI slapped onto it though, so that people can start playing with it.

You CAN do it a little bit slower with far better economy, but that's not the goal I gave it. I wouldn't have cared if I had 6 drones and 7 roaches. Luckily, when the app comes out, you can specify you want some semblance of economy and fast roaches, and see what it gives you.

Seeing this being used on the ladder both makes me happy and sad, as I know how annoying it is to hold off this opening.

puzzl: My background is in AI, not search. Plus, I wanted an organic approach so I could utilize my epic amount of computing power instead of having to write endless pruning rules that may or may not lead to assumptions. For instance, going for a 50 zergling rush, without speed, it is best to open 6 pool, not for the zerglings, but for the fast queen, then drone, expo, queen, and then blast out lings. You don't even need that many drones to maintain full ling production on two queen'd hatches.

Kinda wicked. But some econ based rules could have seriously hampered that discovery, if I were naive and greedy enough to implement them.

I'm kinda interested to see where the 8 seconds is lost. I could see 2 for doing the initial drone mine/split, and 1-2 for moving drones/inefficient mining, and maybe 1-2 for moving the drone to build buildings... Maybe compare the build order spitout of a replay to the 'optimal', and see where the time is lost? Lag might account for the other couple seconds, or maybe other animations.



I can't wait to try out your program. Any plans on making a protoss and terran version?


This!
Although I am currently a Zerg player, I want to switch to random and this would really help, as I have real trouble with Terran and Protoss build orders (yeah I know, I suck, just a gold player).

Also: add the possibility for us to donate something via paypal to you for your effort. I am guessing you could get a nice bit o' cash if you implemented this ;-)
Maybe it's tech issues, maybe he's just exhausted, MAYBE, JUST MAYBE, he wanted to dress as spiderman and web the shit out of his girlfriend / boyfriend / donkeyfriend without having people watch. - wormintrude
SwampZero
Profile Joined September 2010
Greece350 Posts
Last Edited: 2010-10-15 09:18:51
October 15 2010 09:17 GMT
#288
Fyi this 7 roach rush posted earlier here just got amazingly fucking stronger.

4 range 7 roaches can you say nice choke mr. protoss ima be bustin it
Schnullerbacke13
Profile Joined August 2010
Germany1199 Posts
Last Edited: 2010-10-15 14:09:26
October 15 2010 10:42 GMT
#289
wrote something similar to optimize BOs quickly, however currently i have to provide the BO myself. Plan on implementing a minmax algorithm to create perfect build orders with a given timing and army target. However some things are idealized e.g. the time a drone requires to move to expo is not counted

Example:
Buildorder (3-hatch-late gas [12 pool seems to be better at 5:00 because of early queen if played perfectly]):

BasicBO.BO( new Object[][] {
{ 10, 9, "BuildOvie" },
{ 18, 12, "BuildPool" },
{ 18, 14, "BuildQueen" },
{ 18, 16, "BuildHatch" },
{ 18, 16, "BuildExtractor" },
{ 18, 16, "BuildOvie" },
{ 18, 18, "DroneToGas" },
{ 18, 18, "DroneToGas" },
{ 18, 18, "DroneToGas" },
{ 26, 22, "BuildOvie" },
{ 34, 25, "BuildHatch" },
{ 36, 28, "BuildOvie" },
}

output:

Min:00:00 Player{supply=10, units=6, mins=54.32, gas=0.0, gameobjects=[Hatchery{larva=3, timer=15, state=1, drones=6}] actions:[BuildDrone]}
execute BuildDrone
Min:00:11 Player{supply=10, units=7, mins=51.84, gas=0.0, gameobjects=[Hatchery{larva=2, timer=4, state=1, drones=6}, Egg{action=BuildDrone}] actions:[BuildDrone]}
execute BuildDrone
00:17 ** finished ** sc2calc.Egg
Min:00:22 Player{supply=10, units=8, mins=52.24, gas=0.0, gameobjects=[Hatchery{larva=2, timer=8, state=1, drones=7}, Egg{action=BuildDrone}] actions:[BuildDrone]}
execute BuildDrone
00:29 ** finished ** sc2calc.Egg
00:40 ** finished ** sc2calc.Egg
Min:00:40 Player{supply=10, units=9, mins=100.16000000000003, gas=0.0, gameobjects=[Hatchery{larva=2, timer=5, state=1, drones=8}, Egg{action=BuildDrone}] actions:[BuildExtractor, BuildDrone, BuildOvie]}
execute BuildOvie

[..snip ..]

Min:05:06 Player{supply=36, units=32, mins=51.25520000000001, gas=228.89999999999958, gameobjects=[Hatchery{larva=2, timer=12, state=1, drones=19}, Pool, Queen{energy=6.25}, Hatchery{larva=1, timer=1, state=1, drones=4}, Extractor{drones=3, maxDrones=3}, Hatchery{larva=1, timer=15, state=1, drones=0}, Egg{action=BuildOvie}, Egg{action=BuildDrone}, Egg{action=BuildDrone}, Egg{action=BuildDrone}, Egg{action=BuildDrone}] actions:[BuildExtractor, BuildDrone, DroneFromGas]}
execute BuildDrone
Player{supply=36, units=33, mins=49.8984, gas=235.19999999999956, gameobjects=[Hatchery{larva=1, timer=9, state=1, drones=19}, Pool, Queen{energy=7.9375}, Hatchery{larva=2, timer=13, state=1, drones=4}, Extractor{drones=3, maxDrones=3}, Hatchery{larva=1, timer=15, state=1, drones=0}, Egg{action=BuildOvie}, Egg{action=BuildDrone}, Egg{action=BuildDrone}, Egg{action=BuildDrone}, Egg{action=BuildDrone}, Egg{action=BuildDrone}] actions:[BuildExtractor, DroneFromGas]}

edit: BTW this program computes that 9 ovie is best for 13,14 pool, and double extractor trick is best for 12 pool. However the difference is minimal (<10 minerals).
edit 1: actually queen 16 is better in the BO above ..
edit 2: a roach eco build:

BasicBO.BO( new Object[][] {
{ 10, 9, "BuildOvie" },
{ 18, 12, "BuildPool" },
{ 18, 16, "BuildQueen" },
{ 18, 18, "BuildHatch" },
{ 18, 18, "BuildExtractor" },
{ 18, 18, "BuildOvie" },
{ 18, 18, "DroneToGas" },
{ 18, 18, "DroneToGas" },
{ 18, 18, "DroneToGas" },
{ 26, 18, "BuildRoachWarren" },
{ 26, 22, "BuildOvie" },
{ 36, 30, "BuildOvie" },
}

results in

05:19 ** finished ** sc2calc.Egg
Player{
supply=44,
units=38,
mins=272.12000000000035,
gas=243.59999999999954,
gameobjects=[
Hatchery{larva=0, timer=4, state=1, drones=20},
Pool,
Queen{energy=13.5625},
Hatchery{larva=0, timer=11, state=1, drones=10},
Extractor{drones=3, maxDrones=3},
RoachWarren,
Egg{action=BuildDrone},
Egg{action=BuildDrone},
Egg{action=BuildDrone}]
}

however if a human plays this timings are worse ..
21 is half the truth
daywiss
Profile Joined March 2010
United States83 Posts
October 15 2010 12:46 GMT
#290
This is really cool. i would love to know how it works.
SwampZero
Profile Joined September 2010
Greece350 Posts
Last Edited: 2010-10-15 13:03:43
October 15 2010 13:02 GMT
#291
On October 15 2010 21:46 daywiss wrote:
This is really cool. i would love to know how it works.

If i know my genetic algorithms properly, it goes sorta like this:

First it creates random openings.

Then it ranks them according to their performance against a set objective. In this case objective is have 7 roaches earliest possible.

The best scorers are kept, and part of them is combined with other successful scorers to create more openings. Then it ranks them again.

It keeps doing this for hours, then it keeps the best ranker.
Rosvall
Profile Joined October 2010
Sweden122 Posts
October 15 2010 13:18 GMT
#292
On October 15 2010 22:02 SwampZero wrote:
Show nested quote +
On October 15 2010 21:46 daywiss wrote:
This is really cool. i would love to know how it works.

If i know my genetic algorithms properly, it goes sorta like this:

First it creates random openings.

Then it ranks them according to their performance against a set objective. In this case objective is have 7 roaches earliest possible.

The best scorers are kept, and part of them is combined with other successful scorers to create more openings. Then it ranks them again.

It keeps doing this for hours, then it keeps the best ranker.


I would guess he'd be going for a deterministic approach since it takes so long. Basically brute force it rather than feeding it with certificates.

RTP
Schnullerbacke13
Profile Joined August 2010
Germany1199 Posts
October 15 2010 14:05 GMT
#293
On October 15 2010 22:18 Rosvall wrote:
Show nested quote +
On October 15 2010 22:02 SwampZero wrote:
On October 15 2010 21:46 daywiss wrote:
This is really cool. i would love to know how it works.

If i know my genetic algorithms properly, it goes sorta like this:

First it creates random openings.

Then it ranks them according to their performance against a set objective. In this case objective is have 7 roaches earliest possible.

The best scorers are kept, and part of them is combined with other successful scorers to create more openings. Then it ranks them again.

It keeps doing this for hours, then it keeps the best ranker.


I would guess he'd be going for a deterministic approach since it takes so long. Basically brute force it rather than feeding it with certificates.



A deterministic approach is possible, i am computing for each second in the game the list of possible actions (e.g. buildqueen, build spine, build roach, send drone to gas ..). In chess you have like 20 .. 40 different moves at a point in the game, so the number of different openings is huge, in sc2 the number of possible moves is much lower, additionally it is easy to cut nonsense (e.g. build 5 ovies in the beginning ..). Therefore a minmax algorithm is applicable and likely to run faster than a genetic algorithm .. however it strongly depends on the efficiency of the code performing the SC2 simulation computation. I think computing times with min max algorithm and some tweaks will run < hour, given that you compute the first 6 minutes only and cut non-sense BO's from the set of computed variants. Its somewhat similar to genetic algorithm, however it simply runs every meaningful variant.
21 is half the truth
DoubleReed
Profile Blog Joined September 2010
United States4130 Posts
Last Edited: 2010-10-15 14:22:33
October 15 2010 14:21 GMT
#294
Wow, this is actually very similar to the roach rush I had developed. That's awesome.

You should put in some variant build orders like 'with an expansion' (although I suppose you could just build it once you have the roaches), 'with Roach Speed', 'with spinecrawler', or 'with a Nydus Worm/Nydus Exit'. Then you could see just how much these things delay a build.
michaelhasanalias
Profile Joined May 2010
Korea (South)1231 Posts
October 15 2010 16:42 GMT
#295
Is it possible to have a secondary filter to clean up that code to make it easier to read?
KR NsPMichael.805 | AM Michael.2640 | SEA Michael.523 | 엔에스피 New Star Players
Schnullerbacke13
Profile Joined August 2010
Germany1199 Posts
October 15 2010 17:47 GMT
#296
On October 15 2010 23:21 DoubleReed wrote:
Wow, this is actually very similar to the roach rush I had developed. That's awesome.

You should put in some variant build orders like 'with an expansion' (although I suppose you could just build it once you have the roaches), 'with Roach Speed', 'with spinecrawler', or 'with a Nydus Worm/Nydus Exit'. Then you could see just how much these things delay a build.


Its still in early development stage, however one can specify arbitrary build orders and let them run.
I am currently implenting "army-building". Upgrades are still not implemented.
The end goal is to let the program read builds from replays and compute optimal counterbuilds regarding army, timing and eco :-D.

I already played around a bit. It is sometimes really astonishing to see the economy cost e.g. of fast speedlings (early gas). Another interesting finding was that a 14 pool is not that much better than a 12 pool, even worse because of late queen.

However i am not 100% sure if the results are complete realistic .. still will have to tweak some numbers. I played some of the builds and they worked like computed (but 10-15 seconds later because of some additional delays such as a drone walking to the extractor and human sloppyness in executing the build).
21 is half the truth
Schnullerbacke13
Profile Joined August 2010
Germany1199 Posts
October 15 2010 17:48 GMT
#297
On October 16 2010 01:42 mlbrandow wrote:
Is it possible to have a secondary filter to clean up that code to make it easier to read?


Ofc, it is just early development phase ..
21 is half the truth
Polatrite
Profile Joined August 2010
United States135 Posts
October 15 2010 18:50 GMT
#298
http://www.clawsoftware.com/projects/evolution-forge/
I'm not going to cut my hair any time soon. I'm gonna let it grow out - I'm gonna become a shag monster. Shaggy monster, I guess, is what I should have said. I will ALSO be a shag monster. day[9] the shag monster, who plays both games and girls *snap*
Schnullerbacke13
Profile Joined August 2010
Germany1199 Posts
October 15 2010 18:59 GMT
#299
On October 16 2010 03:50 Polatrite wrote:
http://www.clawsoftware.com/projects/evolution-forge/


cool nerd stuff XD
21 is half the truth
hangarninetysix
Profile Joined August 2010
263 Posts
Last Edited: 2010-10-15 19:13:40
October 15 2010 19:12 GMT
#300
This tool would probably be handy for alot of lower level players but I don't understand the concern about ruining the game, it's not like it can factor in how many zerglings you need to build to defend when you see reactor hellion vs gasless 5 rax marine all in. I think it's pretty cool for refining specific timing attacks but im not sure if its very useful past the early game since you're not trying to have some preset amount of something, but rather respond to your opponent and stay ahead of him.
Prev 1 13 14 15 16 17 58 Next
Please log in or register to reply.
Live Events Refresh
The PiG Daily
22:50
Best Games of SC
Clem vs ByuN
SHIN vs GuMiho
PiGStarcraft498
LiquipediaDiscussion
SC Evo Complete
22:00
Enki Epic Ser. Taeja vs soO EN
davetesta70
Liquipedia
OSC
20:00
Mid Season Playoffs
Spirit vs GeraldLIVE!
Solar vs ShoWTimE
SteadfastSC176
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft498
Nina 187
SteadfastSC 176
Nathanias 63
Vindicta 32
StarCraft: Brood War
Aegong 21
NaDa 15
LuMiX 3
Dota 2
monkeys_forever723
canceldota174
NeuroSwarm108
League of Legends
JimRising 661
febbydoto18
Counter-Strike
taco 668
Super Smash Bros
hungrybox548
AZ_Axe99
Heroes of the Storm
Khaldor154
Other Games
summit1g8870
fl0m426
C9.Mang0203
ViBE106
Trikslyr61
Organizations
Other Games
gamesdonequick42335
BasetradeTV29
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH25
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Azhi_Dahaki28
• Pr0nogo 2
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos1985
Other Games
• Scarra1044
Upcoming Events
RSL Revival
9h 18m
SHIN vs Clem
Cure vs TBD
FEL
11h 18m
FEL
15h 18m
Gerald vs PAPI
Spirit vs ArT
CSO Cup
15h 18m
BSL20 Non-Korean Champi…
17h 18m
Bonyth vs QiaoGege
Dewalt vs Fengzi
Hawk vs Zhanhun
Sziky vs Mihu
Mihu vs QiaoGege
Zhanhun vs Sziky
Fengzi vs Hawk
Sparkling Tuna Cup
1d 9h
RSL Revival
1d 9h
Classic vs TBD
FEL
1d 14h
BSL20 Non-Korean Champi…
1d 17h
Bonyth vs Dewalt
QiaoGege vs Dewalt
Hawk vs Bonyth
Sziky vs Fengzi
Mihu vs Zhanhun
QiaoGege vs Zhanhun
Fengzi vs Mihu
Replay Cast
3 days
[ Show More ]
WardiTV European League
3 days
Replay Cast
4 days
The PondCast
5 days
Replay Cast
5 days
Epic.LAN
6 days
Liquipedia Results

Completed

KCM Race Survival 2025 Season 2
HSC XXVII
NC Random Cup

Ongoing

JPL Season 2
BSL 2v2 Season 3
Acropolis #3
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Jiahua Invitational
2025 ACS Season 2: Qualifier
CSLPRO Last Chance 2025
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters

Upcoming

CSL Xiamen Invitational
CSL Xiamen Invitational: ShowMatche
2025 ACS Season 2
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
Underdog Cup #2
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.