Difference between revisions of "SourceMod 1.0.0 Release Notes"
m |
m |
||
Line 4: | Line 4: | ||
=Basefuncommands Removed= | =Basefuncommands Removed= | ||
− | 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 | + | 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 fail to load if "basefuncommands.smx" is loaded. | ||
=Removed Map Cvars= | =Removed Map Cvars= | ||
Line 11: | Line 13: | ||
To configure map lists, see [[http://wiki.alliedmods.net/SourceMod_Configuration#Map_Lists|Configuration#Map_Lists]]. | To configure map lists, see [[http://wiki.alliedmods.net/SourceMod_Configuration#Map_Lists|Configuration#Map_Lists]]. | ||
− | *<tt>sm_randomcycle_file</tt> (from <tt>randomcycle</tt>). | + | *<tt>sm_randomcycle_file</tt> (from <tt>randomcycle</tt>). It now uses "randomcycle" in maplists.cfg. |
− | *<tt>sm_rtv_file</tt> (from <tt>rockthevote</tt>). | + | *<tt>sm_rtv_file</tt> (from <tt>rockthevote</tt>). It now uses "rockthevote" in maplists.cfg. |
− | *<tt>sm_mapvote_file</tt> (from <tt>mapchooser</tt>). | + | *<tt>sm_mapvote_file</tt> (from <tt>mapchooser</tt>). It now uses "mapchooser" in maplists.cfg. |
[[Category:SourceMod Documentation]] | [[Category:SourceMod Documentation]] |
Revision as of 14:47, 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.
Basefuncommands Removed
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 fail to load if "basefuncommands.smx" is loaded.
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). 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.