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
Download the latest Auto-Downloader-GoldKingZ.x.x.x.zip release
Extract contents to your csgo directory
Configure settings in Auto-Downloader-GoldKingZ/config/config.json
Restart your server
⌨️ Commands
Command
Description
Usage
gkz_update <workshopid>
Force Update/Download A Specific Workshop To The Server
gkz_update 12345678
gkz_download <workshopid>
Force Update/Download A Specific Workshop To The Server
gkz_download 12345678
🛠️ config/config.json
Main Config (Click to expand 🔽)
Property
Description
Values
Required
ForceDownloadMissing
Force Download Missing Workshops If Not Found In The Server
true/false
-
Precache_Filter
Per-Map Precache Rules (See Precache Filter Examples Below)
List of rules [] = Precache All
-
EnableDebug
Enable Debug Mode
true/false
-
Precache Filter (Click to expand 🔽)
Precache Logic
Strategy
Description
Workshop_These_Only
Precache ONLY listed folders/files found within Workshop VPKs.
Workshop_All_Exclude_These
Precache ALL from Workshop VPKs EXCEPT the listed items.
Custom_Include
Direct Precache: Use this for CS2 / Workshop / Any.
Empty Precache_Filter
If the filter list is empty, the system will precache Everything in Workshop VPKs by default.
Map Matching & Priority
The system searches for a configuration match in this order:
Exact Match: Full map name (e.g., de_dust2).
Prefix Match: Matches maps starting with the key (e.g., de_). MUST end with _. Longest prefix wins.
Fallback Match: Uses ANY (or an empty MapName) if no exact or prefix match is found.
[!NOTE]
If Precache_Filter contains rules but none match the current map (no exact, prefix, or ANY fallback), the plugin will log a warning and skip precaching for that map.