GithubHelp home page GithubHelp logo

lacledeslan / gamesvr-tf2classic-freeplay Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 258 KB

Laclede's LAN Team Fortress 2 Classic Freeplay Server in Docker

License: The Unlicense

Dockerfile 14.74% Shell 85.26%
srcds gameserver docker

gamesvr-tf2classic-freeplay's Introduction

Laclede's LAN Team Fortress 2 Classic Freeplay Server in Docker

Laclede's LAN Team Fortress 2 Classic Freeplay Server

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 build your own using the parent project gamesvr-tf2classic as the base image for your customized server.

Linux Container

Download

docker pull lacledeslan/gamesvr-tf2classic-freeplay

Run Self Tests

The image includes a test script that can be used to verify its contents. No changes or pull-requests will be accepted to this repository if any tests fail.

docker run -it --rm lacledeslan/gamesvr-tf2classic-freeplay ./ll-tests/gamesvr-tf2classic-freeplay.sh;

Run Servers

VIP Server

docker run -it --rm --net=host lacledeslan/gamesvr-tf2classic-freeplay ./srcds_run -game tf2classic +map vip_harbor +maxplayers 32 +mapcycle "mapcycle_quickplay_vip.txt"

Domination Server

docker run -it --rm --net=host lacledeslan/gamesvr-tf2classic-freeplay ./srcds_run -game tf2classic +map dom_oilcanyon +maxplayers 32 +mapcycle "mapcycle_quickplay_dom.txt"

Base Game Modes

Arena Server
docker run -it --rm --net=host lacledeslan/gamesvr-tf2classic-freeplay ./srcds_run -game tf2classic +map arena_granary +maxplayers 32 +mapcycle "mapcycle_quickplay_arena.txt"
Capture The Flag
docker run -it --rm --net=host lacledeslan/gamesvr-tf2classic-freeplay ./srcds_run -game tf2classic +map ctf_landfall +maxplayers 32 +mapcycle "mapcycle_quickplay_ctf.txt"
Control Point Server
docker run -it --rm --net=host lacledeslan/gamesvr-tf2classic-freeplay ./srcds_run -game tf2classic +map cp_tidal_v4 +maxplayers 32 +mapcycle "mapcycle_quickplay_cp.txt"
King of the Hill Server
docker run -it --rm --net=host lacledeslan/gamesvr-tf2classic-freeplay ./srcds_run -game tf2classic +map koth_lakeside_final +maxplayers 32 +mapcycle "mapcycle_quickplay_koth.txt"
Payload Server
docker run -it --rm --net=host lacledeslan/gamesvr-tf2classic-freeplay ./srcds_run -game tf2classic +map pl_thundermountain +maxplayers 32 +mapcycle "mapcycle_quickplay_payload.txt"
Payload Race Server
docker run -it --rm --net=host lacledeslan/gamesvr-tf2classic-freeplay ./srcds_run -game tf2classic +map plr_nightfall_final +maxplayers 32 +mapcycle "mapcycle_quickplay_payloadrace.txt"
All maps Server
docker run -it --rm --net=host lacledeslan/gamesvr-tf2classic-freeplay ./srcds_run -game tf2classic +map ctf_2fort +maxplayers 32 +mapcycle "mapcycle_default.txt"

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 ame Server Repos. You can also browse all of our other Dockerized game servers: Laclede's LAN Game Servers Directory.

gamesvr-tf2classic-freeplay's People

Contributors

dudleycodes avatar justinbenedick avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar  avatar

gamesvr-tf2classic-freeplay's Issues

Command strings have docker containers running in Interative mode

I was just looking at the readme.md file as reference, I just noticed that all the strings for launching the server for TF2 classic. All the strings have the docker container launch in interactive mode.

docker run -it --rm --net=host lacledeslan/gamesvr-tf2classic-freeplay ./srcds_run -game tf2classic +map vip_harbor +maxplayers 32 +mapcycle "mapcycle_quickplay_vip.txt"

Is this intentional?

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.