Game Development Community

Invert Mouse?

by Josh Gibbs · in Torque 3D Professional · 05/29/2009 (4:43 pm) · 4 replies

I may be missing the option here, but I cannot find anywhere to invert my mouse for the editor. I just can't handle regular vertical mouse control and NEED this option.

Thanks, Josh

About the author

Recent Threads


#2
05/29/2009 (9:26 pm)
Mouse Controls resource -- gives you an inverted mouse checkbox, plus mouse sensitivity.
#3
05/30/2009 (1:35 am)
Thanks for those links. They don't appear to be directly related to the T3D scripts, so a little info for anyone else wanting to do this.

Add your button per the linked thread then update the Pitch() function in both of the following locations so that the play and edit mode both get the setting applied:

[proj_root]\game\tools\missionEditor\scripts\editor.bind.ed.cs
[proj_root]\game\scripts\client\default.bind.cs
#4
05/30/2009 (9:53 am)
I think you'll find that there are very few resources that were written directly for Torque 3D, but most of them are easily ported.