A BepInEx-based QoL mod for ULTRAKILL. Displays a kill counter and a live keyboard display on screen at the same time.
- Real-time kill count in the top-right corner (read from
StatsManager). - Keyboard display in the top-left corner showing the currently pressed keys:
W A S D R F G SPACE SHIFT CTRL. - Configurable positions via
BepInEx/config/com.scainest.killoverlay.cfg(X/Y offsets for each overlay). - AltGr key cycles through presets:
- Kill + Keyboard (both visible)
- Kill only
- Keyboard only
- Both hidden
- Install BepInEx for ULTRAKILL.
- Download
UltrakillKillOverlay.dllfrom the latest release. - Drop it into:
<ULTRAKILL>\BepInEx\plugins\ - Launch the game.
dotnet build -c Release
The compiled DLL will be at bin/Release/UltrakillKillOverlay.dll.
ULTRAKILL için BepInEx tabanlı bir QoL modu. Ekranda kill sayacını ve canlı tuş göstergesini (keyboard display) aynı anda gösterir.
- Sağ üst köşede anlık kill sayısı (
StatsManagerüzerinden okunur). - Sol üst köşede o an basılan tuşları gösteren keyboard display:
W A S D R F G SPACE SHIFT CTRL. - Konumlar
BepInEx/config/com.scainest.killoverlay.cfgdosyasından ayarlanabilir (her overlay için X/Y offset). - AltGr tuşuyla preset döngüsü:
- Kill + Keyboard (ikisi de açık)
- Sadece Kill
- Sadece Keyboard
- İkisi de kapalı
- ULTRAKILL için BepInEx yüklü olmalı.
UltrakillKillOverlay.dlldosyasını en son sürümden indirin.- Şu klasöre atın:
<ULTRAKILL>\BepInEx\plugins\ - Oyunu başlatın.
dotnet build -c Release
Çıkan DLL bin/Release/UltrakillKillOverlay.dll içindedir.