Search found 9 matches

by jra64
01 Sep 2017, 23:55
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 831497

Re: Universal Control Remapper (UCR) - v0.1.17 21st Aug 2017

@evilC Could you maybe point me in the right direction on my previous post? I still haven't had any luck on finding why these inputs might be delayed. I'm thinking it has something to do with vJoy...
by jra64
21 Aug 2017, 16:30
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 831497

Re: Universal Control Remapper (UCR) - v0.1.17 21st Aug 2017

I'm on my lunch break! I finally got a chance to test it and it does work but it doesn't consistently press them at the same time. Sometimes it does get the buttons at the same time (it got 6/10 just now so 60%), but sometimes it gets one input followed by the other shortly after. Because I'm playin...
by jra64
21 Aug 2017, 09:41
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 831497

Re: Universal Control Remapper (UCR) - v0.1.16 11th Jun 2017

I actually just edited my post cause I figured it out. Yeah I'll be selecting the plugin on the drop down menu.

Thanks again evilC I'll be trying it when I get home! I can't wait seriously!
by jra64
21 Aug 2017, 09:35
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 831497

Re: Universal Control Remapper (UCR) - v0.1.16 11th Jun 2017

This is amazing thank you so much! I'm at work right now too so I can't wait to try it out when I get home :).
by jra64
21 Aug 2017, 06:47
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 831497

Re: Universal Control Remapper (UCR) - v0.1.16 11th Jun 2017

@evilC Thanks for the quick reply! Took a while for me to set up all my controls but after a while, it worked! Well, kinda... There is a pretty large delay in between the button presses. Like I set L1 to press Square+Triangle and it doesn't press them at the same time at all which is the point shoul...
by jra64
21 Aug 2017, 02:46
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 831497

Re: Universal Control Remapper (UCR) - v0.1.16 11th Jun 2017

Is there anyway to map a single button to output 2 controller inputs at the same time? I'd like to use a PS4 controller's L1 shoulder button to send the inputs square + triangle simultaneously. The game I'm playing does not inherently support this and I have to use gamepad inputs because the keyboar...
by jra64
22 Nov 2016, 12:10
Forum: Ask for Help (v1)
Topic: Ctrl+B = Ctrl + Pausebreak?
Replies: 1
Views: 540

Ctrl+B = Ctrl + Pausebreak?

Trying to make a code that when you press ctrl+b it insteads sends ctrl+pausebreak

I tried this, but it doesn't work...

^b::SendInput, {LControl Down}{Pause}
by jra64
22 Nov 2016, 11:51
Forum: Ask for Help (v1)
Topic: F1 or F2 randomly?
Replies: 2
Views: 640

Re: F1 or F2 randomly?

Lol I can't believe I didn't try this... I actually tried this without the quotations... arr := [{F1},{F2}, 3, 4] $q:: Random, oVar, 1, arr.MaxIndex() sendinput % arr[oVar] return Thanks it works. Unfortunately it doesn't inject into the program I'm trying to use for some reason unless I hold the bu...
by jra64
22 Nov 2016, 11:01
Forum: Ask for Help (v1)
Topic: F1 or F2 randomly?
Replies: 2
Views: 640

F1 or F2 randomly?

Trying to make a little script that presses F1 or F2 randomly.

I tried something like this

arr := [F1,F2,"3","4"]

$q::
Random,oVar,1,2,3,4
sendinput % arr[oVar]
return


But F1 and F2 don't work. Anyone know I can get ahk to do this?

Go to advanced search