• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 21:42
CEST 03:42
KST 10:42
  • 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
Team TLMC #5 - Finalists & Open Tournaments0[ASL20] Ro16 Preview Pt2: Turbulence9Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
Weekly Cups (Sept 8-14): herO & MaxPax split cups4WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia8Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues29LiuLi Cup - September 2025 Tournaments3
StarCraft 2
General
#1: Maru - Greatest Players of All Time Weekly Cups (Sept 8-14): herO & MaxPax split cups Team Liquid Map Contest #21 - Presented by Monster Energy SpeCial on The Tasteless Podcast Team TLMC #5 - Finalists & Open Tournaments
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris SC4ALL $6,000 Open LAN in Philadelphia Sparkling Tuna Cup - Weekly Open Tournament WardiTV TL Team Map Contest #5 Tournaments RSL: Revival, a new crowdfunded tournament series
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
BW General Discussion [ASL20] Ro16 Preview Pt2: Turbulence ASL20 General Discussion Diplomacy, Cosmonarchy Edition BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL20] Ro16 Group D [ASL20] Ro16 Group C [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread General RTS Discussion Thread Nintendo Switch Thread Borderlands 3
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
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread Russo-Ukrainian War Thread The Big Programming Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
The Personality of a Spender…
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
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1797 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
Hungary2349 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
Hungary2349 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
Hungary2349 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
Hungary2349 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
Hungary2349 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
Hungary2349 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
Hungary2349 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
PiGosaur Monday
00:00
#49
SteadfastSC165
EnkiAlexander 73
davetesta40
Liquipedia
OSC
23:00
OSC Elite Rising Star #16
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 197
RuFF_SC2 138
SteadfastSC 125
ROOTCatZ 40
StarCraft: Brood War
Artosis 771
Backho 121
NaDa 30
Icarus 2
Dota 2
monkeys_forever607
Super Smash Bros
Mew2King19
Other Games
summit1g8755
shahzam1013
Day[9].tv665
C9.Mang0303
Maynarde134
ViBE127
NeuroSwarm107
XaKoH 71
Trikslyr69
Organizations
Other Games
gamesdonequick723
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• OhrlRock 1
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Other Games
• Scarra1118
• Day9tv665
Upcoming Events
LiuLi Cup
9h 18m
OSC
17h 18m
RSL Revival
1d 8h
Maru vs Reynor
Cure vs TriGGeR
The PondCast
1d 11h
RSL Revival
2 days
Zoun vs Classic
Korean StarCraft League
3 days
BSL Open LAN 2025 - War…
3 days
RSL Revival
3 days
BSL Open LAN 2025 - War…
4 days
RSL Revival
4 days
[ Show More ]
Online Event
4 days
Wardi Open
5 days
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

Proleague 2025-09-10
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
FISSURE Playground #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 World Championship of Poland 2025
IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Stellar Fest
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
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
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.