mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 18:14:09 +02:00
plugin updates
This commit is contained in:
parent
acd51137e6
commit
5b9b040a33
1 changed files with 3 additions and 8 deletions
11
plugins.sh
11
plugins.sh
|
|
@ -30,7 +30,7 @@ rm socket.zip
|
|||
|
||||
# tf2-comp-fixes
|
||||
|
||||
wget -nv https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.16.19/tf2-comp-fixes.zip
|
||||
wget -nv https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.17.2/tf2-comp-fixes.zip
|
||||
unzip -o tf2-comp-fixes.zip
|
||||
rm tf2-comp-fixes.zip
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ wget -nv https://github.com/dalegaard/srctvplus/releases/download/v3.0/srctvplus
|
|||
# Curl
|
||||
cd $HOME/hlserver/tf2/tf/addons/sourcemod
|
||||
|
||||
wget -nv "https://github.com/sapphonie/SM-neocurl-ext/releases/download/v2.0.0-beta/sm-neocurl.zip"
|
||||
wget -nv "https://github.com/sapphonie/SM-neocurl-ext/releases/download/v2.0.1-beta1/sm-neocurl-repack.zip" -O "sm-neocurl.zip"
|
||||
unzip -o sm-neocurl.zip
|
||||
rm sm-neocurl.zip
|
||||
|
||||
|
|
@ -58,7 +58,7 @@ rm sm-websocket.zip
|
|||
# Medic stats, SupStats, LogsTF, RecordSTV, WaitForStv, AFK, RestoreScore, FixStvSlot and Updater
|
||||
cd $HOME/hlserver/tf2/tf/addons/sourcemod/plugins
|
||||
|
||||
wget -nv --header="Accept: text/html" --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0" "http://sourcemod.krus.dk/f2-sourcemod-plugins.zip"
|
||||
wget -nv "https://github.com/F2/F2s-sourcemod-plugins/releases/download/20250908-1757334414124/f2-sourcemod-plugins.zip" -O "f2-sourcemod-plugins.zip"
|
||||
unzip -o f2-sourcemod-plugins.zip
|
||||
rm f2-sourcemod-plugins.zip
|
||||
|
||||
|
|
@ -108,8 +108,3 @@ printf "\nsm plugins unload properpregame\n" >> $HOME/hlserver/tf2/tf/cfg/source
|
|||
printf "\nsm plugins load properpregame\n" >> $HOME/hlserver/tf2/tf/cfg/sourcemod/soap_notlive.cfg
|
||||
|
||||
cd $HOME/hlserver/tf2/tf
|
||||
|
||||
wget -nv https://github.com/l-Aad-l/updated-pause-plugin/releases/download/v1.4.2/updated-pause-plugin.zip
|
||||
unzip -o updated-pause-plugin.zip
|
||||
rm updated-pause-plugin.zip
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue