mtxfellen / tf2-plugins

Collection of my SourceMod plugins for TF2 servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fellen's TF2 Plugins

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

Plugin List

tfmvm_nomapchange.smx

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, and properly closes the final wave summary panel before reloading the mission.

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

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

About

Collection of my SourceMod plugins for TF2 servers.

License:Other


Languages

Language:SourcePawn 100.0%