欧卡2专用服务器 版本对比

变更: v1.0.1v1.0.2 2026-06-30 08:32 → 2026-06-30 10:30
v1.0.1 v1.0.2
-9 +9
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:04:12+00:00",
8 "name": "Euro Truck Simulator 2 Dedicated server",
9 "author": "josdekurk@gmail.com",
10 - "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.",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 - "name": "Auto update",
35 - "description": "Auto update the server on startup",
36 "env_variable": "AUTO_UPDATE",
37 "default_value": "1",
38 "user_viewable": true,
39 "user_editable": true,
40 "rules": "boolean",
41 "field_type": "text"
42 },
43 {
44 - "name": "App ID",
45 "description": "",
46 "env_variable": "SRCDS_APPID",
47 "default_value": "1948160",
展开 3 行未改动
51 "field_type": "text"
52 },
53 {
54 - "name": "Query port",
55 - "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",
56 "env_variable": "QUERY_PORT",
57 "default_value": "27016",
58 "user_viewable": true,
59 "user_editable": false,
60 "rules": "required|string",
61 "field_type": "text"
62 },
63 {
64 - "name": "Steam Auth token",
65 - "description": "By default, whenever a dedicated server is launched it is using an anonymous account. For such an account non-persistent server id is generated (used for direct search). To avoid this you can acquire a logon token on https://steamcommunity.com/dev/managegameservers (game ownership is required)",
66 "env_variable": "STEAM_TOKEN",
67 "default_value": "",
68 "user_viewable": true,
69 "user_editable": true,
70 "rules": "nullable|string|max:32",
71 "field_type": "text"
72 },
73 {
74 - "name": "Lobby name",
75 "description": "",
76 "env_variable": "LOBBY_NAME",
77 "default_value": "Euro Truck Simulator 2 server",
展开 4 行未改动
82 }
83 ]
84 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:04:12+00:00",
8 "name": "Euro Truck Simulator 2 Dedicated server",
9 "author": "josdekurk@gmail.com",
10 + "description": "穿越欧洲,成为公路之王,一名卡车司机,将重要货物运送到令人惊叹的远方!探索数十座城市,你的耐力、技巧和速度都将被推向极限。",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 + "name": "自动更新",
35 + "description": "在启动时自动更新服务器",
36 "env_variable": "AUTO_UPDATE",
37 "default_value": "1",
38 "user_viewable": true,
39 "user_editable": true,
40 "rules": "boolean",
41 "field_type": "text"
42 },
43 {
44 + "name": "应用ID",
45 "description": "",
46 "env_variable": "SRCDS_APPID",
47 "default_value": "1948160",
展开 3 行未改动
51 "field_type": "text"
52 },
53 {
54 + "name": "查询端口",
55 + "description": "根据游戏的说明,查询端口必须在27015-27020之间,但根据我们的测试,这个端口可以是任意端口。",
56 "env_variable": "QUERY_PORT",
57 "default_value": "27016",
58 "user_viewable": true,
59 "user_editable": false,
60 "rules": "required|string",
61 "field_type": "text"
62 },
63 {
64 + "name": "Steam 认证令牌",
65 + "description": "默认情况下,专用服务器启动时使用的是匿名账户。此类账户会生成非持久性服务器ID(用于直接搜索)。为避免此情况,您可以在 https://steamcommunity.com/dev/managegameservers 获取登录令牌(需拥有游戏所有权)。",
66 "env_variable": "STEAM_TOKEN",
67 "default_value": "",
68 "user_viewable": true,
69 "user_editable": true,
70 "rules": "nullable|string|max:32",
71 "field_type": "text"
72 },
73 {
74 + "name": "大厅名称",
75 "description": "",
76 "env_variable": "LOBBY_NAME",
77 "default_value": "Euro Truck Simulator 2 server",
展开 4 行未改动
82 }
83 ]
84 }