SourceMod 1.0.0 Release Notes

From AlliedModders Wiki
Revision as of 16:23, 22 February 2008 by BAILOPAN (talk | contribs)
Jump to: navigation, search

SourceMod 1.0 is the first stable SourceMod branch. For its final release, there were a few changes to the beta package that were not backwards compatible. These changes are listed below.

It is highly recommended that users installing SourceMod 1.0 over a beta installation should start with a fresh install. You can merge configuration files in easily with a tool such as Beyond Compare or WinMerge.

Renamed Plugins

The following plugins have been renamed:

  • basefuncommands to funcommands
  • basefunvotes to funvotes

The "new" versions will fail to load if the "old" versions are loaded. This is a small preventative measure against accidents. You should completely remove the original plugins unless you had private modifications.


Removed Map Cvars

All "map file" cvars have been completely removed. There is no backwards compatibility shim for any of them.

To configure map lists, see Configuration#Map_Lists.

  • sm_randomcycle_file (from randomcycle). It now uses "randomcycle" in maplists.cfg.
  • sm_rtv_file (from rockthevote). It now uses "rockthevote" in maplists.cfg.
  • sm_mapvote_file (from mapchooser). It now uses "mapchooser" in maplists.cfg.