This copies .bin workshop map files from CS2 and extracts them into your CSGO maps directory.
Make sure both versions of Counter Strike are closed before starting.
If your CS2 and CSGO Legacy folders are in the default locations on your C: drive, simply double-click the .exe to run the script.
If your CS2 or CSGO folders are in custom locations, run the .exe from Command Prompt or PowerShell and provide the appropriate flags:
| Flag | Description |
|---|---|
-s / --src |
Path to your CS2 730 workshop folder containing all map folders |
-d / --dst |
Path to your CSGO Legacy maps folder |
Example using long flags:
main.exe --src "D:\SteamLibrary\steamapps\workshop\content\730" --dst "D:steamapps\common\csgo legacy\csgo\maps"