SourceMod 1.0.0 Release Notes

From AlliedModders Wiki
Revision as of 15:39, 22 February 2008 by BAILOPAN (talk | contribs) (New page: 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

basefuncommands

The "basefuncommands" plugin has been renamed to "funcommands." To avoid this plugin from loading twice, you should delete "basefuncommands.smx". The new "funcommands" plugin will not do this for you.

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 [[1]].

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