|
On February 07 2010 00:03 RaGe wrote: btw, since hotkeys are stored in replays, can't you make a /follow # command that follows a certain hotkey group?
This would mean you could basically just /follow 1 and watch the replay without even touching your mouse
this, and if you could add a virtual keyboard on the screen where the key pressed are highlighted "live"
something like it
anyway > amazing job!
|
Catyoul
France2377 Posts
|
Holy fuck! This is better than the shit they are adding to replays in SC2!!!!
|
Holy shit, imagine watching JD reps with this. Great job!
|
On February 07 2010 00:44 gds wrote:Show nested quote +On February 07 2010 00:03 RaGe wrote: btw, since hotkeys are stored in replays, can't you make a /follow # command that follows a certain hotkey group?
This would mean you could basically just /follow 1 and watch the replay without even touching your mouse this, and if you could add a virtual keyboard on the screen where the key pressed are highlighted "live" something like it anyway > amazing job!
If thats even possible...it'd be so baller
|
Maybe a follow command for "last units boxed" or something. I could box a muta stack and follow it during the harrassment, then later box a MnM group and follow them around, etc
|
Canada780 Posts
Wow this is so impressive, great job!
|
|
On February 06 2010 19:50 7mk wrote:holy shit this is so amazing tried it out, works great but it would be nice if you could see how fast your playing the replay (for me it always shows "fast" no matter how often I've pressed +) Also the /follow command doesnt seem to be working perfectly yet. I watched a game between sea vs mondi and when I entered /follow lurker it didnt do anything. Then I typed /follow lurkers and it started following the biggest marine group. A few seconds later when I typed /follow lurker it focused on this one lurker egg, despite there being a larger group somewhere else. Anywaays, thank you sooo much, I can't wait to watch my first Jaedong replay with this!!
Thanks for that input. I tracked down the bug and now it's working properly. I will upload a new fixed version along with a couple new features.
On February 06 2010 23:52 RaptorX wrote: HOLY RAPTOR JESUS....!!
Dude this shit is amazing! now as somebody else asked, is there a way to choose which player to follow when you have a mirror match up?
As you mentioned, it will follow the biggest blob of units... but what if I dont want to follow that particular player?
I think it would be better to make it work like:
/follow [unit] [player number] where player number would be a number between 1-8.
/follow lurker 1 would follow the lurkers of player 1
Good idea. I will add this soon.
On February 07 2010 00:03 RaGe wrote: btw, since hotkeys are stored in replays, can't you make a /follow # command that follows a certain hotkey group?
This would mean you could basically just /follow 1 and watch the replay without even touching your mouse
Currently there's no way to access the stored hotkeys with the API. Although it might be available in the future though.
|
Anyway you could post what your current macro formula is? I'm positive there are people who would be able to understand it and comment on it.
|
Wow man the features look stunning. Very nice work.
|
On February 07 2010 02:20 Nevuk wrote: Anyway you could post what your current macro formula is? I'm positive there are people who would be able to understand it and comment on it.
Sure:
//rating starts at 5000 rating -= idle*150; rating -=larvae*150; rating -=queuedMin*15; rating -=queuedGas*15; rating -=(idleGates-4)*330; if(supplyMax-supply<3&&supplyMax>30){ rating -=2000; } rating+=pow((supply/200.0),1.5)*8000; rating+=gates*320; double factor = pow((201-supply)/200.0,2); //dMin is the increase in minerals whild dGas is for gas. curMin/curGas is the current min/gas int upkeep = ((dMin[playerNum-1]-curMin*4*factor)*2+(dGas[playerNum-1]-curGas*2*factor)*2); if(upkeep<-3000)upkeep = -3000; rating+=upkeep;
|
|
Thanks dude. Keep up the good work!
|
Where have you been all my life?
|
|
WOWZI McMJAUZI!!!!! I love this community!
|
|
|
On February 06 2010 16:51 DoctorHelvetica wrote: forum star imo I've always wanted something like this, awesome work, AssuredVacancy.
|
|
|
|