Imported Game Not Showing in Steam - revx0012/SteamGameImporter GitHub Wiki
β Imported Game Not Showing in Steam
π§ Problem
You used SteamGameImporter to add a game, but it's not appearing in your Steam library.
π Common Cause
If Steam is installed in a protected folder like:
C:\Program Files (x86)\Steam
or
C:\Program Files\Steam
β¦it might require administrator privileges to make changes that affect your library.
β Fix #1 β Run as Administrator
- Close Steam completely (including tray icon).
- Right-click the SteamGameImporter
.exe
. - Choose "Run as administrator."
- Import the game again.
- Restart Steam.
β Fix #2 β Manual Folder Method
-
Inside your Steam directory (e.g.,
C:\Program Files (x86)\Steam
), create a new folder called:steam
-
Inside the new
steam
folder, create a subfolder:games
So you now have:
C:\Program Files (x86)\Steam\steam\games
-
Place your
.lua
,.st
, and.manifest
files in thatgames
folder. -
Use SteamGameImporter to import from that folder.
-
Restart Steam β your games should now appear.
β Fix #3 β Patched Files Method
-
Download the patch
.bat
file from the Releases Pageβ οΈ Make sure Steam is completely closed before running the script.
-
Run the
.bat
file and follow the on-screen instructions to apply the patch. -
After the process completes, restart Steam.
-
Your imported games should now appear in your library! β€ If they donβt, try importing again or check the Wiki for more help.
π Still Not Working?
- Double-check that all required files (
.lua
,.manifest
,.st
) were correctly placed. - Make sure Steam isnβt running while importing.
- If you're still stuck, [open an issue here](https://github.com/revx0012/SteamGameImporter/issues) with details β we'll help you out!