变更: v1.0.1 → v1.0.2
2026-06-30 08:31 → 2026-06-30 10:23
v1.0.1
v1.0.2
-27
+27
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-06-01T00:04:19+00:00", | |
| 8 | "name": "Holdfast NaW", | |
| 9 | "author": "ankit@bmghosting.com", | |
| 10 | - | "description": "Holdfast: Nations at War", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | - | "name": "Config Name", |
| 35 | - | "description": "Tells the server which config to load in the configs folder. Put .txt at the end of the config name or else the server will not launch.", |
| 36 | "env_variable": "SERVER_CONFIG_PATH", | |
| 37 | "default_value": "serverconfig_default.txt", | |
| 38 | "user_viewable": true, | |
| 39 | "user_editable": true, | |
| 40 | "rules": "required|string|max:200", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | - | "name": "Server Name", |
| 45 | - | "description": "Server name that shows up on the server browser.", |
| 46 | "env_variable": "SERVER_NAME", | |
| 47 | "default_value": "Server Hosted by BMGHosting.com", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "required|string|max:200", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | - | "name": "Welcome Message", |
| 55 | - | "description": "Welcome Message in text chat.", |
| 56 | "env_variable": "MOTD", | |
| 57 | "default_value": "Welcome!", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "required|string|max:500", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | - | "name": "Server Region", |
| 65 | - | "description": "Region of the world the server is located in. \r\nOptions: europe / usa / australia / brazil / china / japan / russia / southkorea", |
| 66 | "env_variable": "REGION", | |
| 67 | "default_value": "europe", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": true, | |
| 70 | "rules": "required|string|max:50", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | - | "name": "Admin Password", |
| 75 | - | "description": "Password for Admin Login (F1).", |
| 76 | "env_variable": "ADMIN_PASS", | |
| 77 | "default_value": "", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": true, | |
| 80 | "rules": "required|string|max:50", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | - | "name": "Server Password", |
| 85 | - | "description": "Server Password to lock the server. Leave blank if you want the server public.", |
| 86 | "env_variable": "SERVER_PASS", | |
| 87 | "default_value": "", | |
| 88 | "user_viewable": true, | |
| 89 | "user_editable": true, | |
| 90 | "rules": "nullable|string|max:50", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | - | "name": "Max Players", |
| 95 | - | "description": "Max Players", |
| 96 | "env_variable": "PLAYERS", | |
| 97 | "default_value": "", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": false, | |
| 100 | "rules": "required|numeric", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | - | "name": "Server Comm Port", |
| 105 | - | "description": "Server Comm Port", |
| 106 | "env_variable": "SERVER_COMM_PORT", | |
| 107 | "default_value": "", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": false, | |
| 110 | "rules": "required|numeric", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | - | "name": "Server Query Port", |
| 115 | - | "description": "Server Query Port", |
| 116 | "env_variable": "SERVER_QUERY_PORT", | |
| 117 | "default_value": "", | |
| 118 | "user_viewable": true, | |
| 119 | "user_editable": false, | |
| 120 | "rules": "required|numeric", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | - | "name": "Server FPS", |
| 125 | - | "description": "Server FPS", |
| 126 | "env_variable": "FPSMAX", | |
| 127 | "default_value": "", | |
| 128 | "user_viewable": true, | |
| 129 | "user_editable": false, | |
| 130 | "rules": "required|numeric", | |
| 131 | "field_type": "text" | |
| 132 | }, | |
| 133 | { | |
| 134 | - | "name": "Server Log Archive", |
| 135 | - | "description": "Server Log Archive", |
| 136 | "env_variable": "SERVER_LOG_ARCHIVE_PATH", | |
| 137 | "default_value": "logs_archive", | |
| 138 | "user_viewable": false, | |
| 139 | "user_editable": false, | |
| 140 | "rules": "required|string|max:200", | |
| 141 | "field_type": "text" | |
| 142 | }, | |
| 143 | { | |
| 144 | - | "name": "Steam App ID", |
| 145 | - | "description": "Steam CMD App ID", |
| 146 | "env_variable": "SRCDS_APPID", | |
| 147 | "default_value": "1424230", | |
| 148 | "user_viewable": false, | |
| 149 | "user_editable": false, | |
| 150 | "rules": "required|numeric|in:1424230", | |
| 151 | "field_type": "text" | |
| 152 | }, | |
| 153 | { | |
| 154 | - | "name": "Holdfast Build", |
| 155 | - | "description": "To apply a beta branch, do -beta.\r\nIf you are wanting to specify a beta branch, do -beta <betaname>.\r\nIf the beta branch has a password, do -beta <betaname> -betapassword <password>.", |
| 156 | "env_variable": "EXTRA_FLAGS", | |
| 157 | "default_value": "", | |
| 158 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 162 | } | |
| 163 | ] | |
| 164 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-06-01T00:04:19+00:00", | |
| 8 | "name": "Holdfast NaW", | |
| 9 | "author": "ankit@bmghosting.com", | |
| 10 | + | "description": "Holdfast: 战争之国", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | + | "name": "配置名称", |
| 35 | + | "description": "告诉服务器在configs文件夹中加载哪个配置文件。请在配置文件名末尾加上.txt,否则服务器将无法启动。", |
| 36 | "env_variable": "SERVER_CONFIG_PATH", | |
| 37 | "default_value": "serverconfig_default.txt", | |
| 38 | "user_viewable": true, | |
| 39 | "user_editable": true, | |
| 40 | "rules": "required|string|max:200", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | + | "name": "服务器名称", |
| 45 | + | "description": "服务器浏览器中显示的服务器名称。", |
| 46 | "env_variable": "SERVER_NAME", | |
| 47 | "default_value": "Server Hosted by BMGHosting.com", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "required|string|max:200", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | + | "name": "欢迎消息", |
| 55 | + | "description": "文本聊天中的欢迎消息。", |
| 56 | "env_variable": "MOTD", | |
| 57 | "default_value": "Welcome!", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "required|string|max:500", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | + | "name": "服务器区域", |
| 65 | + | "description": "服务器所在的世界区域。\n选项:欧洲 / 美国 / 澳大利亚 / 巴西 / 中国 / 日本 / 俄罗斯 / 韩国", |
| 66 | "env_variable": "REGION", | |
| 67 | "default_value": "europe", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": true, | |
| 70 | "rules": "required|string|max:50", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | + | "name": "管理员密码", |
| 75 | + | "description": "管理员登录密码 (F1)。", |
| 76 | "env_variable": "ADMIN_PASS", | |
| 77 | "default_value": "", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": true, | |
| 80 | "rules": "required|string|max:50", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | + | "name": "服务器密码", |
| 85 | + | "description": "服务器密码,用于锁定服务器。若希望服务器公开,请留空。", |
| 86 | "env_variable": "SERVER_PASS", | |
| 87 | "default_value": "", | |
| 88 | "user_viewable": true, | |
| 89 | "user_editable": true, | |
| 90 | "rules": "nullable|string|max:50", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | + | "name": "最大玩家数", |
| 95 | + | "description": "最大玩家数", |
| 96 | "env_variable": "PLAYERS", | |
| 97 | "default_value": "", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": false, | |
| 100 | "rules": "required|numeric", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | + | "name": "服务器通信端口", |
| 105 | + | "description": "服务器通信端口", |
| 106 | "env_variable": "SERVER_COMM_PORT", | |
| 107 | "default_value": "", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": false, | |
| 110 | "rules": "required|numeric", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | + | "name": "服务器查询端口", |
| 115 | + | "description": "服务器查询端口", |
| 116 | "env_variable": "SERVER_QUERY_PORT", | |
| 117 | "default_value": "", | |
| 118 | "user_viewable": true, | |
| 119 | "user_editable": false, | |
| 120 | "rules": "required|numeric", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | + | "name": "服务器FPS", |
| 125 | + | "description": "服务器FPS", |
| 126 | "env_variable": "FPSMAX", | |
| 127 | "default_value": "", | |
| 128 | "user_viewable": true, | |
| 129 | "user_editable": false, | |
| 130 | "rules": "required|numeric", | |
| 131 | "field_type": "text" | |
| 132 | }, | |
| 133 | { | |
| 134 | + | "name": "服务器日志归档", |
| 135 | + | "description": "服务器日志归档", |
| 136 | "env_variable": "SERVER_LOG_ARCHIVE_PATH", | |
| 137 | "default_value": "logs_archive", | |
| 138 | "user_viewable": false, | |
| 139 | "user_editable": false, | |
| 140 | "rules": "required|string|max:200", | |
| 141 | "field_type": "text" | |
| 142 | }, | |
| 143 | { | |
| 144 | + | "name": "Steam 应用 ID", |
| 145 | + | "description": "Steam CMD 应用 ID", |
| 146 | "env_variable": "SRCDS_APPID", | |
| 147 | "default_value": "1424230", | |
| 148 | "user_viewable": false, | |
| 149 | "user_editable": false, | |
| 150 | "rules": "required|numeric|in:1424230", | |
| 151 | "field_type": "text" | |
| 152 | }, | |
| 153 | { | |
| 154 | + | "name": "Holdfast 建筑", |
| 155 | + | "description": "要应用测试分支,请使用 -beta。 \n如果你想指定某个测试分支,请使用 -beta <分支名称>。 \n如果测试分支设有密码,请使用 -beta <分支名称> -betapassword <密码>。", |
| 156 | "env_variable": "EXTRA_FLAGS", | |
| 157 | "default_value": "", | |
| 158 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 162 | } | |
| 163 | ] | |
| 164 | } | |