Can't wait to try the new version. I played some last night in 2142 and was very pleased with the results. I barely noticed the zoom adjustment after a few round and can't wait to play with the new zoom adjustments.
Good news about PB DeadShot. I have a feeling DICE would have a negative opinion on the matter but until then.... Keep up the good work dopefish :)
BTW, i would still love to have an option to change the shortcut from the Middle Mouse button to a keyboard shortcut (as i said previously my middle button is already bound).
That said, i've come up with an easy workaround using the always handy
Autohotkey. If anyone is interested, just create a script with the the following
Code:
key::MButton
return
where "key" is the keyboard shortcut you've chosen. For example, i picked F1 as my shortcut replacement and the code is as follows:
Code:
F1::Mbutton
return
Hope that helps anyone looking for an alternative shortcut. See the AHK site for alternative options.