Auto joins conversation on baldurs gate 3 game, with image recognition
This feature has been added to the game with patch 3. Find it here: Options > Gameplay > Default Online Settings > Eavesdrop.
- Download baldurs-gate-3-auto-join-conversations.zip from latest release
- Extract to a folder
- Adjust settings.json
- Run baldurs-gate-3-auto-join-conversations.exe
- Use
Ctrl+Shift+P
to pause/unpause the script (Can be changed in settings.json)
- The script might not be able to see your game on some cases. I'm not sure exactly when but try setting the game to borderless windowed or windowed mode, that helped in some cases.
- This script will take a screenshot of the game every one second and will analyze it. It may impact game performance.
- Using venv on build.py does not work. For build.py to work you gotta install the requirements on python global packages then run build.py with your main python executable. (don't use venv on builds)
- Install python 3.x
- Run pip install -r requirements.txt
- Run main.py normally or with python debugger
- Install python 3.x
- Run build.py (using venv on build.py does not work)
- Locate the build output at "dist/baldurs-gate-3-auto-join-conversations.zip"