Skip to content

Commit

Permalink
Merge pull request #12 from miukmiuk/add-teeworlds-streak
Browse files Browse the repository at this point in the history
Add streak mod
  • Loading branch information
miguilimzero authored Nov 18, 2023
2 parents c0b27a6 + ab71b77 commit d1bf8e6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 0.6.x/streak/compile.sh
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion UNSUPPORTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d1bf8e6

Please sign in to comment.