Automatically download missing maps
  • SourcePawn 82.9%
  • Nix 17.1%
Find a file
2023-11-11 18:03:26 +01:00
.github/workflows flake 2023-11-11 18:02:45 +01:00
plugin allow switching to level by url 2023-11-11 18:03:26 +01:00
.envrc flake 2023-11-11 18:02:45 +01:00
.gitignore flake 2023-11-11 18:02:45 +01:00
flake.lock flake 2023-11-11 18:02:45 +01:00
flake.nix flake 2023-11-11 18:02:45 +01:00
LICENSE add license 2020-05-08 19:11:33 +02:00
README.md allow switching to level by url 2023-11-11 18:03:26 +01:00

Map Downloader

Automatically download missing maps.

Download Plugin

Usage

To use the plugin simple change the level using rcon changelevel ... as normal, the plugin will detect when you're trying to load a non existing map and will automatically attempt to download the map before changing to it.

Additionally, you can pass a url to changelevel to download a map from a different location. Due to limitations with tf2 you do need to replace the :// in the url with :/: rcon changelevel https:/someserver.com/somemap.bsp.

Configuration

You can control the location where it tries to download the map from by setting sm_map_download_base (defaults to 'https://fastdl.serveme.tf/maps')

The plugin looks for maps at ${sm_map_download_base}/${map_name}.bsp