8000 GitHub - Laura7089/bfbc2-docker: Docker image for the game Battlefield: Bad Company 2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Laura7089/bfbc2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation


GitHub License

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).

Usage

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.

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.

About

Docker image for the game Battlefield: Bad Company 2

Topics

Resources

License

Stars

Watchers

Forks

0