Page 1 of 1

180 turn script

Posted: 24 Feb 2018, 17:37
by Arees
Good evening, this seems fairly requested very often but at the end of the day nothing really works or no answers are given. What I am looking forward to is a script which allows me to turn 180 degrees, but I'm far too unexperienced to code one myself, hence why im here asking for help. I currently have a logitech mouse and was considering using its own script feature in LUA. If anyone could help me I'd truly be grateful, I know I'll have to find my own values for a 180° but i'll do that myself once the script is ready. Also if it's no trouble i'd like to bind it to a mouse button or MiddleWheel. Thanks in advance, have a nice day!

Re: 180 turn script

Posted: 25 Feb 2018, 02:27
by Nwb
What do you want to turn 180* your display?

Re: 180 turn script

Posted: 25 Feb 2018, 09:16
by Arees
Hey thanks for the reply. I want to turn the ingame crosshair or camera 180 degrees to the right upon pressing a button on my mouse.

Re: 180 turn script

Posted: 25 Feb 2018, 10:36
by Nwb
Okay what makes the camera move? Holding leftmouse and moving?

Re: 180 turn script

Posted: 25 Feb 2018, 12:42
by Arees
No it's nothing like that, I'd like it to work for overwatch. So basically moving the mouse moves the camera.

Code: Select all

<mousemove relative="true" x="120" y="0"/>
<delay milliseconds="1"/>

Re: 180 turn script

Posted: 26 Feb 2018, 09:07
by Arees
up