Skip to content

Instantly share code, notes, and snippets.

@mobeigi
Created October 27, 2019 05:55
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 mobeigi/a8dd57c929297cc3655d26e162c37160 to your computer and use it in GitHub Desktop.
Save mobeigi/a8dd57c929297cc3655d26e162c37160 to your computer and use it in GitHub Desktop.
srcds FastDL Notes/Quirks
FastDL notes:
- Files can either be uncompressed raw or bzip2 compressed (bz2 extension).
- srcds will try to download compressed version first, then try to download uncompressed version (NEEDS TESTING)
- Extention whitelist is good idea (either per folder or global as you don't want junk files in fastdl)
- 150MB compression limit exists for files (CSGO quirk):
- http://csgo-servers.1073505.n5.nabble.com/Problem-with-bz2-map-big-size-gt-150-MB-td11402.html
- If uncompressed file size is >= 150 MB, then do not compress and put it uncompressed on FASTDL OR put it on community workshop.
- Otherwise, download completes but unzipping fails.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment