Jump to content

Combat Champions

All aims use the same sensitivity setting, choose the sensitivity for the aim you prefer to be matched.
Read more...

Ghost of Tsushima DIRECTOR'S CUT

The sensitivity and FOV changes depending on certain actions and where you are (indoor etc). The calculations are for the view when you move around outdoor.
Read more...

Russian Fishing 4

See the game notes for instructions on how to disable smoothing.
Read more...

Arena Breakout: Infinite

Hipfire is added, aims coming soon!
Read more...

Project L33T

See the game notes for instructions on how to disable smoothing.
Read more...

Hi, I was to have my game sensitivity increase while im RMB (aiming down sight) is pressed and revert back to normal once I let go.


specterbey

Recommended Posts

I imagine you are the same person who asked in our discord, but this short script works for Logitech gaming software, I imagine it also works for G-Hub if it still has the Lua scripting.
If not you could downgrade to the LGS since you have an older mouse which would be supported. The last good version was 9.02.65
 

EnablePrimaryMouseButtonEvents(true);

function OnEvent(event, arg, family)
	if (arg == 2) then
		if (event == "MOUSE_BUTTON_PRESSED") then
			PlayMacro ("DPI Down")
		else if (event == "MOUSE_BUTTON_RELEASED") then
			PlayMacro ("DPI Up")
		end
	end
end
end


You would just need to create 2 DPI's only in the software to toggle between (maybe setup a new profile with them) and then enter the above code in the scripting menu replacing anything that is there. Ensure the software is kept running because scripts don't save to the mouse.

Edited by TheNoobPolice
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...