League Death Timer is a little tool I use when i die in the computer game League of Legends in order to know when I am alive again. The application uses the local Game client API to grab the current respawn timer of the current player and displays it in a movable Pop-up at the top (see screenshot below). You can easiliy access the application in the menu status bar.
- macOS 13+ (macOS Ventura or higher)
- Xcode (If you want it to compile it yourself)
- League of Legends (Might be obvious)
Note
You might need to right-click open the app in order to trust it or run xattr -d com.apple.quarantine LeagueDeathTimer.app on the app bundle.
The application uses the LCU-Endpoints to determine your language (locale; e.g. en_GB) in order to correctly display your champ as a background.
In order to achieve this the program needs to know where your League of Legends App bundle is located. If you moved the Bunde from its default location at /Applications/League of Legends you need to override the location in the program plist file located at ~/Library/Preferences/codes.cr.league-death-timer.plist (Please open the app first in order for it to generate).
Change the key leagueAppPath accordingly.
- Font: Beaufort for LOL
- LaunchAtLogin: LaunchAtLogin-Legacy

