description:"Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type:string
default:""
- variable:PASSWRD
label:"PASSWRD"
description:"Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type:string
private:true
default:""
- variable:GAME_ID
label:"GAME_ID"
description:"The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type:string
default:"824360"
- variable:VALIDATE
label:"VALIDATE"
description:"Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type:boolean
default:true
- variable:MAP
label:"MAP"
description:"Container Variable MAP"
schema:
type:string
default:"CubeWorld_Light"
- variable:SERVER_NAME
label:"SERVER_NAME"
description:"Leave empty if you want to use the settings from GameUserSettings.ini (this field accepts no spaces)"
schema:
type:string
default:"PIXARKDocker"
- variable:SRV_PWD
label:"SRV_PWD"
description:"Leave empty if you want to use the settings from GameUserSettings.ini (this field accepts no spaces)"
schema:
type:string
default:"Docker"
- variable:SRV_ADMIN_PWD
label:"SRV_ADMIN_PWD"
description:"Leave empty if you want to use the settings from GameUserSettings.ini (this field accepts no spaces)"
schema:
type:string
default:"adminDocker"
- variable:GAME_PARAMS
label:"GAME_PARAMS"
description:"Enter your game parameters seperated with ? and start with a ? (dont put spaces in between eg ?MaxPlayers=40?FastDecayUnsnappedCoreStructures=true)"
schema:
type:string
default:"?MaxPlayers=10"
- variable:GAME_PARAMS_EXTRA
label:"GAME_PARAMS_EXTRA"
description:"Type in your Extra Game Parameters seperated with a space and - (eg -DisableDeathSpectator -UseBattlEye)"
description:"This port exposes the container port on the service"
schema:
type:int
default:27015
required:true
- variable:cubeport
label:'cubeport service'
description:"UDP Cube Port (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to click an Show more settings ... and change the port number"
description:"This port exposes the container port on the service"
schema:
type:int
default:27018
required:true
- variable:queryport
label:'queryport service'
description:"UDP Query Port (if you need another port, please delete this entry and create a new UDP Port with the required port number, also dont forget to click an Show more settings ... and change the port number"