Search found 3 matches
- 03 Nov 2020, 22:10
- Forum: Gaming
- Topic: Emulating Xbox360 controls on Oculus Rift controllers
- Replies: 1
- Views: 94
Re: Emulating Xbox360 controls on Oculus Rift controllers
I have also tried to use UCR and x360ce, but neither have borne me much luck. Sorry i haven't tried it, but i'd try to use UCR with vjoy and XOutput. UCR to bind the keys as input for the vjoy controller. Then use XOutput to convert the vJoy controller to an Xbox360 controller. It should work. If y...
- 03 Nov 2020, 20:30
- Forum: Gaming
- Topic: Trying to code a script to open a game then exit after game is closed
- Replies: 1
- Views: 91
Re: Trying to code a script to open a game then exit after game is closed
Can you post your current code please?
- 03 Nov 2020, 16:18
- Forum: Gaming
- Topic: Load Joy2key profile follows by game
- Replies: 1
- Views: 145
Re: Load Joy2key profile follows by game
#SingleInstance,Force run,%comspec% /k "cd yourdrive:\yourpath\JoyToKey & joytokey -r yourprofile",,Hide && exit ; we hide the cmd, start joytokey if its not already running, load the profile and then close cmd. run, yourdrive:\yourpath\yourgame.exe ; we run the game WinWait, nameofthegamewindow ; ...