Star Wars Jedi Knight II: Jedi Outcast is a first and third-person shooter video game, released in 2002 for multiple platforms. A Nintendo Switch and PlayStation 4 ports were released in September 2019.
This repository is maintained by Laclede's LAN. Its contents are intended to be bare-bones and used as a stock server. For an example of building a customized server from this Docker image browse the related child-project gamesvr-jk2outcast-freeplay. If any documentation is unclear or it has any issues please see CONTRIBUTING.md.
- This docker image uses the JK2MV community-made patch to improve, secure, and modernize the game server.
- This server requires the addition of content files
assets0.pk3
,assets1.pk3
,assets2.pk3
,assets5.pk3
from the retail version of the game to work.
All example commands assume there's a
~/jk2-assets/
directory containing the pk3 files. The VSCode tasks assume the files are held in./base
.
docker pull lacledeslan/gamesvr-jk2outcast
docker run -it --rm --net=host -v ~/jk2-assets/assets0.pk3:/app/base/assets0.pk3 -v ~/jk2-assets/assets1.pk3:/app/base/assets1.pk3 -v ~/jk2-assets/assets2.pk3:/app/base/assets2.pk3 -v ~/jk2-assets/assets5.pk3:/app/base/assets5.pk3 lacledeslan/gamesvr-jk2outcast ./jk2mvded +exec server.cfg;
Docker is an open-source project that bundles applications into lightweight, portable, self-sufficient containers. For a crash course on running Dockerized game servers check out Using Docker for Game Servers. For tips, tricks, and recommended tools for working with Laclede's LAN Dockerized game server repos see the guide for Working with our Game Server Repos. You can also browse all of our other Dockerized game servers: Laclede's LAN Game Servers Directory