diff --git a/game_eggs/steamcmd_servers/truck-simulator/american-truck-simulator/egg-american-truck-simulator-dedicated-server.json b/game_eggs/steamcmd_servers/truck-simulator/american-truck-simulator/egg-american-truck-simulator-dedicated-server.json index 23aaa181..c69f8ceb 100644 --- a/game_eggs/steamcmd_servers/truck-simulator/american-truck-simulator/egg-american-truck-simulator-dedicated-server.json +++ b/game_eggs/steamcmd_servers/truck-simulator/american-truck-simulator/egg-american-truck-simulator-dedicated-server.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2022-12-11T05:02:58-05:00", + "exported_at": "2022-12-11T11:11:17+01:00", "name": "American Truck Simulator Dedicated Server", "author": "chase@cstmgames.com", "description": "This will set up SteamCMD and all the required files for the newly released American Truck Simulator Dedicated server. Simply placed the exported server config from your ATS instance to the .local\/share\/American Truck Simulator\/ folder and select start. Make sure that auto start is off on server creation to allow you to upload your config files.", @@ -61,15 +61,15 @@ "field_type": "text" }, { - "name": "Query Port", - "description": "This is the port the sever will use to listen for and respond to queries.", - "env_variable": "QUERY_PORT", - "default_value": "27016", - "user_viewable": true, - "user_editable": true, - "rules": "required|string|between:27015,27020", - "field_type": "text" - }, + "name": "query port", + "description": "Must be between 27015 and 27020!", + "env_variable": "QUERY_PORT", + "default_value": "27016", + "user_viewable": true, + "user_editable": false, + "rules": "required|string", + "field_type": "text" + }, { "name": "LOBBY_NAME", "description": "Used as the name of the server lobby", diff --git a/game_eggs/steamcmd_servers/truck-simulator/euro-truck-simulator2/egg-euro-truck-simulator2-dedicated-server.json b/game_eggs/steamcmd_servers/truck-simulator/euro-truck-simulator2/egg-euro-truck-simulator2-dedicated-server.json index 2f48571d..277cf5ee 100644 --- a/game_eggs/steamcmd_servers/truck-simulator/euro-truck-simulator2/egg-euro-truck-simulator2-dedicated-server.json +++ b/game_eggs/steamcmd_servers/truck-simulator/euro-truck-simulator2/egg-euro-truck-simulator2-dedicated-server.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2022-12-11T10:30:09+01:00", + "exported_at": "2022-12-11T11:11:17+01:00", "name": "Euro Truck Simulator 2 Dedicated server.", "author": "josdekurk@gmail.com", "description": "Travel across Europe as king of the road, a trucker who delivers important cargo across impressive distances! With dozens of cities to explore, your endurance, skill and speed will all be pushed to their limits.", @@ -72,12 +72,12 @@ }, { "name": "query port", - "description": "", + "description": "Must be between 27015 and 27020!", "env_variable": "QUERY_PORT", "default_value": "27016", "user_viewable": true, "user_editable": false, - "rules": "required|string|between:27015,27020", + "rules": "required|string", "field_type": "text" }, {