• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 13:41
CEST 19:41
KST 02:41
  • 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
RSL Season 1 - Final Week6[ASL19] Finals Recap: Standing Tall12HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0
Community News
Esports World Cup 2025 - Brackets Revealed10Weekly Cups (July 7-13): Classic continues to roll4Team TLMC #5 - Submission extension3Firefly given lifetime ban by ESIC following match-fixing investigation17$25,000 Streamerzone StarCraft Pro Series announced7
StarCraft 2
General
The GOAT ranking of GOAT rankings RSL Revival patreon money discussion thread Who will win EWC 2025? Weekly Cups (July 7-13): Classic continues to roll Esports World Cup 2025 - Brackets Revealed
Tourneys
FEL Cracov 2025 (July 27) - $8000 live event RSL: Revival, a new crowdfunded tournament series $5,100+ SEL Season 2 Championship (SC: Evo) WardiTV Mondays Sparkling Tuna Cup - Weekly Open Tournament
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
External Content
Mutation # 482 Wheel of Misfortune Mutation # 481 Fear and Lava Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome
Brood War
General
Flash Announces (and Retracts) Hiatus From ASL BGH Auto Balance -> http://bghmmr.eu/ BW General Discussion Starcraft in widescreen A cwal.gg Extension - Easily keep track of anyone
Tourneys
[Megathread] Daily Proleagues Cosmonarchy Pro Showmatches CSL Xiamen International Invitational [BSL20] Non-Korean Championship 4x BSL + 4x China
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread CCLP - Command & Conquer League Project The PlayStation 5
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
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Future of Porn Stop Killing Games - European Citizens Initiative Summer Games Done Quick 2025!
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! Anime Discussion Thread [\m/] Heavy Metal Thread
Sports
Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023 2024 - 2025 Football Thread NBA General Discussion NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Men Take Risks, Women Win Ga…
TrAiDoS
momentary artworks from des…
tankgirl
from making sc maps to makin…
Husyelt
StarCraft improvement
iopq
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 777 users

APM Monitor for SCII (and other games) - Page 2

Forum Index > SC2 General
Post a Reply
Prev 1 2 3 Next All
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
September 13 2014 09:57 GMT
#21
On September 13 2014 13:26 Garnet wrote:
How can I display my APM during an SC2 game? I use fullscreen, should I use windowed modes?


Only windowed mode will work. As far as I know, the only way I can do a HUD over full screen games is by using DirectX. But I would think windowed mode is practically as good as full screen. I'll add a note in there to alert people it only works in windowed modes.
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
Last Edited: 2014-09-15 11:03:33
September 15 2014 11:03 GMT
#22
Sickness, work, and school have been slowing me down. Still working on the program.
Garnet
Profile Blog Joined February 2006
Vietnam9016 Posts
September 19 2014 07:11 GMT
#23
my PC is not good enough to play in Windowed mode though. Would take quite a hit on FPS.
Fuchsteufelswild
Profile Joined October 2009
Australia2028 Posts
Last Edited: 2014-10-17 17:46:08
September 19 2014 19:29 GMT
#24
On September 12 2014 12:38 CalmestRoadkill wrote:Yes it definitely is the program. While active, it is doing key/mouse hooks. When it detects keys A through Z (and only keys A through Z), it captures it and then resends it. If any other keys are hit, it ignores them. So combination keys don't work. I had designed this for SC2, but realized it will mostly work with other games. Let me know what combination keys don't work (like it's CTRL + H to activate a hot key), and I'll make it all work.

Yeah, with a little testing, i realise you mean it only disables their function if it is trying to monitor them for apm and if it does, they will add to the apm counter...but the hotkey likely won't work! >_<

Currently, only the A-Z keys and left and right mouse buttons trigger the APM counter but they don't actually trigger the functions those buttons are meant for.
Well, i'd need A-Z and Ctrl+ A-Z (i use many, not all of them, but ideally it would have all so that I may remap my hotkeys a little if I change my mind about which letter is better for whatever building or unit), as well as the following list:

1-0 and Ctrl+1-0 surprisingly don't work (they're in SC so i'm surprised they weren't be programmed to work already :p They need to still function but trigger APM once)
Spacebar
Backspace
Delete key
Home and End
, (on the same key but need to be scripted separately, right?)
. (on the same key but need to be scripted separately, right?)
/ (on the same key but need to be scripted separately, right?)
[ (on the same key but need to be scripted separately, right?)
] (on the same key but need to be scripted separately, right?)
\ (on the same key but need to be scripted separately, right?)
Shift+G combination
Alt+F, Alt+T, Alt+D, Alt+C, Alt+E, Alt+S, Alt+G, Alt+O, Alt+N, Alt+R
Up, down, left, right need to work, they scroll the screen so typically these sorts of things wouldn't trigger but if mouse clicks count, frankly these should too as screen movement is just as indicative of APM as unit selections and things like that.

I can't help but feel there's got to be a better way than manually coding each button you want to trigger and I'm not sure how you'd get the hotkeys to still work if your urrent method isn't working.

I noticed that if you hold the button (including moues buttons), it actually triggers continuously, which is quite bad for judging real APM really. In SC2, you need that to trigger constantly for zerg but don't really want the APM to trigger more than once or say once per 0.2 seconds or so.
For Age of Empires II, you don't want APM being misrepresented just by holding something too long. Really just one APM trigger (waiting for the key's release rather than trigger) is enough until it is pressed down again.

I noticed that for whatever reason, some letters triggers as if Shift is held down even though it's not. Have you made some hotkeys trigger on Shift being pressed without making sure that it checks to see when it is released? The only reason this shift+letter function works (it queues 5 of the unit) is because the shift+letter functions don't trigger APM.
We obviously need functions to only send Shift if shift is being held down.

Sometimes when trying to test this, I found hotkeys just stopped being monitored in the live APM.
Does it only last a few minutes or is something else going on?

Could you clarify the following?
All three normal mouse buttons (scroll wheel button being the third) as well as the scroll wheel - do they trigger APM without being prevented from working while your script is active?
Wheel up and wheel down, need to trigger once per scroll; this would only lead to artificially increased APM if people are doing it for spam, but people can do that by hitting a button a lot anyway so no worries there.
ZerO - FantaSy - Calm - Nal_rA - Jaedong - NaDa - EffOrt - Bisu - by.hero - StarDust - Welmu - Nerchio - Supernova - Solar - Squirtle - LosirA - Grubby - IntoTheRainbow - Golden... ~~~ Incredible Miracle and Woongjin Stars 화이팅!
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
September 24 2014 04:11 GMT
#25
On September 19 2014 16:11 Garnet wrote:
my PC is not good enough to play in Windowed mode though. Would take quite a hit on FPS.


What do you mean? I can't imagine full screen being better :p Just lower the resolution. Full screen is simply stretch to fit.
J. Corsair
Profile Joined June 2014
United States470 Posts
September 24 2014 04:23 GMT
#26
very cool man
“...it is human nature, I suppose, to be futile and ridiculous.” - Scaramouche
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
Last Edited: 2014-09-24 08:28:23
September 24 2014 04:43 GMT
#27
On September 20 2014 04:29 Fuchsteufelswild wrote:
Show nested quote +
On September 12 2014 12:38 CalmestRoadkill wrote:Yes it definitely is the program. While active, it is doing key/mouse hooks. When it detects keys A through Z (and only keys A through Z), it captures it and then resends it. If any other keys are hit, it ignores them. So combination keys don't work. I had designed this for SC2, but realized it will mostly work with other games. Let me know what combination keys don't work (like it's CTRL + H to activate a hot key), and I'll make it all work.

Yeah, with a little testing, i realise you mean it only disables their function if it is trying to monitor them for apm and if it does, they will add to the apm counter...but the hotkey likely won't work! >_<

Currently, only the A-Z keys and left and right mouse buttons trigger the APM counter but they don't actually trigger the functions those buttons are meant for.
Well, i'd need A-Z and Ctrl+ A-Z (i use many, not all of them, but ideally it would have all so that I may remap my hotkeys a little if I change my mind about which letter is better for whatever building or unit), as well as the following list:

Most of the development I worked with one player who was guiding me. I guess he didn't use hotkeys, so he didn't request anything outside of A through Z. (I believe I added left and right mouse at the request of someone else.) This is why I decided to ask other people as I knew people used more keys than just A through Z.

1-0 and Ctrl+1-0 surprisingly don't work (they're in SC so i'm surprised they weren't be programmed to work already :p They need to still function but trigger APM once)
Spacebar
Backspace
Delete key
Home and End
, (on the same key but need to be scripted separately, right?)
. (on the same key but need to be scripted separately, right?)
/ (on the same key but need to be scripted separately, right?)
[ (on the same key but need to be scripted separately, right?)
] (on the same key but need to be scripted separately, right?)
(on the same key but need to be scripted separately, right?)

Yes, they all need to be entered in separately.

Shift+G combination
Alt+F, Alt+T, Alt+D, Alt+C, Alt+E, Alt+S, Alt+G, Alt+O, Alt+N, Alt+R
Up, down, left, right need to work, they scroll the screen so typically these sorts of things wouldn't trigger but if mouse clicks count, frankly these should too as screen movement is just as indicative of APM as unit selections and things like that.

Arrow keys don't count because you're not really doing anything. All you're doing is surveying the map. Mouse clicks count because you can select units, move units, build structures, and so forth. Unless arrow keys are capable of more than map surveying, I'll keep it as is. Feel free to challenge this. Better yet, if you can get someone in here that's knowledgeable in how APM is supposed to be calculated, that'd be cool.

Hopefully tonight I'll be able to address most of these issues. I haven't done anything for the last couple weeks due to work and school.

I'm not aware of any better method. I don't have access to the game code, so I have use hooks. Current APM monitors for SC2 use the registry information. SC2 outputs APM information, so it does all the calculating and detecting. All the program has to do is display it. I have to do everything the game would do; however, I have no access so it's difficult.

I can't help but feel there's got to be a better way than manually coding each button you want to trigger and I'm not sure how you'd get the hotkeys to still work if your urrent method isn't working.

I noticed that if you hold the button (including moues buttons), it actually triggers continuously, which is quite bad for judging real APM really. In SC2, you need that to trigger constantly for zerg but don't really want the APM to trigger more than once or say once per 0.2 seconds or so.
For Age of Empires II, you don't want APM being misrepresented just by holding something too long. Really just one APM trigger (waiting for the key's release rather than trigger) is enough until it is pressed down again.

I was hoping most players wouldn't have that issue. I mean obviously you wouldn't want to misrepresent your own APM. However, if throughout the game it's just genuinely difficult to not spam keys, then I understand. I don't know how most of these RTS games play out. I already have a sound alert for key spamming. However, I can set an option so where it prevents excessive key presses. This option would allow you to set the max number of the same key to be pressed within a certain time frame. (e.g. 5 keys within 3 seconds.)


I noticed that for whatever reason, some letters triggers as if Shift is held down even though it's not. Have you made some hotkeys trigger on Shift being pressed without making sure that it checks to see when it is released? The only reason this shift+letter function works (it queues 5 of the unit) is because the shift+letter functions don't trigger APM.
We obviously need functions to only send Shift if shift is being held down.

Not too sure on how the Shift key works. It was just another key that I hadn't implemented yet (although I didn't see a use for it).

Sometimes when trying to test this, I found hotkeys just stopped being monitored in the live APM.
Does it only last a few minutes or is something else going on?

Are you referring to testing the Shift key?

Could you clarify the following?
All three normal mouse buttons (scroll wheel button being the third) as well as the scroll wheel - do they trigger APM without being prevented from working while your script is active?
Wheel up and wheel down, need to trigger once per scroll; this would only lead to artificially increased APM if people are doing it for spam, but people can do that by hitting a button a lot anyway so no worries there.

Left and right mouse are triggered, but only if you allow them to be. There's an option in Settings called "Include mouse Input in report". Anything that I have included will work normally. (This would be keys A through Z, left and right mouse click.) Mouse scroll does not influence APM, and I don't see why it would.

And yes, left and right mouse click work, regardless if "Include Mouse input in Report" is selected. It seems that certain keys are prevented from working. What I mean, for example, is that I do not have keys 0 through 9 included. Yet, they work just fine while the program is active.

[/b]
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
September 24 2014 05:30 GMT
#28
Considering all the other things that were slowing me down, add my computer to the list. I definitely need a better one, as this one is too slow and too unreliable.

In other news, the HUD can now be set to be transparent. The only "downside" is that you have to click on the text to drag/activate the menu, as the background is transparent.
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
Last Edited: 2014-09-26 06:15:47
September 24 2014 06:30 GMT
#29
Revision 8 is now available. I still have more to add to revision 8, however. I wanted to release it to show that I'm still working on the project.

The HUD updates in real time (every second), and color/sound alerts work a lot better. You can now set the sound alerts to play as often as you'd like. You can also enable both sound and color alerts at the same time now (you couldn't do that before, for some reason).

The big thing I want to add is hot keys (or combination keys). It looks like it'll take more effort than I thought, so I'm not sure when I'll get it done (soon I hope).

I discovered MSDN had the wrong hex codes for the modifier key, which is why I couldn't get combination keys working. The RegisterHotKey function is intended to be used with 2 keys, which made me assume it'd be easy (since I just left the fsmodifier argument as "Nothing"). I assume I'll be able to pull it off after all!
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
September 28 2014 06:05 GMT
#30
On September 10 2014 22:06 WinterStarcraft wrote:
Thank you, been looking for one to replace the mildly disfunctional one on scelight


Thanks man, means a lot. I never saw this post until now.
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
Last Edited: 2014-10-02 06:19:32
October 01 2014 09:44 GMT
#31
Alright guys I updated the source and program (still revision 8). You can use ALT and CTRL with keys A through Z. I've been trying to get Shift to work, but it's not working right.

If I use my existing method of converting the ID numbers to ASCII (to avoid having to write 25 If/Else or Case Selects)...

It triggers multiple Shift combinations (usually 3).

If I don't use the ASCII method...

For example, you hit "Shift + A". It will trigger Shift + A AND the A key.

No idea what's happening but I'll keep trying. Soon, I will add keys 0 through 9. I also want to add pausing the monitor, as well as function keys that can start, pause, and stop the monitor (without having to pull up the program and click the appropriate button). That way, when you're in a game, you can more easily run the program.

Edit: There may be a solution after all, and so far it seems to be working (referring to Shift combinations)!

Edit 2: Shift combinations work successfully (not released yet).
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
Last Edited: 2014-10-05 00:23:10
October 05 2014 00:22 GMT
#32
Source is updated (the EXE link isn't updated; however, you can find the EXE in the source's debug folder if you really want to run the program lol), but compile at your own risk. I'm currently having issues registering keys 0 through 9. 0 through 9 simply does not want to work. I tested it in a new project, on its own, without any ASCII translation and it still didn't work. It was triggering other number keys, and would send the program into an infinite loop. I assume RegisterHotKey has a bug or something. The only idea I have left is to unregister all hotkeys except the one pressed, and then re-register them (explicitly defining each key, line by line (without using loops or ASCII translation)). It'll be a pain, but it should work.
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
Last Edited: 2014-10-13 15:09:38
October 10 2014 08:03 GMT
#33
EDIT: I figured it out. Number keys are WORKING! Instead of sending the normal keys 0 through 9, I sent the ones on the keypad. It didn't send the program through an endless loop. I'm hoping this will still work on computers (like many laptops) that don't have those keys. (I don't see why it'll be an issue.) Of course, you use the normal number keys as always. If you use the keypad, I'll have to add that in (so the keypad sends the normal keys).

Edit 2: Shift, CTRL, and ALT, can be combined with 0 through 9! Will be uploading shortly.
guitarizt
Profile Blog Joined March 2009
United States1492 Posts
October 16 2014 01:00 GMT
#34
I'm using the latest version as of today, but I have a problem where it activates my caps lock key when I type. I'm not able to use it while playing because my building hotkeys don't work when I use it.
“There is nothing noble in being superior to your fellow man; true nobility is being superior to your former self.” - Hemingway
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
Last Edited: 2014-10-16 17:20:30
October 16 2014 17:19 GMT
#35
Latest EXE version is a few weeks old. I'll try to push out a working build today.

As for everything being caps, it will still do that. However, I don't think it should affect anything. In the current build I have, all combination keys will work (Shift, Alt, and Ctrl, with 0 through 9 and with A through Z).
Solus420
Profile Joined April 2013
United States53 Posts
October 17 2014 03:15 GMT
#36
Added to the Ultimate Starcraft Directory - Programs Section

http://www.teamliquid.net/forum/sc2-strategy/468404-the-ultimate-starcraft-directory
http://www.reddit.com/r/starcraft/comments/2i9clc/the_ultimate_starcraft_directory/
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
Last Edited: 2014-10-17 06:04:14
October 17 2014 04:01 GMT
#37
Thanks dude!

Program is now a ClickOnce application. It will install like any other program. I've done this so deploying and updating is easier.

On October 17 2014 12:15 Solus420 wrote:
Added to the Ultimate Starcraft Directory - Programs Section

http://www.teamliquid.net/forum/sc2-strategy/468404-the-ultimate-starcraft-directory
guitarizt
Profile Blog Joined March 2009
United States1492 Posts
October 17 2014 19:20 GMT
#38
On October 17 2014 02:19 CalmestRoadkill wrote:
Latest EXE version is a few weeks old. I'll try to push out a working build today.

As for everything being caps, it will still do that. However, I don't think it should affect anything. In the current build I have, all combination keys will work (Shift, Alt, and Ctrl, with 0 through 9 and with A through Z).


Thanks for the program. It's the only thing out like this. The only thing is I'll have to wait until the caps issue is fixed because I'm using it for age of kings the conquerors on voobly and I frequently chat with people in game.
“There is nothing noble in being superior to your fellow man; true nobility is being superior to your former self.” - Hemingway
CalmestRoadkill
Profile Joined September 2014
United States28 Posts
Last Edited: 2014-10-17 19:53:08
October 17 2014 19:50 GMT
#39
On October 18 2014 04:20 guitarizt wrote:
Show nested quote +
On October 17 2014 02:19 CalmestRoadkill wrote:
Latest EXE version is a few weeks old. I'll try to push out a working build today.

As for everything being caps, it will still do that. However, I don't think it should affect anything. In the current build I have, all combination keys will work (Shift, Alt, and Ctrl, with 0 through 9 and with A through Z).


Thanks for the program. It's the only thing out like this. The only thing is I'll have to wait until the caps issue is fixed because I'm using it for age of kings the conquerors on voobly and I frequently chat with people in game.


Alright. Everything else works properly? If I can fix the caps lock issue, all text will be in lower case. I can't guarantee being able to type like normal (where you can use caps lock and/or the Shift key). However, I don't think being grammatically correct is a big deal while playing.
guitarizt
Profile Blog Joined March 2009
United States1492 Posts
October 18 2014 05:13 GMT
#40
On October 18 2014 04:50 CalmestRoadkill wrote:
Show nested quote +
On October 18 2014 04:20 guitarizt wrote:
On October 17 2014 02:19 CalmestRoadkill wrote:
Latest EXE version is a few weeks old. I'll try to push out a working build today.

As for everything being caps, it will still do that. However, I don't think it should affect anything. In the current build I have, all combination keys will work (Shift, Alt, and Ctrl, with 0 through 9 and with A through Z).


Thanks for the program. It's the only thing out like this. The only thing is I'll have to wait until the caps issue is fixed because I'm using it for age of kings the conquerors on voobly and I frequently chat with people in game.


Alright. Everything else works properly? If I can fix the caps lock issue, all text will be in lower case. I can't guarantee being able to type like normal (where you can use caps lock and/or the Shift key). However, I don't think being grammatically correct is a big deal while playing.


None of my hotkeys work in game still. Even just trying to build stuff or patrol units. I did fresh restart in the program and ran everything stock. I was able to hit caps lock a couple of times to get text in all lowercase which is nice.
“There is nothing noble in being superior to your fellow man; true nobility is being superior to your former self.” - Hemingway
Prev 1 2 3 Next All
Please log in or register to reply.
Live Events Refresh
WardiTV European League
16:00
Swiss Groups Day 4
Percival vs NightPhoenix
Shameless vs Nicoract
Krystianer vs Scarlett
ByuN vs uThermal
Harstem vs HeRoMaRinE
WardiTV697
TKL 251
IndyStarCraft 215
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
mouzHeroMarine 446
TKL 235
IndyStarCraft 219
UpATreeSC 161
BRAT_OK 77
MindelVK 36
StarCraft: Brood War
Britney 22316
BeSt 1410
EffOrt 904
Stork 449
firebathero 385
Rush 195
Light 189
PianO 135
Mind 126
Aegong 83
[ Show more ]
Movie 65
sSak 38
JulyZerg 36
Shinee 24
GoRush 22
Terrorterran 18
yabsab 12
scan(afreeca) 11
Shine 5
SilentControl 5
Bale 5
Dota 2
qojqva3747
monkeys_forever257
League of Legends
Dendi1717
Counter-Strike
sgares636
pashabiceps312
flusha284
Other Games
FrodaN4443
B2W.Neo1016
Beastyqt660
ceh9483
Lowko265
ToD151
oskar126
Skadoodle110
elazer99
Trikslyr90
ArmadaUGS72
Mew2King64
QueenE53
Organizations
Other Games
gamesdonequick3290
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• davetesta22
• intothetv
• sooper7s
• Migwel
• AfreecaTV YouTube
• LaughNgamezSOOP
• IndyKCrew
• Kozan
StarCraft: Brood War
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 2444
League of Legends
• Nemesis3114
• Jankos1636
• TFBlade719
Other Games
• imaqtpie884
• Shiphtur207
Upcoming Events
PiGosaur Monday
6h 19m
uThermal 2v2 Circuit
22h 19m
Replay Cast
1d 6h
The PondCast
1d 16h
WardiTV European League
1d 22h
Replay Cast
2 days
Epic.LAN
2 days
CranKy Ducklings
3 days
Epic.LAN
3 days
CSO Contender
3 days
[ Show More ]
BSL20 Non-Korean Champi…
4 days
Bonyth vs Sziky
Dewalt vs Hawk
Hawk vs QiaoGege
Sziky vs Dewalt
Mihu vs Bonyth
Zhanhun vs QiaoGege
QiaoGege vs Fengzi
Sparkling Tuna Cup
4 days
Online Event
4 days
BSL20 Non-Korean Champi…
5 days
Bonyth vs Zhanhun
Dewalt vs Mihu
Hawk vs Sziky
Sziky vs QiaoGege
Mihu vs Hawk
Zhanhun vs Dewalt
Fengzi vs Bonyth
Esports World Cup
6 days
ByuN vs Astrea
Lambo vs HeRoMaRinE
Clem vs TBD
Solar vs Zoun
SHIN vs Reynor
Maru vs TriGGeR
herO vs Lancer
Cure vs ShoWTimE
Liquipedia Results

Completed

2025 ACS Season 2: Qualifier
RSL Revival: Season 1
Murky Cup #2

Ongoing

JPL Season 2
BSL 2v2 Season 3
Copa Latinoamericana 4
Jiahua Invitational
BSL20 Non-Korean Championship
Championship of Russia 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters

Upcoming

CSL Xiamen Invitational
CSL Xiamen Invitational: ShowMatche
2025 ACS Season 2
CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
BSL Season 21
K-Championship
RSL Revival: Season 2
SEL Season 2 Championship
uThermal 2v2 Main Event
FEL Cracov 2025
Esports World Cup 2025
Underdog Cup #2
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 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.