• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 10:56
CET 15:56
KST 23:56
  • 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
Intel X Team Liquid Seoul event: Showmatches and Meet the Pros9[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3
Community News
Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win52025 RSL Offline Finals Dates + Ticket Sales!10BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION1Crank Gathers Season 2: SC II Pro Teams10Merivale 8 Open - LAN - Stellar Fest4
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" Intel X Team Liquid Seoul event: Showmatches and Meet the Pros Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win Weekly Cups (Oct 13-19): Clem Goes for Four DreamHack Open 2013 revealed
Tourneys
SC4ALL $6,000 Open LAN in Philadelphia Kirktown Chat Brawl #9 $50 8:30PM EST 2025 RSL Offline Finals Dates + Ticket Sales! Merivale 8 Open - LAN - Stellar Fest Crank Gathers Season 2: SC II Pro Teams
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment
Brood War
General
Ladder Map Matchup Stats Map pack for 3v3/4v4/FFA games BW General Discussion SnOw's ASL S20 Finals Review [ASL20] Ask the mapmakers — Drop your questions
Tourneys
[ASL20] Grand Finals Small VOD Thread 2.0 The Casual Games of the Week Thread BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION
Strategy
PvZ map balance Current Meta How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Nintendo Switch Thread Path of Exile Dawn of War IV Beyond All Reason Stormgate/Frost Giant Megathread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
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
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine US Politics Mega-thread The Big Programming Thread YouTube Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece Korean Music Discussion Series you have seen recently...
Sports
TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion MLB/Baseball 2023 2024 - 2026 Football Thread NBA General Discussion
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Career Paths and Skills for …
TrAiDoS
KPDH "Golden" as Squid Game…
Peanutsc
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1621 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
Hungary2357 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
Hungary2357 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
Hungary2357 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
Hungary2357 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
SC4ALL
14:00
SC4All Day 1
LiquipediaDiscussion
SC4ALL
14:00
SC4ALL - Day 1
RotterdaM292
IndyStarCraft 109
CranKy Ducklings90
SteadfastSC84
LiquipediaDiscussion
BSL Team A[vengers]
14:00
Day 3
Dewalt vs ZeLoT
UltrA vs ZeLoT
ZZZero.O115
LiquipediaDiscussion
Epic.LAN
12:00
Epic.LAN 46 Playoffs Stage
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Artosis 513
Lowko398
RotterdaM 292
IndyStarCraft 109
LamboSC2 101
Rex 94
SteadfastSC 84
Codebar 28
StarCraft: Brood War
Calm 5933
PianO 3192
Barracks 523
sorry 375
Last 209
ZZZero.O 115
zelot 82
Dewaltoss 80
Bonyth 65
HiyA 51
[ Show more ]
ToSsGirL 32
Rock 23
Shine 23
910 13
Terrorterran 11
Dota 2
Gorgc3506
qojqva2820
syndereN147
League of Legends
Reynor130
Counter-Strike
fl0m908
PGG 118
Heroes of the Storm
Khaldor282
Other Games
singsing1779
B2W.Neo1410
DeMusliM338
Hui .219
Liquid`LucifroN180
XcaliburYe154
KnowMe104
QueenE66
nookyyy 53
Mew2King52
Trikslyr2
Organizations
Counter-Strike
PGL22161
Other Games
gamesdonequick986
StarCraft 2
ComeBackTV 63
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• StrangeGG 64
• Adnapsc2 16
• iHatsuTV 7
• IndyKCrew
• Migwel
• AfreecaTV YouTube
• intothetv
• Kozan
• LaughNgamezSOOP
• sooper7s
StarCraft: Brood War
• Michael_bg 2
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• WagamamaTV379
• Ler86
League of Legends
• Nemesis4075
Upcoming Events
BSL 21
4h 4m
BSL Team A[vengers]
23h 4m
Cross vs Sobenz
Sziky vs IcaruS
SC4ALL
1d
SC4ALL
1d
BSL 21
1d 4h
Replay Cast
1d 18h
Wardi Open
1d 21h
Monday Night Weeklies
2 days
Replay Cast
2 days
Sparkling Tuna Cup
2 days
[ Show More ]
WardiTV Korean Royale
2 days
Replay Cast
3 days
WardiTV Korean Royale
3 days
The PondCast
4 days
Korean StarCraft League
6 days
CranKy Ducklings
6 days
Liquipedia Results

Completed

CSL 2025 AUTUMN (S18)
CranK Gathers Season 2: SC II Pro Teams
Eternal Conflict S1

Ongoing

BSL 21 Points
BSL 21 Team A
C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
SC4ALL: Brood War
SC4ALL: StarCraft II
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025

Upcoming

YSL S2
BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
Stellar Fest
META Madness #9
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 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.