Difference between revisions of "SourceMod 1.0.0 Release Notes"
m |
m |
||
Line 14: | Line 14: | ||
All "map file" cvars have been completely removed. There is no backwards compatibility shim for any of them. | All "map file" cvars have been completely removed. There is no backwards compatibility shim for any of them. | ||
− | To configure map lists, see [[ | + | To configure map lists, see [[SourceMod_Configuration#Map_Lists|Configuration#Map_Lists]]. |
*<tt>sm_randomcycle_file</tt> (from <tt>randomcycle</tt>). It now uses "randomcycle" in maplists.cfg. | *<tt>sm_randomcycle_file</tt> (from <tt>randomcycle</tt>). It now uses "randomcycle" in maplists.cfg. |
Revision as of 15:23, 22 February 2008
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.