Skip to content

Python script that allows for fastdl servers to be hosted and setup on the go.

Notifications You must be signed in to change notification settings

47c/cstrike-fastdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

cstrike-fastdl

Introduction

Basic script that should assist those running servers from source engine games to allow users to download the custom content on the server. Essentially, it will setup and run a fastdl server, handling map compression and what directories it will serve on its own.

DO NOTE THAT YOU MUST RUN THIS SCRIPT EVERYTIME YOU RUN YOUR SERVER

Requirements

  • Port forwarding
  • Python's requests library
pip install requests

Setup

  1. Place the script file on your server's map directory
  2. Make sure whatever port the server is running on is forwarded
  3. After running the script, you should get the host address and port that the files are being served on, make sure your server's cfg has the sv_downloadurl cvar set correctly to that value
  4. (optional) If you did not previously have the sv_downloadurl cvar set on your server's cfg, restart your server

About

Python script that allows for fastdl servers to be hosted and setup on the go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages