To run this, simply cd into this directory and run ./bombsquad_server (on mac or linux) or launch_bombquad_server.bat (on windows) You'll need to open UDP port 43210 so that the world can communicate with your server. You can edit some server params in the bombsquad_server script, or for more fancy changes you can modify the game scripts in data/scripts.
- The server should run on the most recent few versions of macOS
- Server binaries are currently compiled against ubuntu 14.04 LTS. They depend on Python 2.7, so you may need to install that. This should just be something like "sudo apt install python2.7"
- The server binary was compiled on a raspberry pi 3 running raspbian. As with the standard linux build you'll need to make sure you've got Python 2.7 installed.
- You may need to run vc_redist.x86 to install support libraries if the app quits with complaints of missing DLLs
Please give me a holler at support@froemling.net if you run into any problems.