Ok ladies and gents, I have been messing around with this using my GUN4IR guns. So far, I have it in a playable state (although not perfect) so that you can use the gun and actually shoot things with it.
First, go to LLA\Engine\Config and open BaseInput.ini.
Edit the following lines:
bEnableMouseSmoothing=true
Bindings=(Name="MouseX",Command="Count bXAxis | Axis aMouseX")
Bindings=(Name="MouseY",Command="Count bYAxis | Axis aMouseY")
Change them to this:
EnableMouseSmoothing=true
Bindings=(Name="MouseX",Command="Count XAxis | Axis aMouseX Speed=0.03")
Bindings=(Name="MouseY",Command="Count YAxis | Axis aMouseY Speed=0.03")
The number after Speed= changes your sensitivity so change this to a value that suits you.
I have attached an AHK file that will run the correct file to start the game and allow the Esc button to exit the game. To use it, make sure that you change the directory path for your location of DomeShooterGame-Win64-Shipping.exe file to run the game. Edit the file and replace:
ENTER_YOUR_DIRECTORY_PATH_HERE\DomeShooterGame-Win64-Shipping.exe
with your directory path and then save. To start the game just run lla.ahk.
I tried using Demulshooter to get 2 player working but it didn't seem to do anything for me.
Hopefully, this will help anybody that has lightguns with the over-sensitive mouse.
lla.ahk