变更: v1.0.1 → v1.0.2
2026-06-30 08:29 → 2026-06-30 10:15
v1.0.1
v1.0.2
-19
+19
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-04-04T10:49:13-07:00", | |
| 8 | "name": "Satisfactory", | |
| 9 | "author": "red_thirten@yahoo.com", | |
| 10 | - | "description": "Satisfactory is a first-person open-world factory building game with a dash of exploration and combat. Play alone or with friends, explore an alien planet, create multi-story factories, and enter conveyor belt heaven!", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | - | "name": "[Host] Reliable Messaging Port", |
| 35 | - | "description": "This port is required for the initial handshake between clients and the server. When connecting, clients should connect to the server's primary port; NOT this port.", |
| 36 | "env_variable": "RELIABLE_PORT", | |
| 37 | "default_value": "8888", | |
| 38 | "user_viewable": true, | |
| 39 | "user_editable": false, | |
| 40 | "rules": "required|integer|min:0|max:65535", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | - | "name": "Automatic Updates", |
| 45 | - | "description": "Quickly checks for any server updates on startup, and updates if necessary. (1 Enable | 0 Disable)", |
| 46 | "env_variable": "AUTO_UPDATE", | |
| 47 | "default_value": "1", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "boolean", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | - | "name": "Number of Rotating Autosaves", |
| 55 | - | "description": "Number of session auto-saves for the server to keep before the oldest save is deleted and the others are moved down the list.", |
| 56 | "env_variable": "NUM_AUTOSAVES", | |
| 57 | "default_value": "3", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "required|integer|min:0", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | - | "name": "[Experimental] Max Players", |
| 65 | - | "description": "The server and client are currently not optimized to support more than 4 players. However, you can override this value here at your own risk of poor performance.", |
| 66 | "env_variable": "MAX_PLAYERS", | |
| 67 | "default_value": "4", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": true, | |
| 70 | "rules": "required|integer|min:1", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | - | "name": "[Advanced] Client Initial Connection Timeout", |
| 75 | - | "description": "Time in seconds to wait for a new client connection to be established before destroying the connection.", |
| 76 | "env_variable": "INIT_CONNECT_TIMEOUT", | |
| 77 | "default_value": "30", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": true, | |
| 80 | "rules": "required|numeric|min:1", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | - | "name": "[Advanced] Client Established Connection Timeout", |
| 85 | - | "description": "Time in seconds to wait before considering an established client connection timed out. Typically shorter than the time to wait on an initial connection because this connection should already have been setup and any interruption should be trapped quicker.", |
| 86 | "env_variable": "CONNECT_TIMEOUT", | |
| 87 | "default_value": "20", | |
| 88 | "user_viewable": true, | |
| 89 | "user_editable": true, | |
| 90 | "rules": "required|numeric|min:1", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | - | "name": "[Advanced] Branch Name", |
| 95 | - | "description": "[Accepted Values: \"public\", \"experimental\", or leave empty to use the primary branch of the server] Used to download or switch to a non-primary branch of the game server. \"Automatic Updates\" and \"Validate Server Files\" must be set to \"1\" to switch branches if the server is already installed. NOTE: Any non-primary branches may not be fully compatible/stable!", |
| 96 | "env_variable": "SRCDS_BETAID", | |
| 97 | "default_value": "", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": true, | |
| 100 | "rules": "string|nullable|in:public,experimental", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | - | "name": "[Repair] Validate Server Files", |
| 105 | - | "description": "Leave empty (no value) for OFF or type \"true\" or \"1\" 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.", |
| 106 | "env_variable": "VALIDATE", | |
| 107 | "default_value": "", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": true, | |
| 110 | "rules": "string|nullable", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | - | "name": "[System] Satisfactory Dedicated Server App ID", |
| 115 | - | "description": "Steam App ID used for installation and updates.", |
| 116 | "env_variable": "SRCDS_APPID", | |
| 117 | "default_value": "1690800", | |
| 118 | "user_viewable": false, | |
| 展开 3 行未改动 | ||
| 122 | } | |
| 123 | ] | |
| 124 | } | |
| 1 | { | |
| 2 | "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
| 3 | "meta": { | |
| 展开 3 行未改动 | ||
| 7 | "exported_at": "2024-04-04T10:49:13-07:00", | |
| 8 | "name": "Satisfactory", | |
| 9 | "author": "red_thirten@yahoo.com", | |
| 10 | + | "description": "《幸福工厂》是一款第一人称开放世界工厂建造游戏,融合了探索与战斗元素。你可以独自或与朋友一起游玩,探索外星行星,建造多层工厂,进入传送带的天堂!", |
| 11 | "features": [ | |
| 12 | "steam_disk_space" | |
| 13 | ], | |
| 展开 17 行未改动 | ||
| 31 | }, | |
| 32 | "variables": [ | |
| 33 | { | |
| 34 | + | "name": "[主机] 可靠消息传递端口", |
| 35 | + | "description": "此端口用于客户端与服务器之间的初始握手。连接时,客户端应连接到服务器的主端口,而非此端口。", |
| 36 | "env_variable": "RELIABLE_PORT", | |
| 37 | "default_value": "8888", | |
| 38 | "user_viewable": true, | |
| 39 | "user_editable": false, | |
| 40 | "rules": "required|integer|min:0|max:65535", | |
| 41 | "field_type": "text" | |
| 42 | }, | |
| 43 | { | |
| 44 | + | "name": "自动更新", |
| 45 | + | "description": "启动时快速检查服务器更新,并在必要时进行更新。(1 启用 | 0 禁用)", |
| 46 | "env_variable": "AUTO_UPDATE", | |
| 47 | "default_value": "1", | |
| 48 | "user_viewable": true, | |
| 49 | "user_editable": true, | |
| 50 | "rules": "boolean", | |
| 51 | "field_type": "text" | |
| 52 | }, | |
| 53 | { | |
| 54 | + | "name": "轮换自动存档数量", |
| 55 | + | "description": "服务器在删除最旧的存档并将其他存档下移之前保留的自动保存会话数量。", |
| 56 | "env_variable": "NUM_AUTOSAVES", | |
| 57 | "default_value": "3", | |
| 58 | "user_viewable": true, | |
| 59 | "user_editable": true, | |
| 60 | "rules": "required|integer|min:0", | |
| 61 | "field_type": "text" | |
| 62 | }, | |
| 63 | { | |
| 64 | + | "name": "[实验性] 最大玩家数", |
| 65 | + | "description": "服务器和客户端目前未针对支持超过4名玩家进行优化。不过,您可以在此处覆盖此值,但需自行承担性能不佳的风险。", |
| 66 | "env_variable": "MAX_PLAYERS", | |
| 67 | "default_value": "4", | |
| 68 | "user_viewable": true, | |
| 69 | "user_editable": true, | |
| 70 | "rules": "required|integer|min:1", | |
| 71 | "field_type": "text" | |
| 72 | }, | |
| 73 | { | |
| 74 | + | "name": "[高级] 客户端初始连接超时", |
| 75 | + | "description": "等待新客户端连接建立前销毁连接的超时时间(秒)。", |
| 76 | "env_variable": "INIT_CONNECT_TIMEOUT", | |
| 77 | "default_value": "30", | |
| 78 | "user_viewable": true, | |
| 79 | "user_editable": true, | |
| 80 | "rules": "required|numeric|min:1", | |
| 81 | "field_type": "text" | |
| 82 | }, | |
| 83 | { | |
| 84 | + | "name": "[高级] 客户端已建立连接超时", |
| 85 | + | "description": "等待已建立的客户端连接超时的时间(秒)。通常比初始连接等待时间短,因为此连接应已建立,任何中断都应更快被捕获。", |
| 86 | "env_variable": "CONNECT_TIMEOUT", | |
| 87 | "default_value": "20", | |
| 88 | "user_viewable": true, | |
| 89 | "user_editable": true, | |
| 90 | "rules": "required|numeric|min:1", | |
| 91 | "field_type": "text" | |
| 92 | }, | |
| 93 | { | |
| 94 | + | "name": "[高级] 分支名称", |
| 95 | + | "description": "[可接受值:\"public\"、\"experimental\",或留空以使用服务器的主分支] 用于下载或切换到游戏服务器的非主分支。若服务器已安装,则必须将\"自动更新\"和\"验证服务器文件\"设置为\"1\"才能切换分支。注意:任何非主分支可能不完全兼容/稳定!", |
| 96 | "env_variable": "SRCDS_BETAID", | |
| 97 | "default_value": "", | |
| 98 | "user_viewable": true, | |
| 99 | "user_editable": true, | |
| 100 | "rules": "string|nullable|in:public,experimental", | |
| 101 | "field_type": "text" | |
| 102 | }, | |
| 103 | { | |
| 104 | + | "name": "[修复] 验证服务器文件", |
| 105 | + | "description": "留空(无值)表示关闭,或输入 \"true\" 或 \"1\" 表示开启。当自动更新启用时,验证所有服务器文件。注意:这将显著增加服务器启动时间,因此建议仅在需要时启用此功能。", |
| 106 | "env_variable": "VALIDATE", | |
| 107 | "default_value": "", | |
| 108 | "user_viewable": true, | |
| 109 | "user_editable": true, | |
| 110 | "rules": "string|nullable", | |
| 111 | "field_type": "text" | |
| 112 | }, | |
| 113 | { | |
| 114 | + | "name": "[系统] 满意工厂 专用服务器 应用ID", |
| 115 | + | "description": "用于安装和更新的Steam应用ID。", |
| 116 | "env_variable": "SRCDS_APPID", | |
| 117 | "default_value": "1690800", | |
| 118 | "user_viewable": false, | |
| 展开 3 行未改动 | ||
| 122 | } | |
| 123 | ] | |
| 124 | } | |