-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
osu!mania "Invert" mod creates unwanted jacks #25212
Comments
osu/osu.Game.Rulesets.Mania/Mods/ManiaModInvert.cs Lines 42 to 48 in d059949
Seems like the LN tail is also being processed here. Since we disabled tail conversion for Hold Off in #24552, we might as well do the same for Invert (and also extends the tail to the next note) |
If I understand correctly, the result would be the same as: Hold Off, then current version of Inverse. |
Or we can go with a middle ground: Keep existing LN unchanged, and turn regular notes to LN that extends until the next note. I don't think the community will accept an Invert mod that removes LN. |
Good idea, It's implementation definitely should depend on what people think they want to use. |
actually I don't get it. What goes after the end of original LN?
|
Type
Game behaviour
Bug description
Was messing around with mods and stumbled across this.
Map link: https://osu.ppy.sh/beatmapsets/330438#mania/1174765 (4K Extreme diff)
Screenshots or videos
With Invert:
![image](https://private-user-images.githubusercontent.com/15729831/277179877-00d13453-c23f-454e-a164-4de09608f960.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjE1NzQsIm5iZiI6MTczOTQ2MTI3NCwicGF0aCI6Ii8xNTcyOTgzMS8yNzcxNzk4NzctMDBkMTM0NTMtYzIzZi00NTRlLWExNjQtNGRlMDk2MDhmOTYwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE1NDExNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJjZjM0YzczYmJiMDVjYjcwYTZlZTg0NDMxYzlkMzAzNDM1ZmRkN2Q1NDRmNTVlNDdkY2YyZDUwODNhMDJkODcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3FIAD9PfdR3qOyH2FEQ_e_ui0LEaAwLhtVeFGRPFRFM)
Without Invert:
![image](https://private-user-images.githubusercontent.com/15729831/277180020-9d6f4e4b-f0a7-4f25-8683-2d423ff87b0b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjE1NzQsIm5iZiI6MTczOTQ2MTI3NCwicGF0aCI6Ii8xNTcyOTgzMS8yNzcxODAwMjAtOWQ2ZjRlNGItZjBhNy00ZjI1LTg2ODMtMmQ0MjNmZjg3YjBiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE1NDExNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMzOWU1NjgxOTgwNjc0NGZmNTZiMTBjZDEwMGRjMGNlZTZhYmU1M2U4N2FhMTkxMzIwMjJmMDJiOTFmMWUwZTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Otc1uUGEjCu8MzPWo582_S_epVbGMavMLnTU_uFqm7Q)
Version
2023.1008.1
Logs
Probably not needed
The text was updated successfully, but these errors were encountered: