From 22da4c8f9995709327557c3539707b89f9a4041c Mon Sep 17 00:00:00 2001 From: xkmxz2503 <109474779+xkmxz2503@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:29:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E7=A6=8F=E5=B7=A5=E5=8E=82=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 基于 wolveix/satisfactory-server:latest 镜像 制作的MCSM服务器模板 --- market.json | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 78 insertions(+), 1 deletion(-) diff --git a/market.json b/market.json index 711c456..b909cd8 100644 --- a/market.json +++ b/market.json @@ -2299,6 +2299,83 @@ "ie": "utf-8", "oe": "utf-8" } + }, + { + "language": "zh_cn", + "description": "采用第三方镜像的幸福工厂服务端", + "title": "幸福工厂", + "category": "最新版本", + "runtime": "docker", + "size": "5G", + "hardware": "RAM5G", + "author": "xkmxz2503", + "setupInfo": { + "stopCommand": "^c", + "ie": "UTF-8", + "oe": "UTF-8", + "createDatetime": 1773198154996, + "lastDatetime": 0, + "type": "steam/universal", + "tag": [], + "endTime": 0, + "fileCode": "UTF-8", + "processType": "docker", + "actionCommandList": [], + "crlf": 1, + "category": 0, + "enableRcon": false, + "java": {}, + "terminalOption": { + "haveColor": true, + "pty": false, + "ptyWindowCol": 164, + "ptyWindowRow": 40 + }, + "eventTask": { + "autoStart": false, + "autoRestart": false, + "autoRestartMaxTimes": 3, + "ignore": false + }, + "docker": { + "image": "wolveix/satisfactory-server:latest", + "memory": "12240", + "ports": [ + "7777:7777/tcp", + "7777:7777/udp", + "8888:8888/tcp" + ], + "extraVolumes": [], + "networkMode": "bridge", + "networkAliases": [], + "workingDir": "/config", + "env": [ + "AUTOSAVENUM=5", + "MAXOBJECTS=2162688", + "MAXPLAYERS=4", + "MAXTICKRATE=30", + "SERVERGAMEPORT=7777", + "SERVERMESSAGINGPORT=8888", + "SKIPUPDATE=false", + "TZ=Asia/Shanghai" + ], + "changeWorkdir": true, + "memorySwap": "0", + "memorySwappiness": "0", + "labels": [] + }, + "pingConfig": { + "type": 1 + }, + "extraServiceConfig": {} + }, + "gameType": "Satisfactory", + "image": "https://a.storyblok.com/f/110098/3391x1908/e663a16f17/satisfactory_landscape_no-logo.jpg", + "platform": "Linux", + "tags": [ + "Satisfactory" + ], + "isSummary": false } ] -} \ No newline at end of file +}