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:
		| @@ -44,7 +44,7 @@ | ||||
|             "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", | ||||
|             "default_value": "valve", | ||||
|             "user_viewable": true, | ||||
|             "user_editable": false, | ||||
|             "rules": "required|alpha_dash|between:1,100", | ||||
| @@ -54,7 +54,7 @@ | ||||
|             "name": "Map", | ||||
|             "description": "The default map for the server.", | ||||
|             "env_variable": "SRCDS_MAP", | ||||
|             "default_value": "de_dust2", | ||||
|             "default_value": "crossfire", | ||||
|             "user_viewable": true, | ||||
|             "user_editable": true, | ||||
|             "rules": "required|string|alpha_dash", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user