hey hows it goin
good to hear
anyway the current rc requires all usernames w/ whitespaces to use underscores instead, but thats rly dumb cuz nobody actually searches "whitespace_name", they search "whitespace name" bc thats the more intuitive one. the need for substitution only arises when single characters are separated by whitespace like this: "w h i t e s p a c e" or "[ edgypunctuation ]"
so it'd be better to make it only apply to those cases instead of all_cases. it'd also be better to make that apply to set owners as well.
tl;dr change this:
good to hear
anyway the current rc requires all usernames w/ whitespaces to use underscores instead, but thats rly dumb cuz nobody actually searches "whitespace_name", they search "whitespace name" bc thats the more intuitive one. the need for substitution only arises when single characters are separated by whitespace like this: "w h i t e s p a c e" or "[ edgypunctuation ]"
so it'd be better to make it only apply to those cases instead of all_cases. it'd also be better to make that apply to set owners as well.
tl;dr change this:
into this:rc wrote:
Guest mappers, storyboarders, skinners and hitsounders must be added to the tags of a beatmap set. This is to give credit where credit is due and help others identify the main contributors of any given beatmap set. Usernames containing whitespaces should be written with underscores instead.
uh does that make it clear it applies to set owners as wellbetter rc wrote:
Guest mappers, storyboarders, skinners and hitsounders must be added to the tags of a beatmapset. This is to give credit where credit is due and help others identify the main contributors of any given beatmap set. Contributing usernames containing single characters separated by whitespaces should be written with underscores instead.