add tf2-comp-fixes

This commit is contained in:
Robin Appelman 2020-05-05 22:40:35 +02:00
commit be2ef4acf7
2 changed files with 13 additions and 0 deletions

View file

@ -31,6 +31,7 @@ The server image comes with the etf2l and ugc configs and a set of usefull sourc
- [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) - [ProperPregame](https://github.com/AJagger/ProperPregame)
- [tf2-comp-fixes](https://github.com/ldesgoui/tf2-comp-fixes)
## A Note on Maps ## A Note on Maps

View file

@ -14,6 +14,18 @@ wget -nv "https://forums.alliedmods.net/attachment.php?attachmentid=83286&d=1299
unzip socket.zip unzip socket.zip
rm socket.zip rm socket.zip
# dhooks
wget -nv https://github.com/peace-maker/DHooks2/releases/download/v2.2.0-detours10/dhooks-2.2.0-detours10-sm110.zip
unzip dhooks-2.2.0-detours10-sm110.zip
rm dhooks-2.2.0-detours10-sm110.zip
# tf2-comp-fixes
wget -nv https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.5.0/tf2-comp-fixes.zip
unzip tf2-comp-fixes.zip
rm tf2-comp-fixes.zip
# srctvplus # srctvplus
cd $HOME/hlserver/tf2/tf/addons cd $HOME/hlserver/tf2/tf/addons