Skip to content

Collection of my SourceMod plugins for TF2 servers.

License

Notifications You must be signed in to change notification settings

mtxfellen/tf2-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fellen's TF2 Plugins

Collection of various SourceMod plugins for TF2 servers (mostly for Mann vs. Machine).

Plugin List

tf_readymodetimerfix

Fixes the readymode timer not aborting when the only player readied disconnects from the server.

Automatically activates when playing MvM, or when mp_tournament_readymode 1 is set.

tfmvm_nomapchange

Reloads the current mission once it is completed, preventing the map from changing.

Syncs the "Loading next mission in # seconds..." dialog to correctly reflect the mission reload timer.

Compatiable with methods that modify m_iszMvMPopfileName like in the VScript example provided, as the mission name is read from ServerCommandEx().

// Mission reloads fine!
NetProps.SetPropString(tf_objective_resource, "m_iszMvMPopfileName", "Trespasser (Expert)")

About

Collection of my SourceMod plugins for TF2 servers.

Topics

Resources

License

Stars

Watchers

Forks