First Commit

This commit is contained in:
2025-11-18 23:02:07 -07:00
parent 1d9a3ce69e
commit db90e91cdb
290 changed files with 3691 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
### Mount & Blade II: Bannerlord - https://www.taleworlds.com/en/Games/Bannerlord
# Note: All exe's are possible process names depending on how the game was launched.
# Vanilla Launcher
{ "name": "TaleWorlds.MountAndBlade.Launcher.exe", "type": "Game" }
# Vanilla Direct Start
{ "name": "Bannerlord.exe", "type": "Game" }
# Vanilla Direct Start Native
{ "name": "Bannerlord.Native.exe", "type": "Game" }
## Bannerlord Software Extender - https://github.com/BUTR/Bannerlord.BLSE
# BLSE Extended Launcher
{ "name": "Bannerlord.BLSE.LauncherEx.exe", "type": "Game" }
# BLSE Vanilla Launcher
{ "name": "Bannerlord.BLSE.Launcher.exe", "type": "Game" }
# BLSE Direct Start
{ "name": "Bannerlord.BLSE.Standalone.exe", "type": "Game" }