YesNoOk
avatar

[1.0] Catwalk Bonus Stage (P.o.T.S.) not registering 3-button inputs? (Read 2204 times)

Started by Norik, February 19, 2017, 09:06:02 am
Share this topic:
[1.0] Catwalk Bonus Stage (P.o.T.S.) not registering 3-button inputs?
#1  February 19, 2017, 09:06:02 am
  • *
  • we live in a society
    • USA
    • www.8wayrun.com
I'm having trouble with P.o.T.S.'s Catwalk bonus stage; it's not registering my inputs for the 3-button notes.



I know there's a setting to turn 4-button notes into 3-button notes because of keyboard limitations, and I do have that turned on. However, it's still not even taking my inputs for these. Any ideas for what could be causing this?
Re: [1.0] Catwalk Bonus Stage (P.o.T.S.) not registering 3-button inputs?
#2  February 21, 2017, 07:39:40 pm
  • *****
  • Shame on you!
    • USA
If all of the buttons work individually it's your keyboard's fault. I doubt there's much you can do to mugen to adjust for that. I know my keyboard sucks. Some 2 button combos dont work. A TON of 3 button combos wont. I doubt I'd even try 4 buttons.
You'd have to adjust the character/stage's code.
vVv Ryuko718 Updated 10/31/22 vVv
Re: [1.0] Catwalk Bonus Stage (P.o.T.S.) not registering 3-button inputs?
#3  February 21, 2017, 08:06:49 pm
  • ******
  • Loyal to the Game
    • USA
    • http://jesuszilla.trinitymugen.net/
Yeah, keyboards usually have a 3-key limit. That's why I added a keyboard mode to my Vampire Chronicle Felicia.

You'll need to get a pad or stick.
Re: [1.0] Catwalk Bonus Stage (P.o.T.S.) not registering 3-button inputs?
#4  February 21, 2017, 10:34:33 pm
  • *
  • we live in a society
    • USA
    • www.8wayrun.com
Figured as much. Is there a patch for removing the 3-button notes?
Re: [1.0] Catwalk Bonus Stage (P.o.T.S.) not registering 3-button inputs?
#5  February 22, 2017, 06:02:58 am
  • ****
  • For the Murder!
IIRC that option was in the config file?
Lord Noble Eye of Dezeroff; High Commander of the Reconnaissance Division, Airborne Corps; Fifth Seat in the Murder's Council; and Duke of Corvus
Re: [1.0] Catwalk Bonus Stage (P.o.T.S.) not registering 3-button inputs?
#6  February 23, 2017, 01:05:00 am
  • *
  • we live in a society
    • USA
    • www.8wayrun.com
IIRC that option was in the config file?
There's only a setting to remove the 4-button inputs, not the 3-button ones.
Code:
[State set KEY LIMIT]
type=varset
trigger1=1
var(53)=     1             ;Setting this to non-zero will limit the commands shown to 3 keys at
                           ;a time.
                           ;Useful if you have keyboard issues when pressing four keys.
Not sure if there's a way to change it.