SteveT79 Posted May 5, 2020 Share Posted May 5, 2020 I have two aimtrak light guns and I'm trying to run aliens rehasped but I'm not getting any response when the game loads. I've tried with -v, made sure both light guns were detected, game was successfully hooked. I just have no cursor onscreen at all. I don't see anyone else with this issue so I have no idea where I'm going wrong. Tried with running as admin as well. Quote Link to comment Share on other sites More sharing options...
Jayinem Posted May 5, 2020 Share Posted May 5, 2020 (edited) Yeah the creator of Demulshooter made a different app for that game called mouseenabler I had to use it because Demulshooter didn't work for me in that game either. It's very simple to use just put it in the same directory and run mouseenabler in a ahk script and add it to launchbox. You can also set the resolution in the game with mouseenabler like this run, Aliens_MouseEnabler.exe -resX=1280 -resY=720 https://github.com/argonlefou/AliensExtermination_MouseEnabler Edited May 5, 2020 by Jayinem Quote Link to comment Share on other sites More sharing options...
SteveT79 Posted May 6, 2020 Author Share Posted May 6, 2020 Actually it seems today it's working when it was not yesterday. Lessons learned though: 1. Run DemulShooter.exe WITHOUT arguments to configure light guns, this creates a config.ini which is required. I don't know if I skipped this or what in the docs but it wasn't entirely clear that was required. 2. Autohotkey works great to run DemulShooter then launch the game. 3. Aliens dehasped has some issue with Autohotkey where it would not close the app on escape. I had to use Run,"aliens dehasped.exe",,, PID to get the PID of the process then it was killable with escape. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.