feat: initial commit - Dota 2 egui overlay with GSI, OpenDota API, SQLite cache and recommendation engine
Made-with: Cursor
This commit is contained in:
18
config/gamestate_integration_assistant.cfg
Normal file
18
config/gamestate_integration_assistant.cfg
Normal file
@@ -0,0 +1,18 @@
|
||||
"dota2-assistant"
|
||||
{
|
||||
"uri" "http://127.0.0.1:3000"
|
||||
"timeout" "5.0"
|
||||
"buffer" "0.1"
|
||||
"throttle" "0.5"
|
||||
"heartbeat" "30.0"
|
||||
"data"
|
||||
{
|
||||
"draft" "1"
|
||||
"hero" "1"
|
||||
"abilities" "1"
|
||||
"items" "1"
|
||||
"map" "1"
|
||||
"player" "1"
|
||||
"provider" "1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user