|
On January 04 2011 13:49 Dakota_Fanning wrote:Show nested quote +On January 04 2011 10:06 bball2 wrote: For the win / loss feature, is it possible instead of seeing if player 1 won or not, to have it check for the person actually running sc2gears? Or for a specific username?
I was really excited to use that feature but now I realize that the W / L in my replay names are kinda useless if they are not referring to me =\ Yes, it is possible. Add your name to the favored player list, and that way you will always listed as the first player. In that case /W1 will always refer to you. Or use the player info block <> which iterates over all players and inserts the Win status for all players. For example: "</p (/W)>" To add your name to the favored player list: right click on your name and choose "Add to the favored player list".
You're amazing!! Thank you so much :-D
|
can't get mine to work...
I'm on a macbook pro
First i navigated to the folder in terminal by: /Users/Casper/Downloads/Sc2gears it says it's a folder ---
Then i typed: chmod +x /Users/Casper/Downloads/Sc2gears/Sc2gears-os-x It says nothing and gives me a new line...
Then i typed /Users/Casper/Downloads/Sc2gears/Sc2gears-os-x to run it and it gives me this error: AccAl102:~ Casper$ /Users/Casper/Downloads/Sc2gears/Sc2gears-os-x.sh Exception in thread "main" java.lang.NoClassDefFoundError: hu/belicza/andras/sc2gears/Sc2gears Caused by: java.lang.ClassNotFoundException: hu.belicza.andras.sc2gears.Sc2gears at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Need some advice on how to fix it...
no need for help ...
Fixed it my self
|
I am running Mac OSX on my Mini, and am wondering how I can keep this program in my application bar at the bottom of the screen. I know how to start it via the terminal, but I have to do that every time, and I keep having to start from scratch.(possibly because I didnt set a replay folder? although i thought i did)
So my question is: How do I keep the program in my application bar? Or just how not to use the damn terminal every time..
|
Dakota_Fanning
Hungary2357 Posts
On January 05 2011 01:00 KaiserW wrote: I am running Mac OSX on my Mini, and am wondering how I can keep this program in my application bar at the bottom of the screen. I know how to start it via the terminal, but I have to do that every time, and I keep having to start from scratch.(possibly because I didnt set a replay folder? although i thought i did)
So my question is: How do I keep the program in my application bar? Or just how not to use the damn terminal every time.. I added a clickable starter script, it will be included in the next version. Once it is out, you won't have to use the terminal again to start it.
|
Thank you for your reply Dakota.
May I ask when the projected release for the next version is?(a Rough Estimate) I realize that you just came out with a new version, so it's understandable if that is not scheduled.
Possibly a dumb question: Am I able to create a 'clickable starter script' myself?
|
On December 30 2010 07:00 Dakota_Fanning wrote:Show nested quote +On December 30 2010 03:31 Neo.NEt wrote: Is there a way to see our win/loss ratio by map for each match up? Not in one step. But if you want to see your match-up records for one map (Lost Temple for example), you can pre-filter the replays by that map, and perform a multi-rep analysis on the result. That way the match-up records will show obviously the match-up records on that map. Edit: Or you don't even have to pre-filter. Just search the replays by map name (click on the column header), then select the replays belonging to the map you're interested in. Then right click=>Multi-rep analysis.
Thanks will check this out when I get off work. I can't pick a race so this should be awesome.
|
Dakota_Fanning
Hungary2357 Posts
On January 05 2011 06:56 KaiserW wrote: Thank you for your reply Dakota.
May I ask when the projected release for the next version is?(a Rough Estimate) I realize that you just came out with a new version, so it's understandable if that is not scheduled.
Possibly a dumb question: Am I able to create a 'clickable starter script' myself? The next release will probably come out when 1.2 patch hits battle.net and I'm done implementing the new replay format (replay format will change).
You can create a clickable starter script too:
#!/bin/bash cd ${0%/*}; java -Xmx512m -cp lib/Sc2gears.jar:lib/jl1.0.1.jar:lib/mp3spi1.9.4.jar:lib/tritonus_share.jar:lib/squareness.jar:lib/napkinlaf-1.2.jar:lib/OfficeLnFs_2.7.jar:lib/EaSynthLookAndFeel.jar hu/belicza/andras/sc2gears/Sc2gears "$1";
Name it something like Sc2gears-start.command, and you should be able to double click on it (maybe you have to chmod +x it first, I'm not sure). Place it in the folder of Sc2gears.
|
|
On January 05 2011 09:00 Dakota_Fanning wrote:+ Show Spoiler +On January 05 2011 06:56 KaiserW wrote: Thank you for your reply Dakota.
May I ask when the projected release for the next version is?(a Rough Estimate) I realize that you just came out with a new version, so it's understandable if that is not scheduled.
Possibly a dumb question: Am I able to create a 'clickable starter script' myself? The next release will probably come out when 1.2 patch hits battle.net and I'm done implementing the new replay format (replay format will change). You can create a clickable starter script too: #!/bin/bash cd ${0%/*}; java -Xmx512m -cp lib/Sc2gears.jar:lib/jl1.0.1.jar:lib/mp3spi1.9.4.jar:lib/tritonus_share.jar:lib/squareness.jar:lib/napkinlaf-1.2.jar:lib/OfficeLnFs_2.7.jar:lib/EaSynthLookAndFeel.jar hu/belicza/andras/sc2gears/Sc2gears "$1"; Name it something like Sc2gears-start.command, and you should be able to double click on it (maybe you have to chmod +x it first, I'm not sure). Place it in the folder of Sc2gears.
Second thought Edit: If this it too much to ask, I can wait for the patch to come out next week.
Awesome. Do you have a link to a guide handy or a website/forum that I could visit. I've been trying to figure out how to create this script, as I have no idea how to even start. I've been checking into bash, searching through various forums. But to be honest, it took me a while to figure out how to even start Sc2Gears. Just recently got a Mac again, longtime fan, and am completely used to the command prompt due to work, and owning a gaming PC I build, so I am quite lost. And having no knowledge of even the basic terminology, using search keywords such as 'clickable starter script' 'terminal' 'mac', is not getting me far, I feel. Or some relevant keywords that I could search with would be greatly appreciated as well.
|
Dakota_Fanning
Hungary2357 Posts
On January 06 2011 10:10 KaiserW wrote:Show nested quote +On January 05 2011 09:00 Dakota_Fanning wrote:+ Show Spoiler +On January 05 2011 06:56 KaiserW wrote: Thank you for your reply Dakota.
May I ask when the projected release for the next version is?(a Rough Estimate) I realize that you just came out with a new version, so it's understandable if that is not scheduled.
Possibly a dumb question: Am I able to create a 'clickable starter script' myself? The next release will probably come out when 1.2 patch hits battle.net and I'm done implementing the new replay format (replay format will change). You can create a clickable starter script too: #!/bin/bash cd ${0%/*}; java -Xmx512m -cp lib/Sc2gears.jar:lib/jl1.0.1.jar:lib/mp3spi1.9.4.jar:lib/tritonus_share.jar:lib/squareness.jar:lib/napkinlaf-1.2.jar:lib/OfficeLnFs_2.7.jar:lib/EaSynthLookAndFeel.jar hu/belicza/andras/sc2gears/Sc2gears "$1"; Name it something like Sc2gears-start.command, and you should be able to double click on it (maybe you have to chmod +x it first, I'm not sure). Place it in the folder of Sc2gears. Second thought Edit: If this it too much to ask, I can wait for the patch to come out next week. Awesome. Do you have a link to a guide handy or a website/forum that I could visit. I've been trying to figure out how to create this script, as I have no idea how to even start. I've been checking into bash, searching through various forums. But to be honest, it took me a while to figure out how to even start Sc2Gears. Just recently got a Mac again, longtime fan, and am completely used to the command prompt due to work, and owning a gaming PC I build, so I am quite lost. And having no knowledge of even the basic terminology, using search keywords such as 'clickable starter script' 'terminal' 'mac', is not getting me far, I feel. Or some relevant keywords that I could search with would be greatly appreciated as well. Basically all you need to do is create a text file inside the Sc2gears folder, copy/paste the text I posted in the Code box, and save the file giving the name "Sc2gears-os-x-start.command" to it.
Now open the folder of Sc2gears in a file browser, and double click on the file "Sc2gears-os-x-start.command".
|
On January 06 2011 19:33 Dakota_Fanning wrote:Show nested quote +On January 06 2011 10:10 KaiserW wrote:On January 05 2011 09:00 Dakota_Fanning wrote:+ Show Spoiler +On January 05 2011 06:56 KaiserW wrote: Thank you for your reply Dakota.
May I ask when the projected release for the next version is?(a Rough Estimate) I realize that you just came out with a new version, so it's understandable if that is not scheduled.
Possibly a dumb question: Am I able to create a 'clickable starter script' myself? The next release will probably come out when 1.2 patch hits battle.net and I'm done implementing the new replay format (replay format will change). You can create a clickable starter script too: #!/bin/bash cd ${0%/*}; java -Xmx512m -cp lib/Sc2gears.jar:lib/jl1.0.1.jar:lib/mp3spi1.9.4.jar:lib/tritonus_share.jar:lib/squareness.jar:lib/napkinlaf-1.2.jar:lib/OfficeLnFs_2.7.jar:lib/EaSynthLookAndFeel.jar hu/belicza/andras/sc2gears/Sc2gears "$1"; Name it something like Sc2gears-start.command, and you should be able to double click on it (maybe you have to chmod +x it first, I'm not sure). Place it in the folder of Sc2gears. Second thought Edit: If this it too much to ask, I can wait for the patch to come out next week. Awesome. Do you have a link to a guide handy or a website/forum that I could visit. I've been trying to figure out how to create this script, as I have no idea how to even start. I've been checking into bash, searching through various forums. But to be honest, it took me a while to figure out how to even start Sc2Gears. Just recently got a Mac again, longtime fan, and am completely used to the command prompt due to work, and owning a gaming PC I build, so I am quite lost. And having no knowledge of even the basic terminology, using search keywords such as 'clickable starter script' 'terminal' 'mac', is not getting me far, I feel. Or some relevant keywords that I could search with would be greatly appreciated as well. Basically all you need to do is create a text file inside the Sc2gears folder, copy/paste the text I posted in the Code box, and save the file giving the name "Sc2gears-os-x-start.command" to it. Now open the folder of Sc2gears in a file browser, and double click on the file "c2gears-os-x-start.command".
It worked! Awesome. Thank you very much for your help and time Dakota. It has been invaluable. I wish you a happy new year.
KaiserW
|
Sorry if this has been posted/asked before, but is there a preferred replay site that works well with sc2gears?
I'd love to be able to easily upload all my saved replays in bulk once a day or so.
|
I have two really important questions:
1) Is there a way to make sc2 gears start on windows load? 2) Is there a way to "autosave" all the replays that are in recent history that haven't been autosaved because I loaded it after the games?
Thank you for this program it's awesome (:
|
any admin of this tool reading this ? there is a BIIIG problem on the tool
"YOU CANT SORT AFTER DATES" !
if you do you will have "01.02.2010 - 02.02.2010 - 03.02 2009 etc
you cant order so you have the newest on top or the oldest on top so the whole datum sort thing is broken by wrong coding
would be epic if you guys can fix this atm i cant see which is newest and which is 2 month old without searching 2 hours
|
Dakota_Fanning
Hungary2357 Posts
On January 08 2011 08:57 mlbrandow wrote: Sorry if this has been posted/asked before, but is there a preferred replay site that works well with sc2gears?
I'd love to be able to easily upload all my saved replays in bulk once a day or so. There is a replay sharing feature in Sc2gears with 2 sites that implemented the specification: replayfu.com and topreplays.com.
But since this is a replay sharing service/feature, you can only upload replays one by one. What you're asking is an online storage... there are plenty of them.
|
Dakota_Fanning
Hungary2357 Posts
On January 08 2011 12:29 Vei wrote: I have two really important questions:
1) Is there a way to make sc2 gears start on windows load? 2) Is there a way to "autosave" all the replays that are in recent history that haven't been autosaved because I loaded it after the games?
Thank you for this program it's awesome (: 1) Yes, but not from Sc2geras. Simply place a link of Sc2gears.exe to the Startup folder of your Windows Start menu. 2) No, there isn't. But you can copy the replays with Sc2gears, and also apply the same name template you use for the auto-saved replays.
|
Dakota_Fanning
Hungary2357 Posts
On January 08 2011 18:50 CoR wrote: any admin of this tool reading this ? there is a BIIIG problem on the tool
"YOU CANT SORT AFTER DATES" !
if you do you will have "01.02.2010 - 02.02.2010 - 03.02 2009 etc
you cant order so you have the newest on top or the oldest on top so the whole datum sort thing is broken by wrong coding
would be epic if you guys can fix this atm i cant see which is newest and which is 2 month old without searching 2 hours Sorting by date works perfectly on the default date and time format that is set for the English language. The translator of the German language set a different date/time format, that's why it is not the expected result. I will look into it.
You can have a correct date order if you enter a custom date format where the format contains year, month and day in this order or select the English language.
|
Is there a possibility to chose supply, rather than time, when viewing the "builds/tech" chart? :x Cause that would make it easier to extract BOs from replays, without having to watch them in great detail :&
|
ty so much for this i fucking love this program
|
Dakota_Fanning
Hungary2357 Posts
On January 09 2011 02:53 SiNiST3R wrote: Is there a possibility to chose supply, rather than time, when viewing the "builds/tech" chart? :x Cause that would make it easier to extract BOs from replays, without having to watch them in great detail :& It is not possible because the supply count is not stored in the replays...
|
|
|
|