plugin_desnotes_strcfg_rotation

[Description]
This plugin is used in conjunction with Botman's Stripper2, a metamod (www.metamod.org) 
plugin that will allow you to remove (strip out) or add (create) entities in a BSP map file for 
Half-Life or MODs for Half-Life. This plugin will rotate Stripper2 config files for a particular map. 
If four config files exist for the map Crossfire, the plugin will change the config file after the map 
has finished. If the vault.ini entry STRIPPER2_RANDOM is set to 1 then the config file will be 
chosen randomly, otherwise it will be chosen sequentially. Note: if there are only two config 
files for a map and STRIPPER2_RANDOM is set to 1 the config files will be rotated sequentially.
You will need metamod installed and configured on your server if you want to use the Stripper 
plugin and you will need AdminMod installed and configured if you want to use this plugin.

desNotes (20 May 2002)


[Installation]
1. Compile the plugin_desnotes_strcfg_rotation.sma

2. Add the plugin_desnotes_strcfg_rotation.amx to the 
addons/adminmod/scripts folder with your other plugins.

3. Add the line:
   addons/adminmod/scripts/plugin_desnotes_strcfg_rotation.amx
   to your 'plugin.ini'
  
  4. Add the following lines to your vault.ini file:

  // 1 for Random, 0 for sequential
  STRIPPER2_RANDOM 0

  Add two entries for each map that has
  Stripper2 configuration files, one for
  current config (mapname_cur) and one
  for the number of config files (mapname_max).

  Example for crossfire:
  crossfire_cur 1
  crossfire_max 4

 For the above example there exists 4 Stripper2 config
  files for the map crossfire and the current config file
  is 1.

  5. In the mod/maps folder, add the Stripper config files
  as follows:

  crossfire1_str.cfg
  crossfire2_str.cfg
  crossfire3_str.cfg
  crossfire4_str.cfg


[Contact]
Email: mfisher@esnet.com


[Version History]
(20 May 2002) ver 1.0
Initial release!

