From 1977fea3577d2eb3cf414111c6fcb39b995ead4a Mon Sep 17 00:00:00 2001 From: SypFilter Date: Tue, 7 Nov 2023 11:26:12 -0500 Subject: [PATCH 1/2] Add streak mod --- 0.6.x/streak/compile.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 0.6.x/streak/compile.sh diff --git a/0.6.x/streak/compile.sh b/0.6.x/streak/compile.sh new file mode 100644 index 0000000..db95f11 --- /dev/null +++ b/0.6.x/streak/compile.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +# Clone Repository +git clone https://github.com/miukmiuk/teeworlds_streak.git +cd teeworlds_streak + +# Download Bam Binary +wget https://raw.githubusercontent.com/teeframe/mods-repository/main/resources/bam +chmod 764 bam + +# Compile Mod +./bam server_release + +# Move Binary & Delete Repository +mv teeworlds_srv ../teeworlds_srv +cd .. +rm -rf teeworlds_streak \ No newline at end of file From ab71b77c2151037df3246f76f10fb6dec7a3c31f Mon Sep 17 00:00:00 2001 From: SypFilter Date: Tue, 7 Nov 2023 11:31:34 -0500 Subject: [PATCH 2/2] Remove from UNSUPPORTED.md --- UNSUPPORTED.md | 1 - 1 file changed, 1 deletion(-) diff --git a/UNSUPPORTED.md b/UNSUPPORTED.md index 19fc39e..567d5a0 100644 --- a/UNSUPPORTED.md +++ b/UNSUPPORTED.md @@ -23,7 +23,6 @@ List of unsupported mods in Teeworlds 0.6.x: - tCatch (https://gitlab.com/uDDRace/tCatch) (https://www.teeworlds.com/forum/viewtopic.php?id=11618) - Flagdrag (https://github.com/fstd/teeworlds/tree/flagdrag) (https://www.teeworlds.com/forum/viewtopic.php?id=11272) - King Of The Hill (https://github.com/fstd/teeworlds/tree/koth) (https://www.teeworlds.com/forum/viewtopic.php?id=11273) -- Streak (https://github.com/H-M-H/teeworlds_streak) (https://www.teeworlds.com/forum/viewtopic.php?id=11046) - Flagdrag (https://github.com/fstd/teeworlds/tree/flagdrag) (https://www.teeworlds.com/forum/viewtopic.php?id=11272) - DummyCapture (https://github.com/Pikotee/teeworlds/tree/dc) (https://www.teeworlds.com/forum/viewtopic.php?id=10289) - Animal (https://github.com/jxsl13/Animal_mod)