• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 15:37
CET 20:37
KST 04:37
  • 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
ByuL: The Forgotten Master of ZvT29Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
BSL Season 223Vitality ends partnership with ONSYDE20Team Liquid Map Contest - Preparation Notice6Weekly Cups (Feb 23-Mar 1): herO doubles, 2v2 bonanza2Weekly Cups (Feb 16-22): MaxPax doubles0
StarCraft 2
General
GSL CK - new tournament Weekly Cups (Feb 23-Mar 1): herO doubles, 2v2 bonanza Vitality ends partnership with ONSYDE How do you think the 5.0.15 balance patch (Oct 2025) for StarCraft II has affected the game? Team Liquid Map Contest - Preparation Notice
Tourneys
RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar) $5,000 WardiTV Winter Championship 2026 Sea Duckling Open (Global, Bronze-Diamond)
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 516 Specter of Death Mutation # 515 Together Forever Mutation # 514 Ulnar New Year
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ battle.net problems ASL21 General Discussion BSL Season 22 BSL 22 Map Contest — Submissions OPEN to March 10
Tourneys
[Megathread] Daily Proleagues ASL Season 21 Qualifiers March 7-8 BWCL Season 64 Announcement [BSL22] Open Qualifier #1 - Sunday 21:00 CET
Strategy
Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Simple Questions, Simple Answers Zealot bombing is no longer popular?
Other Games
General Games
Nintendo Switch Thread PC Games Sales Thread Path of Exile No Man's Sky (PS4 and PC) Stormgate/Frost Giant Megathread
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Mexico's Drug War Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine YouTube Thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Manga] One Piece [Req][Books] Good Fantasy/SciFi books Anime Discussion Thread
Sports
2024 - 2026 Football Thread Cricket [SPORT] Formula 1 Discussion TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Gaming-Related Deaths
TrAiDoS
ONE GREAT AMERICAN MARINE…
XenOsky
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2695 users

Sc2gears 14.3.3: Replay version 2.1 support - Page 146

Forum Index > SC2 General
Post a Reply
Prev 1 144 145 146 147 148 170 Next
NexCa
Profile Joined March 2011
Germany954 Posts
August 06 2012 20:16 GMT
#2901
oo sick, having a look on it right now

Thanks man !
Best Protoss Player 4 ever - Bisu[Shield] || http://www.teamliquid.net/forum/viewmessage.php?topic_id=326242 || THIS IS WHERE WE STAND, THIS IS WHERE THEY FALL, GIVE THEM NOTHING, BUT TAKE FROM THEM EVERYTHING ! || SKT FIGHTIIING
Dakota_Fanning *
Profile Joined January 2008
Hungary2359 Posts
Last Edited: 2012-08-07 05:06:08
August 07 2012 05:05 GMT
#2902
On August 07 2012 03:31 JustPlay wrote:
Show nested quote +
On August 06 2012 03:20 Dakota_Fanning wrote:
On August 06 2012 01:23 o29 wrote:
Any word on the new version? Do you still need more replays to expedite the progress?

I feel so lost without Sc2gears It's become such an integral tool that I didn't realize how much I relied on it until it stopped working.

I'm working on it. But since Sc2gears uses much more than just replays and Blizzard literally changed everything with patch 1.5, it takes significantly more work for me to make Sc2gears completely 1.5 compliant.
And no, I don't need more replays, I have enough.
Not a whole lot changed internally. If you don't already, you should find pieces of code that reference addresses you use and then automate address finding in newer versions. It would take a few hours tops to implement if you already know the addresses for a given version.

Then when a new version comes out SC2gears can update ten minutes later instead of ten days.

edit: something like this, and then you can call it like:

BYTE* youraddress=FindPattern((PBYTE)"\xFF\x15\x00\x00\x00\x00\x83\xF8\xFF\x74\x00\x85\xC0\x7E\x00", "xx????xxxx?xxx?");


edit2: And to be clear, this shouldn't be included in sc2gears. It should just be a tool that you use to make updating it a whole lot faster and easier.

I'm not talking about the unit id constants and ability code ids. Several fields in the replay have changed (in bit-length as new bits are added), map format changed a little, battle.net profile pages changed a lot (not just the structure but also the information available) etc.
You can't automate these with some address finder.

And to be clear: Sc2gears does not read SC2 memory, Sc2gears doesn't require SC2 to be running or even being installed.
https://repmastered.icza.net
peshay
Profile Joined March 2011
Germany14 Posts
August 07 2012 13:32 GMT
#2903
Will Donation help to fix it quicker? :D
Dakota_Fanning *
Profile Joined January 2008
Hungary2359 Posts
August 07 2012 14:58 GMT
#2904
On August 07 2012 22:32 peshay wrote:
Will Donation help to fix it quicker? :D

It never hurts...



STATUS UPDATE:

The new Sc2gears is near to completion. Still left a few things to do before release.

The new release will come with a new plugin API (3.0) which contains backward incompatible changes. So expect all plugins (not written by me) to stop working when the new release hits. Sorry. The good news is that developers will be able to update most plugins in just 1-2 minutes to work with the new release (depends on whether they use the changed incompatible interfaces).

I had/have to rewrite many things. New features and (cool) improvements are also coming with the new release...
https://repmastered.icza.net
theonlyepi
Profile Joined July 2012
United States25 Posts
August 08 2012 07:30 GMT
#2905
wow great news Dakota_Fanning! Thanks for all your efforts, I love sc2 gears and I'm happy to know I will be able to continue using it soon, with improvements :D
Taru
Profile Joined October 2010
France88 Posts
Last Edited: 2012-08-08 21:54:22
August 08 2012 21:53 GMT
#2906
STATUS UPDATE:

The new Sc2gears is near to completion. Still left a few things to do before release.

The new release will come with a new plugin API (3.0) which contains backward incompatible changes. So expect all plugins (not written by me) to stop working when the new release hits. Sorry. The good news is that developers will be able to update most plugins in just 1-2 minutes to work with the new release (depends on whether they use the changed incompatible interfaces).

I had/have to rewrite many things. New features and (cool) improvements are also coming with the new release...


This is awsome ! Thank you
coL.hendralisk
Profile Joined September 2009
Zimbabwe1756 Posts
August 09 2012 00:07 GMT
#2907
Can't wait for the new version, thanks for the hard work
Mr. Nefarious
Profile Joined December 2010
United States515 Posts
August 09 2012 00:13 GMT
#2908
On August 07 2012 23:58 Dakota_Fanning wrote:
Show nested quote +
On August 07 2012 22:32 peshay wrote:
Will Donation help to fix it quicker? :D

It never hurts...



STATUS UPDATE:

The new Sc2gears is near to completion. Still left a few things to do before release.

The new release will come with a new plugin API (3.0) which contains backward incompatible changes. So expect all plugins (not written by me) to stop working when the new release hits. Sorry. The good news is that developers will be able to update most plugins in just 1-2 minutes to work with the new release (depends on whether they use the changed incompatible interfaces).

I had/have to rewrite many things. New features and (cool) improvements are also coming with the new release...


Sickest baller ever. I always knew I loved SCII Gears but when it stopped working, I was ashen. My laddering life has just become wandering through the dark! I love this program. Can't wait to see 1.5, thanks for all your hard work!
저그 화이팅
pali_
Profile Joined February 2011
Germany48 Posts
Last Edited: 2012-08-09 10:01:54
August 09 2012 09:58 GMT
#2909
Thanks for the hard work!!! Really looking forward to the new version.

I have one question regarding a feature / functionality. It is highly probable that I'm missing something, sorry if I do.

Is there a way to calculate the effectivness of SCV production during a given period of time in the current version of SC2gears? When you're playing a macro game as a Terran player, you want constant SCV production for the first 12-13 minutes (gametime) of the game. I would really find it an interesting feature, it would give me the possibility to find out how many SCVs I missed.

It would be something similiar like the chart showing larvae inject effectivness for zerg.

The replay gives you information regarding the number of CCs/OCs and when they finished etc., plus the amount of SCVs at a certain point in the game (also the amount of SCVs lost). Given the building time of a SCV, it should be doable to calculate the effectivness of SCV production?

ㅈㅈ
graNite
Profile Blog Joined December 2010
Germany4434 Posts
August 09 2012 10:04 GMT
#2910
In my opinion the replay does neither give you information about current scv count nor the scvs lost.
These numbers are calculated by the game when it plays the replay. The replay only contains actions like build scv or attack the scv, not whether it is killed or not.
"Oink oink, bitches" - Tasteless on Pigbaby winning a map against Flash
pali_
Profile Joined February 2011
Germany48 Posts
Last Edited: 2012-08-09 11:09:11
August 09 2012 10:12 GMT
#2911
Ah ok, didn't know that. If this is true, then my proposed feature is not doable of course .. thanks!

/edit: hmm, after thinking about it for a little while, the "Train SCV" action should be sufficient?

To keep it simple: Terran has one main building. The first 10 game minutes are 600 seconds, minus the time where the main is morphing (35sec), giving the player 565sec to build SCVs. Given the 17sec building time of a SCV, the Terran player should cast the "Train SCV" command 565 / 17 = 33 times.

More mains make it more complicated, but it is still doable. The replay contains information about when a main started to build, e.g. "3:18 pali Build Command Center; target: x=29.5,y=79.5".
Adding 100 sec + morphig time (35sec for OC / 50sec for planetary), you can calculate the time remaining to build SCVs during the first 10 game minutes.

In this example, the CC (started at 3:18) would finish as OC at 5:33 (100sec build time + 35sec morph time), thus giving the player 267 seconds to build SCVs during the first 10 game minutes (600sec - 333sec = 267sec). So this main should use 267sec / 17sec = 15 "Train SCV" commands.

So, in this case, 48 "Train SCV" commands should be casted by the player (33 for the main and 15 for the natural). Counting the "Train SCV" commands actually casted should be no problem. So for example, if 40 "Train SCV" commands were casted and the calculated maximum "Train SCV" commands were 48, the efficiency would be 40 / 48 = 83%.

So by counting the "Train SCV" commands and using timestamps for "Build Command Center", this should actually be doable.

ㅈㅈ
DarkDoudou
Profile Joined August 2012
France1 Post
August 09 2012 10:53 GMT
#2912
Looking forward to the new version !

Thank you for your work. you're awesome.

Sartoe
Profile Joined August 2012
1 Post
August 09 2012 19:18 GMT
#2913
On August 09 2012 19:12 pali_ wrote:
Ah ok, didn't know that. If this is true, then my proposed feature is not doable of course .. thanks!

/edit: hmm, after thinking about it for a little while, the "Train SCV" action should be sufficient?

To keep it simple: Terran has one main building. The first 10 game minutes are 600 seconds, minus the time where the main is morphing (35sec), giving the player 565sec to build SCVs. Given the 17sec building time of a SCV, the Terran player should cast the "Train SCV" command 565 / 17 = 33 times.

More mains make it more complicated, but it is still doable. The replay contains information about when a main started to build, e.g. "3:18 pali Build Command Center; target: x=29.5,y=79.5".
Adding 100 sec + morphig time (35sec for OC / 50sec for planetary), you can calculate the time remaining to build SCVs during the first 10 game minutes.

In this example, the CC (started at 3:18) would finish as OC at 5:33 (100sec build time + 35sec morph time), thus giving the player 267 seconds to build SCVs during the first 10 game minutes (600sec - 333sec = 267sec). So this main should use 267sec / 17sec = 15 "Train SCV" commands.

So, in this case, 48 "Train SCV" commands should be casted by the player (33 for the main and 15 for the natural). Counting the "Train SCV" commands actually casted should be no problem. So for example, if 40 "Train SCV" commands were casted and the calculated maximum "Train SCV" commands were 48, the efficiency would be 40 / 48 = 83%.

So by counting the "Train SCV" commands and using timestamps for "Build Command Center", this should actually be doable.



Sure that'd be sufficient. But let's say you're at the start of the game. You send your six scvs to mine, and then click on your CC and smash the "build scv" key twice. The replay data only shows that you hit the "build scv" key twice, but the replay does NOT show you how many scvs were actually being produced in this time-- in this case, one. Just looking at one of my replays and guestimating, I hit "build probe" about 500 times per macro oriented game. There's no way I built 500 probes, and there's not adequate information in the replay file to figure out which "probe creations" were legitimate.
pali_
Profile Joined February 2011
Germany48 Posts
August 09 2012 19:35 GMT
#2914
I just checked a replay and you're right. Hm.
I think the spam could be filtered out because you know that you can't actually build more than one scv per main within 17 seconds (SCV building time). The bigger issue here would be the scenario where you want to build a SCV, hit the build SCV button, have no SCV currently building but have no money to build one. I don't think you can extract the current mineral bank count from the replay?

But you're probably right, there's probably no reliable way to calculate that.
ㅈㅈ
Dakota_Fanning *
Profile Joined January 2008
Hungary2359 Posts
August 09 2012 20:22 GMT
#2915
On August 10 2012 04:35 pali_ wrote:
I just checked a replay and you're right. Hm.
I think the spam could be filtered out because you know that you can't actually build more than one scv per main within 17 seconds (SCV building time). The bigger issue here would be the scenario where you want to build a SCV, hit the build SCV button, have no SCV currently building but have no money to build one. I don't think you can extract the current mineral bank count from the replay?

But you're probably right, there's probably no reliable way to calculate that.

If you hit "Train SCV" twice, in general SC2 will only register 1 Train SCV because you don't have money for 2. SC2 will only register 2 SCVs if you "spam" those 2 SCVs really fast.

The next release of Sc2gears will have the ability to detect and filter out most of these.
https://repmastered.icza.net
pali_
Profile Joined February 2011
Germany48 Posts
August 09 2012 20:39 GMT
#2916
Ah, ok, thanks for the response!!
Really looking forward to the next version!!

Do you have an approximate ETA? Like, this week, next week, in 2 weeks, etc.?

Thanks for your effort!
ㅈㅈ
Dakota_Fanning *
Profile Joined January 2008
Hungary2359 Posts
August 09 2012 20:56 GMT
#2917
On August 10 2012 05:39 pali_ wrote:
Ah, ok, thanks for the response!!
Really looking forward to the next version!!

Do you have an approximate ETA? Like, this week, next week, in 2 weeks, etc.?

Thanks for your effort!

Approximate ETA is hours.
https://repmastered.icza.net
Malpractice.248
Profile Blog Joined November 2010
United States734 Posts
August 09 2012 21:08 GMT
#2918
On August 10 2012 05:56 Dakota_Fanning wrote:
Show nested quote +
On August 10 2012 05:39 pali_ wrote:
Ah, ok, thanks for the response!!
Really looking forward to the next version!!

Do you have an approximate ETA? Like, this week, next week, in 2 weeks, etc.?

Thanks for your effort!

Approximate ETA is hours.

Approximate love for you is huge.
pali_
Profile Joined February 2011
Germany48 Posts
August 09 2012 21:26 GMT
#2919
<3
ㅈㅈ
felisconcolori
Profile Blog Joined October 2011
United States6168 Posts
August 10 2012 06:44 GMT
#2920
On August 10 2012 05:56 Dakota_Fanning wrote:
Show nested quote +
On August 10 2012 05:39 pali_ wrote:
Ah, ok, thanks for the response!!
Really looking forward to the next version!!

Do you have an approximate ETA? Like, this week, next week, in 2 weeks, etc.?

Thanks for your effort!

Approximate ETA is hours.


This will be coming Soon (tm). But seriously, thank you for all your work. You deserve honorary mention in the halls of StarCraft 2 Fame. Can't wait to hear Smix's sweet voice saying "update available".

I hope they don't mess too much more with things going on into HotS.
Yes, I email sponsors... to thank them. Don't post drunk, kids. My king, what has become of you?
Prev 1 144 145 146 147 148 170 Next
Please log in or register to reply.
Live Events Refresh
Monday Night Weeklies
17:00
#43
TKL 536
SteadfastSC471
IndyStarCraft 219
BRAT_OK 147
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
TKL 536
SteadfastSC 471
IndyStarCraft 219
UpATreeSC 176
BRAT_OK 147
JuggernautJason79
StarCraft: Brood War
Dewaltoss 124
ggaemo 42
Dota 2
Gorgc6942
qojqva1367
monkeys_forever134
Counter-Strike
pashabiceps3981
byalli721
Heroes of the Storm
Liquid`Hasu296
MindelVK8
Other Games
gofns39863
tarik_tv14610
Grubby2163
Liquid`RaSZi2071
FrodaN1628
Beastyqt717
mouzStarbuck258
ArmadaUGS154
C9.Mang0139
QueenE93
Hui .71
Trikslyr67
ZombieGrub23
Organizations
Dota 2
PGL Dota 2 - Main Stream10130
PGL Dota 2 - Secondary Stream6149
Other Games
gamesdonequick2034
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• kabyraGe 201
• Adnapsc2 14
• EnkiAlexander 9
• LaughNgamezSOOP
• AfreecaTV YouTube
• sooper7s
• intothetv
• Migwel
• Kozan
• IndyKCrew
StarCraft: Brood War
• FirePhoenix9
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
League of Legends
• TFBlade1342
• Shiphtur346
Other Games
• imaqtpie1230
Upcoming Events
OSC
4h 23m
Wardi Open
16h 23m
PiGosaur Monday
1d 4h
WardiTV Team League
1d 16h
Replay Cast
2 days
The PondCast
2 days
WardiTV Team League
2 days
Replay Cast
3 days
Replay Cast
4 days
CranKy Ducklings
4 days
[ Show More ]
WardiTV Team League
4 days
Replay Cast
5 days
Sparkling Tuna Cup
5 days
WardiTV Team League
5 days
Replay Cast
6 days
Replay Cast
6 days
Wardi Open
6 days
Monday Night Weeklies
6 days
Liquipedia Results

Completed

ASL Season 21: Qualifier #2
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
Spring Cup 2026
BSL Season 22
RSL Revival: Season 4
Nations Cup 2026
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

ASL Season 21
Acropolis #4 - TS6
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
Bellum Gens Elite Stara Zagora 2026
NationLESS Cup
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
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 © 2026 TLnet. All Rights Reserved.