7 Days To Die 版本对比

变更: v1.0.1v1.0.2 2026-06-30 08:27 → 2026-06-30 10:07
v1.0.1 v1.0.2
-16 +16
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:03:45+00:00",
8 "name": "7 Days To Die",
9 "author": "kristoffer.norman@bahnhof.se",
10 - "description": "7 days to die server",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 - "name": "Max Players",
35 - "description": "Maximum Concurrent Players",
36 "env_variable": "MAX_PLAYERS",
37 "default_value": "8",
38 "user_viewable": true,
39 "user_editable": false,
40 "rules": "required|string|max:20",
41 "field_type": "text"
42 },
43 {
44 - "name": "Game Difficulty",
45 - "description": "0 - 5, 0=easiest, 5=hardest",
46 "env_variable": "GAME_DIFFICULTY",
47 "default_value": "2",
48 "user_viewable": true,
展开 3 行未改动
52 },
53 {
54 "name": "Source AppID",
55 - "description": "This is the app id for 7dtd please no step on snek.",
56 "env_variable": "SRCDS_APPID",
57 "default_value": "294420",
58 "user_viewable": false,
59 "user_editable": false,
60 "rules": "required|string|max:20",
61 "field_type": "text"
62 },
63 {
64 - "name": "Auto Update",
65 - "description": "This is to auto update the server on start.\r\n\r\nOptions are 0 or 1\r\nDefault is 1",
66 "env_variable": "AUTO_UPDATE",
67 "default_value": "1",
68 "user_viewable": true,
展开 3 行未改动
72 },
73 {
74 "name": "ld lib path",
75 - "description": "This is really annoying that more games are doing this.",
76 "env_variable": "LD_LIBRARY_PATH",
77 "default_value": ".",
78 "user_viewable": false,
79 "user_editable": false,
80 "rules": "required|string|max:20",
81 "field_type": "text"
82 },
83 {
84 - "name": "Beta Branch",
85 - "description": "Installs beta branch if specified. For example, latest_experimental would install the latest experimental branch release. Requires a reinstall to switch branches properly.",
86 "env_variable": "SRCDS_BETAID",
87 "default_value": "",
88 "user_viewable": true,
89 "user_editable": true,
90 "rules": "nullable|string|max:20",
91 "field_type": "text"
92 },
93 {
94 - "name": "Telnet Password",
95 - "description": "Telnet listens on a local interface by default without a password. However, you can specify a password if you wish to expose telnet.",
96 "env_variable": "PASSWORD",
97 "default_value": "",
98 "user_viewable": true,
99 "user_editable": true,
100 "rules": "nullable|string|max:30",
101 "field_type": "text"
102 },
103 {
104 - "name": "Telnet Port",
105 "description": "",
106 "env_variable": "TELNET_PORT",
107 "default_value": "8081",
展开 3 行未改动
111 "field_type": "text"
112 },
113 {
114 - "name": "Network Protocols",
115 - "description": "Networking protocols that should NOT be used. Separated by comma. Possible values: LiteNetLib, SteamNetworking. Dedicated servers should disable SteamNetworking if there is no NAT router in between your users and the server or when port-forwarding is set up correctly. lets it empty if you are connecting your self hosted server behind a NAT",
116 "env_variable": "SERVER_DISABLED_NETWORK_PROTOCOLS",
117 "default_value": "",
118 "user_viewable": true,
展开 3 行未改动
122 }
123 ]
124 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2024-06-01T00:03:45+00:00",
8 "name": "7 Days To Die",
9 "author": "kristoffer.norman@bahnhof.se",
10 + "description": "7 Days to Die 服务器",
11 "features": [
12 "steam_disk_space"
13 ],
展开 17 行未改动
31 },
32 "variables": [
33 {
34 + "name": "最大玩家数",
35 + "description": "最大并发玩家数",
36 "env_variable": "MAX_PLAYERS",
37 "default_value": "8",
38 "user_viewable": true,
39 "user_editable": false,
40 "rules": "required|string|max:20",
41 "field_type": "text"
42 },
43 {
44 + "name": "游戏难度",
45 + "description": "0 - 5,0=最简单,5=最困难",
46 "env_variable": "GAME_DIFFICULTY",
47 "default_value": "2",
48 "user_viewable": true,
展开 3 行未改动
52 },
53 {
54 "name": "Source AppID",
55 + "description": "这是7dtd的应用ID,请不要踩到蛇。",
56 "env_variable": "SRCDS_APPID",
57 "default_value": "294420",
58 "user_viewable": false,
59 "user_editable": false,
60 "rules": "required|string|max:20",
61 "field_type": "text"
62 },
63 {
64 + "name": "自动更新",
65 + "description": "这是在启动时自动更新服务器的设置。\n\n选项为 0 或 1 \n默认值为 1",
66 "env_variable": "AUTO_UPDATE",
67 "default_value": "1",
68 "user_viewable": true,
展开 3 行未改动
72 },
73 {
74 "name": "ld lib path",
75 + "description": "越来越多的游戏这样做,真的很烦人。",
76 "env_variable": "LD_LIBRARY_PATH",
77 "default_value": ".",
78 "user_viewable": false,
79 "user_editable": false,
80 "rules": "required|string|max:20",
81 "field_type": "text"
82 },
83 {
84 + "name": "Beta 分支",
85 + "description": "如果指定了测试分支,则安装该分支。例如,latest_experimental 会安装最新的实验性分支版本。需要重新安装才能正确切换分支。",
86 "env_variable": "SRCDS_BETAID",
87 "default_value": "",
88 "user_viewable": true,
89 "user_editable": true,
90 "rules": "nullable|string|max:20",
91 "field_type": "text"
92 },
93 {
94 + "name": "Telnet 密码",
95 + "description": "Telnet 默认在本地接口上监听且无需密码。但如果你希望暴露 Telnet 服务,可以指定一个密码。",
96 "env_variable": "PASSWORD",
97 "default_value": "",
98 "user_viewable": true,
99 "user_editable": true,
100 "rules": "nullable|string|max:30",
101 "field_type": "text"
102 },
103 {
104 + "name": "Telnet 端口",
105 "description": "",
106 "env_variable": "TELNET_PORT",
107 "default_value": "8081",
展开 3 行未改动
111 "field_type": "text"
112 },
113 {
114 + "name": "网络协议",
115 + "description": "不应使用的网络协议。用逗号分隔。可选值:LiteNetLib, SteamNetworking。如果您的用户与服务器之间没有NAT路由器,或者端口转发设置正确,专用服务器应禁用SteamNetworking。如果您在NAT后连接自托管服务器,请将其留空。",
116 "env_variable": "SERVER_DISABLED_NETWORK_PROTOCOLS",
117 "default_value": "",
118 "user_viewable": true,
展开 3 行未改动
122 }
123 ]
124 }

更新说明

v1.0.1

[AI翻译] 名称、描述、说明、JSON描述、变量

v1.0.2

[AI翻译] 描述、说明、JSON描述、变量