Replies: 1 comment
-
Perhaps in the random mod, instead of choosing a random seed / setting some random numbers and hoping you get what you want, you could just type the order you want (for example, 4321 (4k mirror), 1743256 (specific 7k random)) and vice versa |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
Reorder, or I would say RO (temporary name), is a mod that allows you to reorder the notes position based on lanes where the notes at. To put it simple, it's Random (RD) except you can choose the output.
This mod idea is inspired from Stepmania editor, where you can "Arbitary Shuffle" the selected notes to whichever lane position you want.
I'm not sure how do I work with public Github, and I can't compile it on my laptop due to poor performance of it. It would be great if someone can translate my idea to code.
UI idea:
The idea is simple; movable blocks. The sketch is a bit crude, but you get my idea. User can click and drag the blocks to whichever order they want, so they can achieve the beatmap to be ordered as they want.
Use case:
Players can rearrange the lane orders to whichever they like. They can use it to shuffle the lanes so the harder patterns can be executed easier by simply moving the entire lane(s) to the other side. This also able to effectively emulate the mirror horizontal/vertical mods and rotation mods should they play index maps (e.g only mirroring up and down, left and right, physically turning the orientation of map by 90 degrees).
Technical:
Beta Was this translation helpful? Give feedback.
All reactions