Difference between revisions of "SourceMod 1.0.0 Release Notes"

From AlliedModders Wiki
Jump to: navigation, search
m
m
Line 3: Line 3:
 
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 [http://www.scootersoftware.com/ Beyond Compare] or [http://winmerge.org/ WinMerge].   
 
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 [http://www.scootersoftware.com/ Beyond Compare] or [http://winmerge.org/ WinMerge].   
  
=Basefuncommands Removed=
+
=Renamed Plugins=
The "basefuncommands" plugin has been renamed to "funcommands." To avoid this plugin from loading twice, you should delete "basefuncommands.smx".   
+
The following plugins have been renamed:
 +
*<tt>basefuncommands</tt> to <tt>funcommands</tt>
 +
*<tt>basefunvotes</tt> to <tt>funvotes</tt>
 +
 
 +
The "new" versions will fail to load if the "old" versions are loaded. This is a small preventative measure against accidentsYou should completely remove the original plugins unless you had private modifications.
  
The new "funcommands" plugin will fail to load if "basefuncommands.smx" is loaded.
 
  
 
=Removed Map Cvars=
 
=Removed Map Cvars=

Revision as of 15:56, 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 [[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.