How to Add Games to Steam Library Using SteamTools
Complete step-by-step guide on adding games to your Steam library using SteamTools. Learn how to find AppIDs, generate manifest files, create Lua scripts, and successfully add games to your library.
Introduction
SteamTools is a powerful utility that allows you to add games to your Steam library using AppID, Manifest files, and Lua scripts. This comprehensive guide will walk you through the entire process, from finding the necessary components to successfully adding games to your library.
Prerequisites
Before you begin, make sure you have:
- SteamTools installed: Download and install SteamTools from our download page
- Steam client: Steam must be installed and running on your Windows 10/11 system
- Game AppID: The unique identifier for the game you want to add
- Manifest files: Data files that describe the game package
- Lua scripts: Scripts that help integrate the game with Steam
Step 1: Find the Game's AppID
The AppID (Application ID) is a unique numeric identifier for each game on Steam. You need this number to add games using SteamTools.
Method 1: Using SteamDB
- Visit steamdb.info
- Search for your game in the search bar
- The AppID will be displayed prominently on the game's page
- Copy the AppID number (e.g., 730 for Counter-Strike: Global Offensive)
Method 2: Using Steam Store URL
- Open the game's page on the Steam store
- Look at the URL - it will be in the format:
store.steampowered.com/app/APPID - The number after
/app/is the AppID
Method 3: Using Steam-Tools-Game-Finder
- Download Steam-Tools-Game-Finder from GitHub
- Run the tool and search for your game
- The tool will display the AppID along with other useful information
Tip: Keep a list of AppIDs for games you frequently add. This will save you time in the future.
Step 2: Generate or Obtain Manifest Files
Manifest files are data files that describe game packages, content, and versions in Steam's system. They're essential for SteamTools to properly integrate games into your library.
Using steamtools.site
- Visit steamtools.site
- Enter the AppID you found in Step 1
- Click "Generate Manifest"
- Download the generated manifest file
Using Steam-Tools-Game-Finder
- Use Steam-Tools-Game-Finder to search for your game
- The tool can generate manifest files automatically
- Save the manifest file to a location you can easily access
Important: Manifest files may need to be regenerated after Steam client updates. Always keep backups of your manifest files.
Step 3: Get Lua Scripts
Lua scripts are text-based scripts that help integrate games with your Steam library. They work alongside AppID and manifest files to ensure games appear and function properly.
Sources for Lua Scripts
- steamtools.site: The manifest generator can also create Lua scripts
- Steam-Tools-Game-Finder: Generates Lua scripts along with manifest files
- Community Forums: Various community sites share Lua scripts for different games
Step 4: Use SteamTools to Add the Game
Now that you have all the necessary components, follow these steps:
- Launch SteamTools: Open SteamTools from your Start menu (if installed) or run SteamTools.exe (if portable)
- Enter the AppID: In SteamTools, enter the AppID you found in Step 1
- Load Manifest File: Browse and select the manifest file you generated in Step 2
- Add Lua Script: If required, browse and select the Lua script you obtained in Step 3
- Apply Changes: Click the apply or add button in SteamTools
- Restart Steam: Close and restart your Steam client
- Verify: Check your Steam library - the game should now appear!
Success! If everything was done correctly, your game should now be visible in your Steam library. You can launch it, organize it, and use Steam features with it.
Troubleshooting
If the game doesn't appear in your library:
- Verify you're using the correct AppID
- Check that the manifest file is correct and up-to-date
- Ensure the Lua script is properly configured
- Try restarting Steam client
- Check that Steam library folders are configured correctly
Important Notes
- Games added through SteamTools may disappear after Steam client updates
- You may need to re-add games after major Steam updates
- Always backup your Steam library files before making changes
- Some games may not work properly with SteamTools
- This is not an official Valve tool - use at your own discretion
Conclusion
Adding games to your Steam library using SteamTools requires three main components: AppID, manifest files, and Lua scripts. While the process may seem complex at first, it becomes easier with practice. Remember to keep backups of your files and be prepared to re-add games after Steam updates.
For more detailed information about each component, visit our features page. If you encounter any issues, check our FAQ page for solutions.