Ikemen-GO icon indicating copy to clipboard operation
Ikemen-GO copied to clipboard

Team mode selection input facing parameters

Open K4thos opened this issue 1 year ago • 1 comments

Discussed in https://github.com/ikemen-engine/Ikemen-GO/discussions/2047

Originally posted by potsmugen October 2, 2024

Is your feature request related to a problem? Please describe.

It just occurred to me that the fact team mode selection inputs are mirrored for the player 2 side is not very good. At least as a hardcoded setting. I mean how P1 presses right to increase team size while P2 presses left.

ikemen000

This works well for the default screenpack, but custom screenpacks may want to make it more intuitive and work the same for both players. Without editing the scripts anyway.

Describe the solution you'd like

A facing parameter for the inputs or something. By default P1 has facing 1 and P2 has facing -1. Or whatever makes the most sense in screenpack lingo.

Additional context

No response

Search terms

No response

K4thos avatar Oct 02 '24 17:10 K4thos

I had to work around this making a Smash Ultimate screenpack, so Facing for this would be a great addition.

AnonyMorshu avatar Oct 04 '24 16:10 AnonyMorshu

this is already configurable via screenpack parameters: p1.teammenu.add.key / p2.teammenu.add.key p1.teammenu.subtract.key / p2.teammenu.subtract.key

K4thos avatar Nov 14 '25 02:11 K4thos