求生之路 版本对比

变更: v1.0.1v1.0.2 2026-06-30 08:31 → 2026-06-30 10:26
v1.0.1 v1.0.2
-7 +7
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:03:56+00:00",
8 "name": "Left 4 Dead",
9 "author": "pterodactyl@mazoyer.eu",
10 - "description": "An outbreak of a highly contagious pathogen nicknamed the \"Green Flu\" begins in Pennsylvania. Two weeks after the first infection, four immune survivors, Bill, Zoey, Louis, and Francis make their way out of the city of Fairfield, only to discover that the infection is creating dangerous mutations in some of its hosts.",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 - "name": "Game ID",
35 - "description": "The ID corresponding to the game to download and run using SRCDS.",
36 "env_variable": "SRCDS_APPID",
37 "default_value": "222840",
38 "user_viewable": true,
39 "user_editable": false,
40 "rules": "required|in:222840",
41 "field_type": "text"
42 },
43 {
44 - "name": "Default Map",
45 - "description": "Default map used when starting the server.",
46 "env_variable": "SRCDS_MAP",
47 "default_value": "l4d_hospital01_apartment",
48 "user_viewable": true,
49 "user_editable": true,
50 "rules": "required|string|max:40",
51 "field_type": "text"
52 },
53 {
54 - "name": "Auto Update",
55 - "description": "Auto update the server on startup.",
56 "env_variable": "AUTO_UPDATE",
57 "default_value": "1",
58 "user_viewable": true,
展开 3 行未改动
62 }
63 ]
64 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:03:56+00:00",
8 "name": "Left 4 Dead",
9 "author": "pterodactyl@mazoyer.eu",
10 + "description": "一种被称为“绿色流感”的高度传染性病原体在宾夕法尼亚州爆发。首次感染两周后,四名免疫幸存者——比尔、佐伊、路易斯和弗朗西斯——成功逃离费尔菲尔德市,却发现这种感染正在某些宿主身上引发危险的变异。",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 + "name": "游戏ID",
35 + "description": "使用SRCDS下载并运行游戏对应的ID。",
36 "env_variable": "SRCDS_APPID",
37 "default_value": "222840",
38 "user_viewable": true,
39 "user_editable": false,
40 "rules": "required|in:222840",
41 "field_type": "text"
42 },
43 {
44 + "name": "默认地图",
45 + "description": "启动服务器时使用的默认地图。",
46 "env_variable": "SRCDS_MAP",
47 "default_value": "l4d_hospital01_apartment",
48 "user_viewable": true,
49 "user_editable": true,
50 "rules": "required|string|max:40",
51 "field_type": "text"
52 },
53 {
54 + "name": "自动更新",
55 + "description": "启动时自动更新服务器。",
56 "env_variable": "AUTO_UPDATE",
57 "default_value": "1",
58 "user_viewable": true,
展开 3 行未改动
62 }
63 ]
64 }