变更: v1.0.0 → v1.0.1
2026-06-30 08:24 → 2026-07-01 04:14
v1.0.0
v1.0.1
-57
+57
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-08-02T10:52:39-07:00", | |
| 8 | "name": "V Rising", | |
| 9 | "author": "red_thirten@yahoo.com", | |
| 10 | - | "description": "Awaken as a vampire. Hunt for blood in nearby settlements to regain your strength and evade the scorching sun to survive. Raise your castle and thrive in an ever-changing open world full of mystery. Gain allies online and conquer the land of the living.", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 18 行未改动 | ||
| 32 | }, | |
| 33 | "variables": [ | |
| 34 | { | |
| 35 | - | "name": "[Host] Server Query Port", |
| 36 | - | "description": "UDP port for Steam server list features.", |
| 37 | "env_variable": "VR_QUERY_PORT", | |
| 38 | "default_value": "9877", | |
| 39 | "user_viewable": true, | |
| 40 | "user_editable": false, | |
| 41 | "rules": "nullable|integer|between:1024,65536", | |
| 42 | "field_type": "text" | |
| 43 | }, | |
| 44 | { | |
| 45 | - | "name": "[Host] Hide IP Address", |
| 46 | - | "description": "When listing server on EOS server list, the IP address will not be shown/advertised. Players will connect via relay servers.", |
| 47 | "env_variable": "VR_HIDEIPADDRESS", | |
| 48 | "default_value": "false", | |
| 49 | "user_viewable": false, | |
| 50 | "user_editable": false, | |
| 51 | "rules": "required|string|in:true,false", | |
| 52 | "field_type": "text" | |
| 53 | }, | |
| 54 | { | |
| 55 | - | "name": "Automatic Updates", |
| 56 | - | "description": "Quickly checks for any server updates on startup, and updates if necessary.", |
| 57 | "env_variable": "AUTO_UPDATE", | |
| 58 | "default_value": "1", | |
| 59 | "user_viewable": true, | |
| 60 | "user_editable": true, | |
| 61 | "rules": "boolean", | |
| 62 | "field_type": "text" | |
| 63 | }, | |
| 64 | { | |
| 65 | - | "name": "Game Settings Preset", |
| 66 | - | "description": "What preset of game settings the server should run. Some settings may not apply after the save file is first created. Leave empty/null if you are using a single-player uploaded save or a custom ServerGameSettings.json file in the `~/save-data/Settings/` directory.", |
| 67 | "env_variable": "VR_PRESET", | |
| 68 | "default_value": "", | |
| 69 | "user_viewable": true, | |
| 70 | "user_editable": true, | |
| 71 | "rules": "nullable|string|in:,DuoPvP,DuoPvP_DailySiege,DuoPvP_NoSiege,DuoPvP_WeekendSiege,HardcoreDuoPvP,HardcorePvP,HardcoreTrioPvP,Level30PvE,Level30PvP,Level40PvE,Level40PvP,Level50PvE,Level50PvP,Level60PvE,Level60PvP,Level70PvE,Level70PvP,Level80PvE,Level80PvP,Level90PvE,Level90PvP,SoloPvP,StandardPvE,StandardPvP,StandardPvP_DailySiege,StandardPvP_NoSiege,StandardPvP_WeekendSiege,TrioPvP,TrioPvP_DailySiege,TrioPvP_NoSiege,TrioPvP_WeekendSiege", | |
| 72 | "field_type": "text" | |
| 73 | }, | |
| 74 | { | |
| 75 | - | "name": "Game Difficulty Preset", |
| 76 | - | "description": "What preset of game difficulty the server should run. Some settings may not apply after the save file is first created. Leave empty/null if you are using a single-player uploaded save or a custom ServerGameSettings.json file in the `~/save-data/Settings/` directory.", |
| 77 | "env_variable": "VR_DIFFICULTY_PRESET", | |
| 78 | "default_value": "Difficulty_Normal", | |
| 79 | "user_viewable": true, | |
| 80 | "user_editable": true, | |
| 81 | "rules": "nullable|string|in:,Difficulty_Easy,Difficulty_Normal,Difficulty_Brutal", | |
| 82 | "field_type": "text" | |
| 83 | }, | |
| 84 | { | |
| 85 | - | "name": "Server Name", |
| 86 | - | "description": "Name of the server. The name that shows up in server list.", |
| 87 | "env_variable": "VR_NAME", | |
| 88 | "default_value": "V Rising Dedicated Server", | |
| 89 | "user_viewable": true, | |
| 90 | "user_editable": true, | |
| 91 | "rules": "required|string", | |
| 92 | "field_type": "text" | |
| 93 | }, | |
| 94 | { | |
| 95 | - | "name": "Server Description", |
| 96 | - | "description": "Short server description. Shows up in details panel of server list when entry is selected. Also printed in chat when connecting to server.", |
| 97 | "env_variable": "VR_DESCRIPTION", | |
| 98 | "default_value": "Welcome to the server!", | |
| 99 | "user_viewable": true, | |
| 100 | "user_editable": true, | |
| 101 | "rules": "nullable|string", | |
| 102 | "field_type": "text" | |
| 103 | }, | |
| 104 | { | |
| 105 | - | "name": "Max Connected Users", |
| 106 | - | "description": "Max number of concurrent players on server. The maximum number technically supported is 128.", |
| 107 | "env_variable": "VR_MAX_USERS", | |
| 108 | "default_value": "40", | |
| 109 | "user_viewable": true, | |
| 110 | "user_editable": true, | |
| 111 | "rules": "required|integer|min:1|max:128", | |
| 112 | "field_type": "text" | |
| 113 | }, | |
| 114 | { | |
| 115 | - | "name": "Max Connected Admins", |
| 116 | - | "description": "Max number of admins to allow connection even when the server is full.", |
| 117 | "env_variable": "VR_MAX_ADMINS", | |
| 118 | "default_value": "4", | |
| 119 | "user_viewable": true, | |
| 120 | "user_editable": true, | |
| 121 | "rules": "required|integer|min:0", | |
| 122 | "field_type": "text" | |
| 123 | }, | |
| 124 | { | |
| 125 | - | "name": "Server Password", |
| 126 | - | "description": "Password required to join the server. Leave blank to have no password.", |
| 127 | "env_variable": "VR_PASSWORD", | |
| 128 | "default_value": "", | |
| 129 | "user_viewable": true, | |
| 130 | "user_editable": true, | |
| 131 | "rules": "nullable|string", | |
| 132 | "field_type": "text" | |
| 133 | }, | |
| 134 | { | |
| 135 | - | "name": "Secure Server", |
| 136 | - | "description": "Enable VAC protection on server. VAC banned clients will not be able to connect. (true | false)", |
| 137 | "env_variable": "VR_SECURE", | |
| 138 | "default_value": "true", | |
| 139 | "user_viewable": true, | |
| 140 | "user_editable": true, | |
| 141 | "rules": "required|string|in:true,false", | |
| 142 | "field_type": "text" | |
| 143 | }, | |
| 144 | { | |
| 145 | - | "name": "Save Name", |
| 146 | - | "description": "Name of save file / directory.", |
| 147 | "env_variable": "VR_SAVE_NAME", | |
| 148 | "default_value": "world1", | |
| 149 | "user_viewable": true, | |
| 150 | "user_editable": true, | |
| 151 | "rules": "required|string", | |
| 152 | "field_type": "text" | |
| 153 | }, | |
| 154 | { | |
| 155 | - | "name": "Auto Save Count", |
| 156 | - | "description": "Number of autosaves to keep.", |
| 157 | "env_variable": "VR_SAVE_COUNT", | |
| 158 | "default_value": "20", | |
| 159 | "user_viewable": true, | |
| 160 | "user_editable": true, | |
| 161 | "rules": "required|integer|min:0", | |
| 162 | "field_type": "text" | |
| 163 | }, | |
| 164 | { | |
| 165 | - | "name": "Auto Save Interval", |
| 166 | - | "description": "Interval in seconds between each autosave.", |
| 167 | "env_variable": "VR_SAVE_INTERVAL", | |
| 168 | "default_value": "120", | |
| 169 | "user_viewable": true, | |
| 170 | "user_editable": true, | |
| 171 | "rules": "required|integer|min:1", | |
| 172 | "field_type": "text" | |
| 173 | }, | |
| 174 | { | |
| 175 | - | "name": "[Advanced] Server FPS", |
| 176 | - | "description": "Target FPS for server.", |
| 177 | "env_variable": "VR_FPS", | |
| 178 | "default_value": "30", | |
| 179 | "user_viewable": true, | |
| 180 | "user_editable": true, | |
| 181 | "rules": "required|integer|min:1", | |
| 182 | "field_type": "text" | |
| 183 | }, | |
| 184 | { | |
| 185 | - | "name": "[Advanced] Lower FPS When Empty", |
| 186 | - | "description": "Run the server at a lower framerate target when no players are logged in. (true | false)", |
| 187 | "env_variable": "VR_LOWER_FPS_WHEN_EMPTY", | |
| 188 | "default_value": "false", | |
| 189 | "user_viewable": true, | |
| 190 | "user_editable": true, | |
| 191 | "rules": "required|string|in:true,false", | |
| 192 | "field_type": "text" | |
| 193 | }, | |
| 194 | { | |
| 195 | - | "name": "[Advanced] Lower FPS When Empty Value", |
| 196 | - | "description": "Set the framerate target for when \"[Advanced] Lower FPS When Empty\" is active.", |
| 197 | "env_variable": "VR_LOWER_FPS_WHEN_EMPTY_VALUE", | |
| 198 | "default_value": "10", | |
| 199 | "user_viewable": true, | |
| 200 | "user_editable": true, | |
| 201 | "rules": "required|integer|min:1", | |
| 202 | "field_type": "text" | |
| 203 | }, | |
| 204 | { | |
| 205 | - | "name": "[Advanced] List On Epic", |
| 206 | - | "description": "Register on EOS list server or not. The client looks for servers here by default, due to additional features available. (true | false)", |
| 207 | "env_variable": "VR_LIST_ON_EOS", | |
| 208 | "default_value": "true", | |
| 209 | "user_viewable": true, | |
| 210 | "user_editable": true, | |
| 211 | "rules": "required|string|in:true,false", | |
| 212 | "field_type": "text" | |
| 213 | }, | |
| 214 | { | |
| 215 | - | "name": "[Advanced] List On Steam", |
| 216 | - | "description": "Register on Steam list server or not. (true | false)", |
| 217 | "env_variable": "VR_LIST_ON_STEAM", | |
| 218 | "default_value": "true", | |
| 219 | "user_viewable": true, | |
| 220 | "user_editable": true, | |
| 221 | "rules": "required|string|in:true,false", | |
| 222 | "field_type": "text" | |
| 223 | }, | |
| 224 | { | |
| 225 | - | "name": "[RCON] Enable RCON", |
| 226 | - | "description": "Enable or disable RCON functionality. (true | false) See the following link for info on how to connect and use RCON: https://github.com/StunlockStudios/vrising-dedicated-server-instructions/blob/master/1.0.x/INSTRUCTIONS.md#rcon-1", |
| 227 | "env_variable": "VR_RCON_ENABLED", | |
| 228 | "default_value": "false", | |
| 229 | "user_viewable": true, | |
| 230 | "user_editable": true, | |
| 231 | "rules": "required|string|in:true,false", | |
| 232 | "field_type": "text" | |
| 233 | }, | |
| 234 | { | |
| 235 | - | "name": "[RCON] RCON Password", |
| 236 | - | "description": "Password required to connect to RCON if it is enabled.", |
| 237 | "env_variable": "VR_RCON_PASSWORD", | |
| 238 | "default_value": "somepassword", | |
| 239 | "user_viewable": true, | |
| 240 | "user_editable": true, | |
| 241 | "rules": "required|string", | |
| 242 | "field_type": "text" | |
| 243 | }, | |
| 244 | { | |
| 245 | - | "name": "[RCON] RCON Port", |
| 246 | - | "description": "TCP Port used to connect to RCON. Must be allocated to the server for RCON to work.", |
| 247 | "env_variable": "VR_RCON_PORT", | |
| 248 | "default_value": "25575", | |
| 249 | "user_viewable": true, | |
| 250 | "user_editable": false, | |
| 251 | "rules": "required|integer|between:1024,65536", | |
| 252 | "field_type": "text" | |
| 253 | }, | |
| 254 | { | |
| 255 | - | "name": "[Repair] Validate Server Files", |
| 256 | - | "description": "Leave empty (no value) for OFF or set to \"true\" for ON. Validates all server files when Automatic Updates is enabled. Note: This will significantly increase server startup times, so it is recommended to only enable this when needed.", |
| 257 | "env_variable": "VALIDATE", | |
| 258 | "default_value": "", | |
| 259 | "user_viewable": true, | |
| 260 | "user_editable": true, | |
| 261 | "rules": "string|nullable|in:,true", | |
| 262 | "field_type": "text" | |
| 263 | }, | |
| 264 | { | |
| 265 | - | "name": "[System] V Rising Dedicated Server App ID", |
| 266 | - | "description": "Used for installation and updates. Rarely needs to be changed.", |
| 267 | "env_variable": "SRCDS_APPID", | |
| 268 | "default_value": "1829350", | |
| 269 | "user_viewable": false, | |
| 270 | "user_editable": false, | |
| 271 | "rules": "required|integer|in:1829350", | |
| 272 | "field_type": "text" | |
| 273 | }, | |
| 274 | { | |
| 275 | - | "name": "[System] Use Windows Branch", |
| 276 | - | "description": "Tells the installer/updater to only download the Windows branch of the server (the only branch currently available) so that it can run on Wine. Cannot be changed.", |
| 277 | "env_variable": "WINDOWS_INSTALL", | |
| 278 | "default_value": "1", | |
| 279 | "user_viewable": false, | |
| 280 | "user_editable": false, | |
| 281 | "rules": "required|string|in:1", | |
| 282 | "field_type": "text" | |
| 283 | }, | |
| 284 | { | |
| 285 | - | "name": "[System] WINEDEBUG", |
| 286 | - | "description": "Used to suppress WINE FIXME messages. Rarely needs to be changed.", |
| 287 | "env_variable": "WINEDEBUG", | |
| 288 | "default_value": "-all", | |
| 289 | "user_viewable": false, | |
| 290 | "user_editable": false, | |
| 291 | "rules": "string|nullable", | |
| 292 | "field_type": "text" | |
| 293 | }, | |
| 294 | { | |
| 295 | - | "name": "[System] WINEARCH", |
| 296 | - | "description": "Used for compatibility. Cannot be changed.", |
| 297 | "env_variable": "WINEARCH", | |
| 298 | "default_value": "win64", | |
| 299 | "user_viewable": false, | |
| 300 | "user_editable": false, | |
| 301 | "rules": "required|string|in:win64", | |
| 302 | "field_type": "text" | |
| 303 | }, | |
| 304 | { | |
| 305 | - | "name": "[System] WINEPATH", |
| 306 | - | "description": "Used for compatibility. Cannot be changed.", |
| 307 | "env_variable": "WINEPATH", | |
| 308 | "default_value": "/home/container", | |
| 309 | "user_viewable": false, | |
| 展开 3 行未改动 | ||
| 313 | } | |
| 314 | ] | |
| 315 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-08-02T10:52:39-07:00", | |
| 8 | "name": "V Rising", | |
| 9 | "author": "red_thirten@yahoo.com", | |
| 10 | + | "description": "觉醒为吸血鬼。在附近的定居点狩猎血液以恢复力量,躲避灼热的阳光以求生存。建造你的城堡,在充满神秘、不断变化的开放世界中蓬勃发展。在线结交盟友,征服生者之地。", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 18 行未改动 | ||
| 32 | }, | |
| 33 | "variables": [ | |
| 34 | { | |
| 35 | + | "name": "[主机] 服务器查询端口", |
| 36 | + | "description": "用于Steam服务器列表功能的UDP端口。", |
| 37 | "env_variable": "VR_QUERY_PORT", | |
| 38 | "default_value": "9877", | |
| 39 | "user_viewable": true, | |
| 40 | "user_editable": false, | |
| 41 | "rules": "nullable|integer|between:1024,65536", | |
| 42 | "field_type": "text" | |
| 43 | }, | |
| 44 | { | |
| 45 | + | "name": "[Host] 隐藏IP地址", |
| 46 | + | "description": "在EOS服务器列表上列出服务器时,IP地址将不会显示/广播。玩家将通过中继服务器连接。", |
| 47 | "env_variable": "VR_HIDEIPADDRESS", | |
| 48 | "default_value": "false", | |
| 49 | "user_viewable": false, | |
| 50 | "user_editable": false, | |
| 51 | "rules": "required|string|in:true,false", | |
| 52 | "field_type": "text" | |
| 53 | }, | |
| 54 | { | |
| 55 | + | "name": "自动更新", |
| 56 | + | "description": "启动时快速检查服务器是否有任何更新,并在必要时进行更新。", |
| 57 | "env_variable": "AUTO_UPDATE", | |
| 58 | "default_value": "1", | |
| 59 | "user_viewable": true, | |
| 60 | "user_editable": true, | |
| 61 | "rules": "boolean", | |
| 62 | "field_type": "text" | |
| 63 | }, | |
| 64 | { | |
| 65 | + | "name": "游戏设置预设", |
| 66 | + | "description": "服务器应运行的游戏设置预设。某些设置可能在首次创建存档文件后无法生效。如果你使用的是单人游戏上传的存档或位于 `~/save-data/Settings/` 目录下的自定义 ServerGameSettings.json 文件,请留空或设为 null。", |
| 67 | "env_variable": "VR_PRESET", | |
| 68 | "default_value": "", | |
| 69 | "user_viewable": true, | |
| 70 | "user_editable": true, | |
| 71 | "rules": "nullable|string|in:,DuoPvP,DuoPvP_DailySiege,DuoPvP_NoSiege,DuoPvP_WeekendSiege,HardcoreDuoPvP,HardcorePvP,HardcoreTrioPvP,Level30PvE,Level30PvP,Level40PvE,Level40PvP,Level50PvE,Level50PvP,Level60PvE,Level60PvP,Level70PvE,Level70PvP,Level80PvE,Level80PvP,Level90PvE,Level90PvP,SoloPvP,StandardPvE,StandardPvP,StandardPvP_DailySiege,StandardPvP_NoSiege,StandardPvP_WeekendSiege,TrioPvP,TrioPvP_DailySiege,TrioPvP_NoSiege,TrioPvP_WeekendSiege", | |
| 72 | "field_type": "text" | |
| 73 | }, | |
| 74 | { | |
| 75 | + | "name": "游戏难度预设", |
| 76 | + | "description": "服务器应运行的游戏难度预设。保存文件首次创建后,某些设置可能不适用。如果你使用的是单人游戏上传的存档或位于`~/save-data/Settings/`目录中的自定义ServerGameSettings.json文件,请留空或设为null。", |
| 77 | "env_variable": "VR_DIFFICULTY_PRESET", | |
| 78 | "default_value": "Difficulty_Normal", | |
| 79 | "user_viewable": true, | |
| 80 | "user_editable": true, | |
| 81 | "rules": "nullable|string|in:,Difficulty_Easy,Difficulty_Normal,Difficulty_Brutal", | |
| 82 | "field_type": "text" | |
| 83 | }, | |
| 84 | { | |
| 85 | + | "name": "服务器名称", |
| 86 | + | "description": "服务器的名称。显示在服务器列表中的名称。", |
| 87 | "env_variable": "VR_NAME", | |
| 88 | "default_value": "V Rising Dedicated Server", | |
| 89 | "user_viewable": true, | |
| 90 | "user_editable": true, | |
| 91 | "rules": "required|string", | |
| 92 | "field_type": "text" | |
| 93 | }, | |
| 94 | { | |
| 95 | + | "name": "服务器描述", |
| 96 | + | "description": "简短服务器描述。当选中条目时,显示在服务器列表的详细信息面板中。同时,在连接服务器时也会打印在聊天中。", |
| 97 | "env_variable": "VR_DESCRIPTION", | |
| 98 | "default_value": "Welcome to the server!", | |
| 99 | "user_viewable": true, | |
| 100 | "user_editable": true, | |
| 101 | "rules": "nullable|string", | |
| 102 | "field_type": "text" | |
| 103 | }, | |
| 104 | { | |
| 105 | + | "name": "最大连接用户", |
| 106 | + | "description": "服务器上最大并发玩家数。技术上支持的最大数量为128。", |
| 107 | "env_variable": "VR_MAX_USERS", | |
| 108 | "default_value": "40", | |
| 109 | "user_viewable": true, | |
| 110 | "user_editable": true, | |
| 111 | "rules": "required|integer|min:1|max:128", | |
| 112 | "field_type": "text" | |
| 113 | }, | |
| 114 | { | |
| 115 | + | "name": "最大在线管理员", |
| 116 | + | "description": "允许服务器满时连接的最大管理员数量。", |
| 117 | "env_variable": "VR_MAX_ADMINS", | |
| 118 | "default_value": "4", | |
| 119 | "user_viewable": true, | |
| 120 | "user_editable": true, | |
| 121 | "rules": "required|integer|min:0", | |
| 122 | "field_type": "text" | |
| 123 | }, | |
| 124 | { | |
| 125 | + | "name": "服务器密码", |
| 126 | + | "description": "加入服务器需要密码。留空则无密码。", |
| 127 | "env_variable": "VR_PASSWORD", | |
| 128 | "default_value": "", | |
| 129 | "user_viewable": true, | |
| 130 | "user_editable": true, | |
| 131 | "rules": "nullable|string", | |
| 132 | "field_type": "text" | |
| 133 | }, | |
| 134 | { | |
| 135 | + | "name": "安全服务器", |
| 136 | + | "description": "在服务器上启用VAC保护。被VAC封禁的客户端将无法连接。(true | false)", |
| 137 | "env_variable": "VR_SECURE", | |
| 138 | "default_value": "true", | |
| 139 | "user_viewable": true, | |
| 140 | "user_editable": true, | |
| 141 | "rules": "required|string|in:true,false", | |
| 142 | "field_type": "text" | |
| 143 | }, | |
| 144 | { | |
| 145 | + | "name": "保存名称", |
| 146 | + | "description": "保存文件/目录的名称。", |
| 147 | "env_variable": "VR_SAVE_NAME", | |
| 148 | "default_value": "world1", | |
| 149 | "user_viewable": true, | |
| 150 | "user_editable": true, | |
| 151 | "rules": "required|string", | |
| 152 | "field_type": "text" | |
| 153 | }, | |
| 154 | { | |
| 155 | + | "name": "自动保存数量", |
| 156 | + | "description": "保留的自动存档数量。", |
| 157 | "env_variable": "VR_SAVE_COUNT", | |
| 158 | "default_value": "20", | |
| 159 | "user_viewable": true, | |
| 160 | "user_editable": true, | |
| 161 | "rules": "required|integer|min:0", | |
| 162 | "field_type": "text" | |
| 163 | }, | |
| 164 | { | |
| 165 | + | "name": "自动保存间隔", |
| 166 | + | "description": "每次自动保存之间的间隔秒数。", |
| 167 | "env_variable": "VR_SAVE_INTERVAL", | |
| 168 | "default_value": "120", | |
| 169 | "user_viewable": true, | |
| 170 | "user_editable": true, | |
| 171 | "rules": "required|integer|min:1", | |
| 172 | "field_type": "text" | |
| 173 | }, | |
| 174 | { | |
| 175 | + | "name": "[高级] 服务器帧率", |
| 176 | + | "description": "服务器的目标帧率。", |
| 177 | "env_variable": "VR_FPS", | |
| 178 | "default_value": "30", | |
| 179 | "user_viewable": true, | |
| 180 | "user_editable": true, | |
| 181 | "rules": "required|integer|min:1", | |
| 182 | "field_type": "text" | |
| 183 | }, | |
| 184 | { | |
| 185 | + | "name": "[高级] 空载时降低FPS", |
| 186 | + | "description": "当没有玩家登录时,以较低的帧率目标运行服务器。(true | false)", |
| 187 | "env_variable": "VR_LOWER_FPS_WHEN_EMPTY", | |
| 188 | "default_value": "false", | |
| 189 | "user_viewable": true, | |
| 190 | "user_editable": true, | |
| 191 | "rules": "required|string|in:true,false", | |
| 192 | "field_type": "text" | |
| 193 | }, | |
| 194 | { | |
| 195 | + | "name": "[高级] 当值为空时降低帧率", |
| 196 | + | "description": "设置为当“[高级] 空载时降低帧率”激活时的帧率目标。", |
| 197 | "env_variable": "VR_LOWER_FPS_WHEN_EMPTY_VALUE", | |
| 198 | "default_value": "10", | |
| 199 | "user_viewable": true, | |
| 200 | "user_editable": true, | |
| 201 | "rules": "required|integer|min:1", | |
| 202 | "field_type": "text" | |
| 203 | }, | |
| 204 | { | |
| 205 | + | "name": "[高级] Epic列表", |
| 206 | + | "description": "是否注册到EOS列表服务器。由于有额外功能,客户端默认在此处查找服务器。(true | false)", |
| 207 | "env_variable": "VR_LIST_ON_EOS", | |
| 208 | "default_value": "true", | |
| 209 | "user_viewable": true, | |
| 210 | "user_editable": true, | |
| 211 | "rules": "required|string|in:true,false", | |
| 212 | "field_type": "text" | |
| 213 | }, | |
| 214 | { | |
| 215 | + | "name": "[高级] 在 Steam 上列出", |
| 216 | + | "description": "是否在Steam列表服务器上注册。(true | false)", |
| 217 | "env_variable": "VR_LIST_ON_STEAM", | |
| 218 | "default_value": "true", | |
| 219 | "user_viewable": true, | |
| 220 | "user_editable": true, | |
| 221 | "rules": "required|string|in:true,false", | |
| 222 | "field_type": "text" | |
| 223 | }, | |
| 224 | { | |
| 225 | + | "name": "[RCON] 启用RCON", |
| 226 | + | "description": "启用或禁用RCON功能。(true | false) 有关如何连接和使用RCON的信息,请参阅以下链接:https://github.com/StunlockStudios/vrising-dedicated-server-instructions/blob/master/1.0.x/INSTRUCTIONS.md#rcon-1", |
| 227 | "env_variable": "VR_RCON_ENABLED", | |
| 228 | "default_value": "false", | |
| 229 | "user_viewable": true, | |
| 230 | "user_editable": true, | |
| 231 | "rules": "required|string|in:true,false", | |
| 232 | "field_type": "text" | |
| 233 | }, | |
| 234 | { | |
| 235 | + | "name": "[RCON] RCON 密码", |
| 236 | + | "description": "如果启用了RCON,则需要密码才能连接。", |
| 237 | "env_variable": "VR_RCON_PASSWORD", | |
| 238 | "default_value": "somepassword", | |
| 239 | "user_viewable": true, | |
| 240 | "user_editable": true, | |
| 241 | "rules": "required|string", | |
| 242 | "field_type": "text" | |
| 243 | }, | |
| 244 | { | |
| 245 | + | "name": "[RCON] RCON 端口", |
| 246 | + | "description": "用于连接RCON的TCP端口。必须为服务器分配此端口,RCON才能正常工作。", |
| 247 | "env_variable": "VR_RCON_PORT", | |
| 248 | "default_value": "25575", | |
| 249 | "user_viewable": true, | |
| 250 | "user_editable": false, | |
| 251 | "rules": "required|integer|between:1024,65536", | |
| 252 | "field_type": "text" | |
| 253 | }, | |
| 254 | { | |
| 255 | + | "name": "[修复] 验证服务器文件", |
| 256 | + | "description": "留空(无值)表示关闭,或设为\"true\"表示开启。当启用自动更新时,验证所有服务器文件。注意:这将显著增加服务器启动时间,因此建议仅在需要时启用。", |
| 257 | "env_variable": "VALIDATE", | |
| 258 | "default_value": "", | |
| 259 | "user_viewable": true, | |
| 260 | "user_editable": true, | |
| 261 | "rules": "string|nullable|in:,true", | |
| 262 | "field_type": "text" | |
| 263 | }, | |
| 264 | { | |
| 265 | + | "name": "[系统] V Rising 专用服务器应用ID", |
| 266 | + | "description": "用于安装和更新。很少需要更改。", |
| 267 | "env_variable": "SRCDS_APPID", | |
| 268 | "default_value": "1829350", | |
| 269 | "user_viewable": false, | |
| 270 | "user_editable": false, | |
| 271 | "rules": "required|integer|in:1829350", | |
| 272 | "field_type": "text" | |
| 273 | }, | |
| 274 | { | |
| 275 | + | "name": "[系统] 使用Windows分支", |
| 276 | + | "description": "告知安装程序/更新程序仅下载服务器的Windows分支(当前唯一可用分支),以便其能在Wine上运行。无法更改。", |
| 277 | "env_variable": "WINDOWS_INSTALL", | |
| 278 | "default_value": "1", | |
| 279 | "user_viewable": false, | |
| 280 | "user_editable": false, | |
| 281 | "rules": "required|string|in:1", | |
| 282 | "field_type": "text" | |
| 283 | }, | |
| 284 | { | |
| 285 | + | "name": "[系统] WINEDEBUG", |
| 286 | + | "description": "用于抑制WINE FIXME消息。很少需要更改。", |
| 287 | "env_variable": "WINEDEBUG", | |
| 288 | "default_value": "-all", | |
| 289 | "user_viewable": false, | |
| 290 | "user_editable": false, | |
| 291 | "rules": "string|nullable", | |
| 292 | "field_type": "text" | |
| 293 | }, | |
| 294 | { | |
| 295 | + | "name": "[系统] WINEARCH", |
| 296 | + | "description": "用于兼容性。无法更改。", |
| 297 | "env_variable": "WINEARCH", | |
| 298 | "default_value": "win64", | |
| 299 | "user_viewable": false, | |
| 300 | "user_editable": false, | |
| 301 | "rules": "required|string|in:win64", | |
| 302 | "field_type": "text" | |
| 303 | }, | |
| 304 | { | |
| 305 | + | "name": "[系统] WINEPATH", |
| 306 | + | "description": "用于兼容性。无法更改。", |
| 307 | "env_variable": "WINEPATH", | |
| 308 | "default_value": "/home/container", | |
| 309 | "user_viewable": false, | |
| 展开 3 行未改动 | ||
| 313 | } | |
| 314 | ] | |
| 315 | } | |
更新说明
v1.0.0
批量导入
v1.0.1
[AI翻译] 描述、说明、JSON描述、变量