Josh 'Acecool' Moser
Josh 'Acecool' Moser
UCR doesn't work for me because _H is outdated and I'm not recoding my framework for it... now, the compiled EXE does run, but the buttons show up full-screen instead...
I just tried a few axis just to see and everything is wrong in UCR.,... I set a mode on UJR so by the time I press the clutch half...
I'm trying to add all the buttons and it seems that button 15, 16, 17, and 18 ( left shifted 1 ) which are the DPad on my Shifter can't...
so ucr.exe isn't a compiled ahk script? I edited the INI file to add in the DPad buttons and now they're forwarded properly to the joystick monitor... not sure why...
I was unaware of that.. thank you! guess I'll need to dive into the code to see why the boxes are so tall, and why you can't see all of...
I do notice because I have so many keys, that when ucr is opening, on my left monitor I see a box about the size of them appear and flash...
Forcing size at Plugin.ahk line 93 Gui, % this.hFrame ":Add", Gui, x0 y30, % this.hwnd to Gui, % this.hFrame ":Add", Gui, x0 h150 y30, % this.hwnd Makes it more reasonable......
using Gui, % this.hFrame ":Add", Gui, x0 h75 y30, % this.hwnd yields: https://www.dropbox.com/s/txsppt8djknpdep/universal_control_remapper_v0_1_13_screenshot_20170403101808_7094.png?dl=0 Still need to fix the Rename, up / Down and delete buttons being in their own column...
I have it working except having the deadzone applied to the end of the axis so physically pressing 50% would be 100% output. But I haven't been able to get...
I ran the script and it appears to work without any issue ( I renamed UCR.exe to DynamicGUI.exe and added DynamicGUI.ahk so that I was running the same _H as...