init commit
This commit is contained in:
13
scripts/addons/admingod.sh
Normal file
13
scripts/addons/admingod.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
SRCD_URL=https://gitea.nonszy.space/nomi-nonsz/left4dead2-admingod.git
|
||||
|
||||
echo "Installing AdminGOD"
|
||||
|
||||
cd $DIR_SOURCEMOD
|
||||
|
||||
git clone -b main --single-branch $SRCD_URL
|
||||
|
||||
rm -rvf $DIR_SOURCEMOD/left4dead2-admingod/.git
|
||||
cp -rv $DIR_SOURCEMOD/left4dead2-admingod/* $DIR_SOURCEMOD
|
||||
rm -rv $DIR_SOURCEMOD/left4dead2-admingod
|
||||
7
scripts/addons/l4dhooks.sh
Normal file
7
scripts/addons/l4dhooks.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SRCD_URL="https://forums.alliedmods.net/attachment.php?attachmentid=195507&d=1751361366"
|
||||
|
||||
echo "Installing Left 4 DHooks"
|
||||
|
||||
curl -sL "$SRCD_URL" | bsdtar -xf - -C $DIR_ADDONS
|
||||
9
scripts/addons/l4downtown.sh
Normal file
9
scripts/addons/l4downtown.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
SRCD_URL="https://forums.alliedmods.net/attachment.php?attachmentid=111241&d=1350927414"
|
||||
|
||||
echo "Installing Left 4 Downtown 2"
|
||||
|
||||
curl -sL "$SRCD_URL" | bsdtar -xf - -C $DIR_SOURCEMOD
|
||||
|
||||
rm -v $DIR_SOURCEMOD/README.txt
|
||||
13
scripts/addons/points-system.sh
Normal file
13
scripts/addons/points-system.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
SRCD_URL=https://github.com/nomi-nonsz/PointsSystem.git
|
||||
|
||||
echo "Installing Points System"
|
||||
|
||||
cd $DIR_SOURCEMOD
|
||||
|
||||
git clone -b fix/sourcemod-1.10-enum --single-branch $SRCD_URL
|
||||
|
||||
rm -rvf $DIR_SOURCEMOD/PointsSystem/.git
|
||||
cp -rv $DIR_SOURCEMOD/PointsSystem/* $DIR_SOURCEMOD
|
||||
rm -rv $DIR_SOURCEMOD/PointsSystem
|
||||
7
scripts/addons/respawning.sh
Normal file
7
scripts/addons/respawning.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SRCD_URL="https://www.sourcemod.net/vbcompiler.php?file_id=130314"
|
||||
|
||||
echo "Installing Survivor Respawning"
|
||||
|
||||
wget -O $DIR_SOURCEMOD/plugins/survivor-respawning.smx "$SRCD_URL"
|
||||
Reference in New Issue
Block a user