Search found 34 matches

by TheFatal
01 Dec 2019, 05:09
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 837572

Re: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018

hey evilC , i need your help with 1 more thing: im using UCR 0.0.7 and mapped my WASD keys to axys by your "button to axis plugin", now i need to map axys to buttons for input overlay in obs because it does not recognise vjoys axys, so i "used axys to button" plugin and it worked perfect, bit it wor...
by TheFatal
24 Apr 2019, 09:46
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 837572

Re: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018

hey evilc, can you please explain to me how can i use a while loop in ucr scripts ? im usin if else construction at the moment: if (e){ static StickOps := UCR.Libraries.StickOpsa this.OutputButtons.OB1.SetState(1) sleep 20 this.OutputButtons.OB1.SetState(0) sleep 20 this.OutputButtons.OB1.SetState(1...
by TheFatal
06 May 2017, 10:26
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 837572

Re: Universal Control Remapper (UCR) - v0.1.14 12th Mar 2017

hey evilC i have 1 more question: can i run scripts with "while" loops instead of "if" ? repeat sequences while i hold a button can i use somehow "while" loop in this plugin ? class test1 extends _Plugin { Type := "test1" Description := "Your description here" ; The Init() method of a plugin is call...
by TheFatal
28 Apr 2017, 11:54
Forum: Ask for Help (v1)
Topic: help with evilC's UCR scripting
Replies: 9
Views: 2157

Re: help with evilC's UCR scripting

yep now input button fires correctly put output axes still not work at all :(
by TheFatal
28 Apr 2017, 11:03
Forum: Ask for Help (v1)
Topic: help with evilC's UCR scripting
Replies: 9
Views: 2157

Re: help with evilC's UCR scripting

so guys i tried to rewrite one of my plugins here is the code class test1 extends _UCR.Classes.Plugin { Type := "test1" Description := "Your description here" Init(){ Gui, Add, GroupBox, Center xm ym w170 h60 section, Input Button this.AddControl("InputButton", "IB1", 0, this.ButtonInput.Bind(this, ...
by TheFatal
28 Apr 2017, 06:21
Forum: Ask for Help (v1)
Topic: help with evilC's UCR scripting
Replies: 9
Views: 2157

Re: help with evilC's UCR scripting

tnx for answer i see that old functions like "StickOps" are still working in new version of UCR, so i think i need a little fixes in my old plugins to work with new UCR, for example creating GUI is different and "this.OutputAxes" is "this.OutputAxis" now so first of all i'll try to rewrite my plugin...
by TheFatal
28 Apr 2017, 01:25
Forum: Ask for Help (v1)
Topic: help with evilC's UCR scripting
Replies: 9
Views: 2157

Re: help with evilC's UCR scripting

hmm this code just stops the repeating after 1rst sequence - this is not exactly what i need may be the pause between 1rst and 2nd sequences goes because of my old version of UCR ? i am using 0.0.7 version instead the latest 0.1.13 can i simply copy n paste my plugins from old version to new or i ne...
by TheFatal
27 Apr 2017, 09:04
Forum: Ask for Help (v1)
Topic: help with evilC's UCR scripting
Replies: 9
Views: 2157

Re: help with evilC's UCR scripting

tnx a lot for answer. i'll try it later
by TheFatal
27 Apr 2017, 05:32
Forum: Ask for Help (v1)
Topic: help with evilC's UCR scripting
Replies: 9
Views: 2157

help with evilC's UCR scripting

hey guys can anyone help me with scripting in evilC's UCR https://autohotkey.com/boards/viewtopic.php?t=12249 ? my problem is repeating the script i have a script with button sequence: LEFT, LEFT, DOWN, LEFT so if i press binded key it works correctly but if i hold binded key there are a small pause...
by TheFatal
19 Apr 2017, 17:06
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 837572

Re: Universal Control Remapper (UCR) - v0.1.14 12th Mar 2017

hey Evilc ! i have a problem with reapeating the script :( i have a script with button sequence like: LEFT, LEFT, DOWN, LEFT so if i press binded key it works correctly but if i hold binded key there are a small pause between 1rst and 2nd sequences it looks like: LEFT, LEFT, DOWN, LEFT, !!!PAUSE!!!,...
by TheFatal
17 May 2016, 03:49
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 837572

Re: Universal Control Remapper (UCR) - v0.0.7 13th Mar 2016

so is there any way to bind global stop button for all plugins in profile ?
by TheFatal
16 May 2016, 16:08
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 837572

Re: Universal Control Remapper (UCR) - v0.0.7 13th Mar 2016

I had intended on supporting inter-plugin communication, which would allow that, but for the moment, as far as I am aware there is nothing stopping you from binding the same key as an input for multiple plugins. So simply bind Space to the stop button for all the plugins. I had originally intended ...
by TheFatal
16 May 2016, 13:02
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 837572

Re: Universal Control Remapper (UCR) - v0.0.7 13th Mar 2016

i have one more question: can i use 1 button (space for example) to cancel sequences from 4 plugins ?
by TheFatal
16 May 2016, 12:09
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 837572

Re: Universal Control Remapper (UCR) - v0.0.7 13th Mar 2016

evilC wrote:Did you change my code at all? did my code work?
if i use your script i need to hold input button to sequence work, but i want to press 1 button to start sequence and 1 another button to cancel it, is it possible ?
by TheFatal
15 May 2016, 03:01
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 837572

Re: Universal Control Remapper (UCR) - v0.0.7 13th Mar 2016

changed pluggin but still no effect :( class string4 extends _Plugin { Type := "string4" Description := "Your description here" ; The Init() method of a plugin is called when one is added. Use it to create your Gui etc Init(){ ; Create the GUI ; Add a hotkey, and give it the name "MyHk1". All hotkey...
by TheFatal
14 May 2016, 05:12
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 837572

Re: Universal Control Remapper (UCR) - v0.0.7 13th Mar 2016

i tried

Code: Select all

StopPressed(e){
			if (e){
				this.Stop := 1
			}
		}
with adding #MaxThreadsPerHotkey 2 at the start of the script and it does not work :(
by TheFatal
13 May 2016, 05:25
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 837572

Re: Universal Control Remapper (UCR) - v0.0.7 13th Mar 2016

tnx for answer, u are right i am talking about custom plugin, here is my plugin for example, how can i add "Stop Sequence" button ? class string4 extends _Plugin { Type := "string4" Description := "Your description here" ; The Init() method of a plugin is called when one is added. Use it to create y...
by TheFatal
12 May 2016, 06:15
Forum: Gaming Scripts (v1)
Topic: Universal Control Remapper (UCR) - v0.1.22 28th Oct 2018
Replies: 1014
Views: 837572

Re: Universal Control Remapper (UCR) - v0.0.7 13th Mar 2016

just a question :?:
is there any way to stop button sequence ?
for example: i press input button and output button sequence starts, then i press breaker button and sequence stops is it real ?
by TheFatal
06 Feb 2016, 03:28
Forum: Gaming Help (v1)
Topic: problem with AHK-CvJoyInterface
Replies: 30
Views: 8301

Re: problem with AHK-CvJoyInterface

ok, i got it, now i have macro on 1 input button and on 2 input button, is there any way to execute macro 1 then macro 2 with sleep times by pressing the sequence of input buttons ?

Go to advanced search