• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 15:15
CEST 21:15
KST 04:15
  • 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
[ASL20] Ro16 Preview Pt1: Ascent9Maestros of the Game: Week 1/Play-in Preview12[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway132v2 & SC: Evo Complete: Weekend Double Feature4
Community News
Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues20LiuLi Cup - September 2025 Tournaments2Weekly Cups (August 25-31): Clem's Last Straw?39Weekly Cups (Aug 18-24): herO dethrones MaxPax6Maestros of The Game—$20k event w/ live finals in Paris75
StarCraft 2
General
#1: Maru - Greatest Players of All Time Team Liquid Map Contest #21 - Presented by Monster Energy Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues SpeCial on The Tasteless Podcast What happened to Singapore/Brazil servers?
Tourneys
WardiTV Mondays Maestros of The Game—$20k event w/ live finals in Paris Sparkling Tuna Cup - Weekly Open Tournament RSL: Revival, a new crowdfunded tournament series Chzzk MurlocKing SC1 vs SC2 Cup
Strategy
Custom Maps
External Content
Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around Mutation # 487 Think Fast
Brood War
General
The Korean Terminology Thread [ASL20] Ro16 Preview Pt1: Ascent FlaSh on ACS Winners being in ASL ASL20 General Discussion BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL20] Ro16 Group B [ASL20] Ro16 Group A BWCL Season 63 Announcement [IPSL] ISPL Season 1 Winter Qualis and Info!
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread General RTS Discussion Thread Warcraft III: The Frozen Throne Path of Exile
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
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread The Games Industry And ATVI UK Politics Mega-thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! [\m/] Heavy Metal Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
Nomor CS NeoBank 0822'606969 The Automated Ban List
Blogs
Collective Intelligence: Tea…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
INDEPENDIENTE LA CTM
XenOsky
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1063 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
Hungary2349 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
Hungary2349 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
Hungary2349 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
Hungary2349 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
Next event in 4h 45m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
mouzHeroMarine 480
IndyStarCraft 167
UpATreeSC 107
JuggernautJason37
StarCraft: Brood War
Calm 2989
Shuttle 1433
EffOrt 1347
Rain 1169
TY 338
ggaemo 295
Hyuk 174
Dewaltoss 168
firebathero 164
PianO 92
[ Show more ]
Soulkey 77
Sharp 68
sSak 63
Mind 45
scan(afreeca) 29
Killer 27
Dota 2
qojqva4049
League of Legends
Reynor102
Counter-Strike
pashabiceps1148
fl0m917
Heroes of the Storm
Liquid`Hasu439
Other Games
Grubby3305
FrodaN1981
B2W.Neo553
Beastyqt535
QueenE98
ToD44
MindelVK20
Organizations
Other Games
gamesdonequick1556
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 21 non-featured ]
StarCraft 2
• Berry_CruncH203
• davetesta42
• intothetv
• Kozan
• sooper7s
• Migwel
• AfreecaTV YouTube
• LaughNgamezSOOP
• IndyKCrew
StarCraft: Brood War
• blackmanpl 19
• FirePhoenix15
• Michael_bg 5
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota21177
• WagamamaTV558
League of Legends
• Nemesis4753
• TFBlade780
Other Games
• imaqtpie1162
• Shiphtur324
Upcoming Events
PiGosaur Monday
4h 45m
Kung Fu Cup
16h 45m
ByuN vs HeRoMaRinE
OSC
20h 45m
Moja vs Babymarine
Solar vs TBD
sOs vs goblin
Nice vs INexorable
sebesdes vs Iba
Nicoract vs TBD
NightMare vs TBD
OSC
1d 4h
ReBellioN vs PAPI
Spirit vs TBD
Percival vs TBD
TriGGeR vs TBD
Shameless vs UedSoldier
Cham vs TBD
Harstem vs TBD
RSL Revival
1d 14h
Cure vs SHIN
Reynor vs Zoun
Kung Fu Cup
1d 16h
The PondCast
1d 17h
RSL Revival
2 days
Classic vs TriGGeR
ByuN vs Maru
Online Event
2 days
Kung Fu Cup
2 days
[ Show More ]
BSL Team Wars
2 days
Team Bonyth vs Team Dewalt
BSL Team Wars
2 days
RSL Revival
3 days
Maestros of the Game
3 days
ShoWTimE vs Classic
Clem vs herO
Serral vs Bunny
Reynor vs Zoun
Cosmonarchy
3 days
Bonyth vs Dewalt
[BSL 2025] Weekly
3 days
RSL Revival
4 days
Maestros of the Game
4 days
BSL Team Wars
4 days
Afreeca Starleague
5 days
Snow vs Sharp
Jaedong vs Mini
Sparkling Tuna Cup
6 days
Afreeca Starleague
6 days
Light vs Speed
Larva vs Soma
Liquipedia Results

Completed

Copa Latinoamericana 4
SEL Season 2 Championship
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21: BSL Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
Chzzk MurlocKing SC1 vs SC2 Cup #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

Upcoming

2025 Chongqing Offline CUP
BSL Polish World Championship 2025
BSL Season 21
BSL 21 Team A
EC S1
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
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.