NOTE: The direct download (original link) is available at modhoster.com.

--------------------------------------------------------------------------------

V1.1 - Changes / Fixes:

--

Re-saved deutzTTV7250.xml and modDesc.xml in Text Document - MS-DOS format.

--

[deutzTTV7250.xml]

Updated the annotation tag with additional information.

--

[deutzTTV7250.xml]

From:
<maxWeight weight="0" />

To:
<maxWeight weight="10" />

--

[modDesc.xml]

From:
<input name="handbrake" key1="KEY_k" button="" />
<input name="MANUAL_IGNITION_KEY" category="VEHICLE" key1="KEY_y" button="" />

To:
<input name="handbrake" key1="KEY_space" button="" />
<input name="MANUAL_IGNITION_KEY" category="VEHICLE" key1="KEY_KP_enter" button="" />

--

[specializations\handBrake.lua]

From:
if isDown and sym == Input.KEY_k then

To:
if isDown and sym == Input.KEY_space then

--------------------------------------------------------------------------------

V1.0 - Initial Release added on 13.05.2013 by bisailb
