You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ For emulators like BizHawk, use the TCP protocol on port **5556**.
78
78
We provide a ready-to-use client script: [`scripts/bizhawk_ai_agent.lua`](scripts/bizhawk_ai_agent.lua).
79
79
80
80
#### Setup
81
-
1.**Configuration**: Open `scripts/bizhawk_ai_agent.lua` and adjust the button mapping in `apply_controls` to match your specific console/game.
81
+
1.**Configuration**: Open `scripts/bizhawk_ai_agent.lua` and set `CONSOLE_TYPE` to `"SNES"` or `"NES"`. The script includes predefined button mappings for these consoles.
82
82
2.**Run**: In BizHawk, go to **Tools -> Lua Console -> Script -> Open Script** and select `scripts/bizhawk_ai_agent.lua`.
0 commit comments