Update ETS2

This commit is contained in:
Quinten 2023-01-14 17:27:19 +01:00 committed by GitHub
parent b2195b8c5b
commit 89b50da56c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 26 deletions

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
}, },
"exported_at": "2022-12-15T18:36:23+01:00", "exported_at": "2023-01-14T17:26:13+01:00",
"name": "Euro Truck Simulator 2 Dedicated server", "name": "Euro Truck Simulator 2 Dedicated server",
"author": "josdekurk@gmail.com", "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.", "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.",
@ -12,7 +12,7 @@
"steam_disk_space" "steam_disk_space"
], ],
"docker_images": { "docker_images": {
"ghcr.io\/parkervcp\/games:source": "ghcr.io\/parkervcp\/games:source" "ghcr.io\/parkervcp\/steamcmd:debian": "ghcr.io\/parkervcp\/steamcmd:debian"
}, },
"file_denylist": [], "file_denylist": [],
"startup": ".\/bin\/linux_x64\/eurotrucks2_server", "startup": ".\/bin\/linux_x64\/eurotrucks2_server",
@ -32,7 +32,7 @@
"variables": [ "variables": [
{ {
"name": "Auto update", "name": "Auto update",
"description": "", "description": "Auto update the server on startup",
"env_variable": "AUTO_UPDATE", "env_variable": "AUTO_UPDATE",
"default_value": "1", "default_value": "1",
"user_viewable": true, "user_viewable": true,
@ -50,26 +50,6 @@
"rules": "required|string|in:1948160", "rules": "required|string|in:1948160",
"field_type": "text" "field_type": "text"
}, },
{
"name": "Steam password",
"description": "",
"env_variable": "STEAM_PASS",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string|max:64",
"field_type": "text"
},
{
"name": "Steam username",
"description": "",
"env_variable": "STEAM_USER",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string|max:32",
"field_type": "text"
},
{ {
"name": "Query port", "name": "Query port",
"description": "By there readme of the game the query port must be between 27015-27020, but from our testing this port can be any port", "description": "By there readme of the game the query port must be between 27015-27020, but from our testing this port can be any port",
@ -99,6 +79,26 @@
"user_editable": true, "user_editable": true,
"rules": "required|string|max:64", "rules": "required|string|max:64",
"field_type": "text" "field_type": "text"
},
{
"name": "Steam password",
"description": "",
"env_variable": "STEAM_PASS",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string|max:64",
"field_type": "text"
},
{
"name": "Steam username",
"description": "",
"env_variable": "STEAM_USER",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string|max:32",
"field_type": "text"
} }
] ]
} }

View File

@ -1,6 +1,6 @@
SiiNunit SiiNunit
{ {
server_config : _nameless.44c.eab0 { server_config : _nameless.54e.4440 {
lobby_name: "" lobby_name: ""
description: "" description: ""
welcome_message: "" welcome_message: ""
@ -8,7 +8,7 @@ server_config : _nameless.44c.eab0 {
max_players: 8 max_players: 8
max_vehicles_total: 100 max_vehicles_total: 100
max_ai_vehicles_player: 50 max_ai_vehicles_player: 50
max_ai_vehicles_player_spawn: 50 max_ai_vehicles_player_spawn: 30
connection_virtual_port: 100 connection_virtual_port: 100
query_virtual_port: 101 query_virtual_port: 101
connection_dedicated_port: 27015 connection_dedicated_port: 27015
@ -20,6 +20,7 @@ server_config : _nameless.44c.eab0 {
hide_colliding: true hide_colliding: true
force_speed_limiter: false force_speed_limiter: false
mods_optioning: false mods_optioning: false
timezones: 0
service_no_collision: false service_no_collision: false
in_menu_ghosting: false in_menu_ghosting: false
name_tags: true name_tags: true