• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 06:18
CET 11:18
KST 19:18
  • 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 Liquid Map Contest #22 - Presented by Monster Energy4ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13
Community News
Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool22Weekly Cups (March 9-15): herO, Clem, ByuN win32026 KungFu Cup Announcement6BGE Stara Zagora 2026 cancelled12Blizzard Classic Cup - Tastosis announced as captains18
StarCraft 2
General
Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool Serral: 24’ EWC form was hurt by military service Weekly Cups (March 9-15): herO, Clem, ByuN win Team Liquid Map Contest #22 - Presented by Monster Energy Weekly Cups (August 25-31): Clem's Last Straw?
Tourneys
KSL Week 87 [GSL CK] #2: Team Classic vs. Team Solar 2026 KungFu Cup Announcement [GSL CK] #1: Team Maru vs. Team herO RSL Season 4 announced for March-April
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 517 Distant Threat Mutation # 516 Specter of Death Mutation # 515 Together Forever
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ JaeDong's form before ASL Gypsy to Korea ASL21 General Discussion BSL Season 22
Tourneys
Small VOD Thread 2.0 [Megathread] Daily Proleagues [BSL22] Open Qualifiers & Ladder Tours IPSL Spring 2026 is here!
Strategy
Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Zealot bombing is no longer popular?
Other Games
General Games
Nintendo Switch Thread Path of Exile General RTS Discussion Thread Stormgate/Frost Giant Megathread Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
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
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine Mexico's Drug War Canadian Politics Mega-thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! [Req][Books] Good Fantasy/SciFi books
Sports
2024 - 2026 Football Thread Formula 1 Discussion Tokyo Olympics 2021 Thread General nutrition recommendations Cricket [SPORT]
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Funny Nicknames
LUCKY_NOOB
Money Laundering In Video Ga…
TrAiDoS
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 5042 users

Overlay Manager

Blogs > Toboe
Post a Reply
Toboe
Profile Blog Joined February 2010
United States276 Posts
Last Edited: 2012-08-25 00:38:29
May 19 2012 01:11 GMT
#1
Overlay Manager

+ Show Spoiler [Preface] +
Overlay Manager is a program I wrote to help me stream with an overlay on my awful computer. It's designed to use more ram than CPU where possible. It uses winapi calls similar to SCFH-DSF and R1CH's XSplit Scene Switcher.
The program adds overlay functionality to any program that streams. It was the first project I started in C#, and one of the largest projects I've worked on so far. I make no guarantees about the program working on your computer, or destroying it and stealing your girlfriend. Use at your own risk. Right now it lets you display text, images, video, and webcams on your desktop (so you can see them as well) and display images directly to the stream (so only the audience can see them). This is just a project for very basic streaming that I made and would like to share. If you need higher level functionality then I encourage you to invest in XSplit.

Update: V0.2 (8/4/2012)
  • You can now see a list of all of the programs running the filter and select which one overlay manager connects to.
  • You now have control over the memory that the filter checks to go between in-game and out-of-game states (use at your own risk, you might set off Warden using this incorrectly and get your account banned). I'll keep a list of common program hooks under "Interacting with the filter" below.
  • Cameras, to conserve CPU, will now turn off if they aren't visible in any window, and turn on again when you show them. So if you set the window that has your camera element in it to hide when in-game, it wont slow your game down when it's not showing.
  • Videos have a loop option, and options to hide the filter images/other visible overlay windows when playing, and then will set everything back when they're stopped (so you can easily play full screen videos without having to manually change the rest of your overlay before and after)
  • You can refresh your list of cameras (in case you plug a camera into your computer after the program has started) using Etc->Refresh Camera List
  • Numerous bug fixes (and new bugs added with the new features )
  • The filter now works with the latest versions of FFSplit! That means free x264 encoding

System Requirements:
Windows Vista or Windows 7
Microsoft .NET Framework 4
A streaming program like FMLE, FFSplit or XSplit

Installing:
>>>>Download V0.2 (8/4/2012) Here<<<<

+ Show Spoiler [Install directions for latest version] +
1) Download the Zip file.
2) Unzip the files inside and move them to some place where you want to keep them.

Inside you'll find 6 files:
  • toboe_lite.ax - This is the filter that other programs (FMLE, VLC, FFSplit, XSplit) can use to capture your screen. It also detects the state of SC2 to adjust your overlays in Overlay Manager
  • filter_props.conf - this is a small text file that contains the width, height, and frame rate that you want the filter to capture. You can edit this when your program doesn't offer another way to change these settings (e.g. FFSplit). You can edit this with notepad. This file must be in the same directory as where you register your filter.
  • RegisterFilter.bat - this registers the toboe_lite.ax filter with Windows. Note: the filter must stay in the same directory as when you registered it for the filter to work.
  • UnregisterFilter.bat - this unregisters the toboe_lite.ax filter with Windows. Again, it must be run inside the same directory as the filter. You must run this as administrator!
  • OverlayManager.exe - this program lets you design and display your overlay and can be controlled by the filter to automatically update when SC2 is in our out of a game.
  • settings.conf - this keeps some information about how you have the manager set up. You can edit it with notepad if you need. This needs to be in the same directory as OverlayManager.exe


If you ever want to move toboe_lite.ax, you'll have to unregister it and then register it again in the new location. Remember to also move filter_props.conf! If the filter can't find filter_props.conf where it was registered, it will make a new one somewhere else (usually inside the folder of the streaming program).

3) Run RegisterFilter.bat - make sure you run it as an administrator (right click the file -> "Run as administrator")
If you ever get into any trouble with registering or unregistering filters, try DirectShow Filter Manager, (which you still have to run as an administrator to make changes!)
You probably want to make a shortcut to Overlay Manager somewhere convenient to you. You can move the executable if you want, but be aware that it's going to make another settings.conf where ever it goes if it doesn't find one.

+ Show Spoiler [upgrade instructions from V0.1->V0.2] +
If you had version 0.1 and you want to upgrade to 0.2, you need to:
  1. copy the new toboe_lite.ax over the old one
  2. in the directory where toboe_lite.ax is located, copy the new file, filter_props.conf and RegisterFilter.bat
  3. Run RegisterFilter.bat. This now also adds the location of filter_props.conf to the registry. You don't have to run UnregisterFilter.bat first.
  4. Copy the new OverlayManager.exe over the old one

>>>>Tutorial Video Here!<<<<
This video was made with V0.1, so some things are outdated. I will make a new video soon!

Guide for use with FMLE:
+ Show Spoiler +
Once you've unzipped everything to where you want it and registered the toboe_lite.ax filter, start FMLE. You should find 'Toboe Lite' listed as an option for your video device. Select that.
You can adjust how much of the screen it captures by changing the "Input Size" in FMLE. Similarly, to change the framerate, just change it in FMLE.

For tutorials covering all of the other options in FMLE and how to get the best setup (including adjusting the program priorities and cpu-core affinities), please check out Day[9]'s FMLE guide and Destiny's FMLE guide.

You probably want to save your FMLE profile by going to File->Save Profile (I also suggest making a back-up save since FMLE tends to randomly say your profile is invalid and then delete it...)

I highly suggest using the command-line version of FMLE to save some resources. You can find it in the same folder as FMLE but called FMLECmd.exe. The command-line version uses whatever profile you used last, so to make changes you'll have to go back into the GUI version.

I've streamed 720p for 5+ hours multiple times using FMLE and my overlay, so I can definitely tell you this is stable.


Guide for use with FFSplit:
+ Show Spoiler +
Fuck yeah, free x264 encoding and computer/mic audio mixing!
The first thing I'm going to say is FFSplit, at this point, is unstable. And it's not FFSplit's fault. It's because FFMpeg, the program FFSplit uses to stream the video out, is not programmed very well for the windows environment and wasn't initially designed to livestream at higher bandwidths (seriously, go look at the source code for ffmpeg/live555, it's awful). So please keep that debug window open and keep an eye out for your stream stopping because FFMpeg crashed. When in doubt, put your settings lower to keep everything more stable.

Once you've unzipped everything to where you want it and registered the toboe_lite.ax filter, open up FFSplit. You should find Toboe Lite under video source.

Because FFSplit doesn't offer a way to bring up the property pages for the filter's pins, you'll have to edit the filter_props.conf file that should be in the same location as toboe_lite.ax. You can just open it up with notepad. The first line is your screen width, the second line is your screen height, and the last line is your framerate. Once you have that saved and have the other settings in FFSplit where you want them, you can just hit START. I suggest trying "Record to Hard Drive" first to check your quality settings and stability.

Hint: The Stream value doesn't have to start with rtmp://live.justin.tv/app! You can find the best server for you using R1CH's pinging tool. Then use this list to see the url of the server you should connect to. More details about that can be found in this guide.


The Overlay Manager:
+ Show Spoiler +
When you first open the Overlay Manager, you'll be greeted by... nothing much. But that's because you don't have an overlay yet. Before we start making one, let's learn about our environment.

There are 3 panels to the overlay manager. You can make each of them appear or disappear using their respective buttons under "View".
  • The left-most panel is the tree view of all of your windows and their elements.
  • The middle panel gives you more information about and a preview of the window you have selected in the tree view
  • The right panel is a list of shortcuts to various properties of your overlay. This way you can quickly access and edit certain properties of your overlay without searching for them in the other two panels.

You can adjust the sizes of each panel by dragging the gray bars between them.


Building your Overlay - Windows and Elements:
+ Show Spoiler [Overview] +
Each overlay is made up of elements - bits of text, images, videos (which includes animated gifs), and webcam feeds. Every element must be inside of a window.

You should arrange elements into windows so that can you move, hide, or show sets of elements around the screen as a group, instead of having to adjust individual ones. So if you wanted a name plate for the game you're casting, you could hide the whole window while you edit the elements corresponding to the names, races and colors of the players. Or a bracket. Or whatever you want!

You can create a window by going to Windows->New Window
You'll see a "New Window" pop up in the Tree View panel (as long as you have it showing), and some default properties in the Information Panel.
You'll also see the window appear in the default position in the top left of your monitor as a gray box.

Let's first cover those buttons you see in the Window panel, from left to right:
  • Visible - shows and hides your window (and all of it's children)
  • Dragable - makes it so you can click on the window and drag it around the screen to where you want it You can't do this until you have an element in the window to actually click on!
  • Resizeable - makes that grey bar appear/disappear around your window so you can resize it
  • Game-Triggered - When connected to the filter, the visibility of this window will toggle when SC2 enters or leaves a game.

In the Information panel you'll see the Name of the window (names are used for organizing your shortcuts and listing in the Tree Panel), followed by the Height, Width, and x,y position on the screen. You'll see some odd 'v' and '^' buttons (used to change the layer-order of the elements in the window i.e. what's in front) and a "preview" check box that lets you see and edit the window even when it's not visible.

You can now either go back to the Windows menu, or right click the window in the Tree View, to add some items. You can also delete the window and any of the elements you make in the same menus.

When you add an item, you'll see it added to the list of items shown in the top of the Information Panel. You can click on the little "x,y" graphic there to get to some more attributes of the element. The 'Fill' option will keep the element size the same size as the window in which it is contained. You can change the size and drag the element around in the preview of the window.

Text Elements:
+ Show Spoiler +
Text elements will display the text you write in the Data value for the element.

The data of a text element supports the following BBcode-style tags:
[align=value] where value is left, right or center. This lasts for the whole text element.
[size=value][/size] where value is some integer value
[font=value][/font] where value is the font name
[color=value][/color] where value is either a 6-hex html code (e.g. #FFFFFF for white) or a common color name (orange)
[b][/b] bold
[i][/i] italics
[u][/u] underline
[br] new line

The tag will last until you add the closing tag (with the exception of the new line and align tags). Note that the data boxes for text elements can be multiple lines (just hit enter to add a new one), so you don't have to use the [br] tag, but you can if that makes it easier for you to manage your overlay.

Image/Video Elements:
+ Show Spoiler +
These will display still/animated files from your computer. Just put the file location in the Data value. Hid

Video elements have 3 check boxes:
  • Loop will loop the video when it reaches the end.
  • Hide Filter Image will hide the images that filter is displaying (both in and out of game) when you press play, and then show them when the video ends or you hit stop.
  • Hide Other Windows will keep a list of any overlay manager windows that are visible when you press play and then hide them. When the video stops playing (or you hit stop), it will then show those windows again.


Q: What's the difference between pause and stop?
A: They both stop the video. If you press play after pressing pause, it will resume the video from where you left off. If you press play after pressing stop, it will play the video from the beginning

Camera Elements:
+ Show Spoiler +
Select the camera element you'd like to use. If you plugged your camera in after you started the program, use Etc->Refresh Camera List. To make things real meta, you can select Toboe Lite. so you can have your screen with your overlay in your overlay on your screen
You can adjust the width and height of your camera's resolution (e.g. if your camera supports full screen and wide screen) by changing the values and hitting 'Apply'. Streaming a camera is expensive on your cpu, so having no instances of the camera visible (and remember, the preview counts!) will turn off your camera. It will turn back on when you make one of the windows that contains it visible. This (rarely) freezes the program, so be careful!


Saving/Sharing your overlay - Saving/Loading XML:
+ Show Spoiler +
When you've got things set the way you like, you can save your overlay and its shortcut set-up to an XML file (Which you could also edit with notepad if you wanted) by going to Xml->Save.

This includes your shortcuts and filter properties.

The location of the last xml file you had open will be saved in the settings.conf file and will automagically load when you next start the program.

In the future there will be an option to save your entire overlay - including images and videos - to a zip file, so you can easily work in a team to develop your streaming overlay.


Interacting with the filter:
+ Show Spoiler +
If you want the windows in your overlay to toggle their visibility when SC2 goes in and out of game, you need to connect with a Toboe Lite filter you have running in FMLE/VLC/FFSplit/xSplit.
You can do this by selecting View->Filter Properties. Hit refresh to see a list of programs running Toboe Lite (note programs like skype keep an active instance of every video capture filter you have running, so they may be listed too).

Once you have selected the filter (make sure it's highlighted) click Connect. Overlay Manager will connect to the filter. If the filter already has values in it for the images or program to hook, it will reload those back to the Overlay Manager (this is for when Overlay Manager crashes but the filter is still running), otherwise it will automatically apply the settings you have in the dialog box.

You can edit these settings and then hit apply to change them on the filter. These settings are saved with your overlay when you use XML->save.
!WARNING!WARNING!WARNING!Changing the hook, address and out value is dangerous. You are reading memory here, and reading in the wrong location can not only cause programs to crash, but can also set off blizzard's warden to ban your account for cheating. ok maybe not but just in case, it's not my fault! Be careful!
  • Hook: This is the window whose memory you want to check. Hitting ctrl+shift+esc and looking at the name in the Applications tab will let you know what this should be.
  • Address: This is the hex-formatted location in the memory you want to look at. Please note, for safety, Overlay Manager will only look at the single byte that you point at.
  • Out Value: This is the integer value you are expecting to see when you want the overlay to be in "out of game" mode. This is usually a space that the program keeps to 0 when it is out of game.

+ Show Spoiler [common hooks] +
Game/Version:            Hook:                   Address:           Out Value:
SC2/1.5.2 StarCraft II 270d43c 0
SC2/1.5.1 StarCraft II 2708064 0
SC2/1.5.0 StarCraft II 2709064 0

Found a hook? Please post it on this thread or PM me!



Shortcuts:
+ Show Spoiler +
When you start building complicated overlays you'll notice it becomes hard to edit key information. That's what shortcuts are for. At the top of the shortcut Panel, you can select what window/element you want and select what attribute of that window/element you want to have quick access to. When you hit the + button, it will be added to your shortcuts. You can use the - button to remove it. the v and ^ let you organize the order of your shortcuts. Remember, these are saved in your XML.


Report Bugs:
Please PM me here, or email toboesc@gmail.com with your relevant set up (OS, hardware) and how to reproduce the bug.
+ Show Spoiler [Known Bugs] +
  • confirmed Having a video playing in a window and then opening the preview when that window is selected will usually break the video controls (like play/stop)

Planned Features:
  • Save overlay to zip (including resources), and load from Zip to make sharing overlays even easier
  • Displaying windows directly to the filter (instead of just images) using the View->Filter Properties dialog. This can't really happen until Microsoft fixes parts of WPF...
  • Add the "shape" element, allowing you to draw circles, squares, other predefined shapes, and free-form areas on the screen
  • Add the "html" element, which will display a webpage url you provide. This means you can have live feeds (e.g. automatically-updating twitter feeds or a bracket that automatically refreshes), or embedded flash videos/streams.
  • Add configurable hotkeys that allow you to switch aspects of your elements/windows and add an easy way to quickly add new elements or draw shapes on the screen
  • Add a "lite" or "production" menu option that hides everything except the shortcut panel


FAQ
Q: Why does the interface for the manager look so awful?
A: This is a very utilitarian program and I want to minimize having to draw fancy things on the management interface that your streaming audience shouldn't even be seeing. When you're actually streaming, you can remove the window preview in the information panel, hide the Tree Panel and the Information Panel, and even hide the area above the shortcuts list to minimize clutter.

Q: Can you add x feature?
A: Maybe! please PM me or post here and I'll see how feasible it is. Right now the program works as well as I need it to so I won't be investing too much more time into it. At least until I can end my job search.

tl;dr-
+ Show Spoiler +
PLAY IN OUR WEEKLY 2v2 TOURNAMENT


*****
Immortals are your friend, you can tell by the way they waddle at you
Zombo Joe
Profile Joined May 2010
Canada850 Posts
May 19 2012 01:55 GMT
#2
Amazing.

Streaming is so much easier now.
I am Terranfying.
pStar
Profile Blog Joined December 2010
996 Posts
May 23 2012 17:26 GMT
#3
THis is so cool No idea why this didnt get any love at all.
Toboe
Profile Blog Joined February 2010
United States276 Posts
May 24 2012 01:48 GMT
#4
On May 24 2012 02:26 pStar wrote:
THis is so cool No idea why this didnt get any love at all.


Definitely bad timing on my part. I really wanted to get this out before xSplit went out of beta and streamers made a 'final' decision on investing or just sticking with really basic streaming. I think if I had it out before people really buckled down to either decision I would have gotten more feedback and help finding bugs. Unfortunately these last few months I was busy finishing up my Uni classes/projects and couldn't get it out in time

All well, it's here for the community and hopefully someone will find it useful

If I get more time, I may add features like that scII tactician program has since that's not far off from what my program can already do.
Immortals are your friend, you can tell by the way they waddle at you
_Nova_
Profile Joined May 2011
United States167 Posts
June 08 2012 05:12 GMT
#5
Bump for an excellent program. Works amazingly, really should have more feedback, it deserves it.
Toboe
Profile Blog Joined February 2010
United States276 Posts
June 09 2012 00:02 GMT
#6
I've secured a job (programming even!) and just moved to a new place, so once I finish unpacking, I'll be able to get back to adding features to this. Though I do have to qualify that with a blizzard-style "soon" because you never know what'll come up!

I'm adding a feature to the todo list - the ability to set selected audio devices to auto-mute/unmute when sc2 enters or leaves a game. I could use it for when I cast my 2v2 tournament since I generally have music playing between games and the mic muted, and then the opposite when we're casting.

On June 08 2012 14:12 _Nova_ wrote:
Bump for an excellent program. Works amazingly, really should have more feedback, it deserves it.


Thanks for the kind words, I'm glad someone else is finding it useful
Immortals are your friend, you can tell by the way they waddle at you
tie23he
Profile Joined August 2010
22 Posts
July 04 2012 03:29 GMT
#7
Do you think this will work for streaming Brood War?
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
July 24 2012 03:58 GMT
#8
This is a very useful program, I'm using it to stream BW rather than SC2 but it works fine for that too. I'm using it on XP and so far it's had no problems other than minor graphical bugs on the UI.
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
Toboe
Profile Blog Joined February 2010
United States276 Posts
July 24 2012 06:53 GMT
#9
I've made a bunch of improvements to this program recently, including selecting the program for the overlay to connect to (so you don't have to avoid skype), camera optimizations (the threads actually shut down when the cam isn't showing), some video options to automatically hide the overlay/filter images, the ability to change what game and memory address triggers changes in the overlay, and numerous bug fixes. I'll be putting out a new release soon. Unfortunately I wanted to get this to work with FFSplit so you could also have free x264 encoding, but their 4.0 version updated ffmpeg to a point where I need to really look into my directshow graph handshakes to see why no video is being captured.

I've got a couple more bugs to fix, but then I will definitely release the new version to the public.
Immortals are your friend, you can tell by the way they waddle at you
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
July 24 2012 10:03 GMT
#10
the ability to change what game and memory address triggers changes in the overlay

Very cool, I'll see if I can find the memory addresses for when brood war leaves a game so everyone can use those. Maybe you can even add that to the default functionality.

I'm guessing I just use a memory scanner and look for changes between when you're in game and when you're out of game and filter that down till I find one that's stable. When you say "change what game" do you mean you can choose the exe that the program checks for memory address changes?
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
Toboe
Profile Blog Joined February 2010
United States276 Posts
July 24 2012 12:29 GMT
#11
On July 24 2012 19:03 Birdie wrote:
Show nested quote +
the ability to change what game and memory address triggers changes in the overlay

Very cool, I'll see if I can find the memory addresses for when brood war leaves a game so everyone can use those. Maybe you can even add that to the default functionality.

I'm guessing I just use a memory scanner and look for changes between when you're in game and when you're out of game and filter that down till I find one that's stable. When you say "change what game" do you mean you can choose the exe that the program checks for memory address changes?


That's exactly right When it's released, you'll be able to hand the filter the window's name (as it appears in the applications tab of the task manager), an address in the memory, and the character you want to be in the address when not in game. Then, any other character at that address will trigger the overlay to be in the "in-game" mode. For example, in sc2, I hand it "StarCraft II", the address where this patch of sc2 stores the name of the first player, and the value "0" because it keeps that part of memory cleared out until it's in a game.
Immortals are your friend, you can tell by the way they waddle at you
Toboe
Profile Blog Joined February 2010
United States276 Posts
August 04 2012 15:22 GMT
#12
Version 0.2 is here! The list of updates and download link are in the topic. I updated the install guide for new users and added an upgrade guide for existing users who don't want to uninstall (i.e. run the UnregisterFilter.bat where toboe_lite.ax is located) first.

I tried quickly looking through broodwar's memory to find a location that changes in/out of game, but couldn't find anything usable. Someone with more time should be able to find a good address. The Hook is just "StarCraft" (no quotes). I saw it keeps the last map file location in 0x57FD3C, but it doesn't clear that out when you leave the game, so that's no good. It looks like it keeps the first player's name at 0x59B420, but again it doesn't look like it clears that out when you leave the game, so the overlay can't use that to detect when the game is over.

I hope someone else has better luck finding a working address for BW.

As always there will be bugs galore, so let me know if you find any bugs/crashes that you can reproduce!

gl;hf!
Immortals are your friend, you can tell by the way they waddle at you
Please log in or register to reply.
Live Events Refresh
KCM Race Survival
10:00
Grand Final
Protoss vs Terran
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SortOf 131
StarCraft: Brood War
Sea 2062
Jaedong 671
Killer 457
actioN 456
BeSt 242
Rush 200
Dewaltoss 131
Leta 130
Soma 127
Larva 114
[ Show more ]
Stork 111
EffOrt 107
Sharp 97
hero 83
ToSsGirL 56
Backho 40
soO 40
Bale 21
ZerO 17
GoRush 15
Terrorterran 9
Barracks 9
NotJumperer 8
Noble 7
Movie 5
Dota 2
XaKoH 440
XcaliburYe179
Counter-Strike
shoxiejesuss836
allub317
Super Smash Bros
Mew2King84
Other Games
singsing2069
ceh9583
crisheroes219
Sick215
Fuzer 155
NeuroSwarm51
Trikslyr19
ZerO(Twitch)2
Organizations
Other Games
gamesdonequick602
Dota 2
PGL Dota 2 - Main Stream147
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• Berry_CruncH214
• LUISG 15
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 4
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota244
Upcoming Events
WardiTV Team League
1h 43m
Big Brain Bouts
6h 43m
LetaleX vs Babymarine
Harstem vs GgMaChine
Clem vs Serral
Korean StarCraft League
16h 43m
RSL Revival
23h 43m
Maru vs Zoun
Cure vs ByuN
uThermal 2v2 Circuit
1d 4h
BSL
1d 9h
RSL Revival
1d 23h
herO vs MaxPax
Rogue vs TriGGeR
BSL
2 days
Replay Cast
2 days
Replay Cast
2 days
[ Show More ]
Afreeca Starleague
2 days
Sharp vs Scan
Rain vs Mong
Wardi Open
3 days
Monday Night Weeklies
3 days
Sparkling Tuna Cup
3 days
Afreeca Starleague
3 days
Soulkey vs Ample
JyJ vs sSak
Replay Cast
4 days
Afreeca Starleague
4 days
hero vs YSC
Larva vs Shine
Kung Fu Cup
5 days
Replay Cast
5 days
The PondCast
5 days
WardiTV Team League
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2026-03-18
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
BSL Season 22
CSL Elite League 2026
RSL Revival: Season 4
Nations Cup 2026
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
CSL 2026 SPRING (S20)
CSL Season 20: Qualifier 1
Acropolis #4
IPSL Spring 2026
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
NationLESS Cup
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
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 © 2026 TLnet. All Rights Reserved.