• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 03:19
CET 09:19
KST 17:19
  • 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: Winners10Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12[ASL20] Ro4 Preview: Descent11
Community News
StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7[BSL21] RO32 Group Stage4Weekly Cups (Oct 26-Nov 2): Liquid, Clem, Solar win; LAN in Philly2Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win10
StarCraft 2
General
Mech is the composition that needs teleportation t StarCraft, SC2, HotS, WC3, Returning to Blizzcon! RotterdaM "Serral is the GOAT, and it's not close" TL.net Map Contest #21: Winners Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win
Tourneys
Constellation Cup - Main Event - Stellar Fest Sparkling Tuna Cup - Weekly Open Tournament $5,000+ WardiTV 2025 Championship Merivale 8 Open - LAN - Stellar Fest Sea Duckling Open (Global, Bronze-Diamond)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection
Brood War
General
FlaSh on: Biggest Problem With SnOw's Playstyle [ASL20] Ask the mapmakers — Drop your questions BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ Where's CardinalAllin/Jukado the mapmaker?
Tourneys
[ASL20] Grand Finals [BSL21] RO32 Group A - Saturday 21:00 CET [Megathread] Daily Proleagues [BSL21] RO32 Group B - Sunday 21:00 CET
Strategy
PvZ map balance Current Meta How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile Should offensive tower rushing be viable in RTS games? Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion
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
Things Aren’t Peaceful in Palestine US Politics Mega-thread The Games Industry And ATVI Russo-Ukrainian War Thread YouTube Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 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
Blogs
Learning my new SC2 hotkey…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Our Last Hope in th…
KrillinFromwales
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1622 users

[bcoverlay] an overlay for windows / games / bw

Forum Index > BW General
Post a Reply
Normal
dosbox
Profile Joined May 2011
27 Posts
Last Edited: 2011-10-18 16:49:57
May 13 2011 11:19 GMT
#1
hello,

here is a small overlay program that can be used to cover portions of the screen when you record a replay or broadcast a tournament, for example. in can also work for any other purposes outside BW (e.g. SC2, CS, QUAKE) etc.

it only runs on windows but probably on a lot of different versions of the os. tested on xp-x86 and vista-x64. not tested on wine but there is a big chance its broken there due to api incompatibility and bugs.

i'm also pretty sure that most definitely there are alternatives of this out there :-).

------------------------
preview with bw:
[image loading]

preview with bw: (12mb gif video):
http://dl.dropbox.com/u/28720954/bcoverlay_demo.gif

loading images:
http://dl.dropbox.com/u/28720954/bc_overlay_demo2.gif

scripting:
http://dl.dropbox.com/u/28720954/bcoverlay_pos_demo.gif

------------------------
some q&a:

[q]: why use this when bitmaps can be placed in multi-cam software like VHMultiCam ?
[a]: this is a very efficient yet simple alternative written in c (+ some asm to cut a couple of corners). if you have a lets say 10y/o machine you might find that VHMultiCam is actually quite resource hungry. on the other hand you can possibly run 100 instances of this program and still be under 1% cpu (for single frame images).

[q]: how to load images and use transparency ?
[a]: supported image formats (since 0.52) are BMP/GIF/PNG/JPEG. you can check for a short example in the [extras] sections of the "readme.txt" file on how to load images with transparency.

[q]: it says that it cannot load an image ?
[a]: probably there is something wrong with the image format. try to open the file in an image editor (like ms paint, photoshop, image ready) and save the image as a new file.

[q]: why do the colors look bad for some animated GIFs ?
[a]: this should be a similar answer to the one above.

[q]: when i set transparency the overlay disappears with VHScrCap or Xsplit ?
[a]: bcoverlay uses very simple winapi methods to make use of transparency. it also depends on what the capturing software is doing. for example CamStudio _does_ capture transparent windows.
edit: looks like VHScrCap has an option which enables that "Config -> Settings -> Capture layered windows".

[q]: how efficient is it ?
[a]: it is quite efficient for a static overlay, but rendering animated images (multiple frames) is a cpu heavy operation.

[q]: does it support unicode and different languages ?
[a]: it is an unicode application essentially and "should" work with all languages, but i have only tested with latin / cyrillic. one of the downsides of this is that it consumes more ram per instance (~2mb) thus the current maximum number of characters is limited to 512.

[q]: why keyboard shortcuts instead of a settings panel ?
[a]: i think there should be less configuration windows and panels popping out during a stream, so most overlay controls are accessible with shortcut keys. its very easy to get used to the controls.

[q]: i find it a bit difficult to prepare my overlay setup each time ?
[a]: bcoverlay allows command line scripting. each overlay which is currently on the screen has a command line accessible via f5. a list of command lines can be stored in a cmd or bat file and executed later. please check the included files "set_start.cmd" and "set_kill.cmd" for an example.

[q]: where to report bugs ?
[a]: you can report in this thread for now. if not check the "readme.txt" for contact info.
please specify OS/ CPU and steps to reproduce.

[q]: source code ?
[a]: i may release it eventually. it is quite a mess and needs some cleanup. (edit).
------------------------
download (v.0.52):
http://dl.dropbox.com/u/28720954/bcoverlay.zip

------------------------
cheers ;-)
dosbox
konadora *
Profile Blog Joined February 2009
Singapore66357 Posts
May 13 2011 11:26 GMT
#2
wow, this is awesome! thanks! pretty sure some people will find it useful
POGGERS
Essbee
Profile Blog Joined August 2008
Canada2371 Posts
May 13 2011 11:31 GMT
#3
Nice first post. This is definitely useful
Hyde
Profile Blog Joined November 2007
Australia14568 Posts
May 13 2011 11:52 GMT
#4
Welcome! Awesome first post :D
This will be handy for streamers that's for sure.
Because when you left, Brood War was all spotlights and titans. Now, with the death of the big leagues, Brood War has moved to the basements and carparks. Now, Brood War is unlicensed brawls, lost teeth, and bloody fights for fistfulls of money - SirJolt
2Pacalypse-
Profile Joined October 2006
Croatia9517 Posts
Last Edited: 2011-05-13 11:53:47
May 13 2011 11:53 GMT
#5
Wow this is awesome!

Any chance for source? For educational purposes only of course!

edit: ah nvm, I see you answered it in faq.
Moderator"We're a community of geniuses because we've found how to extract 95% of the feeling of doing something amazing without actually doing anything." - Chill
Caos2
Profile Joined November 2008
United States1728 Posts
May 13 2011 12:57 GMT
#6
I'd love for streamers to use this, a lot easier for non-korean speaking folks.
Suc
Profile Blog Joined January 2009
Australia1569 Posts
May 13 2011 14:03 GMT
#7
Great contribution, it's about time bw got something like this.
Armathai
Profile Joined October 2007
1023 Posts
May 13 2011 14:07 GMT
#8
Wow this is awesome! I've always been missing a simple solution for putting up player scores.

Great first post, and dosbox is an awesome name, I remember using dosbox to play Tie Fighter, Billy the Kid and other great classics <3

Looking for ArcticCerebrate formerly from @USEast
Grobyc
Profile Blog Joined June 2008
Canada18410 Posts
May 13 2011 14:41 GMT
#9
Sweet, I'll probably use this next time I decide to cast replays or something
If you watch Godzilla backwards it's about a benevolent lizard who helps rebuild a city and then moonwalks into the ocean.
byFd
Profile Joined May 2006
Germany620 Posts
May 13 2011 15:29 GMT
#10
thumbs up for the effort!

and nice and clean style, fits to bw imho!
(>°_°)>
Rodiel3
Profile Joined March 2011
France1158 Posts
May 13 2011 15:30 GMT
#11
Thx u, i test it
http://www.youtube.com/user/rodiel3 SCBW FPVOD
infinity2k9
Profile Blog Joined January 2009
United Kingdom2397 Posts
May 13 2011 15:32 GMT
#12
I like efficient programs, good job.
byFd
Profile Joined May 2006
Germany620 Posts
May 13 2011 15:36 GMT
#13
ah btw, whats bc in bcoverlay mean?
(>°_°)>
One Page Memory
Profile Blog Joined June 2004
Bulgaria2145 Posts
May 13 2011 16:03 GMT
#14
Welcome and great first post!
Thanks!
Jin Youngsoo before game with Savior: But, I demanded myself (of composure) by saying: Same old, same old - only a Zerg, only a Zerg
[-Bluewolf-]
Profile Blog Joined January 2003
United States609 Posts
May 13 2011 16:51 GMT
#15
Awesome! Seems quite easy to use. Going to use this for my broadcasting event tomorrow.

Thank you for making the available.
The melody of logic always plays the notes of truth.
alypse
Profile Joined May 2010
2771 Posts
May 13 2011 18:32 GMT
#16
Awesome man! Broadcasters will definitely make good use of this!
KT Violet 1988 - 2012
dosbox
Profile Joined May 2011
27 Posts
Last Edited: 2011-05-14 16:35:27
May 14 2011 16:33 GMT
#17
hello,

thanks for the comments.
@ byFd: bc means "BasiC" i guess. "boverlay" project name was already taken last time i've checked via google.

here is a quick update. the download link in the first posts now points to version 0.2. changelog:
- f5 - will show all settings in the form of a command line, so that such can be reused later on if copy/pasted to a cmd prompt or in a batch script.
- double click right mouse button - duplicates the window with all its settings (except multiline text)
- double click left mouse button - closes the window

notice: the new duplicate functionality might trigger a false-positive in AV software. let me know if this is the case, specifying the AV program (+vendor) and possibly if a heuristics engine is active.

--
[-Bluewolf-]
Profile Blog Joined January 2003
United States609 Posts
May 15 2011 04:07 GMT
#18
I used this today (Version 0.2) and appreciate the release. From my attempt to use it, noticed the following things:

1. Changing the color (F3 or F4) also seems to update the text in this version to the color that was set. So - if I have "Player VS Player" and then change the text color to white, it would now read "FFFFFF".

2. Double clicking on it shouldn't close it, I think. It is too easy to accidentally do so and it happened to me twice using this. I think it would be more user friendly for a double click to simply pop-up the text editor as it is more likely one wants to edit text rather than close it?

Thanks again for the application!
The melody of logic always plays the notes of truth.
dosbox
Profile Joined May 2011
27 Posts
Last Edited: 2011-05-15 06:56:41
May 15 2011 06:54 GMT
#19
On May 15 2011 13:07 [-Bluewolf-] wrote:
I used this today (Version 0.2) and appreciate the release. From my attempt to use it, noticed the following things:

1. Changing the color (F3 or F4) also seems to update the text in this version to the color that was set. So - if I have "Player VS Player" and then change the text color to white, it would now read "FFFFFF".


oops, that was a bug. fixed in the link in first post now (0.2a).


2. Double clicking on it shouldn't close it, I think. It is too easy to accidentally do so and it happened to me twice using this. I think it would be more user friendly for a double click to simply pop-up the text editor as it is more likely one wants to edit text rather than close it?

Thanks again for the application!


yes, you are correct - "edit text" is more intuitive for double left click. i though that it might be way to easy to close unintentionally....option is now present like you suggested in 0.2a.
--
edit:
p.s. if someone records a vod when using this overlay solution, please post a link for everyone to check out.
Chef
Profile Blog Joined August 2005
10810 Posts
May 17 2011 14:51 GMT
#20
Does it have to be in windowed mode? I kind of want to put this at the top of my screen just to pretend I am a progamer T.T lol
LEGEND!! LEGEND!!
Arnstein
Profile Blog Joined May 2010
Norway3381 Posts
May 17 2011 16:46 GMT
#21
Thanks :D
I will definitely use this when I'm going to attempt to stream this summer
rsol in response to the dragoon voice being heard in SCII: dragoon ai reaches new lows: wanders into wrong game
tbrown47
Profile Joined August 2009
United States1235 Posts
May 17 2011 16:56 GMT
#22
cool ty good first post :}
just here
dosbox
Profile Joined May 2011
27 Posts
Last Edited: 2011-05-18 19:50:05
May 18 2011 16:28 GMT
#23
update (download link in first post):


v.0.3
180511
- added basic support for bitmap loading and resize
- f6 toggles text visibility
- added f12 key to toggle fullscreen


to load an image:
1) save it as BMP format in the folder where bcoverlay is located. for example "image.bmp"
2) start a bcoverlay instance and press F7
3) enter "image.bmp" without the quotes
4) press F7 again -> image should load
5) to hide the image press F8

please, note that F12 will simply stretch the overlay to fit the desktop.
more general info in the "readme.txt" file

size of the executable is still under 25kb
(can be brought down more)

--
enjoy ;-)
dosbox
Profile Joined May 2011
27 Posts
Last Edited: 2011-06-27 23:35:50
May 20 2011 16:15 GMT
#24
update:


v.0.4
200511
- overlay now accepts drag&drop of bmp files
- f9 matches window to image dimensions
- f10 toggle disable window mouse events
- f11 locks overlay position and dimensions
- various small fixes


loading an image will always fit the current window size. if ` (tilde) is pressed the window size will match the loaded image size. (edit)

note on f10 vs f11 from "readme.txt":

[6] the difference between f10 and f11 is that f11 will lock the position
and dimensions of the overlay, but it will still be accessible to mouse
and keyboard. f10 will disable mouse events for this window and it will
only be accessible from the task bar (or task manager). this may also make
the window non visible to recording software that does not capture
transparent or "layered" windows.


an example for using f10 is when an overlay is placed near the edge of broodwar in w-more. with mouse events for the overlay disabled, mouse scroll in the game screen for example will work _bellow_ the overlay.


--
Sayle
Profile Joined October 2010
United Kingdom3685 Posts
Last Edited: 2011-05-20 18:05:35
May 20 2011 17:49 GMT
#25
Great work. The only thing I was concerned about was not being able to lock the overlays, but now that's fixed :D I'll be using this in my casts today and tomorrow to see how it goes ^^

Edit: double-click to edit text seems to be broken in the new version. F2 still works.
dosbox
Profile Joined May 2011
27 Posts
May 20 2011 18:10 GMT
#26
On May 21 2011 02:49 Sayle wrote:
Edit: double-click to edit text seems to be broken in the new version. F2 still works.


bug fixed for v.0.4a
nanashin
Profile Joined January 2011
United States1584 Posts
Last Edited: 2011-05-21 14:13:16
May 21 2011 11:42 GMT
#27
It would appear that using the & symbol between characters makes it vanish. It will appear only if there are one or more &'s placed beside it.
-
http://www.justin.tv/nanashina/b/286345235
I toy around with it at around the 1:54:00 mark
Now you must build the lies you have told. - Looking for Boram JP single trading card, have Jiyeon.
dosbox
Profile Joined May 2011
27 Posts
Last Edited: 2011-05-23 15:45:45
May 23 2011 15:44 GMT
#28
thanks for the bug reports.
@nanashin issue fixed in v0.4b:


v.0.4b
230511
- fixed issues with prefixes in text such as "&".
- some window position optimizations.
- improved positioning of multiline text in overlay.
- moved the command "f9 matches window to loaded image dimensions" to the " ` "
key (usually the same key as ~ tilde).
- added basic functionality to change font via f9 and the command line.


tip: to change the font press f9, enter any font name from the windows "fonts" folder (e.g. Times New Roman, Verdana, Courier New) and press f9 again.

--
Sayle
Profile Joined October 2010
United Kingdom3685 Posts
May 23 2011 16:01 GMT
#29
Could you add a way to maintain the aspect ratio when resizing a window?
fazek42
Profile Blog Joined April 2011
Hungary438 Posts
May 23 2011 17:19 GMT
#30
This is really great! I love it when watching Sayle's cast Great job!
dosbox
Profile Joined May 2011
27 Posts
May 23 2011 23:22 GMT
#31
On May 24 2011 01:01 Sayle wrote:
Could you add a way to maintain the aspect ratio when resizing a window?


i was thinking about that earlier.
might be possible with a ctrl key modifier in an incoming version.
dosbox
Profile Joined May 2011
27 Posts
Last Edited: 2011-05-27 19:14:35
May 27 2011 19:12 GMT
#32
hello,
here is another small update (v.0.42, link in first post):

v.0.42
270511
- added proportional resize when holding shift key and resizing edge
- added ctrl+z to undo the last move / resize
- removed case sensitivity for letter shortcuts
- other small fixes


the undo is very primitive at this stage. can be extended later on to restore all parameters up to a number of undo stages.

todo: basic timer functionality.
--
dosbox
Profile Joined May 2011
27 Posts
June 23 2011 15:05 GMT
#33
update on front page:

v0.5
230611
- added x, y control from the command line. f5 shows the current coordinates
(at the end of the full command line).


a bit more info on scripting:

scripting video demo:
http://dl.dropbox.com/u/28720954/bcoverlay_pos_demo.gif

scenario:

assuming that a caster does not change his streaming settings much (e.g. vscrcap rectangle is fixed for all casts), basically once you have created your overlay setup as well, go trough all the overlays, press f5 and copy the command line to a new cmd file (e.g. myset0.cmd) and save it where "bcoverlay.exe" is.

example:

this example creates a nice overlay setup (but note that it places the score board near the 0, 0 coordinate).


start bcoverlay "Tournament Name" 12 140 16 0x0 0xffffff 255 0 1 NONE "Arial" 0 0
start bcoverlay "Player1" 15 100 20 0xffffff 0x0 255 0 1 NONE "Arial" 0 16
start bcoverlay "0" 15 20 20 0xffffff 0x0 255 0 1 NONE "Arial" 100 16
start bcoverlay "" 15 20 20 0xffffff 0x8cff 255 0 1 NONE "Arial" 120 16
start bcoverlay "Player2" 15 100 20 0xffffff 0x0 255 0 1 NONE "Arial" 0 36
start bcoverlay "0" 15 20 20 0xffffff 0x0 255 0 1 NONE "Arial" 100 36
start bcoverlay "" 15 20 20 0xffffff 0x660066 255 0 1 NONE "Arial" 120 36
start bcoverlay "[Title]" 18 116 72 0xeeee 0x0 255 0 1 NONE "Arial" 442 301

^ changing the numbers in the end of the cmd line will change the x, y coordinates.
if you want to shift the entire score board to the 50, 50 coordinate simply add 50 to all the numbers.
becoming 50, 50; 50, 66; 150, 66...etc
more info on cmd line can be found in "readme.txt"

result:
[image loading]

cheers
2Pacalypse-
Profile Joined October 2006
Croatia9517 Posts
June 23 2011 15:10 GMT
#34
wow, that's actually pretty awesome!
Moderator"We're a community of geniuses because we've found how to extract 95% of the feeling of doing something amazing without actually doing anything." - Chill
ImbaTosS
Profile Blog Joined January 2009
United Kingdom1699 Posts
June 23 2011 23:40 GMT
#35
i will definitely be trying out CMD line use for this, before my Sunday cast. You're a pretty cool guy...
EleGant[AoV]
nanashin
Profile Joined January 2011
United States1584 Posts
October 11 2011 03:15 GMT
#36
I seriously have to say that I absolutely love this overlay program of yours and have used it quite a lot in the past four or five months.

Not sure if you're still around or even tinkering with BCoverlay anymore, but if you are, is there any possibility of you making future iterations of the overlay support gif, namely the animated sort?
Now you must build the lies you have told. - Looking for Boram JP single trading card, have Jiyeon.
dosbox
Profile Joined May 2011
27 Posts
October 18 2011 17:06 GMT
#37
hello, here is an update:


v0.52
161011
- added support for more image formats PNG/GIF/JPEG/BMP (+ image animation)
- added copy / paste functionality for the overlay text
- reduced render flickering
- executable size inflated to ~600 kb due to new functionality



the default performance hasn't changed, but rendering of multi-frame images (e.g. animated GIF) is a resource hungry operation in general. all memory is released properly and also i've tried optimizing as much as possible. the performance over here is similar to the default "picture and fax viewer" in windows xp, i think.

"loading a gif" - demo (12mb):
http://dl.dropbox.com/u/28720954/bcoverlay_loading_a_gif.gif


cheers

-
nanashin
Profile Joined January 2011
United States1584 Posts
October 21 2011 05:56 GMT
#38
This is glorious! Thank you very much for still being around and for making that patch.
Now you must build the lies you have told. - Looking for Boram JP single trading card, have Jiyeon.
L_Master
Profile Blog Joined April 2009
United States8017 Posts
October 24 2011 02:22 GMT
#39
On May 17 2011 23:51 Chef wrote:
Does it have to be in windowed mode? I kind of want to put this at the top of my screen just to pretend I am a progamer T.T lol


This.

Is this usuable in normal starcraft? I stream the old school way (camtasia + FMLE) so I can play/cast in fullscreen. Didn't seem to be able to get it to work but maybe I just have zero idea what I'm doing.
EffOrt and Soulkey Hwaiting!
NotJumperer
Profile Blog Joined July 2005
United States1371 Posts
February 11 2012 12:09 GMT
#40
--- Nuked ---
S2Glow
Profile Blog Joined July 2010
Singapore1042 Posts
March 10 2012 16:28 GMT
#41
Sorry to disturb guys but how do i change the color of the overlay? sorry i read the readme.txt but is kinda complicated to me. having a hard time T_T i saw people just use mouse click but i try and dont work. TY PEOPLE D: !! help me
<3 Katelyn , C Zerg. Dying wish is to watch proleague live and see my girlfriend which gonna be soon! <33
WhuazGoodJaggah
Profile Blog Joined January 2009
Lesotho777 Posts
March 11 2012 05:41 GMT
#42
On March 11 2012 01:28 S2Glow wrote:
Sorry to disturb guys but how do i change the color of the overlay? sorry i read the readme.txt but is kinda complicated to me. having a hard time T_T i saw people just use mouse click but i try and dont work. TY PEOPLE D: !! help me


with asdfghjkl or qwertyuiop, just click the overlay and press the key for the color.
small dicks have great firepower
Normal
Please log in or register to reply.
Live Events Refresh
Next event in 41m
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
Sea 938
Zeus 624
PianO 435
Soma 244
JulyZerg 92
soO 35
Sharp 13
Sacsri 12
League of Legends
JimRising 544
Reynor84
Counter-Strike
shoxiejesuss236
Other Games
summit1g19208
WinterStarcraft520
ceh9270
Mew2King243
NeuroSwarm111
Hui .110
Models4
Organizations
Other Games
gamesdonequick763
BasetradeTV14
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• LUISG 19
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Rush1658
• HappyZerGling228
Upcoming Events
OSC
41m
Wardi Open
3h 41m
Wardi Open
7h 41m
Replay Cast
14h 41m
WardiTV Korean Royale
1d 3h
Replay Cast
2 days
Kung Fu Cup
2 days
Classic vs Solar
herO vs Cure
Reynor vs GuMiho
ByuN vs ShoWTimE
Tenacious Turtle Tussle
2 days
The PondCast
3 days
RSL Revival
3 days
Solar vs Zoun
MaxPax vs Bunny
[ Show More ]
Kung Fu Cup
3 days
WardiTV Korean Royale
3 days
Replay Cast
3 days
RSL Revival
4 days
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
4 days
CranKy Ducklings
5 days
RSL Revival
5 days
herO vs Gerald
ByuN vs SHIN
Kung Fu Cup
5 days
BSL 21
5 days
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
6 days
RSL Revival
6 days
Reynor vs sOs
Maru vs Ryung
Kung Fu Cup
6 days
WardiTV Korean Royale
6 days
BSL 21
6 days
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
Liquipedia Results

Completed

Proleague 2025-11-07
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
IEM Chengdu 2025
PGL Masters Bucharest 2025
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

Upcoming

SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
META Madness #9
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals 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.