You are on page 1of 3

#*******************************************************************************

******
#
# Plugin for BigBrotherBot(B3) (www.bigbrotherbot.com)
# WRM (Wolfsbanes Realism Mod) (www.1stsfss.org) € € €
#
# This program is free software and licensed under the terms of
# the GNU General Public License (GPL), version 2.
#
# http://www.gnu.org/copyleft/gpl.html
#
# This plugin is designed to be used with WRM.
#
# WRM Download Locations
#*******************************************************************************
******
# http://www.1stsfss.org/viewtopic.php?t=1947
# http://callofduty.filefront.com/file/Wolfsbanes_CoD2_Realism_Mod;55086
#*******************************************************************************
******
#Changelog
#*******************************************************************************
******
#v1.0.0 € € € € : Initial Release - 01-19-2006 (Version 6.5c)
#v1.1.0 € € € € : Change Release - €05-07-2006 (Version 6.5d)
#v1.2.0 € € € € : Change Release - €04-07-2010 (Version 6.9g)
# € € € € € € € € € -Added ability to do rifles only
# € € € € € € € € € -Changed default SD type to random
# € € € € € € € € € -Removed all non-wrm commands to be moved to a new plugin
#v1.2.1 € € € € : Bug Fix - €04-07-2010
# Rifles Only Bug
#*******************************************************************************
******
#
#Created By: SoggyOreo aka SenatorReturns
#Date : 04-07-2010
#Email : soggyoreo@thefirmclan.net
#Website : www.thefirmclan.net
#(c) 2006-2010 SoggyOreo
#*******************************************************************************
******
#*******************************************************************************
******
Example Config w/ Descriptions of Commands:
#*******************************************************************************
******
<!--
<tags> - Set the clan tags for a clan vs. match (colors excluded)
Allows you to force a clan versus match. If you do not specifiy any data, it
returns the current value.
Any player with those clan tags will be allowed to join a team specified by
WRM.
-->
<set name="wrmvsclan-wrmclan">40</set>
<!--
<team> - Set the clan team for a versus match (allies, axis, none)
Indicates what team the specified clan tags are playing on. If you do not sp
ecify 'allies' or 'axis'
the command will set the team to 'none' and turn off a clan versus match. Yo
u must specifiy a side
in order to turn this option on.
-->
<set name="wrmvsteam-wrmteam">40</set>
<!--
<sdtype> - Set the type of S&D (random, kingofthehill, allies, axis)
Sets the WRM SD type to one of the four options. In the event no data is sup
plied, it defaults to random.
-->
<set name="wrmsdtype-sd">40</set>
<!--
<on/off> - Put server into cease fire mode
Does not allow players to fire weapons. Great for training.
-->
<set name="wrmceasefire-cf">40</set>
<!--
<on/off> - Turn nades on/off
In the event of serious nade spamming, you may decide to turn off the abilit
y for nades to be used.
If no data is supplied, it gives back the current status.
-->
<set name="wrmnades-nades">40</set>
<!--
<on/off> - Turn practice mode on/off
Turns on practice mode, which I believe turn on obituaries and other items.
-->
<set name="wrmpractice-practice">40</set>
<!--
<on/off> - Turn test weapons mode on/off
Allows you to view information about weapons for testing.
-->
<set name="wrmtest-test">40</set>
<!--
<on/off> - Turn rifles-only on/off
Sets the value of available rifles (kar98, mosin nagat, enfield) to 50 when
turned on. No snipers are
currently used in the rifles only. The default config values are used in the
event its turned off.
-->
<set name="wrmrifles-ro">40</set>
#*******************************************************************************
******
Requirments:
#*******************************************************************************
******
- B3 version 1.1.0 or higher
#*******************************************************************************
******
Installation:
#*******************************************************************************
******
1. Unzip the contents of this package into your B3 folder. It will
place the .py file in b3/extplugins and the config file .xml in
your b3/extplugins/conf folder.
2. Open the .xml file with your favorit editor and modify the
levels if you want them different. Do not edit the command-names
for they will not function under a different name.
3. Open your B3.xml file (in b3/conf) and add the next line in the
<plugins> section of the file:
<plugin name="wrm" priority="12" config="@b3/extplugins/conf/plugin_wrm.xml"/>
The numer 12 in this just an example. Make sure it fits your plugin list.
4. Make sure the following CVARs are set in your config
set wrm_rifles_only 0
set wrm_ceaseFire 0
set wrm_practiceMode 0
set wrm_testWeapons 0
set wrm_clanTags "[clantag]"
set wrm_clanTeam ""
#*******************************************************************************
******

You might also like