forked from streetlogics/bombsquad_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
20 lines (14 loc) · 881 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.
platform-specific notes:
mac:
- The server should run on macOS 10.9 or newer
linux:
- The server binary was compiled on ubuntu 14.04 LTS. It depends on SDL2 and Python 2.7, so install either of those if need be.
To do this you generally run something like "sudo apt-get install python2.7 libsdl2-2.0"
windows:
- 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 [email protected] if you run into any problems.
Enjoy!
-Eric