mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 10:04:11 +02:00
add tf2-comp-fixes
This commit is contained in:
parent
74eb2ec4d8
commit
be2ef4acf7
2 changed files with 13 additions and 0 deletions
|
|
@ -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)
|
||||
- [autoexec](https://github.com/spiretf/autoexec)
|
||||
- [ProperPregame](https://github.com/AJagger/ProperPregame)
|
||||
- [tf2-comp-fixes](https://github.com/ldesgoui/tf2-comp-fixes)
|
||||
|
||||
## A Note on Maps
|
||||
|
||||
|
|
|
|||
12
plugins.sh
12
plugins.sh
|
|
@ -14,6 +14,18 @@ wget -nv "https://forums.alliedmods.net/attachment.php?attachmentid=83286&d=1299
|
|||
unzip 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
|
||||
cd $HOME/hlserver/tf2/tf/addons
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue