add properpregame

This commit is contained in:
Robin Appelman 2017-09-03 12:48:05 +02:00
commit 302bfda4d1
2 changed files with 7 additions and 0 deletions

View file

@ -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) - [missing map downloader](https://github.com/spiretf/mapdownloader)
- [Demos.tf](https://demos.tf) - [Demos.tf](https://demos.tf)
- [autoexec](https://github.com/spiretf/autoexec) - [autoexec](https://github.com/spiretf/autoexec)
- [ProperPregame](https://github.com/AJagger/ProperPregame)
## A Note on Maps ## A Note on Maps

View file

@ -51,3 +51,9 @@ wget -nv https://github.com/demostf/plugin/raw/master/demostf.smx
# autoexec # autoexec
wget -nv https://github.com/spiretf/autoexec/raw/master/plugin/autoexec.smx 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