Sc2gears 14.3.3: Replay version 2.1 support - Page 152
Forum Index > SC2 General |
Dakota_Fanning
![]()
Hungary2335 Posts
| ||
Dakota_Fanning
![]()
Hungary2335 Posts
Further improvements were made to the Sc2gears Database User Page, including the following: -Match-up filter. Finds all permutations too (e.g. searching for "TPvPZ" will also find "ZPvPT" games). Also works for FFA games (e.g. "PvTvZvZ"). Now the match-ups in the replays table and on the replay details popup dialogs are links which when clicked will set the match-up as the match-up filter. -Comment filter. You can now filter replays where you set a private comment ("HAS COMMENT"), or where you did not set a private comment ("NO COMMENT"). -Changed the "Edit comment" icon for replays which already have a comment to make it more obvious. -Added 3 new labels increasing max label count to 13. Have fun tagging replays ![]() Tip: you can also view/edit private comments and tag replays on the "Private data" tab of the Replay analyzer in Sc2gears. | ||
roym899
Germany426 Posts
Or maybe some nice person with some Java skills wants to make a plugin for this? It would be so awesome if I could add a comment to each replay to be able to filter after this comment. Would make replay analysis and developing of strategies so much easier. I know some programming. But I'm really not into java so it would be probably kinda unnecessary to learn it for this extra, because this is probably not much at all. Edit: I've done it myself now and it works nice. Just in case anyone is interested I'll upload it: Rapidshare (Source is included) You need to create a replay list before hand called autoreplays, which should include all your replays you saved until now. So just use the replay source Auto-saved reps without any filter and then press Save list... and save it in the standard folder. It only works if you have this data: "C:\\Program Files (x86)\\Sc2gears\\User Content\\Replay lists\\autoreplays.csv"! Right now it just uses this constant string to load the replay list and as I don't jave any idea of java I will most likely not change it as I'm just happy that I got it working for me. Another thing to note is, that if you change your Convert Game time to Real time setting, all of the old replays won't be updated in the replay list. All the new replays will have the new setting. So I recommend not to change this setting if you use this plugin. So what you can do now with this plugin is to use this replay list to add comments to your replays and filter your replays by those comments. So that you can add something like cannon rush or so and then find all your losses to cannon rushes fast. Sorry, but I will most likely not provide any support for this plugin, because - as I said - I have not really a clue of java and the source code is everything but good most likely. Edit 2: Ok there is one mistake in the program. The apm will not get sorted after the favored player list. Maybe Dakota_Fanning could help me with this. What I do is: 1. getReplay 2. rearrangePlayers 3. getPlayers 4. for loop from 0 to players.length and writing the apm. But it seems like the players I get with getPlayers are not rearranged? Is there anyway to do this? Or did I do something wrong? And there is also a problem with special characters like this strange plus some have between clan tag and name. Don't know if I can fix these. Why does this have to be so hard? qq | ||
felisconcolori
United States6168 Posts
1) SC2gears running, cannot save replays from inside StarCraft 2 WoL. I am given the option (when I click "save replay" from score screen) of the "Versus AI" folder, and can type a name, and then "Save". But then it doesn't save at all. Even if I go immediately to the Replays, it isn't there. (SC2 will also not autosave replays. But SC2gears does no problem.) 2) SC2gears is not running - can save replays as normal, no problem. Does SC2gears maintain a file lock on the SC2 replay save location? (There are no replays in the SC2 save location. SC2gears saves all files to a different folder. It is not a permissions issue of any kind. Problem is present when SC2gears is running - problem is not present when SC2gears is not running.) | ||
Dakota_Fanning
![]()
Hungary2335 Posts
On September 17 2012 10:17 felisconcolori wrote: So, after searching, I didn't see this addressed. (I'm sorry if it's there, and I just missed it.) But... this scenario is happening. 1) SC2gears running, cannot save replays from inside StarCraft 2 WoL. I am given the option (when I click "save replay" from score screen) of the "Versus AI" folder, and can type a name, and then "Save". But then it doesn't save at all. Even if I go immediately to the Replays, it isn't there. (SC2 will also not autosave replays. But SC2gears does no problem.) 2) SC2gears is not running - can save replays as normal, no problem. Does SC2gears maintain a file lock on the SC2 replay save location? (There are no replays in the SC2 save location. SC2gears saves all files to a different folder. It is not a permissions issue of any kind. Problem is present when SC2gears is running - problem is not present when SC2gears is not running.) Sc2gears does not lock replays of course. Could it be you have the option "Delete auto-saved replays" enabled on the Replay auto-save tab of the Misc settings dialog? That option orders Sc2gears to delete replays that appear in the SC2 auto-save folder (and are successfully auto-saved). | ||
Dakota_Fanning
![]()
Hungary2335 Posts
On September 07 2012 04:19 roym899 wrote: I wonder if you could add an option so that every replay which gets saved automatically will be added to a replay list? Or maybe some nice person with some Java skills wants to make a plugin for this? It would be so awesome if I could add a comment to each replay to be able to filter after this comment. Would make replay analysis and developing of strategies so much easier. I know some programming. But I'm really not into java so it would be probably kinda unnecessary to learn it for this extra, because this is probably not much at all. Edit: I've done it myself now and it works nice. Just in case anyone is interested I'll upload it: Rapidshare (Source is included) You need to create a replay list before hand called autoreplays, which should include all your replays you saved until now. So just use the replay source Auto-saved reps without any filter and then press Save list... and save it in the standard folder. It only works if you have this data: "C:\\Program Files (x86)\\Sc2gears\\User Content\\Replay lists\\autoreplays.csv"! Right now it just uses this constant string to load the replay list and as I don't jave any idea of java I will most likely not change it as I'm just happy that I got it working for me. Another thing to note is, that if you change your Convert Game time to Real time setting, all of the old replays won't be updated in the replay list. All the new replays will have the new setting. So I recommend not to change this setting if you use this plugin. So what you can do now with this plugin is to use this replay list to add comments to your replays and filter your replays by those comments. So that you can add something like cannon rush or so and then find all your losses to cannon rushes fast. Sorry, but I will most likely not provide any support for this plugin, because - as I said - I have not really a clue of java and the source code is everything but good most likely. Edit 2: Ok there is one mistake in the program. The apm will not get sorted after the favored player list. Maybe Dakota_Fanning could help me with this. What I do is: 1. getReplay 2. rearrangePlayers 3. getPlayers 4. for loop from 0 to players.length and writing the apm. But it seems like the players I get with getPlayers are not rearranged? Is there anyway to do this? Or did I do something wrong? And there is also a problem with special characters like this strange plus some have between clan tag and name. Don't know if I can fix these. Why does this have to be so hard? qq If you want the proper player order, do it like this (this is just a demonstration code): IReplay replay = generalServices.getReplayFactoryApi().parseReplay( "somerep.SC2Replay", null ); | ||
felisconcolori
United States6168 Posts
On September 17 2012 23:22 Dakota_Fanning wrote: Sc2gears does not lock replays of course. Could it be you have the option "Delete auto-saved replays" enabled on the Replay auto-save tab of the Misc settings dialog? That option orders Sc2gears to delete replays that appear in the SC2 auto-save folder (and are successfully auto-saved). Actually, I did but have since turned it off. But how would that option effect the possible save locations available for replays? If attempting to manually save them, SC2 would not put them anywhere but "Versus AI". Weird. | ||
Brainyac
Germany199 Posts
![]() Is there a fix coming maybe? PS: Same thing with two of my friends. | ||
Dakota_Fanning
![]()
Hungary2335 Posts
On September 18 2012 02:03 felisconcolori wrote: Actually, I did but have since turned it off. But how would that option effect the possible save locations available for replays? If attempting to manually save them, SC2 would not put them anywhere but "Versus AI". Weird. Sc2gears checks the SC2 auto-save folder recursively, and the default folder includes that folder too. | ||
Dakota_Fanning
![]()
Hungary2335 Posts
On September 18 2012 06:18 Brainyac wrote: My auto-replay save function doesn't work anymore since update ![]() Is there a fix coming maybe? PS: Same thing with two of my friends. I'm not aware of any issues with the replay auto-save. Are you using the latest (12.3) version? Run a diagnostic test. Also check the logs (and send/post them): Help menu => View system messages. Also logs are saved in the "User Content/Logs" folder inside Sc2gears. | ||
Brainyac
Germany199 Posts
yes, I am using SC2Gears 12.3 and here are the infos: Diagnostic Tool: Everything OK (only FAIL is mouse print, but that's ok since I don't use it) System Messages: java.io.FileNotFoundException: D:\SC2Replays\2012-09-17 23-36-43 :: AutoMM :: 2v2 :: Brain (T), Zyan?mOe (T) vs KloneTmZ (Z), KloneKHaïNe (T).SC2Replay (Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at hu.belicza.andras.sc2gears.util.GeneralUtils.copyFile(GeneralUtils.java:171) at hu.belicza.andras.sc2gears.services.ReplayAutoSaver.handleNewReplay(ReplayAutoSaver.java:217) at hu.belicza.andras.sc2gears.services.ReplayAutoSaver.run(ReplayAutoSaver.java:141) Failed to copy last replay to: D:\SC2Replays | ||
Dakota_Fanning
![]()
Hungary2335 Posts
On September 18 2012 07:19 Brainyac wrote: Hi Dakota, yes, I am using SC2Gears 12.3 and here are the infos: Diagnostic Tool: Everything OK (only FAIL is mouse print, but that's ok since I don't use it) System Messages: java.io.FileNotFoundException: D:\SC2Replays\2012-09-17 23-36-43 :: AutoMM :: 2v2 :: Brain (T), Zyan?mOe (T) vs KloneTmZ (Z), KloneKHaïNe (T).SC2Replay (Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at hu.belicza.andras.sc2gears.util.GeneralUtils.copyFile(GeneralUtils.java:171) at hu.belicza.andras.sc2gears.services.ReplayAutoSaver.handleNewReplay(ReplayAutoSaver.java:217) at hu.belicza.andras.sc2gears.services.ReplayAutoSaver.run(ReplayAutoSaver.java:141) Failed to copy last replay to: D:\SC2Replays The problem is you're using colons in your name template. Colon is a forbidden character in file names on windows. (Just think about the drive specification "C:\"...) | ||
Brainyac
Germany199 Posts
anyway, thank you very much ![]() | ||
Desertfaux
Netherlands276 Posts
I just want to thank you for your work on this analysis tool. It's been quite an eye opener to see how I did in all matchups over the past month. Apparantly I'm 17-1 on Antiga Shipyard against Terran and Zerg combined (wtf), but my TvP is lacking on all maps (30%). I guess its time to give up on mech TvP for a while if I want to get to masters. So thanks for helping me help myself! If that makes sense... Sincerely, Starwolf | ||
Berceno
Spain401 Posts
| ||
Dakota_Fanning
![]()
Hungary2335 Posts
On October 03 2012 10:35 Berceno wrote: just a question, Can I use sc2gears for HoTS replays someway? You can view basic info like players, map name, races etc., but you can't go into deeper analysis like build order, map view chart or larva injections. I don't have HotS beta access, so I wasn't able to add full support for HotS replays. | ||
Dakota_Fanning
![]()
Hungary2335 Posts
Details are in the first post. | ||
Paljas
Germany6926 Posts
| ||
7mk
Germany10157 Posts
| ||
ReRabbit
Brazil10 Posts
Hi Dakota, Great tool, love it, use it all the time. But since a bit of time (1 or 2 weeks) it seems SC2Gears doesn't access the internet anymore (welcome page says: "This channel is currently unavailable, please try again.If this problem remains you should check the homepage...."). I also don't get any automatic profiles for players anymore. I think this is an issue with my firewall (ZoneAlarm), but I checked and everything is on "Ask", including the javaw.exe process, so I am now looking at other things as well. Did you ever encounter something like this? Anyway I think I will probably have no choice but to re-install. Is there a way to save settings, re-install and then import the settings ? Thanks for your help, and keep up the good work :-) | ||
| ||