ArchiSteamFarm 常用配置
此为本人特定操作记录,适度参考
§ASF.json
json{
"AutoRestart": false,
"CommandPrefix": ">",
"CurrentCulture": "zh-CN",
"IPCPassword": "进程通信密码字符串",
"SteamOwnerID": 纯数字形式 Steam 64 ID,
"UpdateChannel": 0,
"WebLimiterDelay": 1000,
"SteamTokenDumperPluginEnabled": true
}
§IPC.config
json{
"Kestrel": {
"Endpoints": {
"http4": {
"Url": "http://127.0.0.1:12421"
},
},
"KnownNetworks": [
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16"
],
"PathBase": "/"
}
}
§botname.json
json{
"Enabled": true,
"FarmingOrders": [0],
"GamesPlayedWhileIdle": [appid1,appid2,appid3,...],
"HoursUntilCardDrops": 1,
"LootableTypes": [],
"MatchableTypes": [],
"OnlineStatus": 4,
"RemoteCommunication": 0,
"SkipRefundableGames": true,
"SteamLogin": "steam 用户名字符串",
"SteamPassword": "steam 密码字符串",
"SteamUserPermissions": {"纯数字形式 Steam 64 ID字符串": 3},
"TransferableTypes": []
}