Dear all,
My goal was to have some sort of openMSX launch script, possibly even include in the distribution of a game, that originally would work with a two player mode and depended on a joystick, to work only with a keyboard.
I had a look at e.g. https://openmsx.org/manual/commands.html#bind but seems that this is a rabbit hole of looking up keymatrix things and how to automate the settings upon launch. I could probably spend some hours on chasing this up and making a nice wrapper script, but I somehow feel others will have done this already and I'm just duplicating work.
Concretely, I was trying this for Blade Lords, because I think it's still sort of fun with two players for a quick game. If I could find the sources it might even make sense to hack it directly into the game, but this is unlikely. Currently, the lack of hardware sort of stops people from enjoying the two player mode.
I was thinking of a setup like having player two on ASWD and shift, player one on space + arrow keys as usual? Notably, Blade Lords has can work with a single button stick mode and a dual button stick mode, so it should work with just five keys.
Does anyone have such a script lying around, and importantly, how could one make using this easiest for users that are not familiar with openMSX?