• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 05:51
CET 11:51
KST 19:51
  • 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 3 - Playoffs Preview0RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10
Community News
BGE Stara Zagora 2026 announced11[BSL21] Ro.16 Group Stage (C->B->A->D)4Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win3RSL Season 3: RO16 results & RO8 bracket13Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge2
StarCraft 2
General
BGE Stara Zagora 2026 announced SC: Evo Complete - Ranked Ladder OPEN ALPHA When will we find out if there are more tournament Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge
Tourneys
Constellation Cup - Main Event - Stellar Fest RSL Revival: Season 3 Tenacious Turtle Tussle [Alpha Pro Series] Nice vs Cure $5,000+ WardiTV 2025 Championship
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 501 Price of Progress Mutation # 500 Fright night Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death
Brood War
General
BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ A cwal.gg Extension - Easily keep track of anyone Which season is the best in ASL? soO on: FanTaSy's Potential Return to StarCraft
Tourneys
[Megathread] Daily Proleagues [BSL21] RO16 Group B - Sunday 21:00 CET [BSL21] RO16 Group C - Saturday 21:00 CET Small VOD Thread 2.0
Strategy
Game Theory for Starcraft How to stay on top of macro? Current Meta PvZ map balance
Other Games
General Games
Nintendo Switch Thread The Perfect Game Stormgate/Frost Giant Megathread Beyond All Reason Should offensive tower rushing be viable in RTS games?
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
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Mafia Game Mode Feedback/Ideas TL Mafia Community Thread
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread The Big Programming Thread Things Aren’t Peaceful in Palestine Artificial Intelligence Thread
Fan Clubs
White-Ra Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Where to ask questions and add stream? The Automated Ban List
Blogs
Esports Earnings: Bigger Pri…
TrAiDoS
Thanks for the RSL
Hildegard
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1221 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
Sparkling Tuna Cup
10:00
2025 November Finals
ByuN vs ShamelessLIVE!
SKillous vs PercivalLIVE!
YoungYakov vs Krystianer
CranKy Ducklings190
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
trigger 46
Railgan 5
StarCraft: Brood War
Britney 38926
Sea 6537
Horang2 1554
Larva 732
actioN 472
Rain 459
Soma 439
BeSt 273
Barracks 266
Sharp 196
[ Show more ]
Rush 154
zelot 153
Last 147
Hyun 107
ggaemo 102
Mong 83
Shinee 50
ajuk12(nOOB) 33
Shine 29
JulyZerg 28
NotJumperer 20
Noble 19
Terrorterran 14
hero 10
IntoTheRainbow 8
Dota 2
qojqva2657
XcaliburYe330
NeuroSwarm195
Other Games
Fuzer 275
crisheroes208
B2W.Neo0
Organizations
Other Games
gamesdonequick841
Dota 2
PGL Dota 2 - Main Stream261
StarCraft: Brood War
lovetv 13
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• LUISG 51
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• blackmanpl 38
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota291
• WagamamaTV88
League of Legends
• Jankos3960
Upcoming Events
WardiTV Korean Royale
1h 9m
Zoun vs SHIN
TBD vs Reynor
TBD vs herO
Solar vs TBD
3D!Clan Event
3h 9m
BSL 21
9h 9m
Hawk vs Kyrie
spx vs Cross
Replay Cast
13h 9m
Wardi Open
1d 1h
Monday Night Weeklies
1d 6h
StarCraft2.fi
1d 6h
Replay Cast
1d 13h
Wardi Open
2 days
StarCraft2.fi
2 days
[ Show More ]
PiGosaur Monday
2 days
Wardi Open
3 days
StarCraft2.fi
3 days
Replay Cast
3 days
The PondCast
3 days
Replay Cast
4 days
Korean StarCraft League
5 days
CranKy Ducklings
5 days
SC Evo League
6 days
BSL 21
6 days
Sziky vs OyAji
Gypsy vs eOnzErG
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

SOOP Univ League 2025
RSL Revival: Season 3
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
YSL S2
BSL Season 21
CSCL: Masked Kings S3
Slon Tour Season 2
META Madness #9
SL Budapest Major 2025
ESL Impact League Season 8
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
Bellum Gens Elite Stara Zagora 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
Kuram Kup
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
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.