forum

dj TAKA - quaver (NovaSagittarii remix) [Osu|OsuMania]

posted
Total Posts
1
Topic Starter
NovaSagittarii
This beatmap was submitted using in-game submission on Friday, July 12, 2019 at 4:33:47 PM

Artist: dj TAKA
Title: quaver (NovaSagittarii remix)
BPM: 182
Filesize: 640kb
Play Time: 00:31
Difficulties Available:
  1. alt sliders (4.7 stars, 121 notes)
  2. breakingallen (2.83 stars, 61 notes)
  3. breakingflowaim (control) (3.8 stars, 49 notes)
  4. breakingflowaim (4.21 stars, 49 notes)
  5. breakinghp (1.55 stars, 4 notes)
  6. breakingosu (34.89 stars, 385 notes)
  7. breakingpp (25.58 stars, 55 notes)
  8. hp graph meme - 4Key (4.23 stars, 121 notes)
  9. minijacks - 4Key (3.29 stars, 328 notes)
  10. mirror TAG2 half removed (7.73 stars, 168 notes)
  11. mirror TAG2 src (5.98 stars, 200 notes)
  12. mirror TAG2 (15.88 stars, 340 notes)
  13. semiquaver (6.94 stars, 233 notes)
  14. streams TAG2 (split) (6.17 stars, 265 notes)
Download: dj TAKA - quaver (NovaSagittarii remix)
Information: Scores/Beatmap Listing
---------------
meme mapset

actual sort of serious difficulties:
  1. mirror TAG2
  2. alt sliders
  3. semiquaver
  4. [4K] minijacks
mirrorring code
*runs in JS console
let x = `section mapdata`.split('\n'), y = [];
for(let i = 0; i < x.length; i ++){
	let v = x[i].split(',');
	let num = parseInt(v[2]);
	let numx = 512-parseInt(v[0]);
	v[3] = 5;
	y.push(v.join(','));
	v[2] = num+1;
	v[0] = numx;
	y.push(v.join(','));
}
console.log(y);
Please sign in to reply.

New reply