mirror of
https://codeberg.org/spire/mapdownloader.git
synced 2026-06-03 18:24:11 +02:00
update readme
This commit is contained in:
parent
f493e66b23
commit
b921619aea
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -1,3 +1,15 @@
|
||||||
# Map Downloader
|
# Map Downloader
|
||||||
|
|
||||||
Automatically download missing maps.
|
Automatically download missing maps.
|
||||||
|
|
||||||
|
[Download Plugin](https://github.com/spiretf/mapdownloader/raw/master/plugin/mapdownloader.smx)
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
You can controll the location where it tries to download the map from by setting `sm_map_download_base` (defaults to `'http://fakkelbrigade.eu/maps'`)
|
||||||
|
|
||||||
|
The plugin looks for maps at `${sm_map_download_base}/${map_name}.bsp`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue