### Environment Variables Setup Source: https://github.com/natoboram/blackcompany/blob/main/README.md Configures essential environment variables for the BlackCompany bot, specifying paths for Proton, StarCraft II installation, and Steam compatibility data. This configuration is typically placed in a `.env.local` file. ```sh PROTON_PATH="$HOME/.steam/root/steamapps/common/Proton - Experimental/proton" SC2PATH="$HOME/.steam/debian-installation/steamapps/compatdata/3430940832/pfx/drive_c/Program Files (x86)/StarCraft II" STEAM_COMPAT_CLIENT_INSTALL_PATH="$HOME/.steam/debian-installation" STEAM_COMPAT_DATA_PATH="$HOME/.steam/debian-installation/steamapps/compatdata/3430940832" ``` -------------------------------- ### Makefile Execution Commands Source: https://github.com/natoboram/blackcompany/blob/main/README.md Provides commands from the project's Makefile to run the BlackCompany bot. These commands allow execution in real-time or at maximum speed. ```sh # Runs the game in real-time make slow # Runs the game as fast as possible make fast ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.