How to play YARM
Last updated
Last updated
If you've seen any of the game's demo videos, you'll notice that there are some references to other games, this is because the game is inspired by other games (like osu!mania).
The controls are simple, the default keys are D (left), F (down), J (up) and K (right). These keys can be changed in the settings menu, more on that later.
You can configure your gaming experience by simply going to the Settings section using the buttons at the bottom. The options it gives you can change to your liking, and as time goes by there will be more options you can change!
To import your own sound effects, you need the .dll file "FileDialogPluginIL2CPP", which is built into the game, but in addition to this you also need Microsoft Visual C++ Redistributable, a program designed to work with the .dll file. Version 14.x.x (2015-2022) is recommended.
Link: https://github.com/hadqueddani/FileDialogPluginIL2CPP
Once the game loading screen has disappeared, the user will have to press the “Space” key in order to start the game in real time. This will cause a coroutine to run where events happen in turns.
You must also press the default keys or the keys you have assigned in the Settings section at the time where the notes exactly hit the colored stripes.
And as I said before, these are real time events, if you experience lag or freezes in the game, the coroutine will suffer some problems, as well as the timing of the notes (the coroutine will be affected minimally and the difference will not be noticeable, but the timing of the notes will be very noticeable).
You can restart the level by pressing the “ESC” key and then the “Restart” button, this will fix the coroutine and note timing.