|
Dakota_Fanning
Hungary2333 Posts
On July 28 2020 22:10 LuckyGnomTV wrote: Do I need to wait for the update for 5.0 replays to work or is it a problem on my side? 5.0 reps are not yet supported. I need to release an update.
|
Dakota_Fanning
Hungary2333 Posts
Released Scelight 6.5.4, adding support for 5.0 reps.
|
Thanks for continuing to develop this guys. Great dedication!
|
I remember using this way back in the day and found it helpful. Gonna download it again!
|
ok i downloaded it and uploaded all my replays. how do i check winrates vs certain opponents again?
|
Dakota_Fanning
Hungary2333 Posts
On August 27 2020 11:11 CicadaSC wrote: ok i downloaded it and uploaded all my replays. how do i check winrates vs certain opponents again? You have to perform a Multi-replay analysis, and you will see a Player tab listing all players found in your replays, sorting by number of games descending by default. So if you analyze your own replays, you'll be at the top. Here's an example what you may see.
Double click on your player and it'll open your details. The first tab under your name will be Playmate which lists all players you played with or vs. This table has Win % With and Win % VS columns, telling your winrate playing with and against the listed players. Here's an example of the Playmates stats.
|
|
The build order tab for replays (1.5 days old) doesnt work. It says..
Precise Build Order information requires Balance Data which is not available for this replay version. This replay has version 5.0.2.
|
Dakota_Fanning
Hungary2333 Posts
On August 30 2020 21:18 Yrr wrote:The build order tab for replays (1.5 days old) doesnt work. It says.. Show nested quote +Precise Build Order information requires Balance Data which is not available for this replay version. This replay has version 5.0.2. Thanks for reporting it. Will fix it.
|
Thank you very much for all your work.
|
Dakota_Fanning
Hungary2333 Posts
Released updated Balance Data and SC2 Textures.
This "fixes" the Build Orders tab in the Replay Analyzer.
|
On August 28 2020 04:50 Dakota_Fanning wrote:Show nested quote +On August 27 2020 11:11 CicadaSC wrote: ok i downloaded it and uploaded all my replays. how do i check winrates vs certain opponents again? You have to perform a Multi-replay analysis, and you will see a Player tab listing all players found in your replays, sorting by number of games descending by default. So if you analyze your own replays, you'll be at the top. Here's an example what you may see. Double click on your player and it'll open your details. The first tab under your name will be Playmate which lists all players you played with or vs. This table has Win % With and Win % VS columns, telling your winrate playing with and against the listed players. Here's an example of the Playmates stats. thanks!!
|
Hi, was looking for replay manager for Sc2, I read through your thread and pages:
Contrary to what you told,
SCELight doesn't seem to work offline, even with the most simple features, for a normal user (non-Vip). Your program tells me now: Only VIP users can use it offline...
So FYI I deinstalled it, because with my limited bandwith I'm not using a program that Has to connect, and automatically searches/downloads/and applies updates. Limited bandwith is not unusual where I live(...offtopic). And I'm casual in Sc2 atm so I won't simply spend money for something I use rarely or didn't even test much.
Good luck.
|
Is there a way to show supply in "Build Orders" tab or this is a limitation due to how replays and replay system works?
|
How can I create a strinng or what woould the syntax be to make it search for specific replays. Lets use for example, I wanted to find all zvp cannon rushes. Is that possible?
|
On October 23 2020 19:33 IIEleven111 wrote: How can I create a strinng or what woould the syntax be to make it search for specific replays. Lets use for example, I wanted to find all zvp cannon rushes. Is that possible?
AFAIK the best you can do is search by matchup and match length to narrow it down and then open the replays, and go to the build order tab to see if they went Forge first.
Make a custom replay filter > click Add new filter > change the 'filter by' column to Race matchup. In the Operator column put 'contains'. For the Value column put ZvP. Add another filter for Length. For Operator put 'less than or equal'. For Value, put 300 seconds or pick a time in seconds that you think is suitable.
I would also make a third filter that filters out games shorter than 30 seconds to get rid of the games where people quit early. (Filter: Match length is greater than or equal to 30 seconds.)
|
Right, I have made it that far. I was looking for a way to take the functionality a little farther. Currently there isnt a program or resource that can search for specifics like this. And I know its possible as long as the parser can do it. I saw this went open source, i am a computer science major but dont know java... yet just c++. i'd be willing to work with you or if you could point me in the right direction of how to go about adding this feature either as a module or into the source thatd be cool. I'm prepared to register it if need be, in fact i would out of purely just liking the program. I will try and remember to check back here as often as I can, it tends to take awhile though as i dont frequent TL.
|
Hey I apologize if I'm not supposed to post in here. I am basically seeing if I can utilize the Scelight's Replay parser and processor to save to a database some of the details of that replay.
I have actually read through some of the source code. Unfortunately, I'm not quite sure how to utilize the API.
I've seen the interface: hu.scelightapi.sc2.rep.factory.IRepParserEngine and I'd like to use either of these methods; parseReplay(java.nio.file.Path file) or parseAndWrapReplay(java.nio.file.Path file)
I want to know having my SDK setup with the Hello World project, what code would I add where to be able to utilize this method on a file of my choosing.
I appreciate any help!
Gratefully, ~ Shawn Whitaker
|
I discovered that the base class extends another class that has fields like factory so I was able to take advantage of that
|
Dakota_Fanning
Hungary2333 Posts
On December 27 2021 07:45 Shawn2 wrote: I discovered that the base class extends another class that has fields like factory so I was able to take advantage of that There are also separate replay parser projects which will offer better performance. Check out https://github.com/icza/s2prot
|
|
|
|