Skip to content

Instantly share code, notes, and snippets.

@TheDotEater
TheDotEater / UCRStop.ahk
Created March 24, 2018 17:28
Used in the PostExit parameter of PCLauncher system settings in Rocketlauncher to automate closing UCR.
Process, close, UCR.exe
Exitapp
Return
@TheDotEater
TheDotEater / UCRStart.ahk
Last active March 24, 2018 17:35
Used in the PreLaunch parameter of PCLauncher system settings in Rocketlauncher to automate launching UCR.
Run, UCR.exe
{
WinWait, UCR - Universal Control Remapper v0.1.18
WinHide
Sleep, 5000
}
Exitapp
Return
@TheDotEater
TheDotEater / UCR.ini
Created March 20, 2018 00:02
UCR Xbox 360 Two Player Profile for X-Arcade Tankstick Series. To use simply replace UCR.ini file in UCR directory. Be sure to back up existing UCR.ini if necessary.
{
"CurrentPos": {
"x": -8,
"y": -8
},
"CurrentProfile": 2,
"CurrentSize": {
"h": 1007,
"w": "1920"
},