Giter Club home page Giter Club logo

t6server-k8s's Introduction

alt text

drawing

T6Server

T6Server in Kubernetes

📌 Installation for Debian Linux

Installation

  1. Add Helm repo :
    helm repo add t6server https://fabri2000779.github.io/T6Server-k8s/
  2. to install it:
    helm upgrade --install t6server t6server/t6server

Configuration

In the values.yaml you can find all the configurations but there are some of them that are needed to make your server works: server.key server.type server.name server.config

This are some of the config that i suggest to look.

NOTE: if you dont set a correct key the server will fail to start.

This repo is a fork of T6server that make this possible

Mods

Currently if you want to setup you own mods you will need to create your own Docker image, anyway i will be supporting some mods and if you want me to add a new one you can open a issue.

Currently i support the following mods:

Mapvote

to set the mapvote mod for both multiplayer or zombies you need to switch the docker image and add some values in the config:

image:
  tag: mod-mapvotes
server:
  key: "xxxxxxxxxxxxxxx"
  config: |
    party_maxplayers 4
    g_logSync 2
    g_log "logs\games_zm.log"
    sv_maprotation "exec zm_classic_tomb.cfg map zm_tomb"
    set mv_enable 1
    set mv_maps ""
    set mv_excludedmaps ""
    set mv_time 30
    set mv_credits 1
    set mv_socialname "Github"
    set mv_sentence  "Thanks for playing"
    set mv_votecolor "5"
    set mv_arrowcolor "white"
    set mv_selectcolor "lighgreen"
    set mv_backgroundcolor "grey"
    set mv_blur "3"
    set mv_gametype ""
    set mv_extramaps 0

All in the config that start with mv is from mapvote and needs to be added, you can find what does each of them, for Zombies here for mp here. Is important that you keep that image tag if you wish to use this mod

WARNING: The values in the example is for Zombies, if you want to use it for Multiplayer you need to set the proper config in the values.

Mapvote mod: https://github.com/DoktorSAS/PlutoniumT6Mapvote/tree/master

Source

T6Server for Debian: https://github.com/Sterbweise/T6Server
Plutonium: https://plutonium.pw
Plutonium-Updater by mxve: https://github.com/mxve/plutonium-updater.rs

t6server-k8s's People

Contributors

sterbweise avatar fabri2000779 avatar mxve avatar

Stargazers

Tycho Löke avatar  avatar  avatar Ismael Penalva Rodríguez avatar  avatar Axel Amigo Arnold avatar vittorio buggiani avatar

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.