mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 18:14:09 +02:00
add properpregame
This commit is contained in:
parent
9dc5f83493
commit
302bfda4d1
2 changed files with 7 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ The server image comes with the etf2l and ugc configs and a set of usefull sourc
|
|||
- [missing map downloader](https://github.com/spiretf/mapdownloader)
|
||||
- [Demos.tf](https://demos.tf)
|
||||
- [autoexec](https://github.com/spiretf/autoexec)
|
||||
- [ProperPregame](https://github.com/AJagger/ProperPregame)
|
||||
|
||||
## A Note on Maps
|
||||
|
||||
|
|
|
|||
|
|
@ -51,3 +51,9 @@ wget -nv https://github.com/demostf/plugin/raw/master/demostf.smx
|
|||
|
||||
# autoexec
|
||||
wget -nv https://github.com/spiretf/autoexec/raw/master/plugin/autoexec.smx
|
||||
|
||||
# proper-pregage
|
||||
wget -nv https://github.com/AJagger/ProperPregame/raw/master/addons/sourcemod/plugins/properpregame.smx
|
||||
|
||||
printf "\nsm plugins unload properpregame\n" >> $HOME/hlserver/tf2/tf/cfg/sourcemod/soap_live.cfg
|
||||
printf "\nsm plugins load properpregame\n" >> $HOME/hlserver/tf2/tf/cfg/sourcemod/soap_notlive.cfg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue