Skip to content

Commit

Permalink
Update ArchiSteamFarm to 5.5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Citrinate committed Feb 1, 2024
1 parent 3c73699 commit 79b7177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ArchiSteamFarm
Submodule ArchiSteamFarm updated 250 files
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Command | Access | Description

### AutoStartCS2Interface

`bool` type with default value of `false`. This configuration setting can be added to your individual bot config files. If set to `true`, the CS2 Interface will automatically start after the bot comes online. When used, `Paused` should also be set to `true`.
`bool` type with default value of `false`. This configuration setting can be added to your individual bot config files. If set to `true`, the CS2 Interface will automatically start after the bot comes online. When used, [`FarmingPreferences`](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Configuration#farmingpreferences) should also have the `FarmingPausedByDefault` flag enabled.

```json
"AutoStartCS2Interface": true,
"Paused": true,
"FarmingPreferences": 1,
```

> **Note**
> It's not possible for a bot to farm non-CS2 cards and use the CS2 Interface at the same time. These two operations can interfere with one another on startup, and so it's important to also set `Paused` to `true`. This will prevent ASF's CardFarmer module from starting automatically.
> It's not possible for a bot to farm non-CS2 cards and use the CS2 Interface at the same time. These two operations can interfere with one another on startup, and so it's important to also enable the `FarmingPausedByDefault` flag. This will prevent ASF's CardFarmer module from starting automatically.
>
> If you want to farm cards you can still do so using the `cstop` or `resume` commands. The CS2 Interface will automatically resume after card farming is complete.
Expand Down

0 comments on commit 79b7177

Please sign in to comment.