变更: v1.0.0 → v1.0.1
2026-06-30 08:24 → 2026-07-01 04:09
v1.0.0
v1.0.1
-21
+21
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2026-02-07T22:43:26+01:00", | |
| 8 | "name": "StarRupture", | |
| 9 | "author": "volyzos@gmail.com", | |
| 10 | - | "description": "StarRupture is a first-person open world base-building game with advanced combat and tons of exploration. Play alone or in a group on this sublime and ever-changing planet, extract and manage resources, create your complex industrial system and fight off hordes of alien monsters. Developed by Creepy Jar.", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | - | "name": "Steam App ID", |
| 35 | - | "description": "The Steam App ID for StarRupture Dedicated Server. Do not change.", |
| 36 | "env_variable": "SRCDS_APPID", | |
| 37 | "default_value": "3809400", | |
| 38 | "user_viewable": false, | |
| 39 | "user_editable": false, | |
| 40 | "rules": "required|string|in:3809400", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | - | "name": "Windows Install", |
| 45 | - | "description": "Required for Windows game server installation via SteamCMD.", |
| 46 | "env_variable": "WINDOWS_INSTALL", | |
| 47 | "default_value": "1", | |
| 48 | "user_viewable": false, | |
| 49 | "user_editable": false, | |
| 50 | "rules": "required|in:1", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | - | "name": "Auto Update", |
| 55 | - | "description": "Automatically update the server on startup.", |
| 56 | "env_variable": "AUTO_UPDATE", | |
| 57 | "default_value": "1", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "boolean", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | - | "name": "Query Port", |
| 65 | - | "description": "Steam query port for server browser. May not be required for EOS-based servers.", |
| 66 | "env_variable": "QUERY_PORT", | |
| 67 | "default_value": "27015", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": false, | |
| 70 | "rules": "required|numeric|between:1024,65535", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | - | "name": "Server Name", |
| 75 | - | "description": "The display name of your server.", |
| 76 | "env_variable": "DSS_SERVER_NAME", | |
| 77 | "default_value": "A Pterodactyl Hosted StarRupture Server", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": true, | |
| 80 | "rules": "required|string|max:64", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | - | "name": "Load saved game", |
| 85 | - | "description": "DSSettings option to load an existing save. (Must be the opposite of Create new game)", |
| 86 | "env_variable": "DSS_LOAD_SAVED_GAME", | |
| 87 | "default_value": "false", | |
| 88 | "user_viewable": true, | |
| 89 | "user_editable": true, | |
| 90 | "rules": "required|string|in:true,false", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | - | "name": "Beta Branch", |
| 95 | - | "description": "Optional: Set to a beta branch name to install a beta version of the server.", |
| 96 | "env_variable": "SRCDS_BETAID", | |
| 97 | "default_value": "", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": true, | |
| 100 | "rules": "nullable|string", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | - | "name": "Create new game", |
| 105 | - | "description": "DSSettings option to force the creation of a new game. (Must be the opposite of Create new game)\r\nOnce a game and a save is created, you have to disable create game and load game instead to avoid problems", |
| 106 | "env_variable": "DSS_CREATE_NEW_GAME", | |
| 107 | "default_value": "true", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": true, | |
| 110 | "rules": "required|string|in:true,false", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | - | "name": "Game Save interval", |
| 115 | - | "description": "Time between automatic saves in seconds", |
| 116 | "env_variable": "DSS_SAVE_INTERVAL", | |
| 117 | "default_value": "300", | |
| 118 | "user_viewable": true, | |
| 119 | "user_editable": true, | |
| 120 | "rules": "required|numeric", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | - | "name": "Save filename", |
| 125 | - | "description": "The save file filename on the disk. Useful if you create/import multiple saves and want to load a specific one.\r\n(Must end with .sav)", |
| 126 | "env_variable": "DSS_SAVE_FILE_NAME", | |
| 127 | "default_value": "AutoSave0.sav", | |
| 128 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 132 | } | |
| 133 | ] | |
| 134 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2026-02-07T22:43:26+01:00", | |
| 8 | "name": "StarRupture", | |
| 9 | "author": "volyzos@gmail.com", | |
| 10 | + | "description": "StarRupture是一款第一人称开放世界基地建造游戏,拥有先进的战斗系统和丰富的探索元素。你可以独自或组队在这片壮丽且不断变化的星球上生存,采集并管理资源,构建复杂的工业体系,抵御成群的外星怪物侵袭。由Creepy Jar开发。", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | + | "name": "Steam 应用ID", |
| 35 | + | "description": "StarRupture Dedicated Server 的 Steam 应用 ID。不要更改。", |
| 36 | "env_variable": "SRCDS_APPID", | |
| 37 | "default_value": "3809400", | |
| 38 | "user_viewable": false, | |
| 39 | "user_editable": false, | |
| 40 | "rules": "required|string|in:3809400", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | + | "name": "Windows 安装", |
| 45 | + | "description": "通过 SteamCMD 安装 Windows 游戏服务器所必需的。", |
| 46 | "env_variable": "WINDOWS_INSTALL", | |
| 47 | "default_value": "1", | |
| 48 | "user_viewable": false, | |
| 49 | "user_editable": false, | |
| 50 | "rules": "required|in:1", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | + | "name": "自动更新", |
| 55 | + | "description": "启动时自动更新服务器。", |
| 56 | "env_variable": "AUTO_UPDATE", | |
| 57 | "default_value": "1", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "boolean", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | + | "name": "查询端口", |
| 65 | + | "description": "用于服务器浏览器的Steam查询端口。基于EOS的服务器可能不需要此端口。", |
| 66 | "env_variable": "QUERY_PORT", | |
| 67 | "default_value": "27015", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": false, | |
| 70 | "rules": "required|numeric|between:1024,65535", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | + | "name": "服务器名称", |
| 75 | + | "description": "你的服务器的显示名称。", |
| 76 | "env_variable": "DSS_SERVER_NAME", | |
| 77 | "default_value": "A Pterodactyl Hosted StarRupture Server", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": true, | |
| 80 | "rules": "required|string|max:64", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | + | "name": "加载存档", |
| 85 | + | "description": "DSSettings选项中,用于加载现有存档的选项。(必须与创建新游戏相反)", |
| 86 | "env_variable": "DSS_LOAD_SAVED_GAME", | |
| 87 | "default_value": "false", | |
| 88 | "user_viewable": true, | |
| 89 | "user_editable": true, | |
| 90 | "rules": "required|string|in:true,false", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | + | "name": "测试版分支", |
| 95 | + | "description": "可选:设置为一个测试分支名称以安装服务器的测试版本。", |
| 96 | "env_variable": "SRCDS_BETAID", | |
| 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": "DSSettings 选项,强制创建新游戏。(必须与“创建新游戏”相反) \n一旦创建了游戏和存档,必须禁用创建游戏,改为加载游戏以避免问题。", |
| 106 | "env_variable": "DSS_CREATE_NEW_GAME", | |
| 107 | "default_value": "true", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": true, | |
| 110 | "rules": "required|string|in:true,false", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | + | "name": "游戏存档间隔", |
| 115 | + | "description": "自动保存间隔时间(秒)", |
| 116 | "env_variable": "DSS_SAVE_INTERVAL", | |
| 117 | "default_value": "300", | |
| 118 | "user_viewable": true, | |
| 119 | "user_editable": true, | |
| 120 | "rules": "required|numeric", | |
| 121 | "field_type": "text" | |
| 122 | }, | |
| 123 | { | |
| 124 | + | "name": "保存文件名", |
| 125 | + | "description": "磁盘上的保存文件文件名。如果您创建/导入多个存档并希望加载特定存档,这将非常有用。\n(必须以.sav结尾)", |
| 126 | "env_variable": "DSS_SAVE_FILE_NAME", | |
| 127 | "default_value": "AutoSave0.sav", | |
| 128 | "user_viewable": true, | |
| 展开 3 行未改动 | ||
| 132 | } | |
| 133 | ] | |
| 134 | } | |
更新说明
v1.0.0
批量导入
v1.0.1
[AI翻译] 描述、说明、JSON描述、变量