• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 19:12
CEST 01:12
KST 08:12
  • 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
TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
BSL Team A vs Koreans - Sat-Sun 16:00 CET6Weekly Cups (Oct 6-12): Four star herO85.0.15 Patch Balance Hotfix (2025-10-8)80Weekly Cups (Sept 29-Oct 5): MaxPax triples up3PartinG joins SteamerZone, returns to SC2 competition32
StarCraft 2
General
Revisiting the game after10 years and wow it's bad The New Patch Killed Mech! TL.net Map Contest #21: Voting Stellar Fest: StarCraft II returns to Canada herO Talks: Poor Performance at EWC and more...
Tourneys
SC2's Safe House 2 - October 18 & 19 Sparkling Tuna Cup - Weekly Open Tournament $1,200 WardiTV October (Oct 21st-31st) WardiTV Mondays RSL Offline Finals Dates + Ticket Sales!
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers
Brood War
General
BW General Discussion BSL Season 21 BGH Auto Balance -> http://bghmmr.eu/ BW caster Sayle BSL Team A vs Koreans - Sat-Sun 16:00 CET
Tourneys
[ASL20] Semifinal B [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN [ASL20] Semifinal A
Strategy
Current Meta BW - ajfirecracker Strategy & Training Relatively freeroll strategies Siegecraft - a new perspective
Other Games
General Games
Stormgate/Frost Giant Megathread Dawn of War IV Path of Exile Nintendo Switch Thread ZeroSpace 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 US Politics Mega-thread Things Aren’t Peaceful in Palestine Men's Fashion Thread Sex and weight loss
Fan Clubs
The herO Fan Club! The Happy Fan Club!
Media & Entertainment
Series you have seen recently... Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
Formula 1 Discussion 2024 - 2026 Football Thread MLB/Baseball 2023 NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
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
The Heroism of Pepe the Fro…
Peanutsc
Rocket League: Traits, Abili…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1507 users

Scelight 6.0: Patch 3.0 + LotV support - Page 23

Forum Index > SC2 General
927 CommentsPost a Reply
Prev 1 21 22 23 24 25 47 Next All
Dakota_Fanning *
Profile Joined January 2008
Hungary2357 Posts
Last Edited: 2015-01-14 20:54:21
January 14 2015 20:53 GMT
#441
On January 14 2015 13:50 wUndertUnge wrote:
What is the best way to show the winner of a match in your file save parsing? My ideal way would just to show if I won or not, and I currently have this:

[dateTimeShort] [O][matchup][C] [map]

I tried putting in [winners], but it doesn't seem to be taking. Do I also need to include player names? It just seems a bit redundant...

There are multiple ways to indicate winner(s) or game result in the file name.

1) Use the [winner] symbol: it results in the names of the winners separated by a comma. If the game is a 1v1, it will be just one name. E.g. if Bob played vs Alice and Bob won, [winner] will be translated to Bob.

2) Use the [resultX] symbol: it inserts the result of the X-th player. Note: first add yourself to the Favored player list, and that way you will always be the first player. So if you're Bob and you played vs Alice and you won, then [result1] will be V (Victory). If you lost, [result1] will be D (Defeat). Others: T for Tie, U for Unknown

3) Use the [resultLongX] symbol: similar to [resultX] but this is not just one letter but a word: Victory, Defeat, Tie, Unknown.

4) If you use a player block <> that will iterate over all players. For example the template <PIBPlayer PIBResult> will iterate over all players, insert the player name and result letter (V for Victory, D for Defeat etc.) and separate teammates with a comma and teams with the word "vs".
If you're Bob and played vs Alice and you won, <PIBPlayer PIBResult> will result in "Bob V vs Alice D". If you lost, the result will be "Bob D vs Alice V".
https://repmastered.icza.net
White_Templar
Profile Joined January 2015
United Kingdom4 Posts
January 15 2015 11:32 GMT
#442
Boys, I'm desperate.... Honest to God, I have no idea how to make this thing work on my mid 2012 15" MBP Retina OSX 10.9.5... See screenshot for attempts at Terminal user command (as they say, instructions weren't clear enough > head got stuck between hands at 5am local time)

See my screenshot here

I recognise the possibility of an existing answer to the question above in one of the 25 pages of this thread, but I kinda stopped reading after I realised the answer would be for a preceding version of the app.

Help needed badly here...
Dakota_Fanning *
Profile Joined January 2008
Hungary2357 Posts
Last Edited: 2015-01-16 02:52:15
January 16 2015 02:06 GMT
#443
On January 15 2015 20:32 White_Templar wrote:
Boys, I'm desperate.... Honest to God, I have no idea how to make this thing work on my mid 2012 15" MBP Retina OSX 10.9.5... See screenshot for attempts at Terminal user command (as they say, instructions weren't clear enough > head got stuck between hands at 5am local time)

See my screenshot here

I recognise the possibility of an existing answer to the question above in one of the 25 pages of this thread, but I kinda stopped reading after I realised the answer would be for a preceding version of the app.

Help needed badly here...

To make a script executable, the required command is:

chmod +x /Users/Admin/Scelight/Scelight-os-x.command

Note the "+x" and note that you only issued the following commands:

chmod /Users/Admin/Scelight/Scelight-os-x.command
chmod + /Users/Admin/Scelight/Scelight-os-x.command

https://repmastered.icza.net
White_Templar
Profile Joined January 2015
United Kingdom4 Posts
Last Edited: 2015-01-16 03:59:05
January 16 2015 03:57 GMT
#444
On January 16 2015 11:06 Dakota_Fanning wrote:
Show nested quote +
On January 15 2015 20:32 White_Templar wrote:
Boys, I'm desperate.... Honest to God, I have no idea how to make this thing work on my mid 2012 15" MBP Retina OSX 10.9.5... See screenshot for attempts at Terminal user command (as they say, instructions weren't clear enough > head got stuck between hands at 5am local time)

See my screenshot here

I recognise the possibility of an existing answer to the question above in one of the 25 pages of this thread, but I kinda stopped reading after I realised the answer would be for a preceding version of the app.

Help needed badly here...

To make a script executable, the required command is:

chmod +x /Users/Admin/Scelight/Scelight-os-x.command

Note the "+x" and note that you only issued the following commands:

chmod /Users/Admin/Scelight/Scelight-os-x.command
chmod + /Users/Admin/Scelight/Scelight-os-x.command



Thanks for an incredibly fast response!

So that worked (didn't use the +X cause thought that x needs to be replaced with the path to executable), but now I am stuck at a next step where the program just won't run because of some unsupported major version (see here). So, Java doesn't even start running still. Any ideas why this might be the case and how to fix that? :/

I have the latest Java installed currently, if that matters at all. :D
Dakota_Fanning *
Profile Joined January 2008
Hungary2357 Posts
Last Edited: 2015-01-16 04:41:42
January 16 2015 04:33 GMT
#445
On January 16 2015 12:57 White_Templar wrote:
Show nested quote +
On January 16 2015 11:06 Dakota_Fanning wrote:
On January 15 2015 20:32 White_Templar wrote:
Boys, I'm desperate.... Honest to God, I have no idea how to make this thing work on my mid 2012 15" MBP Retina OSX 10.9.5... See screenshot for attempts at Terminal user command (as they say, instructions weren't clear enough > head got stuck between hands at 5am local time)

See my screenshot here

I recognise the possibility of an existing answer to the question above in one of the 25 pages of this thread, but I kinda stopped reading after I realised the answer would be for a preceding version of the app.

Help needed badly here...

To make a script executable, the required command is:

chmod +x /Users/Admin/Scelight/Scelight-os-x.command

Note the "+x" and note that you only issued the following commands:

chmod /Users/Admin/Scelight/Scelight-os-x.command
chmod + /Users/Admin/Scelight/Scelight-os-x.command



Thanks for an incredibly fast response!

So that worked (didn't use the +X cause thought that x needs to be replaced with the path to executable), but now I am stuck at a next step where the program just won't run because of some unsupported major version (see here). So, Java doesn't even start running still. Any ideas why this might be the case and how to fix that? :/

I have the latest Java installed currently, if that matters at all. :D

Scelight requires Java 7.0 or newer. If you get the "unsupported major version" error, that means you have Java 6.0 or earlier.

You have to get at least Java 7.0, but Java 8.0 is recommended.

You can test your Java version by running this command:

java -version


Another thing: on OS-X you may have multiple versions of Java installed, but only one can be default. Even if you have the latest Java, a version prior to 7.0 might be the default.
https://repmastered.icza.net
White_Templar
Profile Joined January 2015
United Kingdom4 Posts
Last Edited: 2015-01-20 18:43:10
January 20 2015 18:40 GMT
#446
On January 16 2015 13:33 Dakota_Fanning wrote:
Show nested quote +
On January 16 2015 12:57 White_Templar wrote:
On January 16 2015 11:06 Dakota_Fanning wrote:
On January 15 2015 20:32 White_Templar wrote:
Boys, I'm desperate.... Honest to God, I have no idea how to make this thing work on my mid 2012 15" MBP Retina OSX 10.9.5... See screenshot for attempts at Terminal user command (as they say, instructions weren't clear enough > head got stuck between hands at 5am local time)

See my screenshot here

I recognise the possibility of an existing answer to the question above in one of the 25 pages of this thread, but I kinda stopped reading after I realised the answer would be for a preceding version of the app.

Help needed badly here...

To make a script executable, the required command is:

chmod +x /Users/Admin/Scelight/Scelight-os-x.command

Note the "+x" and note that you only issued the following commands:

chmod /Users/Admin/Scelight/Scelight-os-x.command
chmod + /Users/Admin/Scelight/Scelight-os-x.command



Thanks for an incredibly fast response!

So that worked (didn't use the +X cause thought that x needs to be replaced with the path to executable), but now I am stuck at a next step where the program just won't run because of some unsupported major version (see here). So, Java doesn't even start running still. Any ideas why this might be the case and how to fix that? :/

I have the latest Java installed currently, if that matters at all. :D

Scelight requires Java 7.0 or newer. If you get the "unsupported major version" error, that means you have Java 6.0 or earlier.

You have to get at least Java 7.0, but Java 8.0 is recommended.

You can test your Java version by running this command:

java -version


Another thing: on OS-X you may have multiple versions of Java installed, but only one can be default. Even if you have the latest Java, a version prior to 7.0 might be the default.


Thing is, I don't have JDK, so I cannot use the command line commands. Should I install it? I mean, without JDK the feature of having two versions of Java on one computer just doesn't make much sense tbh, so why would they implement it.. At least that's some sort of issue with Java which can't get fixed without JDK.

PS: as mentioned above: the only version I should have is the latest one, as I made sure to delete the previous Java I had before installing the new one. However, I might have some really old version, which should be deleted some other way or whatever, that I don't know of.. I've been experiencing problems with Jave for a while, tbh, and cannot truly understand why
SC2Frozen
Profile Joined November 2012
Switzerland23 Posts
January 20 2015 23:30 GMT
#447
On January 14 2015 05:42 Dakota_Fanning wrote:
Show nested quote +
On January 13 2015 08:36 SC2Frozen wrote:
sc2gears had a file naming token for the season (very useful for splitting replays into folders on auto-save), but I can't seem to find it in scelight -- am I missing it?

The season info is not stored in the replay. In Sc2gears it was decided by an internal season-date table which requires manual update on each season. This was not added/implemented in Scelight, and it is not correct anymore in Sc2gears as it was not updated for a long time now.


Any chance of adding this feature? The tool could try and download the table on a regular basis, so it doesn't sound like updates would be too onerous.....
Hot_Ice
Profile Joined January 2013
139 Posts
Last Edited: 2015-01-26 17:57:13
January 26 2015 15:29 GMT
#448
--- Nuked ---
wUndertUnge
Profile Blog Joined September 2010
United States1125 Posts
Last Edited: 2015-01-27 20:55:24
January 27 2015 20:00 GMT
#449
How do you analyze and include unspent resources in the replay chart? Can't seem to find that

Also in addition, is there a way to look at build order by supply. For example, I clicked on the chart for when the first reaper was built, but would also like to see what supply these things are going down or to have some kind of supply reference at that time
Clan: QQGC - wundertunge#1850
TL+ Member
Dakota_Fanning *
Profile Joined January 2008
Hungary2357 Posts
January 28 2015 21:22 GMT
#450
On January 28 2015 05:00 wUndertUnge wrote:
How do you analyze and include unspent resources in the replay chart? Can't seem to find that

Also in addition, is there a way to look at build order by supply. For example, I clicked on the chart for when the first reaper was built, but would also like to see what supply these things are going down or to have some kind of supply reference at that time

The "Player Stats" chart type opens up a lot of new possibilities, the following included:

Resources current - This is the unspent resources
Food Used - This is the current supply
https://repmastered.icza.net
Kibbelz
Profile Joined March 2012
United States31 Posts
January 28 2015 23:19 GMT
#451
Dakota, I've always loved your programs. I used SC2 gears for years while training to be a pro before I switched to commentary. Just wanted to say that I freaking love your stuff, and get that out of the way

I'm wondering if there is a way to view the build order statistics for multiple replays? It would be amazing, for instance, to see that 65% of Zerg's in my replays open hatch first. It would be even better if this were divided by map.

I've been working with some viewers from Fenn3r's Twitch channel to do exactly this: we've made a spreadsheet that digests data that you input manually and tells you the frequency with which you've encountered different openings. I later realized this feature may already exist in Scelight. Figured I'd ask you after not being able to find it.

Thanks again for all you do!!
"Conventional wisdom notwithstanding, there is no reason either in football or in poetry why the two should not meet in a man's life if he has the weight and cares about the words" -Archibald MacLeish
Dakota_Fanning *
Profile Joined January 2008
Hungary2357 Posts
January 28 2015 23:31 GMT
#452
On January 29 2015 08:19 Kibbelz wrote:
Dakota, I've always loved your programs. I used SC2 gears for years while training to be a pro before I switched to commentary. Just wanted to say that I freaking love your stuff, and get that out of the way

I'm wondering if there is a way to view the build order statistics for multiple replays? It would be amazing, for instance, to see that 65% of Zerg's in my replays open hatch first. It would be even better if this were divided by map.

I've been working with some viewers from Fenn3r's Twitch channel to do exactly this: we've made a spreadsheet that digests data that you input manually and tells you the frequency with which you've encountered different openings. I later realized this feature may already exist in Scelight. Figured I'd ask you after not being able to find it.

Thanks again for all you do!!

These statistics you seek for are not implemented (although it wouldn't be hard). It would also be possible to do this by an external module for Scelight.
https://repmastered.icza.net
Dakota_Fanning *
Profile Joined January 2008
Hungary2357 Posts
February 25 2015 22:49 GMT
#453
SC2ReplayStatsUploader - The First Official External Module has been released.

This External Module uploads new replays to your SC2ReplayStats.com account automatically.

Details - including how to install the SC2ReplayStatsUploader External Module - are in the first post. This News post also appears inside Scelight on the News page.
https://repmastered.icza.net
Firkraag8
Profile Joined August 2010
Sweden1006 Posts
February 26 2015 18:34 GMT
#454
On February 26 2015 07:49 Dakota_Fanning wrote:
SC2ReplayStatsUploader - The First Official External Module has been released.

This External Module uploads new replays to your SC2ReplayStats.com account automatically.

Details - including how to install the SC2ReplayStatsUploader External Module - are in the first post. This News post also appears inside Scelight on the News page.


Awesome, i have an account there. Downloaded the module.
Too weird to live, too rare to die.
Dumbledore
Profile Joined April 2011
Sweden725 Posts
February 26 2015 21:30 GMT
#455
You dont happen to be looking for an additional developer?
Have a nice day ;)
Dakota_Fanning *
Profile Joined January 2008
Hungary2357 Posts
February 26 2015 23:53 GMT
#456
On February 27 2015 06:30 Dumbledore wrote:
You dont happen to be looking for an additional developer?

Not at the moment but External Modules can be developed completely independent from the main code.
https://repmastered.icza.net
Firkraag8
Profile Joined August 2010
Sweden1006 Posts
Last Edited: 2015-03-29 16:56:54
March 26 2015 11:54 GMT
#457
Everyone who enjoys this tool may want to second Dakota here!
Too weird to live, too rare to die.
Bazik
Profile Joined September 2010
Portugal104 Posts
April 21 2015 01:19 GMT
#458
Any news on beta support for LotV?
wUndertUnge
Profile Blog Joined September 2010
United States1125 Posts
Last Edited: 2015-04-26 15:10:55
April 26 2015 14:18 GMT
#459
Is anyone getting fragmenting of text in the program? It has been happening for a few months now.

Second question: how do people use the tool to read (and copy) build orders? Specifically, I'd like to change the build order time to supply counts
Clan: QQGC - wundertunge#1850
TL+ Member
graNite
Profile Blog Joined December 2010
Germany4434 Posts
April 26 2015 18:00 GMT
#460
I still use sc2gears because the functions I want to use are only in it, not in scelight...
"Oink oink, bitches" - Tasteless on Pigbaby winning a map against Flash
Prev 1 21 22 23 24 25 47 Next All
Please log in or register to reply.
Live Events Refresh
IPSL
19:00
Ro24 Group D
Sziky vs Havi
Artosis vs Klauso
Airneanach169
Liquipedia
Safe House 2
17:00
Playoffs
TriGGeR vs Cham
Astrea vs TBD
ZombieGrub850
TKL 165
CosmosSc2 157
EnkiAlexander 61
3DClanTV 60
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ZombieGrub850
PiGStarcraft295
TKL 165
CosmosSc2 157
Nathanias 88
ProTech71
Dota 2
monkeys_forever212
Super Smash Bros
AZ_Axe97
Heroes of the Storm
Khaldor238
Other Games
summit1g5553
Grubby2396
fl0m844
Maynarde215
fpsfer 2
Organizations
Other Games
gamesdonequick3177
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 18 non-featured ]
StarCraft 2
• Hupsaiya 42
• musti20045 29
• HeavenSC 13
• LaughNgamezSOOP
• sooper7s
• AfreecaTV YouTube
• intothetv
• Migwel
• Kozan
• IndyKCrew
StarCraft: Brood War
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• Ler57
League of Legends
• Doublelift4204
Other Games
• imaqtpie2150
• Shiphtur303
• WagamamaTV237
Upcoming Events
Replay Cast
10h 48m
Monday Night Weeklies
16h 48m
Replay Cast
23h 48m
WardiTV Invitational
1d 11h
WardiTV Invitational
1d 15h
PiGosaur Monday
2 days
Replay Cast
2 days
Tenacious Turtle Tussle
2 days
The PondCast
3 days
WardiTV Invitational
4 days
[ Show More ]
Online Event
4 days
RSL Revival
5 days
RSL Revival
5 days
WardiTV Invitational
5 days
Afreeca Starleague
6 days
Snow vs Soma
Sparkling Tuna Cup
6 days
WardiTV Invitational
6 days
CrankTV Team League
6 days
RSL Revival
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
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
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
BSL 21 Non-Korean Championship
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 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.