Hi, once I try to import the SDK Directory it says that it cannot create the file at usr/bin, and I created it myself (just a file with the id and nothing else), however once I try print(Steam.is_init()) it stills return false, and I don't know what I'm doing wrong.
I am using the id of 480 which is just for testing.
https://store.steampowered.com/app/480/ isn't a valid app so that's probably your error. You need to have steam running and the app id in the file must be in the currently logged in users library.
Hi, once I try to import the SDK Directory it says that it cannot create the file at usr/bin, and I created it myself (just a file with the id and nothing else), however once I try print(Steam.is_init()) it stills return false, and I don't know what I'm doing wrong.
I am using the id of 480 which is just for testing.