<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="includes/rss/rss_20.xsl" ?>

<rss version="2.0" 
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>DirtySouthGamers.net</title>
<link>http://dirtysouthgamers.net</link>
<description>Gaming Since MSN GameZone</description>
<copyright>DirtySouthGamers.net</copyright>
<generator>DirtySouthGamers.net Evo RSS Parser</generator>
<ttl>60</ttl>

<image>
<title>DirtySouthGamers.net</title>
<url>http://dirtysouthgamers.net/images/evo/minilogo.gif</url>
<link>http://dirtysouthgamers.net</link>
<width>94</width>
<height>15</height>
<description>Nuke-Evolution 2.0.7 Powered - Xtreme 2.0 Edition</description>
</image>
<dc:language>en-us</dc:language>
<dc:creator>webmaster@dirtysouthgamers.net</dc:creator>
<dc:date>2010-09-04T14:13:01-06:00</dc:date>

<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2010-09-04T14:13:01-06:00</sy:updateBase>

<item>
<title>EVGA Precision</title>
<link>http://dirtysouthgamers.net/modules.php?name=Downloads&amp;op=getit&amp;lid=31</link>
<description><![CDATA[Used for overclocking NVIDIA based graphics cards.]]></description>
<guid isPermaLink="false">31@http://dirtysouthgamers.net</guid>
<dc:subject>EVGA Precision</dc:subject>
<dc:date>2010-07-13T02:46:24-06:00</dc:date>
<dc:creator>Posted by DirtySouthGamers.net</dc:creator>
</item>

<item>
<title>BC2 Launcher</title>
<link>http://dirtysouthgamers.net/modules.php?name=Downloads&amp;op=getit&amp;lid=30</link>
<description><![CDATA[This tool is meant for players to be able to modify settings that  are not changeable from the In-Game settings menu. These are normally  found in the settings.ini file in your MyDocumentsBFBC2.]]></description>
<guid isPermaLink="false">30@http://dirtysouthgamers.net</guid>
<dc:subject>BC2 Launcher</dc:subject>
<dc:date>2010-07-13T02:33:57-06:00</dc:date>
<dc:creator>Posted by DirtySouthGamers.net</dc:creator>
</item>

<item>
<title>Bad Company 2 Crouch / Aim Toggler</title>
<link>http://dirtysouthgamers.net/modules.php?name=Downloads&amp;op=getit&amp;lid=29</link>
<description><![CDATA[AUTHOR:<br />
-------------<br />
Jonathon Rogers<br />
lonepie@gmail.com<br />
http://code.google.com/p/bunchafunk<br />
<br />
DESCRIPTION:<br />
-------------<br />
Implements the following functionality in BFBC2:<br />
Crouch Toggle<br />
Sprint Toggle<br />
Hold to Aim-Down-Sight<br />
<br />
INSTALL:<br />
-------------<br />
If you have AutoHotkey installed, simply double-click crouch_aim_toggle_v2.ahk to run the script.<br />
Otherwise, run the crouch_aim_toggle_v2.exe file.<br />
<br />
The script will continue to run in the background until manually closed (or system shutdown/reboot/logoff).<br />
To manually close the script: right-click the white-on-green &amp;#x22;H&amp;#x22; icon in the systray and click &amp;#x22;Exit&amp;#x22;.<br />
<br />
USAGE:<br />
-------------<br />
Edit the settings.ini file to enable/disable script functionality and map your keybindings.<br />
<br />
ScriptToggle: enable/disable the entire script<br />
CrouchToggle: press and release this key to toggle holding the Crouch key; can be the same key as Crouch<br />
SprintToggle: while holding FORWARD, press the SPRINT key to start sprinting. You will stop sprinting if: FORWARD is released, SPRINT is pressed, Crouch is toggled<br />
Aim-Down-Sight Hold: aim-down-sight as long as this button is held down; spriting will also cancel.<br />
<br />
NOTES:<br />
-------------<br />
The script has no way of knowing the player's state ingame.<br />
Example: if you die while Crouch is toggled on, it will remain on until you press the CrouchToggle button again.<br />
<br />
Do not confuse this script's settings.ini file with the one used by BFBC2!<br />
settings.ini:<br />
&amp;#xA0;- The [Hotkeys] section refers to key configuration for use by this script only<br />
&amp;#xA0;- The [Keybinds] section is where you tell the script what your INGAME keybinds are; make sure these match your setup<br />
<br />
CHANGELOG:<br />
-------------<br />
See CHANGELOG.txt<br />
<br />
KNOWN ISSUES:<br />
-------------<br />
&amp;#xA0;&amp;#xA0;&amp;#xA0; - In Windows Vista or Windows 7, you may need to use &amp;#x22;run as administrator&amp;#x22; on the script.<br />
&amp;#xA0;&amp;#xA0;&amp;#xA0; &amp;#xA0;&amp;#xA0;&amp;#xA0; See details here: http://www.howtogeek.com/howto/windows-vista/add-run-as-administrator-for-autohotkey-scripts-in-windows-vista/<br />
&amp;#xA0;&amp;#xA0;&amp;#xA0; - When &amp;#x22;EnableAimHoldToggle&amp;#x22; is enabled:<br />
&amp;#xA0;&amp;#xA0;&amp;#xA0; &amp;#xA0;&amp;#xA0;&amp;#xA0; The aim/zoom state will get reversed if you continue holding the Aim button through a weapon reload animation. Repeat to un-reverse.<br />
&amp;#xA0;&amp;#xA0;&amp;#xA0; - By default, &amp;#x22;CrouchToggle&amp;#x22; is set to the &amp;#x22;c&amp;#x22; key, which will break the &amp;#x22;Change Camera&amp;#x22; binding in-game. Change either binding depending on your preference.<br />
&amp;#xA0;&amp;#xA0;&amp;#xA0; - If using &amp;#x22;EnableSpotOnFire=1&amp;#x22; and &amp;#x22;Fire=LButton&amp;#x22;, clicking at any time will send the &amp;#x22;Spot&amp;#x22; key, even in the game's menu. Use &amp;#x22;ScriptToggle&amp;#x22; (default: F12) to toggle the script on/off, as needed.<br />
&amp;#xA0;]]></description>
<guid isPermaLink="false">29@http://dirtysouthgamers.net</guid>
<dc:subject>Bad Company 2 Crouch / Aim Toggler</dc:subject>
<dc:date>2010-06-29T06:38:53-06:00</dc:date>
<dc:creator>Posted by DirtySouthGamers.net</dc:creator>
</item>

<item>
<title>Desert Combat Full Install</title>
<link>http://dirtysouthgamers.net/modules.php?name=Downloads&amp;op=getit&amp;lid=28</link>
<description><![CDATA[]]></description>
<guid isPermaLink="false">28@http://dirtysouthgamers.net</guid>
<dc:subject>Desert Combat Full Install</dc:subject>
<dc:date>2010-06-23T09:53:49-06:00</dc:date>
<dc:creator>Posted by DirtySouthGamers.net</dc:creator>
</item>

<item>
<title>Call of Duty: Modern Warfare 1.6 to 1.7 Patch</title>
<link>http://dirtysouthgamers.net/modules.php?name=Downloads&amp;op=getit&amp;lid=27</link>
<description><![CDATA[]]></description>
<guid isPermaLink="false">27@http://dirtysouthgamers.net</guid>
<dc:subject>Call of Duty: Modern Warfare 1.6 to 1.7 Patch</dc:subject>
<dc:date>2010-06-23T08:27:13-06:00</dc:date>
<dc:creator>Posted by DirtySouthGamers.net</dc:creator>
</item>

<item>
<title>Call of Duty: Modern Warfare 1.6 Patch</title>
<link>http://dirtysouthgamers.net/modules.php?name=Downloads&amp;op=getit&amp;lid=26</link>
<description><![CDATA[]]></description>
<guid isPermaLink="false">26@http://dirtysouthgamers.net</guid>
<dc:subject>Call of Duty: Modern Warfare 1.6 Patch</dc:subject>
<dc:date>2010-06-23T08:24:54-06:00</dc:date>
<dc:creator>Posted by DirtySouthGamers.net</dc:creator>
</item>

<item>
<title>Battlefield Vietnam 1.1 to 1.2 Patch</title>
<link>http://dirtysouthgamers.net/modules.php?name=Downloads&amp;op=getit&amp;lid=25</link>
<description><![CDATA[]]></description>
<guid isPermaLink="false">25@http://dirtysouthgamers.net</guid>
<dc:subject>Battlefield Vietnam 1.1 to 1.2 Patch</dc:subject>
<dc:date>2010-06-23T08:18:46-06:00</dc:date>
<dc:creator>Posted by DirtySouthGamers.net</dc:creator>
</item>

<item>
<title>Battlefield Vietnam 1.2 to 1.21 Patch</title>
<link>http://dirtysouthgamers.net/modules.php?name=Downloads&amp;op=getit&amp;lid=24</link>
<description><![CDATA[]]></description>
<guid isPermaLink="false">24@http://dirtysouthgamers.net</guid>
<dc:subject>Battlefield Vietnam 1.2 to 1.21 Patch</dc:subject>
<dc:date>2010-06-23T08:15:21-06:00</dc:date>
<dc:creator>Posted by DirtySouthGamers.net</dc:creator>
</item>

<item>
<title>Battlefield Vietnam 1.2 Patch</title>
<link>http://dirtysouthgamers.net/modules.php?name=Downloads&amp;op=getit&amp;lid=23</link>
<description><![CDATA[]]></description>
<guid isPermaLink="false">23@http://dirtysouthgamers.net</guid>
<dc:subject>Battlefield Vietnam 1.2 Patch</dc:subject>
<dc:date>2010-06-23T08:12:33-06:00</dc:date>
<dc:creator>Posted by DirtySouthGamers.net</dc:creator>
</item>

<item>
<title>Battlefield 2142 Demo</title>
<link>http://dirtysouthgamers.net/modules.php?name=Downloads&amp;op=getit&amp;lid=22</link>
<description><![CDATA[]]></description>
<guid isPermaLink="false">22@http://dirtysouthgamers.net</guid>
<dc:subject>Battlefield 2142 Demo</dc:subject>
<dc:date>2010-06-23T07:52:47-06:00</dc:date>
<dc:creator>Posted by DirtySouthGamers.net</dc:creator>
</item>

</channel>

</rss>
