add map downloader plugin

This commit is contained in:
Robin Appelman 2015-11-22 15:05:08 +01:00
commit 4867df023f
3 changed files with 6 additions and 3 deletions

View file

@ -23,8 +23,8 @@ The server image comes with the etf2l and ugc configs, common competitive maps a
- Updater - Updater
- WebRCON - WebRCON
- whitelist.tf downloader - whitelist.tf downloader
- missing map downloader
## Maps ## Maps
- badwater\_pro\_v8
- badwater\_pro\_v9 - badwater\_pro\_v9

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
cd $HOME/hlserver/tf2/tf/maps cd $HOME/hlserver/tf2/tf/maps
maps=("pl_badwater_pro_v8" "pl_badwater_pro_v9") maps=("pl_badwater_pro_v9")
for map in ${maps[@]}; do for map in ${maps[@]}; do
wget -nv "http://fakkelbrigade.eu/maps/$map.bsp" wget -nv "http://fakkelbrigade.eu/maps/$map.bsp"

View file

@ -36,3 +36,6 @@ wget -nv https://github.com/spiretf/webrcon/raw/master/plugin/webrcon.smx
# whitelist.tf downloader # whitelist.tf downloader
wget -nv https://github.com/spiretf/sm_whitelist/raw/master/plugin/whitelisttf.smx wget -nv https://github.com/spiretf/sm_whitelist/raw/master/plugin/whitelisttf.smx
# map downloader
wget -nv https://github.com/spiretf/mapdownloader/raw/master/plugin/mapdownloader.smx