You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
navigate to your profile on steam, and download the cookie file, naming it "cookies.txt" and save it in the same folder as main.py
124
125
126
+
the NON_STEAM_DISCORD_APP_ID field is a seprate discord app ID which displays when the game isn't found in discord's cached game list, but is being played as a non steam game. The default app id "939292559765803018" is simply called "a game not on steam"
127
+
128
+
**NOTE** the NON_STEAM_DISCORD_APP_ID and the DISCORD_APPLICATION_ID from earlier in the config file **CANNOT** be the same, because of how this script is coded, they can have the same name but if you want both to be called the same you must create two applications, with the same name
129
+
125
130
Note: due to the names of non steam games being set by yourself, steam grid DB might have problems finding icons for the game, but if it's in their database, this script will fetch it
126
131
127
132
# Custom Game Overwrite
@@ -144,8 +149,8 @@ set an URL to the image you want to use, and a text that will appear when hoveri
144
149
# Python
145
150
python3.8 or higher is required.
146
151
147
-
run `python3 -m pip install -r requirements.txt` to install all the dependencies
152
+
run `pip install -r requirements.txt` to install all the dependencies
148
153
149
154
then run `python3 main.py`
150
155
151
-
(these commands should be platform independent, if they're not PLEASE create an issue and inform me)
156
+
(these are linux commands, if you're on windows you might need to change them into something, idk search it up)
0 commit comments