mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 18:14:09 +02:00
add map downloader plugin
This commit is contained in:
parent
7eb20cf8b4
commit
4867df023f
3 changed files with 6 additions and 3 deletions
|
|
@ -23,8 +23,8 @@ The server image comes with the etf2l and ugc configs, common competitive maps a
|
|||
- Updater
|
||||
- WebRCON
|
||||
- whitelist.tf downloader
|
||||
- missing map downloader
|
||||
|
||||
## Maps
|
||||
|
||||
- badwater\_pro\_v8
|
||||
- badwater\_pro\_v9
|
||||
|
|
|
|||
2
maps.sh
2
maps.sh
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
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
|
||||
wget -nv "http://fakkelbrigade.eu/maps/$map.bsp"
|
||||
|
|
|
|||
|
|
@ -36,3 +36,6 @@ wget -nv https://github.com/spiretf/webrcon/raw/master/plugin/webrcon.smx
|
|||
|
||||
# whitelist.tf downloader
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue