I was able to calibrate LGI just fine with that method. Just get the values as close as you can. They don't have to be exact. As for Operation ghost, I use game loader all rh and no mousy and it seems to be fine. Teknoparrot saves test menu stuff fine. Game loader all rh does not. I use a .bat file to run all my aimtrak stuff with demulshooter. I will include my .bat file. You need to right click and edit this, put your correct path as mine wont be the same as yours. Make sure nomousy and demulshooter are in the directory with the .bat. Run the .Bat, then run the game. Keep In mind nomousy gets rid of the mouse cursor. so I would suggest putting all of this stuff in your games folder so its easier to access OP ghosts exe. The mouse cursor come's back after you exit. If you try to run the bat file twice in a row it seems to not work, ( I think because no mousy stays open in task manager) just close demul shooter in the system tray and run it again and it will work. As for editing the path in the bat file mine looks like this:
Echo off
D:
cd\
Cd teknoparrot
Cd 1.21
start DemulShooter.exe -target=ringwide -rom=og -parrotloader
D:
cd\
Cd teknoparrot
Cd 1.21
start nomousy.exe /hide
If your files are in a folder C:games\teknoparrot it would look like this:
echo off
C:
cd\
cd games
cd teknoparrot
start DemulShooter.exe -target=ringwide -rom=og -parrotloader
C:
cd\
cd games
cd teknoparrot
start nomousy.exe /hide
OPGHOSTAIMTRAKS.bat