"_comment":"DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta":{
"version":"PTDL_v1",
"update_url":null
},
"exported_at":"2022-10-19T16:26:34+11:00",
"name":"Custom ReHLDS Engine Game",
"author":"shigbeard@ndlee.com",
"description":"This option allows modifying the startup arguments and other details to run a custom HLDS based game on the panel, substituting the official Valve engine binaries with the ReHLDS binaries.",
"description":"The ID corresponding to the game to download and run using HLDS.\r\n\r\nThe HLDS server ID is 90. This should not be changed.",
"env_variable":"SRCDS_APPID",
"default_value":"90",
"user_viewable":true,
"user_editable":false,
"rules":"required|numeric|digits_between:1,6"
},
{
"name":"Game Name",
"description":"The name corresponding to the game to download and run using HLDS.\r\n\r\nall the HLDS server names are here - https:\/\/developer.valvesoftware.com\/wiki\/Dedicated_Server_Name_Enumeration",
"env_variable":"HLDS_GAME",
"default_value":"cstrike",
"user_viewable":true,
"user_editable":false,
"rules":"required|alpha_dash|between:1,100"
},
{
"name":"Map",
"description":"The default map for the server.",
"env_variable":"SRCDS_MAP",
"default_value":"de_dust2",
"user_viewable":true,
"user_editable":true,
"rules":"required|string|alpha_dash"
},
{
"name":"VAC port",
"description":"Specifies the VAC port the server should use. Default is 26900.",
"env_variable":"VAC_PORT",
"default_value":"26900",
"user_viewable":true,
"user_editable":false,
"rules":"required|numeric|digits_between:1,5"
},
{
"name":"Github Package",
"description":"The Github package for ReHLDS to download and install.",
"env_variable":"GITHUB_PACKAGE",
"default_value":"dreamstalker\/rehlds",
"user_viewable":false,
"user_editable":false,
"rules":"required|string"
},
{
"name":"ReHLDS Version",
"description":"The version of ReHLDS to install, or 'latest' for the latest release.",
"env_variable":"VERSION",
"default_value":"latest",
"user_viewable":false,
"user_editable":false,
"rules":"required|string"
},
{
"name":"Match",
"description":"The file name to match when downloading the ReHLDS package. Used with 'grep -i'",