Changed default map and game

'cstrike' and by extension de_dust2 are not shipped by Valve when installing HLDS.
'valve' represents hldm, the default hlds game/mod, and crossfire is a map that ships with that.
This commit is contained in:
Shigbeard 2022-10-19 19:32:18 +11:00
parent bdb2539238
commit 1fc073222d
No known key found for this signature in database
GPG Key ID: 0C8DFB1B392A4730

View File

@ -44,7 +44,7 @@
"name": "Game Name", "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", "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", "env_variable": "HLDS_GAME",
"default_value": "cstrike", "default_value": "valve",
"user_viewable": true, "user_viewable": true,
"user_editable": false, "user_editable": false,
"rules": "required|alpha_dash|between:1,100", "rules": "required|alpha_dash|between:1,100",
@ -54,7 +54,7 @@
"name": "Map", "name": "Map",
"description": "The default map for the server.", "description": "The default map for the server.",
"env_variable": "SRCDS_MAP", "env_variable": "SRCDS_MAP",
"default_value": "de_dust2", "default_value": "crossfire",
"user_viewable": true, "user_viewable": true,
"user_editable": true, "user_editable": true,
"rules": "required|string|alpha_dash", "rules": "required|string|alpha_dash",