https://github.com/laura7089/bfbc2-docker
Docker image for the game Battlefield: Bad Company 2
https://github.com/laura7089/bfbc2-docker
battlefield battlefield-bad-company-2 bfbc2 dedicaed-server docker docker-image game-server
Last synced: about 1 month ago
JSON representation
Docker image for the game Battlefield: Bad Company 2
- Host: GitHub
- URL: https://github.com/laura7089/bfbc2-docker
- Owner: Laura7089
- License: agpl-3.0
- Created: 2025-02-07T01:37:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T01:44:08.000Z (over 1 year ago)
- Last Synced: 2025-04-12T00:49:15.401Z (about 1 year ago)
- Topics: battlefield, battlefield-bad-company-2, bfbc2, dedicaed-server, docker, docker-image, game-server
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
A [Docker](https://www.docker.com) image to run a dedicated server for [Battlefield: Bad Company 2](https://en.wikipedia.org/wiki/Battlefield:_Bad_Company_2) using the [Project Rome modding platform](https://veniceunleashed.net/project-rome) and the [BF:BC2 MASE Emulated Server](https://sourceforge.net/projects/battlefieldbadcompany2mase/).
It's broadly based on [this forum post](https://forums.veniceunleashed.net/viewtopic.php?p=60#p60) (archive [here](https://web.archive.org/web/20250207014323/https://forums.veniceunleashed.net/viewtopic.php?p=60#p60)).
## Usage
An example sequence coule be:
```bash
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`.
## Licensing
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.