Search found 29 matches

by Darkitow
02 Oct 2013, 12:01
Forum: How do I do this assignment? Mouse actions
Topic: FragFX Shark back into a mouse?
Replies: 1
Views: 3517

FragFX Shark back into a mouse?

Hi there, it's been a long time. Some months ago, I decided to switch from my old Wii Classic Controller with adaptor to a much better pad, the FragFX Shark: http://www.blogcdn.com/www.engadget.com/media/2011/05/splitfish360.jpg This thingie is really awesome, since it basically has the best of both...
by Darkitow
14 Aug 2013, 01:40
Forum: Sets
Topic: Toggles and sets
Replies: 4
Views: 5919

Re: Toggles and sets

david_lucas wrote:Is there any other way to achieve a persistent toggle between sets?
I'm not sure if this would work or how to set it exactly, but instead of adding a toggle, can't you simply add the right mouse button press to the joystick (to all directions) so you automatically press the button when moving?
by Darkitow
21 Apr 2013, 00:05
Forum: Other questions
Topic: Is it possible to create a "mod" for Xpadder?
Replies: 10
Views: 9343

Re: Is it possible to create a "mod" for Xpadder?

That's where my suggestion comes to. I wonder if Jonathan would be willing to allow for user-made plugins, although I don't know how did he code the program so I don't really know if it would be easy or not. I remember that when I was coding some add-on for Ragnarök online in Lua, I had my code done...
by Darkitow
17 Apr 2013, 23:37
Forum: Sets
Topic: Feedback for set selectors
Replies: 14
Views: 14342

Re: Feedback for set selectors

Is it even possible to do that? I have no idea of AutoIt yet, so I can't really think of a way. Would it be possible to create an application with it that was able to read some internal settings in Xpadder, such as the current set and the state of the buttons? Also, of course an internal solution wo...
by Darkitow
17 Apr 2013, 12:16
Forum: Sets
Topic: Feedback for set selectors
Replies: 14
Views: 14342

Re: Feedback for set selectors

I don't think the solution lies in AutoIt in this case. The problem is not the feedback app, the problem is that the time for the set switch is not too consistent. Sometimes Xpadder has time to activate the shortcut, sometimes it doesn't. You need to keep the button pressed a bit longer to make it h...
by Darkitow
16 Apr 2013, 19:54
Forum: Other questions
Topic: Is it possible to create a "mod" for Xpadder?
Replies: 10
Views: 9343

Re: Is it possible to create a "mod" for Xpadder?

Hmm, I'm not sure that "adding" a Set slot is THAT difficult, but I talk from my own lack of knowledge and very basic programming skills. If we were talking about removing the current Set functions, and putting this Set slot instead, I agree with you, that seems very troublesome because it seems int...
by Darkitow
16 Apr 2013, 18:42
Forum: Other questions
Topic: Is it possible to create a "mod" for Xpadder?
Replies: 10
Views: 9343

Re: Is it possible to create a "mod" for Xpadder?

Funny thing is this . It's a two-years-old thread where Jonathan himself mentions that there's a poll somewhere to decide whether add a "Set Slot" in a future update. There's also another feature that I was thinking I'd like to see here , on another old thread. I dug these up thanks to the new Set s...
by Darkitow
15 Apr 2013, 21:37
Forum: Sets
Topic: Set Selector Tricks
Replies: 5
Views: 8373

Re: Set Selector Tricks

Thanks to Jonathan too, of course, I just assumed that the initiative was yours since you've be been the one answering our posts there lately. :lol:
by Darkitow
15 Apr 2013, 21:35
Forum: Other questions
Topic: Is it possible to create a "mod" for Xpadder?
Replies: 10
Views: 9343

Re: Is it possible to create a "mod" for Xpadder?

Yeah, the set change is triggered at button's release unless you use a "while-held" mode, and the only way to override that is using the turbo function. The real problem with set changes is the fact that the set selectors are too sensitive. They're so sensitive that even the program itself gets mess...
by Darkitow
15 Apr 2013, 21:22
Forum: Sets
Topic: Set Selector Tricks
Replies: 5
Views: 8373

Re: Set Selector Tricks

Even before you complete the thread, Just gotta say thanks for the effort, even adding a set specific subforum. :) Delete this post if it gets in the way of your post, the important part was that you read it. :D
by Darkitow
14 Apr 2013, 19:54
Forum: Other questions
Topic: Is it possible to create a "mod" for Xpadder?
Replies: 10
Views: 9343

Is it possible to create a "mod" for Xpadder?

Hi there! I open a thread again (you must be tired of me already) since in this one we discussed a subject that gave me a couple ideas, but I'm not even sure about its implementation or even if it's possible. If you've been reading my threads you'll see that my main issues have been with multiple se...
by Darkitow
14 Apr 2013, 19:27
Forum: Sets
Topic: Feedback for set selectors
Replies: 14
Views: 14342

Re: Feedback for set selectors

I though about something like that too, but the problem is that it's a very erratic function whatever the feedback system you try to use. The main problem is that the Set selector function is applied separatedly instead of as part of the succession of commands, so it's possible that if you tap the b...
by Darkitow
13 Apr 2013, 11:15
Forum: Other questions
Topic: Can Xpadder play a sound when an assignment is triggered?
Replies: 3
Views: 4412

Re: Can Xpadder play a sound when an assignment is triggered?

Alright, got it running and tried to test it in the game. To do that, I added a "ctrl + alt + shift + 1" command to the set selectors in set 1... And it works half the time. Apparently sometimes the set selector triggers too fast (since it uses the turbo function), so I'm not really sure about how t...
by Darkitow
13 Apr 2013, 09:21
Forum: Sets
Topic: Feedback for set selectors
Replies: 14
Views: 14342

Re: Feedback for set selectors

[EDIT] Ok I've been checking the program's documentation and I found out the problem. You're missing the string "#include <Misc.au3>" before the "if" statement, and without it, the program doesn't recognize the function _IsPressed. So the working code would be: #comments-start Program to give a fee...
by Darkitow
13 Apr 2013, 08:07
Forum: Other questions
Topic: Can Xpadder play a sound when an assignment is triggered?
Replies: 3
Views: 4412

Re: Can Xpadder play a sound when an assignment is triggered?

[EDIT 2] Ok, AutoIt will be, since it seems to work well when the key is pressed multiple times in a quick succession. I got to check the documentation to see why the code provided in your link wasn't working, but fortunately it was just a missing library to recognize the key pressing function, I p...
by Darkitow
13 Apr 2013, 07:47
Forum: How do I do this combo/sequence?
Topic: hierachy of the commands/events
Replies: 9
Views: 8838

Re: hierachy of the commands/events

Primal Fear wrote:@Darkitov: Whats going on with the icons in your screenshot, they look so pink? Are they always that way?
Not always but I'm not sure what causes it. It seems that the program doesn't register the "pink background" as "transparent" sometimes.
by Darkitow
12 Apr 2013, 12:25
Forum: How do I do this combo/sequence?
Topic: hierachy of the commands/events
Replies: 9
Views: 8838

Re: hierachy of the commands/events

Uh, I get it now. First of all, I'm not sure if you should be using the "tap time" assignment for that, but a combination of hold and release zones could work: http://oi50.tinypic.com/28icdxi.jpg With this, when you press the button, it triggers the "A" key only once. When you release the button, it...
by Darkitow
12 Apr 2013, 09:44
Forum: How do I do this combo/sequence?
Topic: hierachy of the commands/events
Replies: 9
Views: 8838

Re: hierachy of the commands/events

Uh, what exactly is the sequence you wanna implement then?
by Darkitow
12 Apr 2013, 09:43
Forum: Other questions
Topic: Can Xpadder play a sound when an assignment is triggered?
Replies: 3
Views: 4412

Can Xpadder play a sound when an assignment is triggered?

Hi there! I come here with a little issue that I think it should be possible with Xpadder, but I'm not entirely sure of how to implement it since it might require involving batch files, or shortcuts or something else that I'm not aware of. So let's take a look at it and see if anybody can help me. B...
by Darkitow
12 Apr 2013, 08:00
Forum: How do I do this combo/sequence?
Topic: hierachy of the commands/events
Replies: 9
Views: 8838

Re: hierachy of the commands/events

As far as I know, the commands that have a condition themselves are ignored if said condition is not met. For example if you put a hold zone for 0.5s and then a release zone for 0.01s, if you press the button for 0.5s then release, it will do both commands in that order. But if you held the button f...
by Darkitow
10 Apr 2013, 17:52
Forum: How do I do this combo/sequence?
Topic: Delay before turbo?
Replies: 4
Views: 5054

Re: Delay before turbo?

Hmm, the problem is that if you wanna make a set change, the turbo would mess everything up. For example, you get a set assignment in set 1 with a delay, then it goes to set 2. But there, if you put the turbo you can't put the set assignment to go back to set 1, or else it will just swap sets at tur...
by Darkitow
08 Apr 2013, 08:18
Forum: Sets
Topic: Issue with multiple set toggles
Replies: 8
Views: 8407

Re: Issue with multiple set toggles

Oh that's rather sad to hear. :( It's pretty much the whole reason I bought the program and none of the alternatives I found out there got it as good as Xpadder... JoyToKey for example, which came with my gamepad adaptor (as I said I play with a Wii classic controller plugged to the computer via an ...
by Darkitow
06 Apr 2013, 02:29
Forum: Sets
Topic: Issue with multiple set toggles
Replies: 8
Views: 8407

Re: Issue with multiple set toggles

Alright! A little update on the issue. Again I post only the required buttons since the rest shouldn't affect the set navigation. ;--- Xpadder Profile Data --- DataType=Profile Version=2012.12.31 Name=Ejemplo Set1Button1Toggle=1 Set1Button1Turbo=1 Set1Button1TurboRate=2 Set1Button1SetSelect=1 Set1Bu...
by Darkitow
05 Apr 2013, 23:39
Forum: How do I do this combo/sequence?
Topic: Can I emulate gamepad buttons?
Replies: 3
Views: 4113

Re: Can I emulate gamepad buttons?

This is an issue that I've been wondering, actually, because it would be a really awesome thing for tweaking the functions of your gamepad in games that supports them but might not have the freedom that Xpadder grants in key assignments. It would definitely make this program less mesy with the setup...
by Darkitow
05 Apr 2013, 04:34
Forum: Sets
Topic: Issue with multiple set toggles
Replies: 8
Views: 8407

Re: Issue with multiple set toggles

Now, that's a noticeable improvement. Thanks! I gotta say I've managed to jam the profile even with your solution, but it happens much less often involuntarily than without the pauses. :lol: I got used to release the buttons pretty much simultaneously with normal gameplay, so I shouldn't have many p...
by Darkitow
04 Apr 2013, 09:29
Forum: Sets
Topic: Issue with multiple set toggles
Replies: 8
Views: 8407

Re: Issue with multiple set toggles

No answers... I wonder if it's because nobody can't think of a solution or simply nobody cares, lol. Anyways, third attemp. ;--- Xpadder Profile Data --- DataType=Profile Version=2012.12.31 Name=Example Set1Button1Toggle=1 Set1Button1Turbo=1 Set1Button1TurboRate=2 Set1Button1SetSelect=1 Set1Button3T...
by Darkitow
03 Apr 2013, 08:39
Forum: Sets
Topic: cycle sets
Replies: 1
Views: 4061

Re: cycle sets

Put an one-way set toggle on the same button on each set leading to the next. So in set 1 button X leads to set 1, in set 2 X button leads to set 3, and so on. In the last set, make it go to set 1 again.
by Darkitow
02 Apr 2013, 21:58
Forum: Sets
Topic: Issue with multiple set toggles
Replies: 8
Views: 8407

Re: Issue with multiple set toggles

I'm sorry for the confusion with the buttons. I'm not using a 360 controller, I used it just as an example since I though it'd be easier to picture. I use a Wii classic controller with a cable adapter and in Xpadder one of the bumpers (what in this case would be the right trigger) button seems to be...
by Darkitow
02 Apr 2013, 19:31
Forum: Sets
Topic: Issue with multiple set toggles
Replies: 8
Views: 8407

Issue with multiple set toggles

Hi there! As my first post I come with an issue that was the very reason that made me acquire this program, and I'm a bit troubled with this because I've been searching the forums looking for an answer. First of all, this is the profile, which is not the whole thing I wanna make but I've experienced...

Go to advanced search