(01 Jan 17, 11:06AM)Boomhauer Wrote: ...Now I have to reset all my mouse settings and it's a pain.
Can I give you some advice, brudda'?
If you find yourself switching gear frequently, you could mock up your own kind of 'profiles', so to speak...
Just make a text file to keep all of your mouse settings in for each device - then you can copy/paste the relevant snippets out of it when you switch, and put them in your scripts/ or autoexec.cfg
[SELECT ALL] Code:
// Mouse1 - JoeBlowBrand Novice 8000
invmouse 0
mouseaccel 0
sensitivity 0.93
bind MOUSE3 [if (= (curweapon) 7) [attack] [secondary; attack]]
// Mouse2 - JoeBlowBrand Pro 9000+
invmouse 0
mouseaccel 0
sensitivity 0.12
You could save whatever cubescript you want there, just so when you know what works you can reference it easily for later.