feat: complete DirtyLeague autonomous FSM bot with fast derank and chest handling

This commit is contained in:
VolandSZ
2026-09-08 13:38:42 +03:00
parent d9953407e0
commit 5777748abe
103 changed files with 1618 additions and 0 deletions

21
config.json Normal file
View File

@ -0,0 +1,21 @@
{
"target_window": {
"title": "DirtyLeague",
"process_name": "DirtyLeague.exe"
},
"bot": {
"max_wins_limit": 3,
"poll_interval_sec": 0.8,
"confidence_threshold": 0.8,
"action_delay_sec": 0.5,
"kill_switch_key": "q"
},
"league_retention": {
"upper_trophy_threshold": 2125,
"lower_trophy_threshold": 125,
"points_per_win": 50,
"points_per_loss": 50
},
"assets_dir": "assets",
"log_level": "INFO"
}