A Docker image to run a dedicated server for Battlefield: Bad Company 2 using the Project Rome modding platform and the BF:BC2 MASE Emulated Server. It's broadly based on this forum post (archive here).
An example sequence coule be:
docker build -t bfbc2 https://github.com/Laura7089/bfbc2-docker.git && \
docker run -d -p 19567:19567 -v $PWD/ServerOptions.ini:/battlefield/server/Instance/ServerOptions.ini:ro bfbc2
The image exposes one port at 19567
.
You can override the server configuration file located at /battlefield/server/Instance/ServerOptions.ini
.
The files in this repo are licensed under the AGPL 3 (or a later).
Battlefield: Bad Company 2 is proprietary software licensed by Electronic Arts. Battlefield Bad Company 2 MASE is provided by its respective developers. Project Rome is a proprietary modding platform provided by its respective developers. No credit is taken for the software in this image.