1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

Merge pull request #2062 from parkervcp/update-truck-sim

Update ETS2
This commit is contained in:
Michael (Parker) Parker 2023-01-14 07:30:41 -09:00 committed by GitHub
commit 2a2ce01d7b
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",
"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",
"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.",
@ -12,7 +12,7 @@
"steam_disk_space"
],
"docker_images": {
"ghcr.io\/parkervcp\/games:source": "ghcr.io\/parkervcp\/games:source"
"ghcr.io\/parkervcp\/steamcmd:debian": "ghcr.io\/parkervcp\/steamcmd:debian"
},
"file_denylist": [],
"startup": ".\/bin\/linux_x64\/eurotrucks2_server",
@ -32,7 +32,7 @@
"variables": [
{
"name": "Auto update",
"description": "",
"description": "Auto update the server on startup",
"env_variable": "AUTO_UPDATE",
"default_value": "1",
"user_viewable": true,
@ -50,26 +50,6 @@
"rules": "required|string|in:1948160",
"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",
"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,
"rules": "required|string|max:64",
"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
{
server_config : _nameless.44c.eab0 {
server_config : _nameless.54e.4440 {
lobby_name: ""
description: ""
welcome_message: ""
@ -8,7 +8,7 @@ server_config : _nameless.44c.eab0 {
max_players: 8
max_vehicles_total: 100
max_ai_vehicles_player: 50
max_ai_vehicles_player_spawn: 50
max_ai_vehicles_player_spawn: 30
connection_virtual_port: 100
query_virtual_port: 101
connection_dedicated_port: 27015
@ -20,6 +20,7 @@ server_config : _nameless.44c.eab0 {
hide_colliding: true
force_speed_limiter: false
mods_optioning: false
timezones: 0
service_no_collision: false
in_menu_ghosting: false
name_tags: true
@ -28,4 +29,4 @@ server_config : _nameless.44c.eab0 {
moderator_list: 0
}
}
}