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:
		
							parent
							
								
									bdb2539238
								
							
						
					
					
						commit
						1fc073222d
					
				@ -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",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user