变更: v1.0.2 → v1.0.3
2026-06-30 08:34 → 2026-06-30 10:28
v1.0.2
v1.0.3
-28
+28
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-06-01T00:04:57+00:00", | |
| 8 | "name": "The Forest", | |
| 9 | "author": "admin@softwarenoob.com", | |
| 10 | - | "description": "As the lone survivor of a passenger jet crash, you find yourself in a mysterious forest battling to stay alive against a society of cannibalistic mutants. Build, explore, survive in this terrifying first-person survival horror simulator.", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 18 行未改动 | ||
| 32 | "variables": [ | |
| 33 | { | |
| 34 | "name": "APP ID", | |
| 35 | - | "description": "The ID corresponding to the game to download.", |
| 36 | "env_variable": "SRCDS_APPID", | |
| 37 | "default_value": "556450", | |
| 38 | "user_viewable": false, | |
| 39 | "user_editable": false, | |
| 40 | "rules": "required|numeric|digits_between:1,6", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | - | "name": "Server Name", |
| 45 | - | "description": "Name of the server, appears in Steam browser.", |
| 46 | "env_variable": "SERVER_NAME", | |
| 47 | "default_value": "Pterodactyl Forest Server", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "required|string|max:64", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | - | "name": "Steam Port", |
| 55 | - | "description": "Steam port", |
| 56 | "env_variable": "STEAM_PORT", | |
| 57 | "default_value": "8766", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": false, | |
| 60 | "rules": "required|string|max:20", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | - | "name": "[Connection Port] Query Port", |
| 65 | - | "description": "Query port, this port is also used for connecting to the server", |
| 66 | "env_variable": "QUERY_PORT", | |
| 67 | "default_value": "27016", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": false, | |
| 70 | "rules": "required|string|max:20", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | - | "name": "Max Players", |
| 75 | - | "description": "Server player cap", |
| 76 | "env_variable": "MAX_PLAYERS", | |
| 77 | "default_value": "10", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": false, | |
| 80 | "rules": "required|string|max:20", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | - | "name": "Difficulty", |
| 85 | - | "description": "Server difficulty setting, Peaceful, Normal or Hard.", |
| 86 | "env_variable": "SERVER_DIFFICULTY", | |
| 87 | "default_value": "Normal", | |
| 88 | "user_viewable": true, | |
| 89 | "user_editable": true, | |
| 90 | "rules": "required|string|in:Peaceful,Normal,Hard", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | - | "name": "Steam Account Token", |
| 95 | - | "description": "The Steam Account Token is required for the server to save player progress. Use APP ID 242760 for the token generation. \r\n\r\nYou can generate the token on steam at https://steamcommunity.com/dev/managegameservers", |
| 96 | "env_variable": "STEAM_ACC", | |
| 97 | "default_value": "", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": true, | |
| 100 | "rules": "nullable|string", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | - | "name": "Server Password", |
| 105 | - | "description": "Password protects the server if set, any player must enter the password to join", |
| 106 | "env_variable": "SERVER_PASS", | |
| 107 | "default_value": "", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": true, | |
| 110 | "rules": "nullable|string|max:20", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | - | "name": "Admin Password", |
| 115 | - | "description": "A password that will be used to gain admin access to the server in-game", |
| 116 | "env_variable": "ADMIN_PASS", | |
| 117 | "default_value": "cHanGetHePaSwWord", | |
| 118 | "user_viewable": true, | |
| 119 | "user_editable": true, | |
| 120 | "rules": "required|string|max:20", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | - | "name": "Enable VAC", |
| 125 | "description": "", | |
| 126 | "env_variable": "VAC", | |
| 127 | "default_value": "off", | |
| 展开 3 行未改动 | ||
| 131 | "field_type": "text" | |
| 132 | }, | |
| 133 | { | |
| 134 | - | "name": "Windows Install", |
| 135 | - | "description": "This is required to install the correct Forest version. Removing or touching this will overwrite the files with a non-existing Linux releases.", |
| 136 | "env_variable": "WINDOWS_INSTALL", | |
| 137 | "default_value": "1", | |
| 138 | "user_viewable": false, | |
| 139 | "user_editable": false, | |
| 140 | "rules": "required|string|in:1", | |
| 141 | "field_type": "text" | |
| 142 | }, | |
| 143 | { | |
| 144 | - | "name": "Auto-Update", |
| 145 | - | "description": "0 disables auto-update on each server startup, while 1 enables it.", |
| 146 | "env_variable": "AUTO_UPDATE", | |
| 147 | "default_value": "1", | |
| 148 | "user_viewable": true, | |
| 149 | "user_editable": true, | |
| 150 | "rules": "boolean", | |
| 151 | "field_type": "text" | |
| 152 | }, | |
| 153 | { | |
| 154 | - | "name": "[SYSTEM] WINEDEBUG", |
| 155 | - | "description": "don't change this !!!", |
| 156 | "env_variable": "WINEDEBUG", | |
| 157 | "default_value": "-all", | |
| 158 | "user_viewable": false, | |
| 159 | "user_editable": false, | |
| 160 | "rules": "required|string|max:20", | |
| 161 | "field_type": "text" | |
| 162 | }, | |
| 163 | { | |
| 164 | - | "name": "[SYSTEM] WINEARCH", |
| 165 | "description": "", | |
| 166 | "env_variable": "WINEARCH", | |
| 167 | "default_value": "win64", | |
| 展开 3 行未改动 | ||
| 171 | "field_type": "text" | |
| 172 | }, | |
| 173 | { | |
| 174 | - | "name": "Init Type", |
| 175 | - | "description": "Init Type when starting server. \r\nNew to start fresh or Continue to preload the saved game", |
| 176 | "env_variable": "INIT_TYPE", | |
| 177 | "default_value": "New", | |
| 178 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 182 | } | |
| 183 | ] | |
| 184 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-06-01T00:04:57+00:00", | |
| 8 | "name": "The Forest", | |
| 9 | "author": "admin@softwarenoob.com", | |
| 10 | + | "description": "作为一架客机坠毁的唯一幸存者,你发现自己身处一片神秘森林,为对抗一个食人变种人社会而挣扎求生。在这款恐怖的第一人称生存恐怖模拟器中,建造、探索、生存。", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 18 行未改动 | ||
| 32 | "variables": [ | |
| 33 | { | |
| 34 | "name": "APP ID", | |
| 35 | + | "description": "下载游戏对应的ID。", |
| 36 | "env_variable": "SRCDS_APPID", | |
| 37 | "default_value": "556450", | |
| 38 | "user_viewable": false, | |
| 39 | "user_editable": false, | |
| 40 | "rules": "required|numeric|digits_between:1,6", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | + | "name": "服务器名称", |
| 45 | + | "description": "服务器名称,显示在Steam浏览器中。", |
| 46 | "env_variable": "SERVER_NAME", | |
| 47 | "default_value": "Pterodactyl Forest Server", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "required|string|max:64", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | + | "name": "Steam 端口", |
| 55 | + | "description": "Steam 端口", |
| 56 | "env_variable": "STEAM_PORT", | |
| 57 | "default_value": "8766", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": false, | |
| 60 | "rules": "required|string|max:20", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | + | "name": "[连接端口] 查询端口", |
| 65 | + | "description": "查询端口,此端口也用于连接服务器。", |
| 66 | "env_variable": "QUERY_PORT", | |
| 67 | "default_value": "27016", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": false, | |
| 70 | "rules": "required|string|max:20", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | + | "name": "最大玩家数", |
| 75 | + | "description": "服务器玩家上限", |
| 76 | "env_variable": "MAX_PLAYERS", | |
| 77 | "default_value": "10", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": false, | |
| 80 | "rules": "required|string|max:20", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | + | "name": "难度", |
| 85 | + | "description": "服务器难度设置:和平、普通或困难。", |
| 86 | "env_variable": "SERVER_DIFFICULTY", | |
| 87 | "default_value": "Normal", | |
| 88 | "user_viewable": true, | |
| 89 | "user_editable": true, | |
| 90 | "rules": "required|string|in:Peaceful,Normal,Hard", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | + | "name": "Steam 账户令牌", |
| 95 | + | "description": "服务器需要Steam账户令牌来保存玩家进度。请使用APP ID 242760生成令牌。\n\n您可以在Steam上通过 https://steamcommunity.com/dev/managegameservers 生成令牌。", |
| 96 | "env_variable": "STEAM_ACC", | |
| 97 | "default_value": "", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": true, | |
| 100 | "rules": "nullable|string", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | + | "name": "服务器密码", |
| 105 | + | "description": "如果设置了密码,服务器将受到密码保护,任何玩家都必须输入密码才能加入。", |
| 106 | "env_variable": "SERVER_PASS", | |
| 107 | "default_value": "", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": true, | |
| 110 | "rules": "nullable|string|max:20", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | + | "name": "管理员密码", |
| 115 | + | "description": "用于在游戏中获取服务器管理员权限的密码。", |
| 116 | "env_variable": "ADMIN_PASS", | |
| 117 | "default_value": "cHanGetHePaSwWord", | |
| 118 | "user_viewable": true, | |
| 119 | "user_editable": true, | |
| 120 | "rules": "required|string|max:20", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | + | "name": "启用VAC", |
| 125 | "description": "", | |
| 126 | "env_variable": "VAC", | |
| 127 | "default_value": "off", | |
| 展开 3 行未改动 | ||
| 131 | "field_type": "text" | |
| 132 | }, | |
| 133 | { | |
| 134 | + | "name": "Windows 安装程序", |
| 135 | + | "description": "这是安装正确Forest版本所必需的。删除或修改此文件将用不存在的Linux版本覆盖文件。", |
| 136 | "env_variable": "WINDOWS_INSTALL", | |
| 137 | "default_value": "1", | |
| 138 | "user_viewable": false, | |
| 139 | "user_editable": false, | |
| 140 | "rules": "required|string|in:1", | |
| 141 | "field_type": "text" | |
| 142 | }, | |
| 143 | { | |
| 144 | + | "name": "自动更新", |
| 145 | + | "description": "0 表示禁用每次服务器启动时的自动更新,而 1 表示启用。", |
| 146 | "env_variable": "AUTO_UPDATE", | |
| 147 | "default_value": "1", | |
| 148 | "user_viewable": true, | |
| 149 | "user_editable": true, | |
| 150 | "rules": "boolean", | |
| 151 | "field_type": "text" | |
| 152 | }, | |
| 153 | { | |
| 154 | + | "name": "[系统] WINEDEBUG", |
| 155 | + | "description": "不要改变这个!!!", |
| 156 | "env_variable": "WINEDEBUG", | |
| 157 | "default_value": "-all", | |
| 158 | "user_viewable": false, | |
| 159 | "user_editable": false, | |
| 160 | "rules": "required|string|max:20", | |
| 161 | "field_type": "text" | |
| 162 | }, | |
| 163 | { | |
| 164 | + | "name": "[系统] WINEARCH", |
| 165 | "description": "", | |
| 166 | "env_variable": "WINEARCH", | |
| 167 | "default_value": "win64", | |
| 展开 3 行未改动 | ||
| 171 | "field_type": "text" | |
| 172 | }, | |
| 173 | { | |
| 174 | + | "name": "初始化类型", |
| 175 | + | "description": "启动服务器时的初始化类型。 \n新建以开始新游戏,或继续以预加载已保存的游戏。", |
| 176 | "env_variable": "INIT_TYPE", | |
| 177 | "default_value": "New", | |
| 178 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 182 | } | |
| 183 | ] | |
| 184 | } | |