Easily identify duplicate games in your vault that are also present in your Steam library or wishlist. The plugin logs matches for review, ensuring you keep track of your collection.
-
Download & Install:
- Get the latest release.
- Extract it into your server’s mounted
pluginsdirectory.
-
Obtain Your Steam API Key:
- Retrieve your personal Steam API Key here.
-
Set Your SteamID64:
- Find your SteamID64 here.
- Save it in the environment variable:
PLUGIN_ALFAGUN74_STEAM_DUPE_FINDER_USER_ID_64.
-
Configure Your API Key:
- Assign your Steam API Key to the environment variable:
PLUGIN_ALFAGUN74_STEAM_DUPE_FINDER_API_KEY.
- Assign your Steam API Key to the environment variable:
✅ You’re all set!
The plugin automatically scans your Steam library and wishlist, comparing them to the games in your vault. If duplicates are detected, they are logged in the application logs for easy review.
For improved accuracy, connect your GameVault Server to IGDB. This allows the plugin to use Steam IDs directly from IGDB metadata, providing:
- Precise Matching: Matches games based on Steam ID rather than name similarity.
- Wishlist Checks: Identifies games in your vault that are also on your Steam wishlist.
📌 Note: This plugin only logs matches—it does not modify or tag your games. Find relevant logs under the SteamDupeFinderService context.
- Without IGDB, the plugin relies on Levenshtein distance to identify closely named duplicates.
- Wishlist matching is not supported without IGDB.
- Automatic Scans: Runs every 24 hours by default.
- Initial Scan: A first-time scan runs 1 minute after the server starts.
- Disable the Plugin: Set
PLUGIN_ALFAGUN74_STEAM_DUPE_FINDER_INTERVALto0.
| Environment Variable | Description | Default |
|---|---|---|
PLUGIN_ALFAGUN74_STEAM_DUPE_FINDER_API_KEY |
Your Steam API Key (Get it here). | - |
PLUGIN_ALFAGUN74_STEAM_DUPE_FINDER_USER_ID_64 |
Your SteamID64 (Find yours). | - |
PLUGIN_ALFAGUN74_STEAM_DUPE_FINDER_INTERVAL |
Check interval in minutes (0 disables the plugin). |
1440 |
📌 Need Help? Check the GitHub repository for further support and updates!