Skip to content

Commit 42e64ea

Browse files
committed
Document custom games
1 parent 236ed01 commit 42e64ea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ _`steam-hour-farmer` is a program that emulates you playing a game on Steam, wit
2828
2929
This will start playing Team Fortress 2 and Garry's Mod for example.
3030
31-
The `GAMES` part of the file describes what games you'd like the bot to play, separated by a comma.
31+
The `GAMES` part of the file describes what games you'd like the bot to play, separated by a comma. You can also include a non-Steam game name, for example:
32+
33+
```sh
34+
GAMES="Hello World,440,400"
35+
```
3236
3337
Additionally, a `PERSONA` value may be supplied to set the online status of the user. Can be Online (1), Busy (2), Away (3), Snooze (4). For example,
3438
@@ -67,4 +71,4 @@ To run the program in the background, multiple methods can be followed. These in
6771
6872
- Using [PM2](https://pm2.keymetrics.io/) (this is what I use)
6973
- Creating a Systemd service
70-
- Using [GNU Screen](https://wiki.archlinux.org/title/GNU_Screen)
74+
- Using [GNU Screen](https://wiki.archlinux.org/title/GNU_Screen)

0 commit comments

Comments
 (0)