Skip to content

Instantly share code, notes, and snippets.

@Kr3m
Created September 26, 2021 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kr3m/3de2d5dcd99d25f881a9f3d4da49474f to your computer and use it in GitHub Desktop.
Save Kr3m/3de2d5dcd99d25f881a9f3d4da49474f to your computer and use it in GitHub Desktop.
Join Left 4 Dead 2 custom campaigns from console or website link without having to wait for workshop addons to load.
:: Store in addons folder and run from an elevated command prompt.
@ECHO OFF
for /f "delims==" %%k in ('dir ".\workshop\*" /s /b') do (mklink ".\%%~nxk" "%%~k")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment