Main > Software Forum

New ControllerRemap utility, 7/11/13 update available (Version 0.0.11)

<< < (13/47) > >>

ArcadeBliss:
Hi drventure,

thanks again for this wonderful tool. It is a godsend for my multipanel setup. I have noticed a bug though with the way the tool handles port mapping with multiple <newseq> tags.

I have configured my Logitech USB Wheel as shown below.


--- Code: ---    <controller id="Logitech MOMO Racing USB">
        <input>
            <port type="P1_PADDLE" mask="255" defvalue="128">
                <newseq type="standard">
                    JOYCODE_1_XAXIS
                </newseq>
            </port>
            <port type="P1_PEDAL" mask="255" defvalue="0" reverse="yes">
                <newseq type="decrement">
                    JOYCODE_1_ZAXIS_POS_SWITCH
                </newseq>
                <newseq type="increment">
                    JOYCODE_1_ZAXIS_POS_SWITCH
                </newseq>
            </port>
        </input>
</controller>

--- End code ---

After running ControllerRemap it turns this section into this  ??? .


--- Code: ---     <port type="P1_PADDLE">
        <newseq type="standard">
                    JOYCODE_1_XAXIS
                </newseq>
      </port>
      <port type="P1_PEDAL">
        <newseq type="standard">
              NONE
          </newseq>
      </port>

--- End code ---

As you can see it removes the <newseq type="increment"> and <newseq type="decrement"> sections. Any ideas what I am doing wrong? Thanks in advance.

drventure:
@ArcadeBliss.

Hmm. I likely just never accounted for the "newseq type="xxxx"" sections. I don't recall seeing those during my testing...

I'll take a look and post back to this thread. Shouldn't be a big deal, and I doubt it's anything you're doing wrong.

And thanks for the heads up! There's so many combinations possible for the Mame controllers. The more feedback I can get, the better.

drventure:
Ok, looks like multiple newseq entries under a port was throwing things off.

I've fixed things up and will do some testing, then post the new build here in a bit.

ArcadeBliss:
Woohoo Christmas came early. I tested the new version and it works like a charm. It even keeps the other assorted info such as mask= and the like.

Thanks very much. You rock.  :afro:

drventure:
Great news! Thanks for checking it out.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version