变更: v1.0.1 → v1.0.2
2026-06-30 08:26 → 2026-06-30 10:03
v1.0.1
v1.0.2
-65
+65
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-07-04T17:23:00-07:00", | |
| 8 | "name": "DayZ", | |
| 9 | "author": "red_thirten@yahoo.com", | |
| 10 | - | "description": "How long can you survive a post-apocalyptic world? A land overrun with an infected \"zombie\" population, where you compete with other survivors for limited resources. Will you team up with strangers and stay strong together? Or play as a lone wolf to avoid betrayal? This is DayZ – this is your story.", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | - | "name": "[Host] Steam Query Port", |
| 35 | - | "description": "UDP port for Steam server list features. Helps the server be visible in the client server browser.", |
| 36 | "env_variable": "QUERY_PORT", | |
| 37 | "default_value": "27016", | |
| 38 | "user_viewable": true, | |
| 39 | "user_editable": false, | |
| 40 | "rules": "required|integer|between:1024,65536", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | - | "name": "[Host] Steam Username", |
| 45 | - | "description": "Used for installation and updates. Account does not need to own DayZ, but MUST BE a VALID Steam account (anonymous login cannot be used). For security reasons it is recommended that you create a new Steam account just for your dedicated servers. *This info is not visible to the server owner.*", |
| 46 | "env_variable": "STEAM_USER", | |
| 47 | "default_value": "", | |
| 48 | "user_viewable": false, | |
| 49 | "user_editable": false, | |
| 50 | "rules": "required|string|not_in:anonymous", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | - | "name": "[Host] Steam Password", |
| 55 | - | "description": "Used for installation and updates. Steam Guard MUST be completely TURNED OFF for the server and mods to download efficiently. *This info is not visible to the server owner, BUT IS stored in PLAIN TEXT. It is NOT advised to use a personal account; best to use a dummy account.*", |
| 56 | "env_variable": "STEAM_PASS", | |
| 57 | "default_value": "", | |
| 58 | "user_viewable": false, | |
| 59 | "user_editable": false, | |
| 60 | "rules": "required|string", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | - | "name": "[Host] Disable Mod Downloads/Updates", |
| 65 | - | "description": "If the Steam account does not own the base DayZ game, Steam Workshop mod downloads/updates will not work. If so, this setting allows disabling of this feature to avoid errors. (1 ON | 0 OFF)", |
| 66 | "env_variable": "DISABLE_MOD_UPDATES", | |
| 67 | "default_value": "0", | |
| 68 | "user_viewable": false, | |
| 69 | "user_editable": false, | |
| 70 | "rules": "boolean", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | - | "name": "[Host] Number of SteamCMD Retry Attempts", |
| 75 | - | "description": "How many times SteamCMD should retry downloading a server or mod after a recoverable error. (ie. A particularly large mod download times out)", |
| 76 | "env_variable": "STEAMCMD_ATTEMPTS", | |
| 77 | "default_value": "3", | |
| 78 | "user_viewable": false, | |
| 79 | "user_editable": false, | |
| 80 | "rules": "required|integer", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | - | "name": "[Host] Skip Game Server Install", |
| 85 | - | "description": "Skips the installation of game server files via SteamCMD during the installation script. Should only be enabled if you are trying to install the server with a Steam account that has Steam Guard enabled (not recommended).", |
| 86 | "env_variable": "SKIP_INSTALL", | |
| 87 | "default_value": "0", | |
| 88 | "user_viewable": false, | |
| 89 | "user_editable": false, | |
| 90 | "rules": "boolean", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | - | "name": "Automatic Updates", |
| 95 | - | "description": "Quickly checks for any server or mod updates on startup, and updates if necessary.", |
| 96 | "env_variable": "UPDATE_SERVER", | |
| 97 | "default_value": "1", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": true, | |
| 100 | "rules": "boolean", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | - | "name": "Server Name", |
| 105 | - | "description": "Name of the server that will appear in the server list.", |
| 106 | "env_variable": "SERVER_HOSTNAME", | |
| 107 | "default_value": "DayZ Server", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": true, | |
| 110 | "rules": "required|string", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | - | "name": "Max Players", |
| 115 | - | "description": "Maximum number of players allowed to join the server.", |
| 116 | "env_variable": "MAX_PLAYERS", | |
| 117 | "default_value": "64", | |
| 118 | "user_viewable": true, | |
| 119 | "user_editable": true, | |
| 120 | "rules": "required|integer|gt:0", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | - | "name": "Server Password", |
| 125 | - | "description": "Password required to join the server. Leave blank to have no password.", |
| 126 | "env_variable": "SERVER_PASSWORD", | |
| 127 | "default_value": "", | |
| 128 | "user_viewable": true, | |
| 129 | "user_editable": true, | |
| 130 | "rules": "nullable|string", | |
| 131 | "field_type": "text" | |
| 132 | }, | |
| 133 | { | |
| 134 | - | "name": "Admin Password", |
| 135 | - | "description": "Password to log in as an admin on the server.", |
| 136 | "env_variable": "ADMIN_PASSWORD", | |
| 137 | "default_value": "", | |
| 138 | "user_viewable": true, | |
| 139 | "user_editable": true, | |
| 140 | "rules": "nullable|string", | |
| 141 | "field_type": "text" | |
| 142 | }, | |
| 143 | { | |
| 144 | - | "name": "RCON Port", |
| 145 | - | "description": "Used by Tools or Battlemetrics to manage servers from outside. RCON Port is recommended to be at Game Port +3. For example, If the Game Port is 2302, then RCON Port should be 2305.", |
| 146 | "env_variable": "RCON_PORT", | |
| 147 | "default_value": "2305", | |
| 148 | "user_viewable": true, | |
| 149 | "user_editable": false, | |
| 150 | "rules": "required|integer|between:1024,65536", | |
| 151 | "field_type": "text" | |
| 152 | }, | |
| 153 | { | |
| 154 | - | "name": "RCON Password", |
| 155 | - | "description": "This password is used to authenticate third parties to access server controls via RCON.", |
| 156 | "env_variable": "RCON_PASSWORD", | |
| 157 | "default_value": "", | |
| 158 | "user_viewable": true, | |
| 159 | "user_editable": true, | |
| 160 | "rules": "required|string|max:20", | |
| 161 | "field_type": "text" | |
| 162 | }, | |
| 163 | { | |
| 164 | - | "name": "Modlist File (Exported from DayZ Launcher)", |
| 165 | - | "description": "Filename for an exported modlist. This file will be parsed for mod installation and loading. Upload your HTML file to the root directory (eg. /home/container/modlist.html). Leave blank to disable loading mods from a modlist.", |
| 166 | "env_variable": "MOD_FILE", | |
| 167 | "default_value": "modlist.html", | |
| 168 | "user_viewable": true, | |
| 169 | "user_editable": true, | |
| 170 | "rules": "nullable|string", | |
| 171 | "field_type": "text" | |
| 172 | }, | |
| 173 | { | |
| 174 | - | "name": "Additional Mods", |
| 175 | - | "description": "A semicolon-separated list of mod folders to load from the root directory. Useful for loading manually uploaded mods. Any mods in this list that are in \"@workshopID\" form will also be included in Automatic Updates (if enabled). NO capital letters, spaces, or folders starting with a number! (ex. myMod;@123456789;@987654321;etc;)", |
| 176 | "env_variable": "MODIFICATIONS", | |
| 177 | "default_value": "", | |
| 178 | "user_viewable": true, | |
| 179 | "user_editable": true, | |
| 180 | "rules": "nullable|string", | |
| 181 | "field_type": "text" | |
| 182 | }, | |
| 183 | { | |
| 184 | - | "name": "Verify Signatures", |
| 185 | - | "description": "Ensures all clients have exactly the same version of mods or addons that the server is running. Otherwise, they will be kicked upon connection. (2 ON | 0 OFF)", |
| 186 | "env_variable": "VERIFY_SIGNATURES", | |
| 187 | "default_value": "2", | |
| 188 | "user_viewable": true, | |
| 189 | "user_editable": true, | |
| 190 | "rules": "required|string|in:0,2", | |
| 191 | "field_type": "text" | |
| 192 | }, | |
| 193 | { | |
| 194 | - | "name": "Enforce Game Version", |
| 195 | - | "description": "When ON, the server will allow the connection only to clients with same the version as the server.", |
| 196 | "env_variable": "ENFORCE_BUILD", | |
| 197 | "default_value": "1", | |
| 198 | "user_viewable": true, | |
| 199 | "user_editable": true, | |
| 200 | "rules": "boolean", | |
| 201 | "field_type": "text" | |
| 202 | }, | |
| 203 | { | |
| 204 | - | "name": "Disable VoN", |
| 205 | - | "description": "When ON, will disable Voice over Network (voice chat) in the server.", |
| 206 | "env_variable": "DISABLE_VON", | |
| 207 | "default_value": "0", | |
| 208 | "user_viewable": true, | |
| 209 | "user_editable": true, | |
| 210 | "rules": "boolean", | |
| 211 | "field_type": "text" | |
| 212 | }, | |
| 213 | { | |
| 214 | - | "name": "VoN Quality", |
| 215 | - | "description": "Voice over Network codec quality; the higher the better. (Values 0-30)", |
| 216 | "env_variable": "VON_QUALITY", | |
| 217 | "default_value": "20", | |
| 218 | "user_viewable": true, | |
| 219 | "user_editable": true, | |
| 220 | "rules": "required|integer|between:0,30", | |
| 221 | "field_type": "text" | |
| 222 | }, | |
| 223 | { | |
| 224 | - | "name": "Disable Third Person", |
| 225 | - | "description": "When ON, will disable third person view while on the server.", |
| 226 | "env_variable": "DISABLE_THIRD", | |
| 227 | "default_value": "0", | |
| 228 | "user_viewable": true, | |
| 229 | "user_editable": true, | |
| 230 | "rules": "boolean", | |
| 231 | "field_type": "text" | |
| 232 | }, | |
| 233 | { | |
| 234 | - | "name": "Disable Crosshair", |
| 235 | - | "description": "When ON, will disable the crosshair from being visible while on the server.", |
| 236 | "env_variable": "DISABLE_CROSSHAIR", | |
| 237 | "default_value": "0", | |
| 238 | "user_viewable": true, | |
| 239 | "user_editable": true, | |
| 240 | "rules": "boolean", | |
| 241 | "field_type": "text" | |
| 242 | }, | |
| 243 | { | |
| 244 | - | "name": "Disable Personal Light", |
| 245 | - | "description": "When ON, will disable a personal light positioned above all clients during the night time while on the server.", |
| 246 | "env_variable": "DISABLE_PERSONAL_LIGHT", | |
| 247 | "default_value": "1", | |
| 248 | "user_viewable": true, | |
| 249 | "user_editable": true, | |
| 250 | "rules": "boolean", | |
| 251 | "field_type": "text" | |
| 252 | }, | |
| 253 | { | |
| 254 | - | "name": "Darker Nights", |
| 255 | - | "description": "When ON, will make nights darker (more accurate nights, but hard to see without a light).", |
| 256 | "env_variable": "LIGHTING_CONFIG", | |
| 257 | "default_value": "0", | |
| 258 | "user_viewable": true, | |
| 259 | "user_editable": true, | |
| 260 | "rules": "boolean", | |
| 261 | "field_type": "text" | |
| 262 | }, | |
| 263 | { | |
| 264 | - | "name": "Persistent Time", |
| 265 | - | "description": "The actual server time is saved to storage, so when ON, the next server start will use the saved time value.", |
| 266 | "env_variable": "PERSISTENT_TIME", | |
| 267 | "default_value": "0", | |
| 268 | "user_viewable": true, | |
| 269 | "user_editable": true, | |
| 270 | "rules": "boolean", | |
| 271 | "field_type": "text" | |
| 272 | }, | |
| 273 | { | |
| 274 | - | "name": "Time Multiplier", |
| 275 | - | "description": "This is a time multiplier for in-game time (ie. 12 would move a full 24-hour day in-game 12 times faster, making it last 2 hours \"in real life\"). (Values: 0-24)", |
| 276 | "env_variable": "TIME_MULT", | |
| 277 | "default_value": "12", | |
| 278 | "user_viewable": true, | |
| 279 | "user_editable": true, | |
| 280 | "rules": "required|integer|between:0,24", | |
| 281 | "field_type": "text" | |
| 282 | }, | |
| 283 | { | |
| 284 | - | "name": "Night Multiplier", |
| 285 | - | "description": "This is an additional multiplier to either speed up or slow down nights in-game. It is multiplied with the \"Time Multiplier\" variable to get it's final multiplier for night time speed. (Values: 0.1-64.0)", |
| 286 | "env_variable": "NIGHT_MULT", | |
| 287 | "default_value": "1", | |
| 288 | "user_viewable": true, | |
| 289 | "user_editable": true, | |
| 290 | "rules": "required|numeric|between:0.1,64", | |
| 291 | "field_type": "text" | |
| 292 | }, | |
| 293 | { | |
| 294 | - | "name": "[Repair] Make Mod Files Lowercase", |
| 295 | - | "description": "Every mod that is set to be loaded will have its folder and files changed to lowercase (to prevent errors). It is recommended to enable this for one server boot after copying a mod from a Windows machine to the server, or if mods seem to not be loading.", |
| 296 | "env_variable": "MODS_LOWERCASE", | |
| 297 | "default_value": "0", | |
| 298 | "user_viewable": true, | |
| 299 | "user_editable": true, | |
| 300 | "rules": "boolean", | |
| 301 | "field_type": "text" | |
| 302 | }, | |
| 303 | { | |
| 304 | - | "name": "[Repair] Validate Server Files", |
| 305 | - | "description": "Validates all server files when Automatic Updates is ON. Note: This will significantly increase server startup times, so it is recommended to only enable this when needed.", |
| 306 | "env_variable": "VALIDATE_SERVER", | |
| 307 | "default_value": "0", | |
| 308 | "user_viewable": true, | |
| 309 | "user_editable": true, | |
| 310 | "rules": "boolean", | |
| 311 | "field_type": "text" | |
| 312 | }, | |
| 313 | { | |
| 314 | - | "name": "[Advanced] Server-Side Only Mods", |
| 315 | - | "description": "Mod folders to be used with the \"-serverMods\" startup option. They only run server-side and are not required by clients if \"Verify Signatures\" is ON. Any mods in this list that are in \"@workshopID\" form will also be included in Automatic Updates (if enabled). NO capital letters, spaces, or folders starting with a number! Each folder must be followed with a semicolon (ex. @123456789;@987654321;etc;)", |
| 316 | "env_variable": "SERVERMODS", | |
| 317 | "default_value": "", | |
| 318 | "user_viewable": true, | |
| 319 | "user_editable": true, | |
| 320 | "rules": "nullable|string", | |
| 321 | "field_type": "text" | |
| 322 | }, | |
| 323 | { | |
| 324 | - | "name": "[Advanced] Extra Startup Parameters", |
| 325 | - | "description": "See https://community.bistudio.com/wiki/DayZ:Server_Configuration#Launch_Parameters for more info on valid flags for this field.", |
| 326 | "env_variable": "STARTUP_PARAMS", | |
| 327 | "default_value": "-dologs -adminlog -netlog -freezecheck", | |
| 328 | "user_viewable": true, | |
| 329 | "user_editable": true, | |
| 330 | "rules": "nullable|string", | |
| 331 | "field_type": "text" | |
| 332 | }, | |
| 333 | { | |
| 334 | - | "name": "[Advanced] Server Binary", |
| 335 | - | "description": "Cannot currently be changed. Left in case other branches with different executable names are introduced at a later date.", |
| 336 | "env_variable": "SERVER_BINARY", | |
| 337 | "default_value": "DayZServer", | |
| 338 | "user_viewable": true, | |
| 339 | "user_editable": false, | |
| 340 | "rules": "required|string|in:DayZServer", | |
| 341 | "field_type": "text" | |
| 342 | }, | |
| 343 | { | |
| 344 | - | "name": "[Advanced] DayZ Dedicated Server App ID", |
| 345 | - | "description": "Used for installation and updates. Rarely needs to be changed. 223350 is for Stable branch and 1042420 is for experimental branch. Changing branches may require deleting all server files and reinstalling.", |
| 346 | "env_variable": "STEAMCMD_APPID", | |
| 347 | "default_value": "223350", | |
| 348 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 352 | } | |
| 353 | ] | |
| 354 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-07-04T17:23:00-07:00", | |
| 8 | "name": "DayZ", | |
| 9 | "author": "red_thirten@yahoo.com", | |
| 10 | + | "description": "你能在末日后的世界中生存多久?一片被感染“僵尸”占领的土地,你需要与其他幸存者争夺有限的资源。你会与陌生人结盟,共同坚守吗?还是独行如狼,避免背叛?这就是《DayZ》——这是你的故事。", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | + | "name": "[主机] Steam 查询端口", |
| 35 | + | "description": "用于Steam服务器列表功能的UDP端口。有助于服务器在客户端服务器浏览器中可见。", |
| 36 | "env_variable": "QUERY_PORT", | |
| 37 | "default_value": "27016", | |
| 38 | "user_viewable": true, | |
| 39 | "user_editable": false, | |
| 40 | "rules": "required|integer|between:1024,65536", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | + | "name": "[主机] Steam 用户名", |
| 45 | + | "description": "用于安装和更新。该账户无需拥有DayZ,但必须是有效的Steam账户(不能使用匿名登录)。出于安全考虑,建议您为专用服务器创建一个新的Steam账户。*此信息对服务器所有者不可见。*", |
| 46 | "env_variable": "STEAM_USER", | |
| 47 | "default_value": "", | |
| 48 | "user_viewable": false, | |
| 49 | "user_editable": false, | |
| 50 | "rules": "required|string|not_in:anonymous", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | + | "name": "[主机] Steam 密码", |
| 55 | + | "description": "用于安装和更新。Steam Guard 必须完全关闭,以便服务器和模组高效下载。*此信息对服务器所有者不可见,但会以纯文本形式存储。不建议使用个人账户;最好使用虚拟账户。*", |
| 56 | "env_variable": "STEAM_PASS", | |
| 57 | "default_value": "", | |
| 58 | "user_viewable": false, | |
| 59 | "user_editable": false, | |
| 60 | "rules": "required|string", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | + | "name": "[主机] 禁用模组下载/更新", |
| 65 | + | "description": "如果Steam账户未拥有DayZ基础游戏,Steam创意工坊的模组下载/更新将无法正常工作。若出现此情况,该设置可禁用此功能以避免错误。(1 开启 | 0 关闭)", |
| 66 | "env_variable": "DISABLE_MOD_UPDATES", | |
| 67 | "default_value": "0", | |
| 68 | "user_viewable": false, | |
| 69 | "user_editable": false, | |
| 70 | "rules": "boolean", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | + | "name": "[主机] SteamCMD 重试尝试次数", |
| 75 | + | "description": "在可恢复的错误发生后,SteamCMD 应重试下载服务器或模组的次数。(例如,特别大的模组下载超时)", |
| 76 | "env_variable": "STEAMCMD_ATTEMPTS", | |
| 77 | "default_value": "3", | |
| 78 | "user_viewable": false, | |
| 79 | "user_editable": false, | |
| 80 | "rules": "required|integer", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | + | "name": "[主机] 跳过游戏服务器安装", |
| 85 | + | "description": "在安装脚本期间跳过通过 SteamCMD 安装游戏服务器文件。仅当您尝试使用启用了 Steam 令牌的 Steam 账户安装服务器时才应启用此选项(不推荐)。", |
| 86 | "env_variable": "SKIP_INSTALL", | |
| 87 | "default_value": "0", | |
| 88 | "user_viewable": false, | |
| 89 | "user_editable": false, | |
| 90 | "rules": "boolean", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | + | "name": "自动更新", |
| 95 | + | "description": "启动时快速检查任何服务器或模组更新,并在必要时进行更新。", |
| 96 | "env_variable": "UPDATE_SERVER", | |
| 97 | "default_value": "1", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": true, | |
| 100 | "rules": "boolean", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | + | "name": "服务器名称", |
| 105 | + | "description": "在服务器列表中显示的服务器名称。", |
| 106 | "env_variable": "SERVER_HOSTNAME", | |
| 107 | "default_value": "DayZ Server", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": true, | |
| 110 | "rules": "required|string", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | + | "name": "最大玩家数", |
| 115 | + | "description": "服务器允许的最大玩家数量。", |
| 116 | "env_variable": "MAX_PLAYERS", | |
| 117 | "default_value": "64", | |
| 118 | "user_viewable": true, | |
| 119 | "user_editable": true, | |
| 120 | "rules": "required|integer|gt:0", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | + | "name": "服务器密码", |
| 125 | + | "description": "加入服务器需要密码。留空则无需密码。", |
| 126 | "env_variable": "SERVER_PASSWORD", | |
| 127 | "default_value": "", | |
| 128 | "user_viewable": true, | |
| 129 | "user_editable": true, | |
| 130 | "rules": "nullable|string", | |
| 131 | "field_type": "text" | |
| 132 | }, | |
| 133 | { | |
| 134 | + | "name": "管理员密码", |
| 135 | + | "description": "服务器管理员登录密码。", |
| 136 | "env_variable": "ADMIN_PASSWORD", | |
| 137 | "default_value": "", | |
| 138 | "user_viewable": true, | |
| 139 | "user_editable": true, | |
| 140 | "rules": "nullable|string", | |
| 141 | "field_type": "text" | |
| 142 | }, | |
| 143 | { | |
| 144 | + | "name": "RCON 端口", |
| 145 | + | "description": "被工具或Battlemetrics用于从外部管理服务器。建议RCON端口设置为游戏端口+3。例如,如果游戏端口是2302,则RCON端口应为2305。", |
| 146 | "env_variable": "RCON_PORT", | |
| 147 | "default_value": "2305", | |
| 148 | "user_viewable": true, | |
| 149 | "user_editable": false, | |
| 150 | "rules": "required|integer|between:1024,65536", | |
| 151 | "field_type": "text" | |
| 152 | }, | |
| 153 | { | |
| 154 | + | "name": "RCON 密码", |
| 155 | + | "description": "此密码用于通过RCON验证第三方访问服务器控制权限。", |
| 156 | "env_variable": "RCON_PASSWORD", | |
| 157 | "default_value": "", | |
| 158 | "user_viewable": true, | |
| 159 | "user_editable": true, | |
| 160 | "rules": "required|string|max:20", | |
| 161 | "field_type": "text" | |
| 162 | }, | |
| 163 | { | |
| 164 | + | "name": "模组列表文件(从DayZ启动器导出)", |
| 165 | + | "description": "导出模组列表的文件名。此文件将被解析以用于模组的安装和加载。请将您的HTML文件上传至根目录(例如 /home/container/modlist.html)。留空则禁用从模组列表加载模组。", |
| 166 | "env_variable": "MOD_FILE", | |
| 167 | "default_value": "modlist.html", | |
| 168 | "user_viewable": true, | |
| 169 | "user_editable": true, | |
| 170 | "rules": "nullable|string", | |
| 171 | "field_type": "text" | |
| 172 | }, | |
| 173 | { | |
| 174 | + | "name": "额外模组", |
| 175 | + | "description": "从根目录加载的模组文件夹列表,以分号分隔。适用于加载手动上传的模组。列表中格式为\"@workshopID\"的模组也会包含在自动更新中(如果启用)。禁止使用大写字母、空格或以数字开头的文件夹!(例如:myMod;@123456789;@987654321;etc;)", |
| 176 | "env_variable": "MODIFICATIONS", | |
| 177 | "default_value": "", | |
| 178 | "user_viewable": true, | |
| 179 | "user_editable": true, | |
| 180 | "rules": "nullable|string", | |
| 181 | "field_type": "text" | |
| 182 | }, | |
| 183 | { | |
| 184 | + | "name": "验证签名", |
| 185 | + | "description": "确保所有客户端都拥有与服务器完全相同的模组或附加包版本。否则,客户端在连接时将被踢出。(2 开启 | 0 关闭)", |
| 186 | "env_variable": "VERIFY_SIGNATURES", | |
| 187 | "default_value": "2", | |
| 188 | "user_viewable": true, | |
| 189 | "user_editable": true, | |
| 190 | "rules": "required|string|in:0,2", | |
| 191 | "field_type": "text" | |
| 192 | }, | |
| 193 | { | |
| 194 | + | "name": "强制游戏版本", |
| 195 | + | "description": "当启用时,服务器将只允许与服务器版本相同的客户端连接。", |
| 196 | "env_variable": "ENFORCE_BUILD", | |
| 197 | "default_value": "1", | |
| 198 | "user_viewable": true, | |
| 199 | "user_editable": true, | |
| 200 | "rules": "boolean", | |
| 201 | "field_type": "text" | |
| 202 | }, | |
| 203 | { | |
| 204 | + | "name": "禁用VoN", |
| 205 | + | "description": "开启后,将禁用服务器中的网络语音(语音聊天)功能。", |
| 206 | "env_variable": "DISABLE_VON", | |
| 207 | "default_value": "0", | |
| 208 | "user_viewable": true, | |
| 209 | "user_editable": true, | |
| 210 | "rules": "boolean", | |
| 211 | "field_type": "text" | |
| 212 | }, | |
| 213 | { | |
| 214 | + | "name": "VoN 质量", |
| 215 | + | "description": "网络语音编解码器质量;数值越高越好。(取值范围0-30)", |
| 216 | "env_variable": "VON_QUALITY", | |
| 217 | "default_value": "20", | |
| 218 | "user_viewable": true, | |
| 219 | "user_editable": true, | |
| 220 | "rules": "required|integer|between:0,30", | |
| 221 | "field_type": "text" | |
| 222 | }, | |
| 223 | { | |
| 224 | + | "name": "禁用第三人称", |
| 225 | + | "description": "开启后,将在服务器上禁用第三人称视角。", |
| 226 | "env_variable": "DISABLE_THIRD", | |
| 227 | "default_value": "0", | |
| 228 | "user_viewable": true, | |
| 229 | "user_editable": true, | |
| 230 | "rules": "boolean", | |
| 231 | "field_type": "text" | |
| 232 | }, | |
| 233 | { | |
| 234 | + | "name": "禁用准星", |
| 235 | + | "description": "开启后,将在服务器上禁用准星显示。", |
| 236 | "env_variable": "DISABLE_CROSSHAIR", | |
| 237 | "default_value": "0", | |
| 238 | "user_viewable": true, | |
| 239 | "user_editable": true, | |
| 240 | "rules": "boolean", | |
| 241 | "field_type": "text" | |
| 242 | }, | |
| 243 | { | |
| 244 | + | "name": "禁用个人光源", |
| 245 | + | "description": "开启后,将在服务器上的夜间时段禁用所有客户端上方的一个个人光源。", |
| 246 | "env_variable": "DISABLE_PERSONAL_LIGHT", | |
| 247 | "default_value": "1", | |
| 248 | "user_viewable": true, | |
| 249 | "user_editable": true, | |
| 250 | "rules": "boolean", | |
| 251 | "field_type": "text" | |
| 252 | }, | |
| 253 | { | |
| 254 | + | "name": "暗夜", |
| 255 | + | "description": "开启后,夜晚将变得更暗(更贴近真实的夜晚,但无光源时难以视物)。", |
| 256 | "env_variable": "LIGHTING_CONFIG", | |
| 257 | "default_value": "0", | |
| 258 | "user_viewable": true, | |
| 259 | "user_editable": true, | |
| 260 | "rules": "boolean", | |
| 261 | "field_type": "text" | |
| 262 | }, | |
| 263 | { | |
| 264 | + | "name": "持久时间", |
| 265 | + | "description": "实际服务器时间会保存到存储中,因此当开启时,下次服务器启动将使用已保存的时间值。", |
| 266 | "env_variable": "PERSISTENT_TIME", | |
| 267 | "default_value": "0", | |
| 268 | "user_viewable": true, | |
| 269 | "user_editable": true, | |
| 270 | "rules": "boolean", | |
| 271 | "field_type": "text" | |
| 272 | }, | |
| 273 | { | |
| 274 | + | "name": "时间倍率", |
| 275 | + | "description": "这是游戏内时间的时间倍率(例如,设为12时,游戏内一个完整的24小时周期会加快12倍,使其在“现实生活”中持续2小时)。(数值范围:0-24)", |
| 276 | "env_variable": "TIME_MULT", | |
| 277 | "default_value": "12", | |
| 278 | "user_viewable": true, | |
| 279 | "user_editable": true, | |
| 280 | "rules": "required|integer|between:0,24", | |
| 281 | "field_type": "text" | |
| 282 | }, | |
| 283 | { | |
| 284 | + | "name": "夜晚倍数", |
| 285 | + | "description": "这是一个额外的倍率,用于加快或减慢游戏中的夜晚时间。它会与\"时间倍率\"变量相乘,得出夜晚时间的最终倍率。(数值范围:0.1-64.0)", |
| 286 | "env_variable": "NIGHT_MULT", | |
| 287 | "default_value": "1", | |
| 288 | "user_viewable": true, | |
| 289 | "user_editable": true, | |
| 290 | "rules": "required|numeric|between:0.1,64", | |
| 291 | "field_type": "text" | |
| 292 | }, | |
| 293 | { | |
| 294 | + | "name": "[修复] 将模组文件名改为小写", |
| 295 | + | "description": "每个设置为加载的模组,其文件夹和文件名都将转换为小写(以防止错误)。建议在从Windows机器复制模组到服务器后,或当模组似乎无法加载时,在服务器启动时启用此功能一次。", |
| 296 | "env_variable": "MODS_LOWERCASE", | |
| 297 | "default_value": "0", | |
| 298 | "user_viewable": true, | |
| 299 | "user_editable": true, | |
| 300 | "rules": "boolean", | |
| 301 | "field_type": "text" | |
| 302 | }, | |
| 303 | { | |
| 304 | + | "name": "[修复] 验证服务器文件", |
| 305 | + | "description": "当自动更新开启时,验证所有服务器文件。注意:这将显著增加服务器启动时间,因此建议仅在需要时启用此功能。", |
| 306 | "env_variable": "VALIDATE_SERVER", | |
| 307 | "default_value": "0", | |
| 308 | "user_viewable": true, | |
| 309 | "user_editable": true, | |
| 310 | "rules": "boolean", | |
| 311 | "field_type": "text" | |
| 312 | }, | |
| 313 | { | |
| 314 | + | "name": "[高级] 仅服务端模组", |
| 315 | + | "description": "与“-serverMods”启动选项配合使用的模组文件夹。这些模组仅在服务器端运行,如果“验证签名”已开启,则客户端无需安装。列表中任何以“@workshopID”形式存在的模组也将包含在自动更新中(如果启用)。禁止使用大写字母、空格或以数字开头的文件夹!每个文件夹后必须跟一个分号(例如:@123456789;@987654321;等)。", |
| 316 | "env_variable": "SERVERMODS", | |
| 317 | "default_value": "", | |
| 318 | "user_viewable": true, | |
| 319 | "user_editable": true, | |
| 320 | "rules": "nullable|string", | |
| 321 | "field_type": "text" | |
| 322 | }, | |
| 323 | { | |
| 324 | + | "name": "[高级] 额外启动参数", |
| 325 | + | "description": "有关此字段的有效标志,请参阅 https://community.bistudio.com/wiki/DayZ:Server_Configuration#Launch_Parameters 以获取更多信息。", |
| 326 | "env_variable": "STARTUP_PARAMS", | |
| 327 | "default_value": "-dologs -adminlog -netlog -freezecheck", | |
| 328 | "user_viewable": true, | |
| 329 | "user_editable": true, | |
| 330 | "rules": "nullable|string", | |
| 331 | "field_type": "text" | |
| 332 | }, | |
| 333 | { | |
| 334 | + | "name": "[高级] 服务端核心", |
| 335 | + | "description": "当前无法更改。保留此项是为了日后引入其他具有不同可执行文件名称的分支时使用。", |
| 336 | "env_variable": "SERVER_BINARY", | |
| 337 | "default_value": "DayZServer", | |
| 338 | "user_viewable": true, | |
| 339 | "user_editable": false, | |
| 340 | "rules": "required|string|in:DayZServer", | |
| 341 | "field_type": "text" | |
| 342 | }, | |
| 343 | { | |
| 344 | + | "name": "[高级] DayZ 专用服务器应用 ID", |
| 345 | + | "description": "用于安装和更新。通常无需更改。223350 对应稳定版分支,1042420 对应实验版分支。切换分支可能需要删除所有服务器文件并重新安装。", |
| 346 | "env_variable": "STEAMCMD_APPID", | |
| 347 | "default_value": "223350", | |
| 348 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 352 | } | |
| 353 | ] | |
| 354 | } | |
更新说明
v1.0.1
[AI翻译] 名称、描述、说明、JSON描述、变量
v1.0.2
[AI翻译] 描述、说明、JSON描述、变量