Skip to content

Fast Download

Bara edited this page Nov 9, 2020 · 1 revision

Fast Download

  • Having a fast download site is advantageous to your server as it takes load off the server when players join and have to download the map and/or additional files. It also allows players to download the required files more quickly.

    • If you are using a game server host, your package may already include a fast download for you to use. You will have to speak with you game server host, for them to advise how you gain access to this service.
    • There are multiple ways one can be setup and you would need to research this. If you are using Linux, a good starting point would be to watch this video that was made by a member of our community.
    • If you know how to use expressjs then you can try out express-fastdl
    • The folders that you would need to load onto your fast download site would be the mapsand sound. If you are using additional plugins these may require you to add more folders onto your fast download site.
    • Here is a nice simple python script to update and maintain your fastdl.
    • To allow CS:GO access to your fast download site you will need to locate csgo/cfg/server.cfg. Edit this file and add sv_downloadurl "YOURURLHERE", sv_allowdownload "0", sv_allowupload "0"
      • You can also set sv_allowdownload "1" however you will need to also add this exploit patch onto your server.
  • Once you have completed Fast Download, Proceed to Discord Integration

Clone this wiki locally