Giter Site home page Giter Site logo

youuri / soulmask-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kagurazakanyaa/soulmask-docker

0.0 0.0 0.0 31 KB

SoulMask docker

Home Page: https://hub.docker.com/r/kagurazakanyaa/soulmask

License: GNU Affero General Public License v3.0

Shell 71.53% Dockerfile 28.47%

soulmask-docker's Introduction

soulmask-docker

Check Update Build Docker Image

Docker Pulls Docker Stars Image Size

Soulmask dedicated server with docker

Environments

The variables in the table below affect the server's startup command, see https://soulmask.fandom.com/wiki/Private_Server

Variable Describe Default Values Allowed Values
LEVEL_NAME Specifies the game scene name, currently there is only one: Level01_Main. Level01_Main Level01_Main
GAME_PORT Specifies the game port, UDP, needs to be open to the public. 7777 1024-65535
QUERY_PORT Specifies the Steam query port, UDP, needs to be open to the public. 27015 1024-65535
ECHO_PORT Maintenance port, used for local telnet server maintenance, TCP, does not need to be open. 18888 1024-65535
MAX_PLAYERS Specifies the maximum number of players the game instance can support. 20 Positive integer
SERVER_NAME Specifies the name of the game instance displayed in the server list, string type. Soulmask Server string
SAVED_DIR_SUFFIX Specifies this game instance used saved directory suffix, string type. string
SERVER_PASSWORD Server password, private servers can specify a password, players must enter the password to enter the server. string
ADMIN_PASSWORD GM activation password.Open GM Panel (gm key [password]) changeme string
INIT_BACKUP Backs up game saves when the game starts. false true/false
BACKUP_INTERVAL_MINUTES Specifies how often (minutes) to automatically back up the world save. 30 Positive integer
SAVING_SYNC_INTERVAL_SECONDS Specifies the interval for writing game objects to the database (unit: seconds). 120 Positive integer
BACKUP_SYNC_INTERVAL_SECONDS Specifies the interval for writing the game database to disk (unit: seconds). 120 Positive integer
GAME_MODE Specifies the game mode. pve pve/pvp
FORCE_UPDATE Whether the server should be update each time start. false true/false

Volumes

Path Describe
/opt/soulmask/WS/Saved Game config and saves.

NOTE: If you use bind instead of volume to mount, you need to manually change the volume owner to uid=1000. In the case of the docker-compose.yml of the example, you need to execute chown -R 1000:1000 ./data Please make sure the permissions and owners of the pak file you placed in the mods directory are correct.

soulmask-docker's People

Contributors

kagurazakanyaa avatar github-actions[bot] 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.