yeah its easy your mouse in console is set to 2 variable commands m_pitch (up, down) m_yaw (left right) your are gonna wanna deal with m_pitch if u leave all your settings the way they came, m_pitch is set to 0.022 if u want to invert your mouse go to console type m_pitch -0.022 hit enter, and your mouse will be inverted likewise, if u want to have it un-inverted just take out the negative sign also, u might wanna just double check that your m_pitch is 0.022 to begin with so go to console, type m_ptich, hit enter see what # it gives you if its not 0.022, just take the # it gives u and make it negative hope it helps
Comments
your mouse in console is set to 2 variable commands
m_pitch (up, down)
m_yaw (left right)
your are gonna wanna deal with m_pitch
if u leave all your settings the way they came, m_pitch is set to 0.022
if u want to invert your mouse
go to console type
m_pitch -0.022
hit enter, and your mouse will be inverted
likewise, if u want to have it un-inverted just take out the negative sign
also, u might wanna just double check that your m_pitch is 0.022 to begin with
so go to console, type m_ptich, hit enter see what # it gives you
if its not 0.022, just take the # it gives u and make it negative
hope it helps
Thanks