• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 19:32
CET 00:32
KST 08:32
  • 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
[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9
Community News
2025 RSL Offline Finals Dates + Ticket Sales!9BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION1Crank Gathers Season 2: SC II Pro Teams9Merivale 8 Open - LAN - Stellar Fest3Chinese SC2 server to reopen; live all-star event in Hangzhou23
StarCraft 2
General
Could we add "Avoid Matchup" Feature for rankgame RotterdaM "Serral is the GOAT, and it's not close" The New Patch Killed Mech! Chinese SC2 server to reopen; live all-star event in Hangzhou Weekly Cups (Oct 13-19): Clem Goes for Four
Tourneys
Crank Gathers Season 2: SC II Pro Teams 2025 RSL Offline Finals Dates + Ticket Sales! Merivale 8 Open - LAN - Stellar Fest $5,000+ WardiTV 2025 Championship $3,500 WardiTV Korean Royale S4
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment
Brood War
General
[ASL20] Ask the mapmakers — Drop your questions BSL Team A vs Koreans - Sat-Sun 16:00 CET [ASL20] Finals Preview: Arrival BW General Discussion BSL Season 21
Tourneys
[ASL20] Grand Finals The Casual Games of the Week Thread BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION ASL final tickets help
Strategy
How to stay on top of macro? PvZ map balance Soma's 9 hatch build from ASL Game 2 Current Meta
Other Games
General Games
Stormgate/Frost Giant Megathread General RTS Discussion Thread Path of Exile Nintendo Switch Thread Dawn of War IV
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 Things Aren’t Peaceful in Palestine US Politics Mega-thread YouTube Thread The Chess Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Movie Discussion! Anime Discussion Thread [Manga] One Piece Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 NBA General Discussion
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
LMAO (controversial!!)
Peanutsc
The Benefits Of Limited Comm…
TrAiDoS
Our Last Hope in th…
KrillinFromwales
Certified Crazy
Hildegard
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1394 users

[bcoverlay] an overlay for windows / games / bw

Forum Index > BW General
Post a Reply
1 2 3 Next All
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
Singapore66356 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!!
1 2 3 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 28m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft360
CosmosSc2 28
ROOTCatZ 14
StarCraft: Brood War
Britney 2449
Artosis 644
sSak 312
NaDa 16
Dota 2
monkeys_forever446
PGG 96
Counter-Strike
Foxcn182
kRYSTAL_43
Super Smash Bros
C9.Mang0806
hungrybox311
AZ_Axe70
PPMD30
Heroes of the Storm
Liquid`Hasu377
Other Games
summit1g7225
Grubby2846
shahzam570
FrodaN434
Day[9].tv340
Skadoodle205
ViBE158
Maynarde105
Livibee62
JuggernautJason19
Moletrap5
Organizations
Other Games
gamesdonequick523
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• Hupsaiya 80
• RyuSc2 49
• Kozan
• LaughNgamezSOOP
• sooper7s
• AfreecaTV YouTube
• intothetv
• Migwel
• IndyKCrew
StarCraft: Brood War
• HerbMon 6
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota21469
League of Legends
• Doublelift4941
Other Games
• Scarra745
• Day9tv340
Upcoming Events
PiGosaur Monday
28m
PiGStarcraft360
BSL 21
1h 28m
Replay Cast
10h 28m
BASILISK vs Shopify Rebellion
Team Liquid vs Team Falcon
OSC
12h 28m
CrankTV Team League
13h 28m
Shopify Rebellion vs Team Liquid
BASILISK vs Team Falcon
Replay Cast
23h 28m
The PondCast
1d 9h
CrankTV Team League
1d 13h
Replay Cast
2 days
WardiTV Invitational
2 days
MaNa vs Gerald
Rogue vs GuMiho
ByuN vs Spirit
herO vs Solar
[ Show More ]
CrankTV Team League
2 days
Replay Cast
3 days
BSL Team A[vengers]
3 days
Dewalt vs Shine
UltrA vs ZeLoT
BSL 21
3 days
Sparkling Tuna Cup
4 days
BSL Team A[vengers]
4 days
Cross vs Motive
Sziky vs HiyA
BSL 21
4 days
Wardi Open
5 days
Monday Night Weeklies
5 days
Liquipedia Results

Completed

ASL Season 20
WardiTV TLMC #15
Eternal Conflict S1

Ongoing

BSL 21 Points
BSL 21 Team A
C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
CranK Gathers Season 2: SC II Pro Teams
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
Esports World Cup 2025
BLAST Bounty Fall 2025

Upcoming

SC4ALL: Brood War
YSL S2
BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
META Madness #9
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 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.