Check this rewrite if you want something more sophisticated.
tf_dodgeball_enablecfg "sourcemod/dodgeball_enable.cfg" - Config file to execute when enabling the Dodgeball game mode.
tf_dodgeball_disablecfg "sourcemod/dodgeball_disable.cfg" - Config file to execute when disabling the Dodgeball game mode.
tf_dodgeball_sp_number "3" - How many steals before you get slayed?
tf_dodgeball_sp_damage "0" - Reduce all damage on stolen rockets?
tf_dodgeball_sp_distance "48.0" - The distance between players for a steal to register.
tf_dodgeball_delay_prevention "1" - Enable delay prevention?
tf_dodgeball_dp_time "5" - How much time [in seconds] before delay prevention activates?
tf_dodgeball_dp_speedup "100" - How much speed [in hammer units per second] should the rocket gain when delayed?
tf_dodgeball_redirect_damage "1" - Reduce all damage when a rocket has an invalid target?
tf_dodgeball_sp_message "1" - Display the steal message(s)?
tf_dodgeball_dp_message "1" - Display the delay message(s)?
For a list of commands, check the configuration file located in addons/sourcemod/configs/dodgeball
.
TF2Dodgeball
: Its contents go insidetf
.Subplugins
: Copy the contents of a subplugin folder (ex.Menu
) insidetf/addons
.
- The
README.md
files can be omitted. - It's recommended to install the
EventFix
subplugin.
- Multi-Colors (compile only).
- Optional CollisionHook (for the Anti snipe plugin)
- Download it from here
By default, the plugin uses a custom model for the "nuke"
rocket class. It can be found here : AlliedMods Link
- Steal and delay prevention from updated YADBP.
- "Keep direction" feature from Redux.
- Steal distance CVar.
- Additional parameters for internal commands.
- Limits for speed and turnrate parameters.
- No damage on rockets if the target suicides / disconnects (toggleable via a CVar).
- No damage on stolen rockets (toggleable via a CVar).
- Custom trails toggleable client-side.
- Fixed looping explosion sounds.
- Fixed 0% chance rocket classes being rarely chosen.
- Fixed neutral rockets.
Report bugs using the Issues tab.
- The original YADB plugin by Damizean : AlliedMods Link
- The updated YADB plugin by bloody & lizzy : AlliedMods Link | GitHub Account
- Dodgeball Redux by ClassicGuzzi : AlliedMods Link | GitHub Link
- BloodyNightmare and Mitchell for the original airblast prevention plugin : AlliedMods Link
- Syntax converter batch by Dragokas : AlliedMods Link