-
Notifications
You must be signed in to change notification settings - Fork 8
Installation
This guide provides a comprehensive, step-by-step process for installing the TF2 Dodgeball core plugin and its optional modules on your SourceMod server.
Before you begin, ensure you have the following:
- A working Team Fortress 2 server.
- SourceMod 1.10 or newer installed.
First, you need to download the main package which contains all the necessary files.
- Go to the Releases Page on GitHub.
- Download the
.zip
file from the latest release (e.g.,TF2-Dodgeball-Modified-vX.X.X.zip
). - Extract the contents of the
.zip
file to a folder on your computer.
The core plugin is required for the gamemode to function.
- Inside the extracted folder, you will find a directory named
TF2Dodgeball
. Open it. - You will see an
addons
folder. Copy this entireaddons
folder. - Navigate to your server's main directory (usually
.../steamapps/common/Team Fortress 2 Dedicated Server/tf/
). -
Paste the
addons
folder into yourtf/
directory. Your system will ask if you want to merge the folders. Click Yes.
This will automatically place the following files in their correct locations:
-
plugins/TF2Dodgeball.smx
(The main plugin) -
scripting/TF2Dodgeball.sp
(The source code) -
scripting/include/tfdb.inc
(The developer API) -
configs/dodgeball/general.cfg
(The main configuration file) -
translations/tfdb.phrases.txt
(The chat messages file)
Modules are extra plugins that add features like an admin menu, custom trails, or a speed HUD. Install only the ones you want.
- Go back to the folder you extracted from the
.zip
file and open theSubplugins
directory. - Inside, you will find folders for each module (e.g.,
Menu
,Trails
,Speedometer
). - Open the folder for a module you want to install.
- Copy the
.smx
file (e.g.,TF2DodgeballMenu.smx
) from inside that folder. - Paste the
.smx
file into your server'stf/addons/sourcemod/plugins/
directory. - Repeat this process for every module you wish to install.
Some modules require extra extensions to function.
-
CollisionHook (Required for the Anti Snipe Module only)
- Download
collisionhook.smx
from the AlliedModders thread. - Place the
collisionhook.smx
file in your server'stf/addons/sourcemod/extensions/
directory.
- Download
After all files are in place:
- Restart your server completely or change the map to load the new plugins.
- The Dodgeball gamemode will automatically activate on any map that has the
tfdb_
prefix (e.g.,tfdb_arena_well
).
Your installation is now complete! You can now proceed to the Configuration Guide to customize your gamemode.
Main Repository |
Report an Issue |
Download Latest Version
TF2 Dodgeball Modified Wiki