GithubHelp home page GithubHelp logo

gamesvr-jk2outcast-freeplay's Introduction

Jedi Knight II: Jedi Outcast Dedicated Server in Docker

LL Jedi Knight II: Jedi Outcast Freeplay Banner Image

This repository is maintained by Laclede's LAN. Its contents are heavily tailored and tweaked for use at our charity LAN-Parties. For third-parties we recommend using this repo only as a reference example and then building your own using gamesvr-jk2outcast as the base image for your customized server.

Important Notes

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

Linux Container

linux/amd64

Download

docker pull lacledeslan/gamesvr-jk2outcast-freeplay

Run Simple, Interactive Server

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-ffa.cfg +g_password "iCanHazRCon"

Getting Started with Game Servers in Docker

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

gamesvr-jk2outcast-freeplay's People

Contributors

dependabot[bot] avatar dudleycodes avatar justinbenedick avatar

Watchers

 avatar  avatar  avatar

gamesvr-jk2outcast-freeplay's Issues

RCON not working

RCON not working, possible issue i with firewall not allowing tcp on main port

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.