teeworlds-mods
teeworlds-mods copied to clipboard
Repository containg the compiling scripts, binaries and maps of multiple Teeworlds mods.
Teeworlds Mods
This repository aims to have a complete listing of mods from the Teeworlds Ecosystem. It contains scripts to build server binaries for multiple mods. For archived and binary mods, it also contains maps and assets that may be necessary for the mod to work.
Summary
- Supported Mods
- Maintained Mods
- Archived Mods
- Binary Mods
- Un-supported Mods
- Compiling Mods
- Installing Dependencies
- Compiling 0.6.x Mods
- Compiling 0.7.x Mods
Supported Mods
This list contains the mods that have easy compiling scripts or binaries. The list is divided into maintained, archived, and binary mods.
Maintained Mods
| Name | Website | Source | Forum Post | Version | Client |
|---|---|---|---|---|---|
| DDNet | Website | Source | ------------------- | 0.6.x | |
| InfClass | ------------------- | Source | Forum Post | 0.6.x | Custom Client |
| MMOTee | ------------------- | Source | Forum Post | 0.6.x | |
| ZombPanic | ------------------- | Source | ------------------- | 0.6.x | |
| OpenGores | ------------------- | Source | ------------------- | 0.6.x |
Archived Mods
| Name | Website | Source | Forum Post | Version | Client |
|---|---|---|---|---|---|
| Bomb Tag | ------------------- | Source | ------------------- | 0.6.x | |
| Flagball | ------------------- | Source | Forum Post | 0.6.x | |
| Football | ------------------- | Source | ------------------- | 0.6.x | |
| HMH-Monster | ------------------- | Source | ------------------- | 0.6.x | |
| Hunter | ------------------- | Source | Forum Post | 0.6.x | |
| Killing Floor | ------------------- | Source | ------------------- | 0.6.x | |
| TeeSmash | ------------------- | Source | Forum Post | 0.6.x | |
| TeeWare | ------------------- | Source | ------------------- | 0.6.x | |
| Streak | ------------------- | Source | ------------------- | 0.6.x | |
| zCatch | ------------------- | Source | ------------------- | 0.6.x | |
| CStrike | ------------------- | Source | ------------------- | 0.7.x | |
| MMOTee | ------------------- | Source | ------------------- | 0.7.x | Custom Client |
| Nodes | Website | Source | ------------------- | 0.7.x | *Custom Client |
*Mandatory Client
Binary Mods
For these mods, there are binaries that were published by their creators without the source. You can download them directly from this repository.
| Name | Website | Source | Forum Post | Version | Client |
|---|---|---|---|---|---|
| Battlefield | ------------------- | ------------------- | Forum Post | 0.6.x | |
| zChaos | ------------------- | ------------------- | Forum Post | 0.6.x | |
| LumLvl | ------------------- | ------------------- | Forum Post | 0.7.x |
Un-supported Mods
Compiling Mods
Installing Dependencies
First you must install the necessary dependencies on your system. You can run this script to install the necessary dependencies for compiling the mods.
Scripts are made assuming you are running Ubuntu 22.04 as operational system.
wget https://raw.githubusercontent.com/miguilimzero/teeworlds-mods/main/resources/default-dependencies.sh -O - | sh
Compiling 0.6.x Mods
Now you just need to execute the compile script for your desired mod:
wget https://raw.githubusercontent.com/miguilimzero/teeworlds-mods/main/0.6.x/MOD_FOLDER_NAME/compile.sh -O - | sh
Compiling 0.7.x Mods
Now you just need to execute the compile script for your desired mod:
wget https://raw.githubusercontent.com/miguilimzero/teeworlds-mods/main/0.7.x/MOD_FOLDER_NAME/compile.sh -O - | sh