Skip to content

Commit bbf3f17

Browse files
authored
Merge pull request #69 from mmyddd/master
修复森林之子服务端卡死和启动失败问题
2 parents 62465b0 + 561c040 commit bbf3f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

market.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@
741741
"setupInfo": {
742742
"tag": ["SonsOfTheForest"],
743743
"type": "steam/universal",
744-
"startCommand": "set SteamAppId=1326470 && set SteamGameId=1326470 && SonsOfTheForestDS.exe -userdatapath \"{mcsm_workspace}/userdata\" | consoleparser -colorize",
744+
"startCommand": "echo|set /p="1326470" > steam_appid.txt & set SteamAppId=1326470 && set SteamGameId=1326470 && SonsOfTheForestDS.exe -userdatapath \"{mcsm_workspace}/userdata\" | consoleparser -colorize",
745745
"stopCommand": "^C",
746746
"updateCommand": "{mcsm_steamcmd} +login anonymous +force_install_dir \"{mcsm_workspace}\" +app_update 2465200 +quit",
747747
"ie": "utf-8",
@@ -791,7 +791,7 @@
791791
"setupInfo": {
792792
"tag": ["SonsOfTheForest"],
793793
"type": "steam/universal",
794-
"startCommand": "set SteamAppId=1326470 && set SteamGameId=1326470 && SonsOfTheForestDS.exe -userdatapath \"{mcsm_workspace}/userdata\" | consoleparser -colorize",
794+
"startCommand": "echo|set /p="1326470" > steam_appid.txt & set SteamAppId=1326470 && set SteamGameId=1326470 && SonsOfTheForestDS.exe -userdatapath \"{mcsm_workspace}/userdata\" | consoleparser -colorize",
795795
"stopCommand": "^C",
796796
"updateCommand": "{mcsm_steamcmd} +login anonymous +force_install_dir \"{mcsm_workspace}\" +app_update 2465200 +quit",
797797
"ie": "utf-8",

0 commit comments

Comments
 (0)