forum

Lite Show Magic (t+pazolite vs C-Show) - Crack Traxxxx [Osu|

posted
Total Posts
557
show more
Kirin
ey b0ss M4M

[Dariano's Normal]
00:12:473 (3,4) CTRL+G on (4) because it's ugly to see like this :(
00:14:382 (2,3) Why this is stacked D: better unstack it because we're not in 2007 and stacks are boring when playing
00:22:018 (6) Maybe stack with 00:22:291 (1) instead of 00:21:745 (5)
00:24:200 (5) Same as 00:22:018 (6)
00:29:655 (2,3) Unstack pls. You can put (2) under 00:28:836 (1) (<--- this is just a suggestion)
01:07:836 (5) Stack with 01:08:109 (1) maybe?
01:13:291 (4) Stack with 01:13:564 (5)
01:31:564 (6,7) Unstack pls ;_;

Why all of this "stack with blablabla"? Because as i said first: "we're not in 2007 and stacks are boring when playing" but you can do as you prefer

[Oracle's Hard]
Not too much to say only about
00:23:382 (1,2,3,4) - Why 4 notes stacked D:

[Gero's Insane]
01:38:655 (1,2,3,1,2,3,1,2,3) This is too confusing D:
For the rest i can say that this diff is very funny and creative. Well done

[Pantsu's Insane]
01:38:655 (1,2,3,1,2,3,1,2,3) Ok this is very painful for my eyes. Better change it with something else

[Yukoversible's xxxxTRA]
00:55:200 - What about a break point?

[Fanzhen's Hi-Speed Extra]
00:44:109 (1) - dat speed
01:34:291 (1,2,1,2,1,2,1) Maybe a little of space between them?
01:38:655 (1,2,1,2,1,2) Same^

3much speed 5me

For the Easy and Extra diff i have nothing to say

Good luck for ranking!
Natsu
ah these are PAN parts, also the unsnapped slider, I guess is better if he fix them, I'll send a pm to him
Avena
Fatfan you're a silly, I meant that you should create a symmetrical slider and convert it into a stream using the tool for better visuals, I didn't mean that you need to keep the slider there ._.
Topic Starter
Fatfan Kolek

Priti wrote:

Fatfan you're a silly, I meant that you should create a symmetrical slider and convert it into a stream using the tool for better visuals, I didn't mean that you need to keep the slider there ._.
Ahhh? You mean like just making a better curve there? Sorry, honey ;w;
DJNightmare
Starting from now, I'm gonna share my SGL Code for you all to experiment also :3
This one was particularly simple, I could have done it through loops but I wanted it to be fixed.
SB itself was just a referrence to the game itself :3

SGL Code
var oneBeat = 473 - 200;
var halfBeat = oneBeat/2;
var quarterBeat = halfBeat/2;
var thirdBeat = oneBeat/3;

//STRIKEs
function dots(startTime, xStart, xAffect, yAffect, r, g, b, s) {
var dot = new Sprite("SB/particle.png");
var oneBeat = 473 - 200;
var halfBeat = oneBeat/2;
var quarterBeat = halfBeat/2;
var thirdBeat = oneBeat/3;
var centerX = 320;
var centerY = 240;
dot.additive(startTime, startTime + (oneBeat*4));
dot.fade(0);
dot.fade(0, startTime, startTime + (oneBeat*4), (rand(10, 100)/100.00), 0);
dot.color(r, g, b);
dot.moveX(0, startTime, startTime + (oneBeat*4), xStart, xStart + xAffect);
dot.moveY(1, startTime, startTime + (oneBeat*4), 480, centerY + yAffect);
dot.scale((rand(10, s)/100.00));
}

function particles(startTime, xSpread, xAffect, yAffect, r, g, b, s) {
dots(startTime, 0, xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+1, xSpread, xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+2, (xSpread*2), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+3, (xSpread*3), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+4, (xSpread*4), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+5, (xSpread*5), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+6, (xSpread*6), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+7, (xSpread*7), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+8, (xSpread*8), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+9, (xSpread*9), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+10, (xSpread*10), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+11, (xSpread*11), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+12, (xSpread*12), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+13, (xSpread*13), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+14, (xSpread*14), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+15, (xSpread*15), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+16, (xSpread*16), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+17, (xSpread*17), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+18, (xSpread*18), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+19, (xSpread*19), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+20, (xSpread*20), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+21, (xSpread*21), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+22, (xSpread*22), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+23, (xSpread*23), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+24, (xSpread*24), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+25, (xSpread*25), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+26, (xSpread*26), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+27, (xSpread*27), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+28, (xSpread*28), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+29, (xSpread*29), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+30, (xSpread*30), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+31, (xSpread*31), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+32, (xSpread*32), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+33, (xSpread*33), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+34, (xSpread*34), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+35, (xSpread*35), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+36, (xSpread*36), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+37, (xSpread*37), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+38, (xSpread*38), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+39, (xSpread*39), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+40, (xSpread*40), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+41, (xSpread*41), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+42, (xSpread*42), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+43, (xSpread*43), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+44, (xSpread*44), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+45, (xSpread*45), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+46, (xSpread*46), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+47, (xSpread*47), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+48, (xSpread*48), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+49, (xSpread*49), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+50, (xSpread*50), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+51, (xSpread*51), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+52, (xSpread*52), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+53, (xSpread*53), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+54, (xSpread*54), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+55, (xSpread*55), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+56, (xSpread*56), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+57, (xSpread*57), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+58, (xSpread*58), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+59, (xSpread*59), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+60, (xSpread*60), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+61, (xSpread*61), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+62, (xSpread*62), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
dots(startTime+63, (xSpread*63), xAffect, rand(-1*yAffect, yAffect), r, g, b, s);
}

function strike(startTime, xSpread, xAffect, yAffect, r, g, b, s) {
var oneBeat = 473 - 200;
particles(startTime, xSpread, xAffect, yAffect, r, g, b, s);
particles(startTime, xSpread, xAffect, yAffect, r, g, b, s);
var grad = new Sprite("SB/clap.png", Background, BottomCentre);
grad.additive(startTime, startTime + oneBeat);
grad.scaleVec(640,1);
grad.move(0, 480);
grad.fade(0);
grad.fade(0, startTime, startTime + oneBeat, 1, 0);
grad.color(r, g, b);
}

function bothStrike(startTime, range) {
strike(startTime, 10, rand(0, (range)), 320, 120, 240, 255, 120);
strike(startTime, 10, rand(-1*(range), 0), 320, 255, 120, 240, 120);
}

strike(7018, 10, rand(0, 60), 320, 120, 240, 255, 120);
strike(7427, 10, rand(-60, 0), 320, 255, 120, 240, 120);

strike(12473, 10, rand(0, 40), 320, 120, 240, 255, 120);
strike(12745, 10, rand(0, 80), 320, 120, 240, 255, 120);
strike(13018, 10, rand(0, 120), 320, 120, 240, 255, 120);
strike(13291, 10, rand(0, 160), 320, 120, 240, 255, 120);

strike(14655, 10, rand(-40, 0), 320, 255, 120, 240, 120);
strike(14927, 10, rand(-80, 0), 320, 255, 120, 240, 120);
strike(15200, 10, rand(-120, 0), 320, 255, 120, 240, 120);
strike(15473, 10, rand(-160, 0), 320, 255, 120, 240, 120);

//strike(19836, 10, rand(0, 40), 320, 120, 240, 255, 120);
//strike(19836, 10, rand(-40, 0), 320, 255, 120, 240, 120);

bothStrike(19836, 200);

bothStrike(24200, 60);

strike(27745, 10, rand(0, 60), 320, 120, 240, 255, 120);
strike(28018, 10, rand(-60, 0), 320, 255, 120, 240, 120);

bothStrike(28564, 60);

strike(36473, 10, rand(0, 60), 320, 120, 240, 255, 120);
strike(36745, 10, rand(-60, 0), 320, 255, 120, 240, 120);
strike(37018, 10, rand(0, 60), 320, 120, 240, 255, 120);
strike(37291, 10, rand(-60, 0), 320, 255, 120, 240, 120);

strike(37836, 10, rand(0, 60), 320, 120, 240, 255, 120);
strike(38109, 10, rand(-60, 0), 320, 120, 240, 255, 120);

strike(41655, 10, rand(0, 60), 320, 120, 240, 255, 120);

strike(42200, 10, rand(-60, 0), 320, 255, 120, 240, 120);
strike(42473, 10, rand(0, 60), 320, 255, 120, 240, 120);

strike(44109, 10, rand(-60, 0), 320, 255, 120, 240, 120);

strike(45200, 10, rand(0, 60), 320, 120, 240, 255, 120);
strike(45473, 10, rand(-60, 0), 320, 255, 120, 240, 120);

bothStrike(45745, 60);

strike(46564, 10, rand(-60, 0), 320, 255, 120, 240, 120);
strike(46836, 10, rand(0, 60), 320, 255, 120, 240, 120);

strike(50382, 10, rand(-60, 0), 320, 255, 120, 240, 120);

strike(50927, 10, rand(0, 60), 320, 120, 240, 255, 120);
strike(51200, 10, rand(-60, 0), 320, 120, 240, 255, 120);

strike(52018, 10, rand(0, 60), 320, 120, 240, 255, 120);

bothStrike(55018, 120);

strike(63473, 10, rand(-60, 0), 320, 255, 120, 240, 120);

strike(67564, 10, rand(0, 60), 320, 120, 240, 255, 120);
strike(67836, 10, rand(-60, 0), 320, 120, 240, 255, 120);

strike(71382, 10, rand(-60, 0), 320, 255, 120, 240, 120);
strike(71655, 10, rand(0, 60), 320, 255, 120, 240, 120);
strike(71927, 10, rand(-60, 0), 320, 255, 120, 240, 120);

strike(80927, 10, rand(-60, 0), 320, 255, 120, 240, 120);
strike(81200, 10, rand(0, 60), 320, 120, 240, 255, 120);

bothStrike(86655, 120);

strike(88018, 10, rand(-60, 0), 320, 255, 120, 240, 120);
strike(88564, 10, rand(0, 60), 320, 120, 240, 255, 120);

bothStrike(88836, 120);

bothStrike(89655, 120);

strike(91564, 10, rand(0, 60), 320, 120, 240, 255, 120);
strike(91836, 10, rand(-60, 0), 320, 120, 240, 255, 120);

strike(94018, 10, rand(0, 60), 320, 120, 240, 255, 120);

strike(95927, 10, rand(-60, 0), 320, 255, 120, 240, 120);
strike(96200, 10, rand(0, 60), 320, 255, 120, 240, 120);

strike(97564, 10, rand(-60, 0), 320, 255, 120, 240, 120);
strike(97836, 10, rand(0, 60), 320, 255, 120, 240, 120);
strike(98109, 10, rand(-60, 0), 320, 255, 120, 240, 120);
strike(98382, 10, rand(0, 60), 320, 255, 120, 240, 120);

strike(100291, 10, rand(0, 60), 320, 120, 240, 255, 120);
strike(100564, 10, rand(-60, 0), 320, 120, 240, 255, 120);

strike(105473, 10, rand(-60, 0), 320, 255, 120, 240, 120);
strike(105745, 10, rand(0, 60), 320, 255, 120, 240, 120);

strike(106291, 10, rand(-60, 0), 320, 255, 120, 240, 120);
strike(106564, 10, rand(0, 60), 320, 255, 120, 240, 120);

bothStrike(106836, 120);

strike(108473, 10, rand(0, 40), 320, 120, 240, 255, 120);
strike(108745, 10, rand(0, 80), 320, 120, 240, 255, 120);
strike(109018, 10, rand(0, 120), 320, 120, 240, 255, 120);
strike(109291, 10, rand(0, 160), 320, 120, 240, 255, 120);

strike(110655, 10, rand(-40, 0), 320, 255, 120, 240, 120);
strike(110927, 10, rand(-80, 0), 320, 255, 120, 240, 120);
strike(111200, 10, rand(-120, 0), 320, 255, 120, 240, 120);
strike(111473, 10, rand(-160, 0), 320, 255, 120, 240, 120);

bothStrike(115836, 200);
Topic Starter
Fatfan Kolek
FYI GD mappers. I disabled widescreensupport and enabled epilepsy warning on each difficulty! I also added the storyboard which isn't finished yet! So please redownload! :3
Dariano
Thanks Priti and Kirin, your mods were very helpful :), I used almost everthing.
Sorry for the lacency :x

Dariano's Normal
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Soft
StackLeniency: 0.7
Mode: 0
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
DistanceSpacing: 0.8
BeatDivisor: 2
GridSize: 4
TimelineZoom: 1

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Dariano's Normal
Source:SOUND VOLTEX II -infinite infection-
Tags:sdvx t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P A N Gero Onosakihito DJNightmare
BeatmapID:348551
BeatmapSetID:139525

[Difficulty]
HPDrainRate:4
CircleSize:3
OverallDifficulty:4
ApproachRate:5
SliderMultiplier:0.9
SliderTickRate:2

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
2,55218,58182
2,81400,84364
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,60,1,0
11109,-83.3333333333333,4,2,0,60,0,0
63745,-83.3333333333333,4,2,0,60,0,1
79973,-83.3333333333333,4,2,0,60,0,0
97223,-83.3333333333333,4,2,0,40,0,0
97291,-83.3333333333333,4,2,0,30,0,0
97359,-83.3333333333333,4,2,0,20,0,0
97427,-83.3333333333333,4,2,0,10,0,0
97495,-83.3333333333333,4,2,0,60,0,0


[Colours]
Combo1 : 128,0,255
Combo2 : 255,0,0
Combo3 : 0,255,255
Combo4 : 255,128,64

[HitObjects]
256,256,7018,6,0,L|256:120,1,135,4|4,0:0|0:0,0:0:0:0:
256,192,8109,12,2,10836,0:0:0:0:
72,96,11382,6,0,P|100:192|224:192,1,215.999993408203,2|0,0:0|0:0,0:0:0:0:
268,148,12200,1,0,0:0:0:0:
331,92,12473,2,0,P|364:50|415:34,1,107.999996704102,4|4,0:0|0:0,0:0:0:0:
498,60,13018,2,0,P|470:105|419:119,1,107.999996704102,4|4,0:0|0:0,0:0:0:0:
415,34,13564,6,0,L|187:34,1,215.999993408203
128,84,14382,1,0,0:0:0:0:
196,136,14655,1,4,0:0:0:0:
128,188,14928,1,4,0:0:0:0:
196,244,15201,1,4,0:0:0:0:
148,316,15473,1,4,0:0:0:0:
148,316,15745,6,0,P|92:364|8:260,1,215.999993408203
24,200,16564,1,0,0:0:0:0:
52,120,16836,2,0,B|92:44|196:72|196:72|232:128,1,215.999993408203
340,244,17927,6,0,P|408:359|476:243,1,323.999990112305
452,160,19018,1,0,0:0:0:0:
400,92,19291,1,0,0:0:0:0:
316,64,19564,1,0,0:0:0:0:
232,84,19836,1,0,0:0:0:0:
232,84,20109,6,0,P|207:131|161:157,1,107.999996704102
73,157,20655,1,0,0:0:0:0:
113,233,20927,1,0,0:0:0:0:
57,301,21200,2,0,P|113:321|169:301,1,107.999996704102
229,261,21745,1,0,0:0:0:0:
296,316,22018,1,0,0:0:0:0:
297,317,22291,6,0,B|357:317|357:317|409:269,1,107.999996704102
437,209,22836,2,0,B|437:149|437:149|389:97,1,107.999996704102
333,65,23382,2,0,B|273:65|273:65|221:113,1,107.999996704102
165,141,23927,1,0,0:0:0:0:
165,141,24200,1,4,0:0:0:0:
149,225,24473,6,0,L|237:301,1,107.999996704102
305,253,25018,2,0,L|421:261,1,107.999996704102
409,173,25564,2,0,L|517:133,1,107.999996704102
465,61,26109,1,0,0:0:0:0:
381,69,26382,1,0,0:0:0:0:
256,192,26655,12,0,28291,0:0:0:0:
484,84,28836,6,0,P|420:168|320:112,1,215.999993408203
280,64,29655,1,0,0:0:0:0:
200,28,29927,1,0,0:0:0:0:
164,108,30200,1,0,0:0:0:0:
80,84,30473,1,0,0:0:0:0:
80,84,30745,2,0,L|40:32,2,53.9999983520508
64,168,31291,5,0,0:0:0:0:
68,256,31564,1,0,0:0:0:0:
144,216,31836,1,0,0:0:0:0:
172,296,32109,2,0,P|220:316|268:296,1,107.999996704102
304,216,32655,1,0,0:0:0:0:
392,216,32927,2,0,L|464:216,2,53.9999983520508
348,140,33473,5,0,0:0:0:0:
360,56,33745,1,0,0:0:0:0:
360,56,34018,2,0,L|416:-4,2,53.9999983520508
276,72,34564,1,0,0:0:0:0:
188,72,34836,1,0,0:0:0:0:
136,144,35109,2,0,B|108:184|108:184|136:208|136:208|136:240,1,107.999996704102
256,192,35655,12,4,37018,0:0:0:0:
88,284,37564,6,0,L|88:356,2,53.9999983520508
148,220,38109,2,0,B|248:184|264:336|392:232,1,215.999993408203,4|0,0:0|0:0,0:0:0:0:
412,200,38927,1,0,0:0:0:0:
480,144,39200,2,0,B|444:96|380:112|380:112|316:128|280:52,1,215.999993408203
224,20,40018,5,0,0:0:0:0:
180,96,40291,1,0,0:0:0:0:
92,104,40564,2,0,L|28:48,2,53.9999983520508
64,188,41109,1,0,0:0:0:0:
144,224,41382,2,0,P|236:204|276:232,1,107.999996704102
208,284,41927,6,0,L|208:352,2,53.9999983520508,0|0|4,0:0|0:0|0:0,0:0:0:0:
296,284,42473,2,0,P|388:331|480:283,1,215.999993408203,4|0,0:0|0:0,0:0:0:0:
484,196,43291,1,0,0:0:0:0:
416,140,43564,2,0,L|308:140,1,107.999996704102
256,192,44109,12,0,45745,0:0:0:0:
148,88,46291,6,0,L|148:32,2,53.9999983520508,0|0|4,0:0|0:0|0:0,0:0:0:0:
148,176,46836,2,0,B|148:260|148:260|120:260|64:280|64:352,1,215.999993408203,4|0,0:0|0:0,0:0:0:0:
152,348,47655,2,0,L|296:348,1,107.999996704102
348,348,48200,1,0,0:0:0:0:
396,276,48473,6,0,B|452:276|452:276|468:308|508:316,2,107.999996704102
324,228,49291,1,0,0:0:0:0:
264,164,49564,1,0,0:0:0:0:
324,100,49836,1,0,0:0:0:0:
384,164,50109,2,0,B|412:154|428:138|428:138|444:154|476:166,1,107.999996704102
500,84,50655,6,0,L|500:20,2,53.9999983520508,0|0|4,0:0|0:0|0:0,0:0:0:0:
420,48,51200,1,4,0:0:0:0:
340,84,51473,1,0,0:0:0:0:
252,84,51745,2,0,L|252:138,2,53.9999983520508,0|0|4,0:0|0:0|0:0,0:0:0:0:
168,56,52291,1,4,0:0:0:0:
100,112,52564,1,0,0:0:0:0:
132,192,52836,6,0,P|104:276|160:336,1,161.999995056153
188,256,53518,2,0,L|360:256,1,161.999995056153
424,208,54200,1,0,0:0:0:0:
368,144,54473,1,0,0:0:0:0:
436,92,54745,1,0,0:0:0:0:
376,28,55018,1,4,0:0:0:0:
428,320,59382,5,0,0:0:0:0:
356,368,59655,1,0,0:0:0:0:
284,319,59927,2,0,P|233:303|205:258,1,107.999996704102
124,228,60473,1,0,0:0:0:0:
48,188,60745,1,0,0:0:0:0:
124,144,61018,2,0,P|176:136|212:80,1,107.999996704102
256,24,61564,6,0,L|256:196,1,161.999995056153
256,316,62382,1,0,0:0:0:0:
172,296,62655,2,0,P|256:184|332:316,1,323.999990112305
256,316,63745,6,0,P|212:376|140:376,1,107.999996704102
172,296,64291,2,0,P|112:304|76:272,1,107.999996704102
100,192,64836,1,0,0:0:0:0:
56,116,65109,1,0,0:0:0:0:
100,44,65382,1,0,0:0:0:0:
188,48,65655,1,0,0:0:0:0:
140,120,65927,6,0,B|232:196|272:52|368:172,1,215.999993408203
400,84,66745,2,0,P|420:172|400:200,1,107.999996704102
356,248,67291,1,0,0:0:0:0:
292,188,67564,1,4,0:0:0:0:
292,188,67836,1,4,0:0:0:0:
228,244,68109,6,0,L|228:356,1,107.999996704102
140,352,68655,2,0,L|140:236,1,107.999996704102
56,224,69200,1,0,0:0:0:0:
100,148,69473,1,0,0:0:0:0:
188,148,69745,1,0,0:0:0:0:
232,224,70018,1,0,0:0:0:0:
284,292,70291,6,0,P|316:316|364:320,2,53.9999983520508
352,240,70836,2,0,P|384:244|408:236,2,53.9999983520508
380,160,71382,2,4,P|444:128|468:92,1,107.999996704102
380,76,71927,2,4,P|324:100|296:144,1,107.999996704102
252,212,72473,5,0,0:0:0:0:
212,136,72745,1,0,0:0:0:0:
128,156,73018,1,0,0:0:0:0:
44,128,73291,1,0,0:0:0:0:
44,128,73564,2,0,L|44:248,1,107.999996704102
48,324,74109,1,0,0:0:0:0:
120,272,74382,1,0,0:0:0:0:
136,356,74655,6,0,L|248:356,1,107.999996704102
312,304,75200,1,0,0:0:0:0:
376,360,75473,2,0,B|416:368|456:352|456:292|456:292|456:200,1,215.999993408203
392,140,76291,1,0,0:0:0:0:
456,80,76564,5,0,0:0:0:0:
456,80,76836,2,0,P|424:44|348:52,1,107.999996704102,0|0,0:0|0:0,0:0:0:0:
352,80,77245,2,0,P|277:108|203:79,1,161.999995056153
188,40,77791,2,0,P|108:40|60:92,1,107.999996704102
32,120,78336,2,0,L|32:208,1,53.9999983520508
256,192,79155,12,4,81200,0:0:0:0:
444,68,85564,5,2,0:0:0:0:
480,148,85837,1,2,0:0:0:0:
432,220,86110,2,0,P|372:208|348:156,1,107.999996704102,2|2,0:0|0:0,0:0:0:0:
292,108,86655,2,0,B|252:84|184:108|184:108|104:156|184:244|264:156|184:108|184:108|120:84|75:106,1,431.999986816407,4|4,0:0|0:0,0:0:0:0:
0,260,88291,5,4,0:0:0:0:
172,260,88836,2,0,B|208:296|244:260|244:260|244:260|276:296|312:260|312:260|348:296|380:260|380:260|416:296|444:268|464:248,1,323.999990112305,0|4,0:0|0:0,0:0:0:0:
500,184,89927,5,4,0:0:0:0:
476,100,90200,1,0,0:0:0:0:
392,76,90473,1,0,0:0:0:0:
312,108,90745,2,0,P|268:156|196:132,1,107.999996704102
144,132,91291,1,0,0:0:0:0:
84,68,91564,1,4,0:0:0:0:
84,68,91836,1,4,0:0:0:0:
256,192,92109,12,2,93745,0:0:0:0:
208,336,94291,6,0,P|144:344|116:300,1,107.999996704102
68,244,94836,1,0,0:0:0:0:
128,184,95109,1,0,0:0:0:0:
176,112,95382,1,0,0:0:0:0:
224,184,95655,1,0,0:0:0:0:
284,244,95927,2,0,P|344:268|392:244,1,107.999996704102,4|4,0:0|0:0,0:0:0:0:
340,176,96473,6,0,P|396:144|428:160,2,53.9999983520508
268,128,97018,1,0,0:0:0:0:
224,56,97291,2,0,P|188:84|180:120,2,53.9999983520508
312,52,97836,1,0,0:0:0:0:
368,116,98109,1,0,0:0:0:0:
456,120,98382,6,0,P|469:171|511:202,1,107.999996704102,4|0,0:0|0:0,0:0:0:0:
448,260,98927,2,0,P|400:272|360:320,1,107.999996704102
308,380,99473,1,0,0:0:0:0:
252,316,99745,1,0,0:0:0:0:
192,380,100018,1,0,0:0:0:0:
112,344,100291,2,0,B|116:288|116:288|180:240,1,107.999996704102,4|4,0:0|0:0,0:0:0:0:
256,192,100836,12,2,102473,0:0:0:0:
440,52,103018,6,0,B|404:100|404:100|344:108,1,107.999996704102,4|0,0:0|0:0,0:0:0:0:
276,68,103564,1,0,0:0:0:0:
208,124,103836,1,0,0:0:0:0:
132,84,104109,1,0,0:0:0:0:
72,148,104382,2,0,L|4:148,2,53.9999983520508
132,212,104927,2,0,L|159:212,4,26.9999991760254
64,264,105473,6,0,P|124:300|168:292,1,107.999996704102
324,240,106291,1,4,0:0:0:0:
256,188,106564,1,4,0:0:0:0:
188,240,106836,1,4,0:0:0:0:
176,68,107382,6,0,B|256:56|256:56|336:68,2,161.999995056153
140,144,108473,1,4,0:0:0:0:
212,192,108745,1,4,0:0:0:0:
300,192,109018,1,4,0:0:0:0:
372,240,109291,1,4,0:0:0:0:
336,316,109564,6,0,B|256:328|256:328|176:316,2,161.999995056153
372,240,110655,1,4,0:0:0:0:
300,192,110927,1,4,0:0:0:0:
228,240,111200,1,4,0:0:0:0:
156,192,111473,2,0,B|128:188|108:168|108:168|88:188|60:192,1,107.999996704102
12,264,112018,6,0,B|38:267|58:287|58:287|78:267|106:263,1,107.999996704102
156,192,112564,1,0,0:0:0:0:
200,268,112836,1,0,0:0:0:0:
288,268,113109,1,0,0:0:0:0:
364,312,113382,2,0,P|388:352|424:368,2,53.9999983520508
408,236,113927,6,0,B|441:167|353:201|376:86|376:86|308:126|248:69|248:69|188:137|188:137,1,377.999988464356
176,160,115018,1,0,0:0:0:0:
132,236,115291,1,0,0:0:0:0:
188,304,115564,1,0,0:0:0:0:
272,288,115836,1,4,0:0:0:0:
Hinsvar
Hello; modding here!

*Bolded = Unrankable or very, very strongly suggested; red = Highly suggested or questionable (still weaker than the bolded ones); black = Minor suggestions/rants; blue = Notes/advices to avoid/fix repeated problems. Also note that hitsound suggestions on a diff may apply on similar parts of the song and the other diffs of the mapset.

>Easy
  1. 00:45:200 (1,2) - Uhm, spacing inconsistency?
  2. 01:29:927 (1,2,3) - The flow could be better if you move (2) to the point where it's lower than (1) and (3)'s tail, preferably (256,220). The current position doesn't really follow the curving of (1) and (3) well.
  3. 01:46:291 (3) - Move to (300,96) for a better flow?
>Dariano's Normal
  1. 00:18:882 - The vocal here isn't that strong, so it feels awkward to end 00:17:927 (1) here. Remove 00:19:018 (2) and lengthen this slider to 00:19:018?
  2. 00:50:655 (1,2,3) - While the DS value between them is very close, design-wise they look kinda uneven. Might want to make the spacing equal horizontally if you want.
  3. 01:05:927 (1,4) - (1) overlaps (4) and can be briefly seen while playing. This makes them look kinda messed up, IMO. Consider moving them out from each other.
  4. 01:44:927 (6) - I don't recommend introducing such a fast repeating slider in a Normal diff. It can throw players into a confusion for a short while, for instance.
  5. 01:54:882 - (Kinda) similar thing as 00:18:882.
>Oracle's Hard
  1. 00:14:655 (1,2,3,4) - I feel that they look kinda unorganized and a little messy. Try to make a more visible pattern (like a square, kite or something) so they'll look neater?
  2. 00:15:745 (1,2,3) - Why don't you make the spacing at (2,3) to be bigger than (1,2) instead of doing otherwise, or at least make the spacing consistent? That'd fit the music better.
  3. 00:49:700 (1) - Why are you following the weaker instrument sound while 00:49:564 and 00:49:836 are clearly stronger? I think it'd make more sense to use a slider at 00:49:564 - 00:49:836, but your choice I guess!
  4. 01:11:655 (2,3) - Make the spacing consistent? This is a Hard diff, and spacing changes on objects that are spaced by 1/4 beats, especially at this speed and difficulty level, can be tricky and unexpected, especially since this seems to be the only one case in the entire diff.
>Gero's Insane
  1. Honestly, this is quite a big gap of difficulty compared to Oracle's diff... I'd say that this already borders to Extra (even the system outright declares this an Extra diff) due to the speed/intensity and patterns. I don't know how to fix this easily, but try to make the patterns less harder at least? The most extreme thing to be noted is 01:44:927 (7,1), IMO.
  2. 00:18:882 (8) - Move to (256,320) so this will be symmetrical to 00:18:745 (7)? Also creates a better flow.
  3. 00:58:291 (1,2,3,4) - Change the claps to whistles? Claps don't really fit with the instrument that is being played here, and the instrument sounds the same as 00:57:609 (2) anyway.
  4. 01:03:109 (3,1,2,3) - Are you... sure about this placement? The rhythm is changing to 1/3 and the stream is disjointed, making this pattern very hard to read and hit, especially for an Insane diff.
  5. 01:24:473 (1,2,3,4) - Same as 00:58:291 (1,2,3,4).
>Pantsu's Insane
  1. About the difficulty... Yeah, I definitely won't consider this an Insane diff. Again, same reason as the stuff I said in Gero's diff.
  2. 00:13:564 (1,3) - The overlap here doesn't really look aesthetic and nice to look at. Try to move them out from each other?
  3. 00:58:291 (1,2,3,4) - Change the hitsounds to a soft whistle? Same reason as in Gero's diff.
  4. 01:01:564 (1) - Use the Normal sampleset and Soft addition, then change the finish to a whistle? Overall, fits more than a heavy cymbal sound using the finish.
  5. 01:03:745 (1,4) - Same as 00:13:564 (1,3).
  6. 01:32:382 (1,2,3) - Why is the stream spacing inconsistent? Looks weird IMO.
  7. 01:43:018 (1,2,3,4,5) - Is there an error in the usage of slider velocity multiplier or something? I'm sure enough the tail of the sliders should be snapped to the red ticks of each beat according to the song.
>Yukoversible's xxxxTRA
  1. 00:02:655 - Uh, I think the inherited timing point here is unused, so remove it?
  2. 00:14:655 - It'd be nicer if the speed-up started here since the music also got... different starting from here, not from 00:14:927, but whatever you want, I suppose.
  3. 00:28:564 (1,2,1) - The transition from objects with big 1/4 spacing to 1/2 jumps here is... unnatural, I think. I don't really know how to express this.
  4. 00:44:245 (1,2,3,1,2,3,4) - Umm, I don't understand what are you trying to follow with this kind of rhythm and pattern. Feels very questionable.
  5. 00:47:109 (2,1) - Imperfect stack. Is this intentional?
  6. 00:55:155 - Are you sure with this kind of break? I'd recommend to insert a break time. Not only for consistency with other diffs, but it's also because the music is pretty silent here compared to the other sections, and the time is quite long too. With HR this part will drain at least half of your HP bar, FYI.
  7. 00:59:382 - Umm, the volume here is 5%, affected by the inherited timing point at 00:55:155. I believe the objects here should be audible, so uh, add a inherited timing point with a higher volume please.
  8. 01:01:291 - What's with the sudden appearance of the clap? It's the only one here in this section and appears unexpectedly. Change to a soft whistle instead?
  9. 01:16:564 (3,4) - Since the music here is different, you can try to make another pattern (a circle stream, for example) so the objects will follow the music more accurately. It feels weird to repeat a pattern with a different music base, anyway, but it's your choice in the end.
  10. 01:21:268 - Same as 00:55:155.
  11. 01:24:473 (1,2,3,4) - Same as Gero and Pantsu's diffs.
  12. 01:29:200 (2,3,4,5,6) - It'd be cooler to have something like a circular stream here instead of a stacked stream, since it goes along with the song better due to how the music plays. But yeah, this is not mandatory, so feel free to leave it as is.
  13. 01:37:291 (1) - Why don't you start the slider from 01:37:155 instead? Clearly follows the instrument more correctly. Right now, the start of the slider doesn't really follow anything.
>Fanzhen's Hi-Speed Extra
  1. Why did you suddenly capitalize the first letter of your username here? You didn't do this in, for example, Priti's WOBBLE IMPACT which is (relatively) recent.
  2. 00:07:836 - 00:10:155 - I'd increase the volume here to 60% so the notes will be more audible. Right now, they're not really noticeable. It's your choice, though. (And yeah, you can go back to 50% at 00:10:291.)
  3. 00:17:109 (1,2,3,4) - Increase the spacing a little to go along with how the music gets stronger here?
  4. 00:28:564 (2) - Don't want to increase the SV here? Again, it fits nicely with the music.
  5. 00:49:564 (1) - While the wobbles fit the instruments well enough, I feel that the sounds can still be mapped with multiple sliders instead of one. Feel free to keep this slider, though.
  6. 01:13:018 (2,3) - Ctrl+G? Gives a better flow, IMO.
  7. 01:52:018 (3,4) - Make a pattern different from 01:51:745 (1,2) to emphasize that the music is different here?
>Extra
  1. 00:17:109 (4,5,6,7) - Purely a suggestion, but I think it would be nice to increase the spacing a little or make these objects a little less organized (maybe make some zig-zag flow) to emphasize the changing melody here.
  2. 00:22:018 (2) - I can't see what's the point of making this a slowed down 3/4 slider while the music isn't that different from the 1/2 sliders before this...
  3. 00:23:927 (1,2) - At this intensity, this part can be quite tricky. I personally would not make them a part of the 00:22:291 (1,2,1,2,1,2) pattern due to the different music, in another note.
  4. 00:27:745 (1,2,3) - The spacing here is relatively low and can cause awkwardness due to the sudden decrease of intensity while playing. Move this to (68,332) for a far bigger and natural movement? (This will make the circle symmetrical with 00:27:745 (1), btw.)
  5. 00:32:382 (2) - Are you sure with using two repeats here? Again, due to the intensity, players might have a hard time knowing that this slider has two repeats and will leave the cursor from the slider too early.
  6. 00:57:609 (5,6,7,1) - This might just be my personal problem, but I find the spacing here to be... weird, considering the rhythm that you use.
  7. 01:05:245 (3) - Rotate 23 degrees clockwise with selection centre origin for a better flow to 01:05:382 (4)?
  8. 01:23:791 (5,6,7,1) - Same as 00:57:609 (5,6,7,1).
  9. 01:27:473 (1,1,1,1) - I don't understand why should you spam NCs here. I know what's happening with 01:29:109 (1,1,1,1,1,1), but this one just doesn't feel right... Try to remove the NCs? I feel that they fit the rhythm of the music better.
  10. 01:41:109 - 01:42:745 - IMO, you missed too many instrument sounds to map here, but do whatever you want I guess.
  11. 01:46:291 (1,1,1,1,1) - Are you sure you still want to use this pattern? HanzeR already used something like this in his Miss You map, and having the same unique pattern as that one here is a little jarring. If you feel that this pattern is irreplacable in terms of its fittingness to the song, though, let it be.
Uh, that's it I guess!

Good luck on the way 8-)
Topic Starter
Fatfan Kolek

Hinsvar wrote:

Hello; modding here!

>Easy
  1. 00:45:200 (1,2) - Uhm, spacing inconsistency? Fixed.
  2. 01:29:927 (1,2,3) - The flow could be better if you move (2) to the point where it's lower than (1) and (3)'s tail, preferably (256,220). The current position doesn't really follow the curving of (1) and (3) well. Fixed.
  3. 01:46:291 (3) - Move to (300,96) for a better flow? Fixed in another way.

>Fanzhen's Hi-Speed Extra
  1. Why did you suddenly capitalize the first letter of your username here? You didn't do this in, for example, Priti's WOBBLE IMPACT which is (relatively) recent. Waaaah, this was my mistake. x.x fanzhen gave me the diff with the name Hi-Speed Extra and I accidently named it Fanzhen's Hi-Speed Extra then with the capital F.


    >Extra
    1. 00:17:109 (4,5,6,7) - Purely a suggestion, but I think it would be nice to increase the spacing a little or make these objects a little less organized (maybe make some zig-zag flow) to emphasize the changing melody here. Mmh, I'm not a fan of increasing spacing in streams and I honestly don't know how I could change that here.
    2. 00:22:018 (2) - I can't see what's the point of making this a slowed down 3/4 slider while the music isn't that different from the 1/2 sliders before this...
      Yeah, I know your point here and I'm thinking about how I can fix these. Whether just put a 1/2 or just a better 3/4. I'll keep that in mind.
    3. 00:23:927 (1,2) - At this intensity, this part can be quite tricky. I personally would not make them a part of the 00:22:291 (1,2,1,2,1,2) pattern due to the different music, in another note.Same as above. :c
    4. 00:27:745 (1,2,3) - The spacing here is relatively low and can cause awkwardness due to the sudden decrease of intensity while playing. Move this to (68,332) for a far bigger and natural movement? (This will make the circle symmetrical with 00:27:745 (1), btw.)Fixed.
    5. 00:32:382 (2) - Are you sure with using two repeats here? Again, due to the intensity, players might have a hard time knowing that this slider has two repeats and will leave the cursor from the slider too early.Changed that part before your mod was finished I think lol.
    6. 00:57:609 (5,6,7,1) - This might just be my personal problem, but I find the spacing here to be... weird, considering the rhythm that you use. Mmh, I think it's fine.
    7. 01:05:245 (3) - Rotate 23 degrees clockwise with selection centre origin for a better flow to 01:05:382 (4)?Fixed.
    8. 01:23:791 (5,6,7,1) - Same as 00:57:609 (5,6,7,1).^
    9. 01:27:473 (1,1,1,1) - I don't understand why should you spam NCs here. I know what's happening with 01:29:109 (1,1,1,1,1,1), but this one just doesn't feel right... Try to remove the NCs? I feel that they fit the rhythm of the music better.Fixed.
    10. 01:41:109 - 01:42:745 - IMO, you missed too many instrument sounds to map here, but do whatever you want I guess. Yeah, no change. ^^
    11. 01:46:291 (1,1,1,1,1) - Are you sure you still want to use this pattern? HanzeR already used something like this in his Miss You map, and having the same unique pattern as that one here is a little jarring. If you feel that this pattern is irreplacable in terms of its fittingness to the song, though, let it be.Mmhhhh, I like it, because it looks cool. :D But I'll keep that in mind
Uh, that's it I guess!

Good luck on the way 8-)
Topic Starter
Fatfan Kolek

Remilia_CO wrote:

MOD from in-game chatting


Extra
  1. 00:08:109 (1,2,3,1) - Placing with same ds will be make players take less attension in there. Don't get your point here, but I changed a bit.
  2. 00:15:745 (1,2,3,4) - Place them closer Why? o.o
  3. 00:22:291 (1,2,1,2,1,2,1,2) - Remind me the BIG BLACK hehe :D
  4. 00:24:473 (1,2,3,4,5,6,1,2,3,4,5,6,7) - Please make them move toward a same direction because now it looks like massed up.It's supposed to be like this so that they look stacked properly while playing. :3
  5. 00:37:564 (1,2,3,4) - Rankable? and for all the short sliders later. I hope so. :S
  6. 00:54:064 (2) - Overlap with 00:52:700 (3) will looks better in editor. Mmh yeah, but I'm too lazy to fix the following circles then LOL.
  7. 01:27:745 (1,2,3,1,2,3) - Adjust ds? No change.
  8. 01:41:109 (1,2,3,4,5,6,7,8) - Make them as the sequence like 2 4 5 7 1 3 6 8 will be better in flow but decrease in difficulty. Don't get your point here. D:
  9. 01:42:200 (1,2,3,4,5) - Perfect the pantagon plz.I think it's ok like this at the moment. :3

Good luck XD
waxman
(ノ≧∇≦)ノ
Topic Starter
Fatfan Kolek

waxman wrote:

(ノ≧∇≦)ノ
Thanks for your help waxman! <3

I mean... ありがとう :3
Gero
Priti
Gero's Insane
  1. Your stack leniency is absurdly low, it makes the 1/4 stacks completely stacked, causing Hidden to be nearly unplayable and in general making the readability extremely lacking. You're right, Fixed
  2. 00:13:018 (3) - This really lacks the impact of the fourth cymbal, maybe shorten this by one or two ticks so you can put a circle on 00:13:291 - ? I prefer to keep it without changes
  3. 00:48:473 (3) - Change head into a normal whistle to fit the "Woo!" sound? Fixed
  4. 01:02:655 (1,2,3,1,2,3,1,2,3) - This is really confusing to read considering you used really similiar spacing for 1/4 triplets, Consider using kick sliders instead. isn't confusing imo
  5. 01:13:018 - Missing hitsounds from here and on, odd.. lol that was because the difficulty was not ready for modding
  6. OHWAIT FATFAN WHY DIDN'T YOU TELL ME THIS DIFF IS INCOMPLETE WHAT THE ABSOLUTE HELL WHY DID HE ASK ME TO MOD IT

Easy is pretty much fine so I don't have any need to mod it.
Good luck ladies~

Remilia_CO
Gero's Insane
  1. Focused in making symmetry, so I won't mention the flow problem.
  2. 00:30:200 (2,3,4,5,1,2,3,4,5) - Too far to keep combos. What do you mean?
  3. 00:49:018 (1,2) - This type of stack looks weird... looks fine imo
  4. 01:10:291 (1,2) - making toward same direction will be better :3 I don't think so, Sorry
  5. 01:10:836 (1,2) - ^ ^
  6. 01:38:655 (1,2,3,1,2,3,1,2,3) - Awesome! Thanks
  7. Good map!

Good luck XD

Kirin
ey b0ss M4M

[Gero's Insane]
01:38:655 (1,2,3,1,2,3,1,2,3) This is too confusing D: Nuuu o3o
For the rest i can say that this diff is very funny and creative. Well done

Good luck for ranking!

Hinsvar
Hello; modding here!

>Gero's Insane
  1. Honestly, this is quite a big gap of difficulty compared to Oracle's diff... I'd say that this already borders to Extra (even the system outright declares this an Extra diff) due to the speed/intensity and patterns. I don't know how to fix this easily, but try to make the patterns less harder at least? The most extreme thing to be noted is 01:44:927 (7,1), IMO.
  2. 00:18:882 (8) - Move to (256,320) so this will be symmetrical to 00:18:745 (7)? Also creates a better flow. Changed it just a bit
  3. 00:58:291 (1,2,3,4) - Change the claps to whistles? Claps don't really fit with the instrument that is being played here, and the instrument sounds the same as 00:57:609 (2) anyway. I don't like it with whistles
  4. 01:03:109 (3,1,2,3) - Are you... sure about this placement? The rhythm is changing to 1/3 and the stream is disjointed, making this pattern very hard to read and hit, especially for an Insane diff. Is fine imo
  5. 01:24:473 (1,2,3,4) - Same as 00:58:291 (1,2,3,4). ^
Uh, that's it I guess!

Good luck on the way 8-)

Thanks for the mods guys!

Gero's Insane
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Soft
StackLeniency: 0.3
Mode: 0
LetterboxInBreaks: 1
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 7018,117200
DistanceSpacing: 1.2
BeatDivisor: 4
GridSize: 4
TimelineZoom: 1.6

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Gero's Insane
Source:SOUND VOLTEX II -infinite infection-
Tags:sdvx t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P A N Gero Onosakihito DJNightmare
BeatmapID:404429
BeatmapSetID:139525

[Difficulty]
HPDrainRate:8
CircleSize:4
OverallDifficulty:8
ApproachRate:9
SliderMultiplier:1.6
SliderTickRate:2

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,80,1,0
12473,-76.9230769230769,4,2,0,80,0,0
12677,-76.9230769230769,4,2,0,5,0,0
12745,-76.9230769230769,4,2,0,80,0,0
12950,-76.9230769230769,4,2,0,5,0,0
13018,-76.9230769230769,4,2,0,80,0,0
13564,-100,4,2,0,80,0,0
14655,-76.9230769230769,4,2,0,80,0,0
14859,-76.9230769230769,4,2,0,5,0,0
14927,-76.9230769230769,4,2,0,80,0,0
15132,-76.9230769230769,4,2,0,5,0,0
15200,-76.9230769230769,4,2,0,80,0,0
15405,-76.9230769230769,4,2,0,5,0,0
15473,-76.9230769230769,4,2,0,80,0,0
15745,-100,4,2,0,80,0,0
20109,-100,4,1,0,80,0,0
24132,-100,4,2,0,5,0,0
24200,-76.9230769230769,4,1,0,80,0,0
24473,-100,4,1,0,80,0,0
27745,-76.9230769230769,4,1,0,80,0,0
27950,-76.9230769230769,4,2,0,5,0,0
28018,-76.9230769230769,4,1,0,80,0,0
28223,-76.9230769230769,4,2,0,5,0,0
28291,-76.9230769230769,4,1,0,80,0,0
28495,-76.9230769230769,4,2,0,5,0,0
28564,-76.9230769230769,4,1,0,80,0,0
28836,-100,4,1,0,80,0,0
35109,-200,4,1,0,80,0,0
35382,-100,4,2,0,80,0,0
35927,-200,4,2,0,80,0,0
36336,-200,4,2,0,5,0,0
36473,-76.9230769230769,4,1,0,80,0,0
36677,-76.9230769230769,4,2,0,5,0,0
36745,-76.9230769230769,4,1,0,80,0,0
36950,-76.9230769230769,4,2,0,5,0,0
37018,-76.9230769230769,4,1,0,80,0,0
37223,-76.9230769230769,4,2,0,5,0,0
37291,-76.9230769230769,4,1,0,80,0,0
37564,-100,4,1,0,80,0,0
45200,-76.9230769230769,4,1,0,80,0,0
45405,-76.9230769230769,4,2,0,5,0,0
45473,-76.9230769230769,4,1,0,80,0,0
45677,-76.9230769230769,4,2,0,5,0,0
45745,-76.9230769230769,4,1,0,80,0,0
45950,-76.9230769230769,4,2,0,5,0,0
46018,-76.9230769230769,4,1,0,80,0,0
46291,-100,4,1,0,80,0,0
55018,-200,4,2,0,60,0,0
55564,-181.818181818182,4,2,0,55,0,0
56109,-166.666666666667,4,2,0,50,0,0
56655,-153.846153846154,4,2,0,45,0,0
57200,-142.857142857143,4,2,0,40,0,0
57745,-133.333333333333,4,2,0,35,0,0
58291,-125,4,2,0,30,0,0
58564,-121.951219512195,4,2,0,25,0,0
58836,-117.647058823529,4,2,0,20,0,0
59109,-114.942528735632,4,2,0,15,0,0
59382,-111.111111111111,4,2,0,60,0,0
63473,-66.6666666666667,4,2,0,65,0,0
63745,-83.3333333333333,4,1,0,90,0,1
67564,-71.4285714285714,4,1,0,90,0,1
67768,-71.4285714285714,4,2,0,5,0,1
67836,-71.4285714285714,4,1,0,90,0,1
68041,-71.4285714285714,4,2,0,5,0,1
68109,-83.3333333333333,4,1,0,90,0,1
71382,-71.4285714285714,4,1,0,90,0,1
71586,-71.4285714285714,4,2,0,5,0,1
71655,-71.4285714285714,4,1,0,90,0,1
71859,-71.4285714285714,4,2,0,5,0,1
71927,-71.4285714285714,4,1,0,90,0,1
72132,-71.4285714285714,4,2,0,5,0,1
72200,-71.4285714285714,4,1,0,90,0,1
72473,-83.3333333333333,4,1,0,90,0,1
79973,-90.9090909090909,4,1,0,90,0,0
80143,-90.9090909090909,4,2,0,60,0,0
80348,-90.9090909090909,4,1,0,80,0,0
80416,-90.9090909090909,4,2,0,60,0,0
80484,-90.9090909090909,4,1,0,80,0,0
80552,-90.9090909090909,4,2,0,60,0,0
80757,-90.9090909090909,4,1,0,80,0,0
80825,-90.9090909090909,4,2,0,60,0,0
80893,-90.9090909090909,4,1,0,80,0,0
81200,-200,4,2,0,60,0,0
81745,-181.818181818182,4,2,0,55,0,0
82291,-166.666666666667,4,2,0,50,0,0
82836,-153.846153846154,4,2,0,45,0,0
83382,-142.857142857143,4,2,0,40,0,0
83927,-133.333333333333,4,2,0,35,0,0
84473,-125,4,2,0,30,0,0
84745,-121.951219512195,4,2,0,25,0,0
85018,-117.647058823529,4,2,0,20,0,0
85291,-114.942528735632,4,2,0,15,0,0
85564,-111.111111111111,4,2,0,60,0,0
86109,-111.111111111111,4,2,0,65,0,0
86655,-200,4,2,0,90,0,0
87745,-71.4285714285714,4,2,0,90,0,0
89109,-100,4,2,0,90,0,0
89655,-71.4285714285714,4,1,0,90,0,0
89859,-71.4285714285714,4,2,0,5,0,0
89927,-100,4,1,0,80,0,0
91564,-76.9230769230769,4,1,0,80,0,0
91768,-76.9230769230769,4,2,0,5,0,0
91836,-76.9230769230769,4,1,0,80,0,0
92041,-76.9230769230769,4,2,0,5,0,0
92109,-100,4,1,0,80,0,0
94018,-76.9230769230769,4,1,0,80,0,0
94223,-76.9230769230769,4,2,0,5,0,0
94291,-100,4,1,0,80,0,0
95927,-76.9230769230769,4,1,0,80,0,0
96132,-76.9230769230769,4,2,0,5,0,0
96200,-76.9230769230769,4,1,0,80,0,0
96405,-76.9230769230769,4,2,0,5,0,0
96473,-100,4,1,0,80,0,0
97291,-133.333333333333,4,1,0,80,0,0
97495,-133.333333333333,4,2,0,5,0,0
97564,-76.9230769230769,4,1,0,80,0,0
97768,-76.9230769230769,4,2,0,5,0,0
97836,-76.9230769230769,4,1,0,80,0,0
98041,-76.9230769230769,4,2,0,5,0,0
98109,-76.9230769230769,4,1,0,80,0,0
98655,-100,4,1,0,80,0,0
100291,-76.9230769230769,4,1,0,80,0,0
100495,-76.9230769230769,4,2,0,5,0,0
100564,-76.9230769230769,4,1,0,80,0,0
100768,-76.9230769230769,4,2,0,5,0,0
100836,-100,4,1,0,80,0,0
105473,-76.9230769230769,4,1,0,80,0,0
105677,-76.9230769230769,4,2,0,5,0,0
105745,-76.9230769230769,4,1,0,80,0,0
105950,-76.9230769230769,4,2,0,5,0,0
106018,-100,4,1,0,80,0,0
106291,-76.9230769230769,4,1,0,80,0,0
106495,-76.9230769230769,4,2,0,5,0,0
106564,-76.9230769230769,4,1,0,80,0,0
106768,-76.9230769230769,4,2,0,5,0,0
106836,-76.9230769230769,4,1,0,80,0,0
107041,-76.9230769230769,4,2,0,5,0,0
107109,-76.9230769230769,4,1,0,80,0,0
107314,-76.9230769230769,4,2,0,5,0,0
107382,-100,4,2,0,80,0,0
108473,-76.9230769230769,4,2,0,80,0,0
108677,-76.9230769230769,4,2,0,5,0,0
108745,-76.9230769230769,4,2,0,80,0,0
108950,-76.9230769230769,4,2,0,5,0,0
109018,-76.9230769230769,4,2,0,80,0,0
109291,-100,4,2,0,80,0,0
110655,-76.9230769230769,4,2,0,80,0,0
110859,-76.9230769230769,4,2,0,5,0,0
110927,-76.9230769230769,4,2,0,80,0,0
111132,-76.9230769230769,4,2,0,5,0,0
111200,-76.9230769230769,4,2,0,80,0,0
111405,-76.9230769230769,4,2,0,5,0,0
111473,-100,4,2,0,80,0,0
113382,-166.666666666667,4,2,0,80,0,0
113927,-100,4,2,0,80,0,0
115905,-100,4,2,0,50,0,0
116109,-100,4,2,0,40,0,0
116382,-100,4,2,0,30,0,0
116655,-100,4,2,0,20,0,0
116927,-100,4,2,0,10,0,0
117200,-100,4,2,0,5,0,0


[Colours]
Combo1 : 128,0,255
Combo2 : 255,0,0
Combo3 : 0,255,255
Combo4 : 255,128,64

[HitObjects]
444,100,7018,6,0,B|420:52|364:52|364:52|296:52,1,160,4|0,1:2|0:0,0:0:0:0:
68,100,7427,2,0,B|92:52|148:52|148:52|216:52,1,160,4|0,1:2|0:0,0:0:0:0:
209,156,7836,1,2,0:0:0:0:
185,156,7905,1,2,0:0:0:0:
162,156,7973,1,2,0:0:0:0:
303,156,8109,1,2,0:0:0:0:
327,156,8177,1,0,0:0:0:0:
350,156,8245,1,0,0:0:0:0:
416,236,8382,6,0,B|424:276|424:276|416:316,1,80,2|0,0:0|0:0,0:0:0:0:
350,156,8655,2,0,B|342:116|342:116|350:76,1,80,2|0,0:0|0:0,0:0:0:0:
256,32,8927,1,2,0:0:0:0:
162,77,9064,1,0,0:0:0:0:
162,77,9200,2,0,B|170:116|170:116|162:156,1,80,2|0,0:0|0:0,0:0:0:0:
95,314,9473,2,0,B|88:276|88:276|96:236,1,80,2|0,0:0|0:0,0:0:0:0:
192,276,9745,2,0,P|231:265|256:236,1,80,2|0,0:0|0:0,0:0:0:0:
320,276,10018,2,0,P|281:265|256:236,1,80,2|0,0:0|0:0,0:0:0:0:
174,141,10291,6,0,L|128:141,1,40,2|0,0:0|0:0,0:0:0:0:
194,102,10427,2,0,L|158:74,1,40,0|0,0:0|0:0,0:0:0:0:
228,72,10564,2,0,L|212:28,1,40,2|0,0:0|0:0,0:0:0:0:
284,72,10700,2,0,L|300:28,1,40,0|0,0:0|0:0,0:0:0:0:
318,101,10836,2,0,L|349:76,1,40,2|0,0:0|0:0,0:0:0:0:
338,141,10973,2,0,L|378:141,1,40
324,192,11109,5,6,0:0:0:0:
95,314,11382,6,0,P|54:314|18:291,1,80,4|0,1:2|0:0,0:0:0:0:
76,216,11655,1,0,0:0:0:0:
76,216,11791,2,0,L|212:328,1,160,4|0,1:2|0:0,0:0:0:0:
280,372,12200,1,4,1:2:0:0:
364,324,12336,1,0,0:0:0:0:
492,252,12473,6,0,B|492:204|492:204|484:192|484:192|500:192|500:192|492:180|492:180|492:116,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
400,16,12745,2,0,B|400:80|400:80|408:92|408:92|392:92|392:92|400:104|400:104|400:152,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
304,92,13018,2,0,L|304:66,8,25.9999988098145,6|0|0|0|0|0|0|0|6,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
352,352,13564,6,0,B|360:313|360:313|352:274,1,80,4|0,1:2|0:0,0:0:0:0:
160,274,13836,2,0,B|152:313|152:313|160:352,2,80,0|4|0,0:0|1:2|0:0,0:0:0:0:
256,240,14245,1,0,0:0:0:0:
256,240,14382,2,0,L|256:324,1,80,4|0,1:2|0:0,0:0:0:0:
256,144,14655,6,0,B|256:108|256:108|264:96|264:96|264:80|264:80|248:96|248:96|248:80|248:80|256:68|256:68|256:28,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
340,16,14927,2,0,P|365:88|340:160,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
172,160,15200,2,0,P|147:88|172:16,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
256,32,15473,1,6,0:0:0:0:
484,192,15745,6,0,L|484:112,1,80,2|0,0:0|0:0,0:0:0:0:
408,236,16018,2,0,L|408:316,1,80,2|0,0:0|0:0,0:0:0:0:
328,368,16291,2,0,P|274:368|228:321,1,120,2|0,1:2|0:0,0:0:0:0:
241,248,16564,2,0,P|277:263|300:296,1,80,2|0,0:0|0:0,0:0:0:0:
28,364,16836,6,0,L|28:320,1,40,2|0,0:0|0:0,0:0:0:0:
96,292,16973,2,0,L|96:252,1,40,0|0,0:0|0:0,0:0:0:0:
28,216,17109,2,0,L|28:172,1,40,2|0,0:0|0:0,0:0:0:0:
96,144,17245,2,0,L|96:104,1,40,0|0,0:0|0:0,0:0:0:0:
164,60,17382,6,0,P|96:95|29:60,2,160,2|2|6,1:2|0:0|1:2,0:0:0:0:
204,148,18064,1,0,0:0:0:0:
256,228,18200,1,0,0:0:0:0:
308,148,18336,1,4,1:2:0:0:
148,228,18473,1,0,0:0:0:0:
364,228,18609,1,0,0:0:0:0:
256,64,18745,1,4,1:2:0:0:
204,308,18882,1,0,0:0:0:0:
408,148,19018,5,2,0:0:0:0:
164,60,19291,1,2,0:0:0:0:
204,308,19564,2,0,L|192:332,4,20,2|0|0|0|0,0:0|0:0|0:0|0:0|0:0,0:0:0:0:
256,228,19836,1,2,0:3:0:0:
308,308,19973,1,0,0:0:0:0:
364,228,20109,6,0,P|392:255|403:293,1,80,4|2,0:0|0:3,0:0:0:0:
107,294,20382,2,0,P|118:256|147:228,1,80,0|2,0:0|0:3,0:0:0:0:
256,228,20655,2,0,B|256:196|256:196|252:192|252:192|260:192|260:192|256:188|256:188|256:160,1,80,0|2,0:0|0:3,0:0:0:0:
328,20,20927,2,0,B|328:52|328:52|324:56|324:56|332:56|332:56|328:60|328:60|328:88,1,80,0|2,0:0|0:3,0:0:0:0:
408,148,21200,5,0,0:0:0:0:
468,224,21336,1,2,0:3:0:0:
403,293,21473,2,0,L|432:372,1,80,0|2,0:0|0:3,0:0:0:0:
496,299,21745,2,0,L|467:220,1,80,0|2,0:0|0:3,0:0:0:0:
408,148,22018,2,0,B|352:148|352:148|312:172|312:172|248:172,1,160
172,220,22427,5,2,0:3:0:0:
108,292,22564,2,0,P|98:330|108:368,1,80,0|2,0:0|0:3,0:0:0:0:
255,172,22836,2,0,P|265:134|255:96,2,80,0|2|0,0:0|0:3|0:0,0:0:0:0:
168,132,23245,1,2,0:3:0:0:
84,88,23382,2,0,L|5:72,1,80,0|2,0:0|0:3,0:0:0:0:
94,204,23655,2,0,L|173:220,1,80,0|2,0:0|0:3,0:0:0:0:
372,344,23927,6,0,P|424:344|472:296,1,120,2|0,0:0|0:0,0:0:0:0:
512,224,24200,2,0,B|464:200|424:228|424:228|424:204|424:204|380:240|336:220,1,207.999990478516,6|4,0:0|0:0,0:0:0:0:
255,172,24609,5,2,0:3:0:0:
168,132,24745,2,0,L|196:52,1,80,0|2,0:0|0:3,0:0:0:0:
180,248,25018,2,0,L|153:323,1,80,0|2,0:0|0:3,0:0:0:0:
282,247,25291,2,0,L|255:171,1,80,0|2,0:0|0:3,0:0:0:0:
67,128,25564,2,0,L|95:208,1,80,0|2,0:0|0:3,0:0:0:0:
256,360,25836,5,0,0:0:0:0:
352,372,25973,1,2,0:3:0:0:
436,324,26109,1,0,0:0:0:0:
484,240,26245,1,2,0:3:0:0:
484,143,26382,1,0,0:0:0:0:
436,60,26518,1,2,0:3:0:0:
352,12,26655,5,4,0:3:0:0:
352,12,26723,1,4,0:3:0:0:
352,12,26791,1,6,0:3:0:0:
352,12,26859,1,4,0:3:0:0:
352,12,26927,2,0,B|312:12|312:12|280:44,1,80,4|6,0:3|0:3,0:0:0:0:
356,184,27200,2,0,L|356:104,1,80,4|2,0:3|0:3,0:0:0:0:
264,152,27473,2,0,L|264:232,1,80,4|2,0:3|0:3,0:0:0:0:
28,328,27745,6,2,P|-4:259|28:191,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
108,124,28018,2,2,P|141:192|109:260,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
28,191,28291,2,2,P|-5:123|28:55,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
108,124,28564,2,0,B|144:88|144:88|204:88,1,103.999995239258,4|4,0:3|0:3,0:0:0:0:
497,293,28836,6,0,P|504:332|497:371,1,80,4|2,0:0|0:0,0:0:0:0:
356,184,29109,2,0,P|349:145|356:106,1,80,0|2,0:0|0:0,0:0:0:0:
452,212,29382,2,0,L|392:272,1,80,0|2,0:0|0:0,0:0:0:0:
256,76,29655,2,0,L|316:16,1,80,0|2,0:0|0:0,0:0:0:0:
272,224,29927,6,0,L|212:284,1,80,0|2,0:0|0:0,0:0:0:0:
124,308,30200,1,0,0:0:0:0:
56,240,30336,1,2,0:0:0:0:
56,144,30473,1,0,0:0:0:0:
124,76,30609,1,0,0:0:0:0:
424,112,30745,5,4,0:3:0:0:
460,144,30814,1,4,0:3:0:0:
468,192,30882,1,4,0:3:0:0:
460,240,30950,1,4,0:3:0:0:
424,272,31018,1,4,0:3:0:0:
332,300,31155,5,2,0:0:0:0:
272,224,31291,2,0,B|308:204|308:204|348:204,1,80,0|2,0:0|0:0,0:0:0:0:
332,300,31564,2,0,L|262:338,1,80,0|2,0:0|0:0,0:0:0:0:
206,154,31836,2,0,L|276:116,1,80,0|2,0:0|0:0,0:0:0:0:
352,176,32109,5,0,0:0:0:0:
272,224,32245,1,2,0:0:0:0:
192,280,32382,2,0,B|152:280|152:280|116:304,1,80,0|2,0:0|0:0,0:0:0:0:
180,376,32655,2,0,L|260:376,1,80,0|0,0:0|0:0,0:0:0:0:
72,192,32927,5,4,0:3:0:0:
36,160,32995,1,4,0:3:0:0:
28,112,33064,1,4,0:3:0:0:
36,64,33132,1,4,0:3:0:0:
72,32,33200,1,4,0:3:0:0:
124,112,33336,1,2,0:0:0:0:
192,280,33473,6,0,B|152:280|152:280|116:304,1,80,0|2,0:0|0:0,0:0:0:0:
320,280,33745,2,0,B|360:280|360:280|396:304,1,80,0|2,0:0|0:0,0:0:0:0:
440,192,34018,5,4,0:3:0:0:
476,160,34086,1,4,0:3:0:0:
484,112,34155,1,4,0:3:0:0:
476,64,34223,1,4,0:3:0:0:
440,32,34291,1,4,0:3:0:0:
388,112,34427,1,2,0:0:0:0:
340,192,34564,6,0,L|264:148,1,80,0|2,0:0|0:0,0:0:0:0:
319,72,34836,2,0,L|389:113,1,80,0|2,0:0|0:0,0:0:0:0:
488,276,35109,6,2,B|474:286|474:286|470:298|470:298|460:305|460:305|455:316|455:316|445:323|445:323|438:339|438:339|438:339,1,80,2|6,0:0|3:2,0:0:0:0:
352,376,35518,1,0,0:0:0:0:
256,360,35655,1,0,0:0:0:0:
256,360,35723,1,0,0:0:0:0:
256,360,35791,1,0,0:0:0:0:
172,304,35927,2,0,P|154:249|172:192,1,120,2|0,0:0|0:0,0:0:0:0:
232,24,36473,6,2,L|388:24,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
436,120,36745,2,2,L|280:120,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
324,216,37018,2,2,L|484:216,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
512,304,37291,1,2,0:0:0:0:
512,304,37359,1,0,0:0:0:0:
512,304,37427,1,0,0:0:0:0:
252,296,37564,5,4,0:3:0:0:
216,264,37632,1,4,0:3:0:0:
208,216,37700,1,4,0:3:0:0:
216,168,37768,1,4,0:3:0:0:
252,136,37836,1,4,0:3:0:0:
324,216,37973,1,4,0:3:0:0:
128,288,38109,6,0,P|104:212|128:136,1,160,4|2,0:0|0:2,0:0:0:0:
188,64,38518,1,2,0:2:0:0:
272,20,38655,2,0,P|311:12|349:20,1,80
512,124,38927,2,0,P|472:131|434:123,1,80,0|2,0:0|0:2,0:0:0:0:
450,27,39200,6,0,L|331:134,1,160,2|2,0:2|0:0,0:0:0:0:
256,192,39609,1,2,0:2:0:0:
180,252,39745,2,0,B|194:289|194:289|180:326,1,80,2|0,0:0|0:0,0:0:0:0:
32,228,40018,2,0,B|18:191|18:191|32:154,1,80,2|2,0:0|0:0,0:0:0:0:
188,64,40291,6,0,B|204:64|204:64|216:56|216:56|216:72|216:72|232:64|232:64|328:64,1,160,4|0,0:0|0:0,0:0:0:0:
464,312,40700,2,0,B|448:312|448:312|436:320|436:320|436:304|436:304|420:312|420:312|324:312,2,160,2|2|2,0:0|0:0|0:0,0:0:0:0:
256,248,41382,6,0,P|220:315|256:383,1,160,4|4,0:0|0:2,0:0:0:0:
324,312,41791,1,0,0:0:0:0:
256,248,41927,1,4,0:3:0:0:
222,214,41995,1,4,0:3:0:0:
187,179,42064,1,4,0:3:0:0:
153,145,42132,1,4,0:3:0:0:
119,111,42200,2,0,L|39:111,1,80,4|4,0:3|0:3,0:0:0:0:
187,43,42473,6,0,P|223:111|188:179,1,160,4|2,0:0|0:2,0:0:0:0:
119,111,42882,1,2,0:2:0:0:
304,72,43018,2,0,P|310:112|304:152,1,80,0|2,0:0|0:2,0:0:0:0:
392,288,43291,2,0,P|386:249|392:210,1,80,2|4,0:2|0:3,0:0:0:0:
460,343,43564,6,0,P|392:379|324:344,1,160,4|2,0:0|0:2,0:0:0:0:
256,280,43973,1,2,0:2:0:0:
187,344,44109,2,0,P|119:380|51:344,1,160,2|2,0:2|0:2,0:0:0:0:
120,287,44518,1,2,0:2:0:0:
184,216,44655,2,0,B|228:216|228:216|256:238|256:238|284:216|284:216|328:216,1,160,2|2,0:2|0:2,0:0:0:0:
392,287,45064,1,0,0:0:0:0:
329,216,45200,6,2,B|360:164|360:164|348:144|348:144|384:80,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
256,8,45473,2,2,L|256:164,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
184,216,45745,2,2,B|153:164|153:164|165:144|165:144|129:80,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
32,64,46018,1,2,0:0:0:0:
176,340,46291,5,4,0:3:0:0:
208,376,46359,1,4,0:3:0:0:
256,384,46427,1,4,0:3:0:0:
304,376,46495,1,4,0:3:0:0:
336,340,46564,1,4,0:3:0:0:
256,268,46700,1,4,0:3:0:0:
72,184,46836,6,0,B|121:172|133:137|133:137|169:144|202:105,1,160,4|2,0:0|0:2,0:0:0:0:
256,188,47245,1,2,0:2:0:0:
309,105,47382,2,0,B|342:144|378:137|378:137|390:172|440:184,1,160,2|2,0:2|0:2,0:0:0:0:
504,252,47791,1,2,0:2:0:0:
439,184,47927,6,0,L|491:120,1,80,2|0,0:2|0:0,0:0:0:0:
360,44,48200,2,0,L|307:107,1,80,2|2,0:2|0:0,0:0:0:0:
202,105,48473,2,0,L|152:44,1,80,2|2,0:0|0:2,0:0:0:0:
21,122,48745,2,0,L|72:184,1,80,2|2,0:0|0:0,0:0:0:0:
220,336,49018,6,0,P|300:328|303:249,1,160,4|0,0:0|0:0,0:0:0:0:
201,260,49427,2,0,P|217:333|292:336,1,160,2|2,0:0|0:0,0:0:0:0:
376,192,49836,1,0,0:0:0:0:
310,105,49973,1,2,0:0:0:0:
202,105,50109,5,4,0:3:0:0:
202,105,50177,1,4,0:3:0:0:
202,105,50245,1,4,0:3:0:0:
136,192,50382,1,4,0:2:0:0:
201,260,50518,1,2,0:2:0:0:
311,260,50655,5,4,0:3:0:0:
311,260,50723,1,4,0:3:0:0:
311,260,50791,1,4,0:3:0:0:
311,260,50859,1,4,0:3:0:0:
311,260,50927,1,4,0:2:0:0:
376,192,51064,1,2,0:2:0:0:
503,77,51200,6,0,B|443:25|443:25|359:25,1,160,4|0,0:0|0:0,0:0:0:0:
310,105,51609,1,0,0:0:0:0:
376,192,51745,5,4,0:3:0:0:
405,230,51814,1,4,0:3:0:0:
403,278,51882,1,4,0:3:0:0:
386,324,51950,1,4,0:3:0:0:
345,349,52018,1,4,0:3:0:0:
311,260,52155,1,0,0:0:0:0:
201,105,52291,6,0,B|160:105|160:105|132:133,1,80
48,84,52564,2,0,L|104:28,1,80
204,200,52836,6,0,P|232:272|202:344,1,160,4|0,0:2|0:0,0:0:0:0:
136,272,53245,2,0,L|156:104,2,160,4|4|4,0:2|0:2|0:2,0:0:0:0:
384,360,53927,6,0,P|424:360|464:340,1,80,4|0,0:2|0:0,0:0:0:0:
280,184,54200,2,0,P|240:184|200:204,1,80,0|4,0:0|0:2,0:0:0:0:
400,268,54473,2,0,L|416:188,1,80
260,276,54745,2,0,L|244:356,1,80,4|0,0:2|0:0,0:0:0:0:
24,192,55018,5,6,1:2:0:0:
256,24,55291,1,0,0:0:0:0:
488,192,55564,1,2,0:0:0:0:
300,360,55836,1,0,0:0:0:0:
300,360,55973,1,0,0:0:0:0:
300,360,56109,6,0,B|256:378|256:378|212:360,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
392,192,56655,2,0,B|440:172|440:172|488:192,1,103.999995239258,2|0,0:0|0:0,0:0:0:0:
308,104,57200,6,0,P|256:122|204:104,1,111.999996582031,2|0,0:0|0:0,0:0:0:0:
256,28,57609,2,0,P|307:10|359:28,2,111.999996582031,2|2|2,0:0|0:0|0:0,0:0:0:0:
152,192,58291,5,8,0:0:0:0:
256,356,58564,1,8,0:0:0:0:
360,192,58836,1,8,0:0:0:0:
256,28,59109,1,8,0:0:0:0:
80,124,59382,6,0,P|60:192|80:260,1,143.999995605469,4|8,1:2|0:0,0:0:0:0:
152,192,59791,2,0,P|172:124|152:56,1,143.999995605469,4|0,1:2|0:0,0:0:0:0:
80,124,60200,1,8,0:0:0:0:
152,192,60336,1,8,0:0:0:0:
296,352,60473,6,0,B|344:352|344:352|372:324|372:324|432:324,1,143.999995605469,4|8,1:2|0:0,0:0:0:0:
480,236,60882,2,0,L|328:236,1,143.999995605469,4|0,1:2|0:0,0:0:0:0:
368,140,61291,2,0,L|447:140,1,71.9999978027344,8|8,0:0|0:0,0:0:0:0:
320,40,61564,6,0,B|256:73|256:73|192:40,1,143.999995605469,4|0,0:0|0:0,0:0:0:0:
144,140,61973,2,0,P|75:140|22:193,1,143.999995605469,4|2,0:0|0:0,0:0:0:0:
112,236,62382,1,0,0:0:0:0:
204,280,62518,1,2,0:0:0:0:
384,368,62655,5,2,0:0:0:0:
410,341,62745,1,2,0:0:0:0:
437,313,62836,1,2,0:0:0:0:
372,248,62927,5,2,0:0:0:0:
398,221,63018,1,2,0:0:0:0:
425,193,63109,1,2,0:0:0:0:
340,148,63200,5,2,0:0:0:0:
367,120,63291,1,2,0:0:0:0:
393,93,63382,1,2,0:0:0:0:
420,65,63473,6,0,B|377:23|377:23|311:23,1,120.000004577637,4|0,1:0|0:0,0:0:0:0:
244,148,63745,6,0,L|340:148,1,95.9999970703126,6|2,0:0|0:0,0:0:0:0:
200,56,64018,2,0,L|104:56,1,95.9999970703126,2|2,0:0|0:0,0:0:0:0:
22,137,64291,2,0,P|-10:225|22:313,1,191.999994140625,2|2,0:0|0:0,0:0:0:0:
124,364,64700,2,0,L|220:380,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
300,297,64973,5,2,0:0:0:0:
327,302,65041,1,0,0:0:0:0:
354,307,65109,1,2,0:0:0:0:
435,225,65245,1,0,0:0:0:0:
408,220,65314,1,0,0:0:0:0:
381,215,65382,1,2,0:0:0:0:
511,269,65518,6,0,P|525:224|511:179,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
219,249,65791,2,0,P|205:293|219:339,2,95.9999970703126,2|0|2,0:0|0:0|0:0,0:0:0:0:
302,167,66200,1,0,0:0:0:0:
383,85,66336,1,2,0:0:0:0:
300,4,66473,6,0,B|256:24|256:24|212:4,1,95.9999970703126,0|2,0:0|0:0,0:0:0:0:
129,85,66745,1,2,0:0:0:0:
210,167,66882,1,2,0:0:0:0:
404,364,67018,6,0,P|452:364|492:336,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
288,260,67291,2,0,P|240:260|200:288,1,95.9999970703126,2|2,0:0|0:0,0:0:0:0:
272,352,67564,6,0,L|420:272,1,167.999994873047,2|0,0:0|0:0,0:0:0:0:
360,188,67836,2,0,L|508:108,1,167.999994873047,2|0,0:0|0:0,0:0:0:0:
404,64,68109,5,0,0:0:0:0:
304,28,68245,1,0,0:0:0:0:
304,28,68382,2,0,L|204:28,1,95.9999970703126,2|2,0:0|0:0,0:0:0:0:
34,85,68655,2,0,L|130:85,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
210,167,68927,1,2,0:0:0:0:
288,260,69064,2,0,B|338:291|382:263|426:235|474:255,1,191.999994140625,2|2,0:0|0:0,0:0:0:0:
440,368,69473,5,0,0:0:0:0:
440,368,69541,1,0,0:0:0:0:
440,368,69609,1,2,0:0:0:0:
328,160,69745,5,2,0:0:0:0:
328,160,69814,1,0,0:0:0:0:
328,160,69882,1,0,0:0:0:0:
240,368,70018,5,2,0:0:0:0:
240,368,70086,1,0,0:0:0:0:
240,368,70155,1,2,0:0:0:0:
56,176,70291,6,0,L|24:136,1,47.9999985351563,4|4,0:3|0:3,0:0:0:0:
96,84,70427,2,0,L|125:121,1,47.9999985351563,4|4,0:3|0:3,0:0:0:0:
216,84,70564,2,0,L|158:7,1,95.9999970703126,4|0,0:3|0:0,0:0:0:0:
456,208,70836,6,0,L|488:248,1,47.9999985351563,4|4,0:3|0:3,0:0:0:0:
416,300,70973,2,0,L|387:263,1,47.9999985351563,4|4,0:3|0:3,0:0:0:0:
296,300,71109,2,0,L|353:376,1,95.9999970703126,4|0,0:3|0:0,0:0:0:0:
120,228,71382,6,2,P|83:156|120:84,1,167.999994873047,2|2,0:0|0:1,0:0:0:0:
184,160,71655,2,2,B|232:196|232:196|256:196|256:196|280:196|280:196|328:160,1,167.999994873047,2|2,0:0|0:1,0:0:0:0:
392,84,71927,2,2,P|429:156|392:228,1,167.999994873047,2|2,0:0|0:1,0:0:0:0:
328,160,72200,1,6,0:0:0:0:
256,84,72336,1,0,0:0:0:0:
56,292,72473,6,0,P|44:338|56:384,1,95.9999970703126,6|2,0:0|0:0,0:0:0:0:
100,144,72745,2,0,P|112:98|100:52,1,95.9999970703126,2|2,0:0|0:0,0:0:0:0:
0,192,73018,2,0,L|184:256,1,191.999994140625,2|2,0:0|0:0,0:0:0:0:
208,264,73359,1,0,0:0:0:0:
234,273,73427,1,2,0:0:0:0:
388,240,73564,5,0,0:0:0:0:
236,184,73700,1,2,0:0:0:0:
324,320,73836,1,0,0:0:0:0:
324,320,73905,1,0,0:0:0:0:
324,320,73973,1,2,0:0:0:0:
328,160,74109,6,0,B|346:116|346:116|328:72,1,95.9999970703126,0|2,0:0|0:0,0:0:0:0:
148,220,74382,2,0,B|130:264|130:264|148:308,1,95.9999970703126,0|2,0:0|0:0,0:0:0:0:
256,264,74655,1,0,0:0:0:0:
47,220,74791,6,0,P|32:264|48:308,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
96,140,75064,2,0,P|112:96|96:52,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
256,12,75336,5,2,0:0:0:0:
404,84,75473,1,2,0:0:0:0:
256,152,75609,1,2,0:0:0:0:
360,8,75745,2,0,P|404:-8|448:7,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
448,164,76018,2,0,P|403:180|359:164,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
404,84,76291,5,2,0:2:0:0:
492,244,76427,1,2,0:2:0:0:
312,248,76564,1,2,0:2:0:0:
312,248,76632,1,2,0:2:0:0:
312,248,76700,1,2,0:2:0:0:
312,248,76768,1,2,0:2:0:0:
312,248,76836,6,0,B|256:326|256:326|200:248,1,191.999994140625,4|0,0:2|0:0,0:0:0:0:
216,132,77245,2,0,P|296:132|304:32,1,191.999994140625,4|0,0:2|0:0,0:0:0:0:
203,37,77655,2,0,P|208:125|296:132,1,191.999994140625,4|0,0:2|0:0,0:0:0:0:
396,192,78064,5,4,0:2:0:0:
396,192,78132,1,2,0:2:0:0:
396,192,78200,1,2,0:2:0:0:
452,352,78336,1,0,0:0:0:0:
312,248,78473,1,4,0:2:0:0:
484,248,78609,1,2,0:2:0:0:
344,352,78745,1,2,0:2:0:0:
315,141,78882,2,0,P|395:96|475:141,1,191.999994140625,4|2,0:2|0:2,0:0:0:0:
396,280,79291,5,2,0:2:0:0:
228,328,79427,1,2,0:2:0:0:
147,189,79564,1,2,0:2:0:0:
315,141,79700,1,2,0:2:0:0:
396,280,79836,1,2,0:2:0:0:
228,328,79973,1,2,0:2:0:0:
120,100,80109,6,2,B|160:64|212:72|256:100|256:100|300:84|328:20|256:-32|184:20|212:84|256:100|256:100|300:72|352:64|392:100,1,528.000016113282,6|2,0:2|0:0,0:0:0:0:
488,192,81200,5,6,1:2:0:0:
256,360,81473,1,0,0:0:0:0:
24,192,81745,1,2,0:0:0:0:
212,24,82018,1,0,0:0:0:0:
212,24,82155,1,0,0:0:0:0:
212,24,82291,6,0,B|300:64,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
335,214,82836,2,0,B|240:172,1,103.999995239258,2|0,0:0|0:0,0:0:0:0:
36,140,83382,6,0,P|18:192|36:244,1,111.999996582031,2|0,0:0|0:0,0:0:0:0:
112,284,83791,2,0,P|58:290|19:329,2,111.999996582031,2|2|2,0:0|0:0|0:0,0:0:0:0:
256,356,84473,5,8,0:0:0:0:
360,192,84745,1,8,0:0:0:0:
256,28,85018,1,8,0:0:0:0:
152,192,85291,1,8,0:0:0:0:
424,256,85564,6,0,P|452:192|424:128,1,143.999995605469,2|2,0:0|0:0,0:0:0:0:
88,256,86109,2,0,P|60:192|88:128,1,143.999995605469,2|2,0:0|0:0,0:0:0:0:
152,192,86518,1,2,0:0:0:0:
216,256,86655,6,0,P|256:372|296:256,1,320,4|2,1:2|0:0,0:0:0:0:
360,192,87882,5,2,0:0:0:0:
296,128,88018,2,0,B|256:233|256:233|216:128,1,223.999993164063,2|2,1:0|0:0,0:0:0:0:
152,192,88427,1,2,0:0:0:0:
88,255,88564,6,0,P|71:307|88:359,1,111.999996582031,2|0,1:0|0:0,0:0:0:0:
423,359,88836,2,0,P|440:307|424:255,1,111.999996582031,4|0,1:2|0:0,0:0:0:0:
360,192,89109,6,0,L|320:232,2,53.3333333333333,2|2|2,0:0|0:0|0:0,0:0:0:0:
484,192,89382,6,0,L|524:152,2,53.3333333333333,2|2|2,0:0|0:0|0:0,0:0:0:0:
420,120,89655,6,2,B|420:88|444:68|444:68|420:68|420:68|396:68|396:68|420:44|420:12,1,167.999994873047,4|0,0:0|0:0,0:0:0:0:
336,8,89927,6,0,B|296:8|296:8|268:36,1,80,4|2,0:0|0:0,0:0:0:0:
200,104,90200,1,0,0:0:0:0:
133,172,90336,2,0,B|150:208|150:208|133:244,1,80,2|0,0:0|0:0,0:0:0:0:
248,384,90609,2,0,B|231:348|231:348|248:312,1,80,2|0,0:0|0:0,0:0:0:0:
336,356,90882,1,2,0:0:0:0:
248,312,91018,6,0,L|168:312,1,80,0|2,0:0|0:0,0:0:0:0:
53,172,91291,2,0,L|133:172,1,80,0|2,0:0|0:0,0:0:0:0:
20,235,91564,6,0,P|-16:171|21:108,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
108,72,91836,2,0,B|168:72|168:72|192:56|192:56|264:56,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
296,140,92109,6,0,B|264:140|264:140|256:144|256:144|256:136|256:136|248:140|248:140|224:140,1,80,2|0,0:3|0:0,0:0:0:0:
225,244,92382,2,0,B|248:244|248:244|256:248|256:248|256:240|256:240|264:244|264:244|296:244,1,80,2|0,0:3|0:0,0:0:0:0:
176,364,92655,6,0,L|124:364,3,40,2|2|2|2,0:2|0:2|0:2|0:2,0:0:0:0:
80,308,92927,2,0,L|28:308,3,40,2|2|2|2,0:2|0:2|0:2|0:2,0:0:0:0:
20,235,93200,5,4,0:2:0:0:
60,60,93336,1,2,0:3:0:0:
208,172,93473,1,2,0:3:0:0:
176,364,93609,1,2,0:3:0:0:
20,235,93745,2,0,L|63:235,3,40,4|4|4|4,0:3|0:3|0:3|0:3,0:0:0:0:
124,184,94018,6,0,B|119:130|161:102|161:102|142:80|142:46,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
228,48,94291,6,0,B|248:40|248:40|260:44|260:44|272:48|272:48|284:52|284:52|308:48,1,80,4|2,0:0|0:0,0:0:0:0:
436,120,94564,2,0,B|416:128|416:128|404:124|404:124|392:120|392:120|380:116|380:116|356:120,1,80,0|2,0:0|0:0,0:0:0:0:
208,172,94836,2,0,B|228:164|228:164|240:168|240:168|252:172|252:172|264:176|264:176|288:172,1,80,0|2,0:0|0:0,0:0:0:0:
440,236,95109,2,0,B|420:228|420:228|408:232|408:232|396:236|396:236|384:240|384:240|360:236,1,80,0|2,0:0|0:0,0:0:0:0:
232,308,95382,2,0,B|252:316|252:316|264:312|264:312|276:308|276:308|288:304|288:304|312:308,1,80,0|2,0:0|0:0,0:0:0:0:
460,360,95654,2,0,B|440:352|440:352|428:356|428:356|416:360|416:360|404:364|404:364|380:360,1,80,0|2,0:0|0:0,0:0:0:0:
124,256,95927,6,0,P|52:256|8:320,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
92,332,96200,2,0,L|204:220,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
136,172,96473,6,0,L|208:100,1,80,4|2,0:3|0:3,0:0:0:0:
288,251,96745,2,0,L|232:308,1,80,4|2,0:3|0:3,0:0:0:0:
92,332,97018,5,2,0:2:0:0:
92,332,97086,1,0,0:0:0:0:
92,332,97155,1,2,0:2:0:0:
92,332,97223,1,0,0:0:0:0:
92,332,97291,2,0,P|48:332|8:304,1,90.0000034332277,2|0,0:2|0:0,0:0:0:0:
73,246,97564,6,0,P|99:174|72:104,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
4,32,97836,2,0,L|164:52,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
220,124,98109,2,0,L|374:143,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
464,192,98382,1,4,0:0:0:0:
464,192,98450,1,0,0:0:0:0:
464,192,98518,1,0,0:0:0:0:
344,56,98655,6,0,L|264:46,1,80,4|2,0:0|0:0,0:0:0:0:
220,124,98927,1,0,0:0:0:0:
344,56,99064,1,2,0:0:0:0:
141,134,99200,6,0,L|221:124,1,80,0|2,0:0|0:0,0:0:0:0:
265,202,99472,1,0,0:0:0:0:
141,134,99609,1,2,0:0:0:0:
344,212,99745,6,0,L|264:202,1,80,0|2,0:0|0:0,0:0:0:0:
220,280,100017,1,0,0:0:0:0:
344,212,100154,1,2,0:0:0:0:
141,289,100291,6,0,L|300:312,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
200,380,100564,2,0,L|41:357,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
0,280,100836,5,2,0:2:0:0:
76,220,100973,1,2,0:2:0:0:
160,172,101109,2,0,P|150:134|160:96,1,80,0|2,0:0|0:2,0:0:0:0:
256,32,101382,6,0,L|308:32,2,40,8|8|8,0:3|0:3|0:3,0:0:0:0:
56,128,101655,2,0,L|0:128,2,40,8|8|8,0:3|0:3|0:3,0:0:0:0:
256,224,101927,1,4,0:0:0:0:
456,128,102064,1,2,0:0:0:0:
256,32,102200,1,2,0:0:0:0:
160,172,102336,6,0,L|176:216,1,40,4|4,0:3|0:3,0:0:0:0:
256,224,102473,2,0,L|272:268,1,40,4|4,0:3|0:3,0:0:0:0:
348,280,102609,2,0,L|364:324,1,40,4|4,0:3|0:3,0:0:0:0:
452,324,102745,6,0,L|409:211,1,120,2|2,3:2|3:2,2:0:0:0:
456,128,103018,5,4,0:0:0:0:
512,48,103155,2,0,B|476:32|476:32|436:32,1,80,2|0,0:0|0:0,0:0:0:0:
376,128,103427,2,0,L|456:128,1,80,2|0,0:0|0:0,0:0:0:0:
336,32,103700,2,0,L|256:32,1,80,2|0,0:0|0:0,0:0:0:0:
155,54,103973,1,2,0:0:0:0:
100,136,104109,2,0,P|89:174|99:212,1,80,0|2,0:0|0:0,0:0:0:0:
308,360,104382,5,4,0:3:0:0:
331,360,104450,1,4,0:3:0:0:
354,360,104518,1,4,0:3:0:0:
377,360,104586,1,4,0:3:0:0:
401,360,104655,1,2,0:0:0:0:
448,276,104791,1,4,0:3:0:0:
484,188,104927,2,0,L|504:192,8,20
155,54,105336,5,2,0:2:0:0:
155,54,105405,1,0,0:0:0:0:
155,54,105473,2,0,B|92:55|92:55|44:55|20:105,1,155.999992858887,2|0,0:2|0:0,0:0:0:0:
100,136,105745,2,0,B|163:135|163:135|211:135|235:85,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
304,44,106018,2,0,L|348:64,3,40,2|2|2|2,0:3|0:3|0:3|0:3,0:0:0:0:
408,116,106291,6,0,B|408:168|408:168|400:184|400:184|416:184|416:184|408:204|408:204|408:256,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
456,336,106564,2,0,P|392:284|320:284,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
260,224,106836,2,0,L|318:368,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
220,352,107109,2,0,L|161:207,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
100,136,107382,6,0,P|59:136|23:113,1,80,4|0,1:2|0:0,0:0:0:0:
88,44,107655,1,0,0:0:0:0:
88,44,107791,2,0,B|152:44|152:44|172:64|172:64|240:64,1,160,4|0,1:2|0:0,0:0:0:0:
336,80,108200,1,4,1:2:0:0:
404,148,108336,1,0,0:0:0:0:
292,220,108473,6,0,B|292:296|220:296|220:352,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
292,352,108745,2,0,B|292:296|220:296|220:220,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
256,148,109018,2,0,L|256:122,8,25.9999988098145,6|0|0|0|0|0|0|0|6,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
119,284,109564,6,0,B|127:323|127:323|119:362,1,80,4|0,1:2|0:0,0:0:0:0:
60,112,109836,2,0,B|52:73|52:73|60:34,2,80,0|4|0,0:0|1:2|0:0,0:0:0:0:
124,184,110245,1,0,0:0:0:0:
124,184,110382,2,0,L|44:208,1,80,4|0,1:2|0:0,0:0:0:0:
208,248,110655,6,0,L|360:200,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
455,200,110927,2,0,P|481:128|456:56,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
357,56,111200,2,0,P|332:129|357:201,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
404,284,111473,1,6,0:0:0:0:
200,376,111745,6,0,L|192:336,1,40,2|0,0:0|0:0,0:0:0:0:
116,312,111882,2,0,L|124:272,1,40,0|0,0:0|0:0,0:0:0:0:
208,248,112018,2,0,L|200:208,1,40,2|0,0:0|0:0,0:0:0:0:
124,184,112155,2,0,L|132:144,1,40,0|0,0:0|0:0,0:0:0:0:
200,88,112291,6,0,P|132:123|65:88,1,160,2|0,1:2|0:0,0:0:0:0:
132,20,112700,1,0,0:0:0:0:
312,88,112836,6,0,P|380:123|447:88,1,160,2|0,1:2|0:0,0:0:0:0:
380,20,113245,1,0,0:0:0:0:
256,164,113382,6,0,B|252:180|252:180|260:196|260:196|256:216,3,47.9999985351563,2|0|2|0,0:0|0:0|0:0|0:0,0:0:0:0:
256,304,113927,5,4,1:2:0:0:
344,344,114064,1,0,0:0:0:0:
168,264,114200,1,0,0:0:0:0:
232,192,114336,1,4,1:2:0:0:
100,336,114473,2,0,L|24:300,1,80
160,158,114745,2,0,L|233:193,1,80,4|0,1:2|0:0,0:0:0:0:
256,304,115018,5,2,0:0:0:0:
432,192,115291,1,2,0:0:0:0:
256,80,115564,1,2,0:0:0:0:
80,192,115836,5,6,1:2:0:0:
256,192,115905,12,0,117200,0:0:0:0:
Natsu

Hinsvar wrote:

>Pantsu's Insane
  1. About the difficulty... Yeah, I definitely won't consider this an Insane diff. Again, same reason as the stuff I said in Gero's diff. Dunno since I can A this is more an Insane than an Extra is just cuz the bpm that the system bring an ¨X¨ here, but up to you Fatfan change it to Extra if you want :D
  2. 00:13:564 (1,3) - The overlap here doesn't really look aesthetic and nice to look at. Try to move them out from each other? Is on purpose
  3. 00:58:291 (1,2,3,4) - Change the hitsounds to a soft whistle? Same reason as in Gero's diff. unsure, since it sound funny with the music, But I'll thing about this one
  4. 01:01:564 (1) - Use the Normal sampleset and Soft addition, then change the finish to a whistle? Overall, fits more than a heavy cymbal sound using the finish. ^
  5. 01:03:745 (1,4) - Same as 00:13:564 (1,3).
  6. 01:32:382 (1,2,3) - Why is the stream spacing inconsistent? Looks weird IMO. Fixed
  7. 01:43:018 (1,2,3,4,5) - Is there an error in the usage of slider velocity multiplier or something? I'm sure enough the tail of the sliders should be snapped to the red ticks of each beat according to the song. yeah fixed, it should be 1.20
thanks for mod

SPOILER
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Soft
StackLeniency: 0.7
Mode: 0
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 111200
DistanceSpacing: 1.1
BeatDivisor: 4
GridSize: 4
TimelineZoom: 3.199999

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Pantsu's Insane
Source:SOUND VOLTEX II -infinite infection-
Tags:sdvx t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P A N Gero Onosakihito DJNightmare
BeatmapID:404440
BeatmapSetID:139525

[Difficulty]
HPDrainRate:6
CircleSize:4
OverallDifficulty:7
ApproachRate:9
SliderMultiplier:1.5
SliderTickRate:2

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,50,1,0
11109,-83.3333333333333,4,2,0,50,0,0
11382,-100,4,2,0,50,0,0
17382,-133.333333333333,4,2,0,50,0,0
17655,-100,4,2,0,50,0,0
19836,-133.333333333333,4,2,0,50,0,0
20109,-83.3333333333333,4,2,0,50,0,0
23927,-133.333333333333,4,2,0,50,0,0
24200,-83.3333333333333,4,2,0,50,0,0
24473,-100,4,2,0,50,0,0
27745,-83.3333333333333,4,2,0,50,0,0
28018,-133.333333333333,4,2,0,50,0,0
28291,-100,4,2,0,50,0,0
28564,-83.3333333333333,4,2,0,50,0,0
28836,-100,4,2,0,50,0,0
35382,-133.333333333333,4,2,0,50,0,0
36473,-83.3333333333333,4,2,0,50,0,0
37836,-133.333333333333,4,2,0,50,0,0
38109,-83.3333333333333,4,2,0,50,0,0
38382,-100,4,2,0,50,0,0
38791,-133.333333333333,4,2,0,50,0,0
38927,-117.647058823529,4,2,0,50,0,0
39064,-105.263157894737,4,2,0,50,0,0
39200,-95.2380952380952,4,2,0,50,0,0
39336,-86.9565217391304,4,2,0,50,0,0
39473,-80,4,2,0,50,0,0
39609,-74.0740740740741,4,2,0,50,0,0
39745,-133.333333333333,4,2,0,50,0,0
40018,-83.3333333333333,4,2,0,50,0,0
40291,-133.333333333333,4,2,0,50,0,0
41382,-83.3333333333333,4,2,0,50,0,0
41655,-133.333333333333,4,2,0,50,0,0
42473,-83.3333333333333,4,2,0,50,0,0
44109,-133.333333333333,4,2,0,50,0,0
44655,-111.111111111111,4,2,0,50,0,0
45200,-83.3333333333333,4,2,0,50,0,0
45473,-133.333333333333,4,2,0,50,0,0
45745,-83.3333333333333,4,2,0,50,0,0
46018,-133.333333333333,4,2,0,50,0,0
46836,-83.3333333333333,4,2,0,50,0,0
47518,-133.333333333333,4,2,0,50,0,0
47655,-117.647058823529,4,2,0,50,0,0
47791,-105.263157894737,4,2,0,50,0,0
47927,-95.2380952380951,4,2,0,50,0,0
48064,-86.9565217391304,4,2,0,50,0,0
48200,-80,4,2,0,50,0,0
48336,-74.0740740740741,4,2,0,50,0,0
48473,-100,4,2,0,50,0,0
50109,-133.333333333333,4,2,0,50,0,0
50382,-83.3333333333333,4,2,0,50,0,0
50655,-100,4,2,0,50,0,0
50927,-133.333333333333,4,2,0,50,0,0
51200,-83.3333333333333,4,2,0,50,0,0
51473,-100,4,2,0,50,0,0
63473,-133.333333333333,4,2,0,50,0,0
63745,-100,4,2,1,40,0,1
67564,-83.3333333333333,4,2,1,40,0,1
68109,-100,4,2,1,40,0,1
71382,-83.3333333333333,4,2,1,40,0,1
72473,-100,4,2,1,40,0,1
79973,-66.6666666666667,4,2,0,75,0,0
81473,-100,4,2,0,75,0,0
86655,-66.6666666666667,4,2,0,75,0,0
86927,-100,4,2,0,75,0,0
89655,-90.9090909090909,4,2,0,75,0,0
89928,-83.3333333333333,4,2,0,75,0,0
90200,-76.9230769230769,4,2,0,75,0,0
90473,-90.9090909090909,4,2,0,75,0,0
92382,-133.333333333333,4,2,0,75,0,0
94018,-90.9090909090909,4,2,0,75,0,0
96745,-133.333333333333,4,2,0,75,0,0
97155,-200,4,2,0,75,0,0
97564,-83.3333333333333,4,2,0,75,0,0
97836,-100,4,2,0,75,0,0
98109,-133.333333333333,4,2,0,75,0,0
98382,-83.3333333333333,4,2,0,75,0,0
100291,-133.333333333333,4,2,0,75,0,0
100564,-83.3333333333333,4,2,0,75,0,0
100836,-133.333333333333,4,2,0,75,0,0
101109,-117.647058823529,4,2,0,75,0,0
101382,-105.263157894737,4,2,0,75,0,0
101655,-95.2380952380952,4,2,0,75,0,0
101927,-133.333333333333,4,2,0,75,0,0
102200,-83.3333333333333,4,2,0,75,0,0
102473,-100,4,2,0,75,0,0
102609,-133.333333333333,4,2,0,75,0,0
102745,-100,4,2,0,75,0,0
103018,-83.3333333333333,4,2,0,75,0,0
105200,-133.333333333333,4,2,0,75,0,0
105473,-83.3333333333333,4,2,0,75,0,0
105745,-133.333333333333,4,2,0,75,0,0
106291,-76.9230769230769,4,2,0,75,0,0
106564,-133.333333333333,4,2,0,75,0,0
106836,-76.9230769230769,4,2,0,75,0,0
107518,-133.333333333333,4,2,0,75,0,0
107791,-76.9230769230769,4,2,0,75,0,0
107927,-133.333333333333,4,2,0,75,0,0
108200,-83.3333333333333,4,2,0,75,0,0
108473,-66.6666666666667,4,2,0,75,0,0
108745,-133.333333333333,4,2,0,75,0,0
109018,-66.6666666666667,4,2,0,75,0,0
109291,-133.333333333333,4,2,0,75,0,0
109564,-83.3333333333333,4,2,0,75,0,0
110382,-133.333333333333,4,2,0,75,0,0
110655,-83.3333333333333,4,2,0,75,0,0
112836,-133.333333333333,4,2,0,75,0,0
113518,-83.3333333333333,4,2,0,75,0,0
113927,-66.6666666666667,4,2,0,5,0,0


[Colours]
Combo1 : 128,0,255
Combo2 : 255,0,0
Combo3 : 0,255,255
Combo4 : 255,128,64

[HitObjects]
184,120,7018,5,8,0:2:0:0:
196,128,7427,1,8,0:2:0:0:
256,192,8109,12,0,10291,0:0:0:0:
156,256,11109,6,0,P|212:256|256:192,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
240,148,11382,6,0,L|216:64,1,75,4|0,0:0|0:0,0:0:0:0:
164,156,11655,1,0,1:0:0:0:
156,256,11791,1,0,0:0:0:0:
208,340,11927,2,0,P|244:332|288:304,1,75,0|0,0:0|0:0,0:0:0:0:
340,240,12200,2,0,L|368:192,3,37.5,0|0|0|0,1:0|0:0|0:0|0:0,0:0:0:0:
384,164,12473,6,0,L|416:92,1,75,2|0,0:3|0:0,0:0:0:0:
320,108,12745,2,0,L|311:29,1,75,2|0,0:3|0:0,0:0:0:0:
236,96,13018,2,0,L|189:32,1,75,2|0,0:3|0:0,0:0:0:0:
144,120,13291,2,0,L|72:88,1,75,2|0,0:3|0:0,0:0:0:0:
212,180,13564,6,0,L|280:210,1,75,4|0,0:0|0:0,0:0:0:0:
384,256,13836,1,0,1:0:0:0:
229,233,13973,1,0,0:0:0:0:
320,108,14109,1,0,0:0:0:0:
384,256,14245,1,0,0:0:0:0:
229,233,14382,2,0,P|192:240|160:264,1,75,0|0,1:0|0:0,0:0:0:0:
120,296,14586,1,0,0:0:0:0:
120,296,14655,6,0,L|100:212,1,75,2|0,0:3|0:0,0:0:0:0:
196,108,14927,2,0,L|213:180,1,75,2|0,0:3|0:0,0:0:0:0:
328,280,15200,2,0,L|308:196,1,75,2|0,0:3|0:0,0:0:0:0:
404,92,15472,2,0,L|421:164,1,75,2|0,0:3|0:0,0:0:0:0:
436,216,15677,1,0,0:0:0:0:
436,216,15745,5,0,1:0:0:0:
468,316,15882,1,0,1:0:0:0:
436,216,16018,1,0,1:0:0:0:
392,328,16155,1,0,1:0:0:0:
436,216,16291,1,4,0:0:0:0:
320,284,16428,1,0,0:0:0:0:
436,216,16564,1,8,0:0:0:0:
284,216,16701,1,0,0:0:0:0:
436,216,16836,5,0,1:0:0:0:
449,181,16904,1,0,0:0:0:0:
452,144,16972,1,0,1:0:0:0:
443,107,17040,1,0,0:0:0:0:
423,76,17108,1,0,1:0:0:0:
394,52,17176,1,0,0:0:0:0:
360,38,17245,1,0,1:0:0:0:
322,35,17313,1,0,0:0:0:0:
288,52,17382,6,0,P|248:64|200:48,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
180,0,17655,6,0,L|168:124,1,112.5,8|0,0:0|0:0,0:0:0:0:
169,111,17927,5,4,1:0:0:0:
160,216,18064,1,2,0:0:0:0:
256,172,18200,1,2,0:0:0:0:
160,117,18336,5,2,0:0:0:0:
169,221,18473,1,2,0:0:0:0:
256,161,18609,1,2,0:0:0:0:
152,124,18745,5,0,0:0:0:0:
178,225,18882,1,2,0:0:0:0:
254,150,19018,2,0,P|304:120|336:164,1,112.5,2|0,0:0|0:0,0:0:0:0:
344,204,19291,6,0,P|394:234|426:190,1,112.5,0|0,0:0|0:0,0:0:0:0:
428,164,19564,1,0,0:0:0:0:
416,128,19632,1,0,0:0:0:0:
388,100,19700,1,0,0:0:0:0:
288,44,19836,6,0,L|192:36,1,84.3750032186509,0|0,0:0|0:0,0:0:0:0:
168,84,20109,6,0,L|260:92,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
428,164,20382,2,0,L|338:156,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
160,208,20655,2,0,L|252:216,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
420,288,20928,2,0,L|330:280,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
104,260,21200,6,0,P|84:204|100:160,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
32,84,21473,2,0,P|88:64|132:80,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
212,20,21745,2,0,P|232:76|216:120,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
284,196,22018,2,0,P|228:216|184:200,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
316,112,22291,6,0,P|356:92|400:98,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
284,184,22564,2,0,P|228:204|184:188,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
316,100,22837,2,0,P|356:80|400:86,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
464,184,23109,2,0,L|476:288,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
392,336,23382,6,0,L|381:246,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
284,184,23655,2,0,L|294:273,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
204,348,23927,6,0,L|192:264,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
184,220,24200,6,0,P|184:136|224:100,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
248,92,24473,5,0,1:0:0:0:
344,108,24609,1,0,0:0:0:0:
344,108,24677,1,0,0:0:0:0:
344,108,24745,1,0,1:0:0:0:
372,204,24882,1,0,0:0:0:0:
304,276,25018,2,0,P|260:276|216:248,1,75,0|0,1:0|0:0,0:0:0:0:
372,204,25291,2,0,P|396:240|400:280,1,75,0|0,1:0|0:0,0:0:0:0:
284,184,25564,6,0,L|292:96,1,75,0|0,1:0|0:0,0:0:0:0:
192,40,25836,2,0,L|200:128,1,75,0|0,1:0|0:0,0:0:0:0:
96,184,26109,2,0,L|104:92,1,75,0|0,1:0|0:0,0:0:0:0:
20,236,26382,2,0,P|64:272|136:260,1,112.5,0|0,1:0|0:0,0:0:0:0:
152,256,26655,5,2,0:0:0:0:
188,248,26723,1,2,0:0:0:0:
224,252,26791,1,2,0:0:0:0:
256,268,26859,1,2,0:0:0:0:
280,296,26927,1,0,1:0:0:0:
192,332,27064,1,0,0:0:0:0:
216,176,27200,1,2,0:0:0:0:
352,256,27336,1,2,0:0:0:0:
216,176,27473,2,0,P|192:172|168:176,3,37.5,0|0|0|0,1:0|0:0|0:0|0:0,0:0:0:0:
136,180,27745,6,0,P|108:120|144:48,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
168,40,28018,6,0,P|208:48|260:32,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
284,16,28291,6,0,L|288:128,1,112.5,4|0,0:0|0:0,0:0:0:0:
308,168,28564,6,0,P|372:192|440:160,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
460,136,28836,5,0,1:0:0:0:
444,40,28973,1,0,1:0:0:0:
444,40,29041,1,0,1:0:0:0:
444,40,29109,1,0,1:0:0:0:
372,104,29245,1,4,0:0:0:0:
344,252,29382,2,0,P|376:256|432:232,1,75,0|4,0:0|0:0,0:0:0:0:
308,168,29655,2,0,P|276:164|220:188,1,75,0|4,0:0|0:0,0:0:0:0:
168,288,29927,6,0,L|176:376,1,75,0|4,0:0|0:0,0:0:0:0:
44,232,30200,2,0,L|52:152,1,75,0|4,0:0|0:0,0:0:0:0:
80,320,30473,2,0,P|40:332|0:312,1,75,0|4,0:0|0:0,0:0:0:0:
136,196,30745,1,0,1:0:0:0:
172,192,30814,1,0,1:0:0:0:
208,200,30882,1,0,1:0:0:0:
240,216,30950,1,0,1:0:0:0:
264,244,31018,6,0,P|276:276|264:328,1,75,0|4,1:0|0:0,0:0:0:0:
136,196,31291,2,0,P|124:164|136:112,1,75,0|4,0:0|0:0,0:0:0:0:
264,32,31564,2,0,L|348:40,1,75,0|4,0:0|0:0,0:0:0:0:
464,144,31836,2,0,L|389:151,1,75,0|4,0:0|0:0,0:0:0:0:
240,216,32109,2,0,P|232:256|256:300,1,75,0|4,0:0|0:0,0:0:0:0:
312,140,32382,2,0,P|281:113|231:111,1,75,0|4,0:0|0:0,0:0:0:0:
344,244,32655,2,0,P|382:230|408:188,1,75,0|4,0:0|0:0,0:0:0:0:
452,60,32927,1,0,1:0:0:0:
451,52,32995,1,0,1:0:0:0:
450,44,33064,1,0,1:0:0:0:
449,36,33132,1,0,1:0:0:0:
448,28,33200,6,0,L|458:117,1,75,0|4,1:0|0:0,0:0:0:0:
511,259,33473,2,0,P|507:302|483:338,1,75,0|4,0:0|0:0,0:0:0:0:
344,244,33745,2,0,P|348:201|372:165,1,75,0|4,0:0|0:0,0:0:0:0:
376,344,34018,1,0,1:0:0:0:
340,348,34086,1,0,1:0:0:0:
304,336,34155,1,0,1:0:0:0:
272,316,34223,1,0,1:0:0:0:
248,288,34291,6,0,P|232:248|248:200,1,75,0|4,1:0|0:0,0:0:0:0:
156,124,34564,2,0,P|129:157|79:168,1,75,0|4,0:0|0:0,0:0:0:0:
64,276,34836,2,0,P|106:282|140:320,1,75,0|4,0:0|0:0,0:0:0:0:
272,316,35109,2,0,L|312:328,1,37.5,2|0,0:0|0:0,0:0:0:0:
360,264,35245,2,0,L|400:268,1,37.5,0|0,0:0|0:0,0:0:0:0:
460,316,35382,6,0,P|476:280|476:248,1,56.2500021457673,0|0,1:0|1:0,0:0:0:0:
472,116,35655,1,8,1:0:0:0:
340,184,35791,1,0,1:0:0:0:
304,40,35927,2,0,L|208:48,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
192,52,36200,1,2,1:2:0:0:
168,68,36268,1,2,1:2:0:0:
152,92,36336,1,2,1:2:0:0:
140,120,36405,1,2,1:2:0:0:
136,148,36473,6,0,L|152:264,1,89.9999972534181,2|0,0:3|0:0,0:0:0:0:
363,237,36745,2,0,L|376:148,1,89.9999972534181,2|0,0:3|0:0,0:0:0:0:
212,288,37018,2,0,P|256:300|312:280,1,89.9999972534181,2|0,0:3|0:0,0:0:0:0:
300,96,37291,2,0,P|256:84|200:104,1,89.9999972534181,2|0,1:3|0:0,0:0:0:0:
256,216,37564,1,0,1:0:0:0:
256,216,37632,1,0,1:0:0:0:
256,216,37700,1,0,1:0:0:0:
256,216,37768,1,0,1:0:0:0:
256,216,37836,6,0,L|256:304,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
284,336,38109,6,0,P|348:356|420:324,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
432,300,38382,1,8,0:0:0:0:
444,152,38518,1,0,0:0:0:0:
344,264,38655,1,2,0:0:0:0:
356,124,38791,6,0,L|360:80,1,28.1250010728836,2|0,0:0|0:0,0:0:0:0:
284,116,38927,6,0,L|288:64,1,31.8750006079674,2|0,0:0|0:0,0:0:0:0:
212,108,39064,6,0,L|216:60,1,35.6249990487099,2|0,0:0|0:0,0:0:0:0:
140,100,39200,6,0,L|144:52,1,39.3749987983704,2|0,0:0|0:0,0:0:0:0:
68,92,39336,6,0,L|12:84,1,43.1250008225441,2|0,0:0|0:0,0:0:0:0:
64,164,39473,6,0,L|4:156,1,46.875,2|0,0:0|0:0,0:0:0:0:
60,236,39609,6,0,L|0:228,1,50.6250001931191,2|0,0:0|0:0,0:0:0:0:
56,308,39745,6,0,L|144:324,1,84.3750032186509,2|0,0:1|0:0,0:0:0:0:
184,332,40018,6,0,L|236:320,1,44.999998626709,2|0,0:1|0:0,0:0:0:0:
272,320,40155,2,0,L|320:328,1,44.999998626709,2|0,0:1|0:0,0:0:0:0:
360,336,40291,6,0,L|464:320,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
484,320,40564,1,8,1:0:0:0:
416,232,40700,1,8,1:0:0:0:
500,160,40836,1,4,0:0:0:0:
416,84,40973,1,0,0:0:0:0:
328,152,41109,6,0,P|300:112|300:72,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
312,36,41382,6,0,L|168:48,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
136,52,41655,6,0,P|96:64|48:48,1,84.3750032186509,2|0,1:0|0:0,0:0:0:0:
20,28,41927,5,0,1:0:0:0:
24,68,41995,1,0,1:0:0:0:
28,112,42064,1,0,1:0:0:0:
32,152,42132,1,0,1:0:0:0:
36,192,42200,6,0,P|72:172|128:180,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
152,188,42473,6,0,P|216:200|280:160,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
299,134,42745,5,4,1:0:0:0:
385,86,42882,1,0,0:0:0:0:
299,36,43018,1,2,0:0:0:0:
312,140,43155,5,2,0:0:0:0:
384,72,43291,1,2,0:0:0:0:
288,44,43427,1,2,0:0:0:0:
328,140,43564,5,2,0:0:0:0:
376,60,43700,1,2,0:0:0:0:
276,56,43836,1,2,0:0:0:0:
344,140,43973,5,2,0:0:0:0:
420,56,44109,6,0,P|456:144|408:240,1,196.875007510186,4|0,1:0|0:0,0:0:0:0:
372,256,44655,6,0,L|128:232,1,236.249992790222,0|0,1:0|0:0,0:0:0:0:
112,192,45200,6,0,L|120:340,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
148,356,45473,6,0,P|192:364|244:348,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
268,332,45745,6,0,P|328:308|392:336,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
416,356,46018,6,0,L|424:264,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
427,237,46291,1,0,1:0:0:0:
431,203,46359,1,0,1:0:0:0:
434,169,46427,1,0,1:0:0:0:
437,135,46495,1,0,1:0:0:0:
439,100,46564,6,0,P|395:114|346:87,1,84.3750032186509,0|0,0:0|0:0,0:0:0:0:
327,75,46836,6,0,P|267:46|117:213,1,314.999990386963,4|0,1:0|0:0,0:0:0:0:
120,233,47382,1,2,0:0:0:0:
196,312,47518,6,0,L|192:344,1,28.1250010728836,2|0,0:0|0:0,0:0:0:0:
272,308,47655,6,0,L|268:352,1,31.8750006079674,2|0,0:0|0:0,0:0:0:0:
348,304,47791,6,0,L|344:348,1,35.6249990487099,2|0,0:0|0:0,0:0:0:0:
420,300,47927,6,0,L|464:296,1,39.3749987983704,2|0,0:0|0:0,0:0:0:0:
396,228,48064,6,0,L|438:224,1,43.1250008225441,0|0,0:0|0:0,0:0:0:0:
372,156,48200,6,0,L|418:152,1,46.875,2|0,0:0|0:0,0:0:0:0:
340,84,48336,6,0,L|408:80,1,50.6250001931191,2|0,0:0|0:0,0:0:0:0:
320,12,48473,6,0,L|200:24,1,112.5,2|0,1:0|0:0,0:0:0:0:
124,36,48745,2,0,L|108:104,1,37.5,2|0,1:0|0:0,0:0:0:0:
180,136,48882,2,0,L|188:99,1,37.5,2|0,1:0|0:0,0:0:0:0:
268,92,49018,2,0,L|248:220,1,112.5,2|0,0:0|0:0,0:0:0:0:
316,256,49291,2,0,L|324:219,1,37.5,2|0,0:0|0:0,0:0:0:0:
404,192,49427,2,0,L|395:228,1,37.5,0|0,0:0|0:0,0:0:0:0:
380,312,49564,6,0,L|371:348,1,37.5,4|0,1:0|0:0,0:0:0:0:
300,332,49700,2,0,L|291:368,1,37.5,2|0,0:1|0:0,0:0:0:0:
216,344,49836,2,0,L|207:380,2,37.5,0|0|2,1:0|0:0|0:1,0:0:0:0:
232,204,50109,6,0,P|236:160|216:112,1,84.3750032186509,0|0,0:0|0:0,0:0:0:0:
180,104,50382,6,0,P|112:104|64:40,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
40,36,50655,5,0,0:0:0:0:
34,57,50723,1,0,0:0:0:0:
29,79,50791,1,0,0:0:0:0:
24,101,50859,1,0,0:0:0:0:
20,124,50927,2,0,P|48:156|100:180,1,84.3750032186509,4|4,0:0|0:0,0:0:0:0:
124,184,51200,6,0,P|184:192|220:260,1,134.999995880127,0|0,0:0|0:0,0:0:0:0:
228,312,51473,6,0,L|284:244,1,75,0|0,0:0|0:0,0:0:0:0:
316,92,51745,5,0,0:0:0:0:
316,92,51814,1,0,0:0:0:0:
316,92,51882,1,0,0:0:0:0:
316,92,51950,1,0,0:0:0:0:
316,92,52018,2,0,L|363:149,1,75,0|0,0:0|0:0,0:0:0:0:
236,144,52291,2,0,L|188:86,1,75,4|0,1:0|0:0,0:0:0:0:
72,32,52564,1,4,1:0:0:0:
72,32,52632,1,0,0:0:0:0:
72,32,52700,1,0,0:0:0:0:
72,32,52768,1,0,0:0:0:0:
72,32,52836,5,4,0:0:0:0:
440,352,53245,1,4,0:0:0:0:
256,192,53518,1,4,0:0:0:0:
192,52,53791,1,4,0:0:0:0:
320,52,53927,6,0,L|408:44,2,75,0|0|8,1:0|1:0|0:0,0:0:0:0:
192,52,54336,1,8,0:0:0:0:
124,160,54473,2,0,L|36:168,2,75,0|8|0,1:0|0:0|1:0,0:0:0:0:
373,157,55018,5,4,1:0:0:0:
192,52,55291,1,2,0:0:0:0:
191,262,55564,1,8,0:0:0:0:
280,116,55836,5,2,0:0:0:0:
286,213,55973,1,2,0:0:0:0:
199,170,56109,1,2,0:0:0:0:
267,320,56382,5,2,0:0:0:0:
416,172,56655,1,8,0:0:0:0:
268,24,56927,1,2,0:0:0:0:
119,172,57200,1,2,0:0:0:0:
416,172,57609,5,2,0:0:0:0:
256,120,57882,1,2,0:0:0:0:
416,172,58155,1,2,0:0:0:0:
416,172,58291,5,2,0:3:0:0:
380,12,58564,1,2,0:3:0:0:
256,120,58836,1,2,0:3:0:0:
196,276,59109,1,0,0:0:0:0:
416,172,59382,6,0,B|460:224|428:288|428:288|380:280,1,150,0|8,1:0|1:0,0:0:0:0:
196,276,59927,2,0,L|112:284,2,75,0|0|8,0:0|0:0|1:0,0:0:0:0:
300,264,60336,1,0,0:0:0:0:
404,248,60473,5,0,1:0:0:0:
376,40,60745,2,0,L|344:116,1,75,8|0,1:0|0:0,0:0:0:0:
284,192,61018,2,0,L|252:116,1,75,0|0,0:0|0:0,0:0:0:0:
188,40,61291,2,0,L|156:116,1,75,8|0,1:0|0:0,0:0:0:0:
92,296,61564,5,4,1:0:0:0:
420,296,61973,1,0,1:0:0:0:
256,192,62245,2,0,L|192:132,2,75,0|0|0,0:0|0:0|0:0,0:0:0:0:
312,284,62655,6,0,L|296:344,2,50,2|2|2,0:0|0:0|0:0,0:0:0:0:
228,308,62927,2,0,L|212:368,2,50,2|2|2,0:0|0:0|0:0,0:0:0:0:
140,320,63200,2,0,L|124:380,2,50,2|2|2,0:0|0:0|0:0,0:0:0:0:
176,244,63473,6,0,P|184:200|176:152,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
160,128,63745,6,0,P|204:136|240:120,1,75,4|0,1:1|0:0,0:0:0:0:
368,88,64018,1,0,1:0:0:0:
300,192,64155,1,0,0:0:0:0:
284,43,64291,2,0,L|300:195,1,150,0|0,1:0|1:0,0:0:0:0:
268,292,64700,1,2,0:0:0:0:
173,336,64836,5,0,1:0:0:0:
86,275,64973,2,0,P|78:233|94:188,1,75,0|2,1:0|1:2,0:0:0:0:
108,168,65177,1,0,0:0:0:0:
152,152,65245,2,0,L|228:160,1,75,2|0,1:2|1:0,0:0:0:0:
192,73,65518,1,0,1:0:0:0:
181,240,65655,1,0,1:0:0:0:
181,240,65723,1,0,0:0:0:0:
181,240,65791,1,0,1:0:0:0:
104,80,65927,6,0,P|64:88|36:116,1,75,0|0,1:0|1:0,0:0:0:0:
242,166,66200,2,0,P|282:158|306:130,1,75,0|0,1:0|1:0,0:0:0:0:
192,72,66473,1,0,1:0:0:0:
181,240,66609,1,0,1:0:0:0:
324,296,66745,1,4,0:0:0:0:
241,166,66882,1,0,1:0:0:0:
250,310,67018,2,0,L|324:296,1,75,0|0,1:0|1:0,0:0:0:0:
180,240,67291,2,0,L|106:225,1,75,4|0,1:2|1:2,0:0:0:0:
104,78,67564,6,0,P|147:66|192:72,1,89.9999972534181,4|0,0:0|0:0,0:0:0:0:
407,78,67836,2,0,P|364:66|319:72,1,89.9999972534181,0|0,0:0|0:0,0:0:0:0:
241,166,68109,5,4,1:0:0:0:
312,268,68245,1,0,0:0:0:0:
312,268,68314,1,0,0:0:0:0:
312,268,68382,2,0,P|355:280|392:276,2,75,0|0|0,1:0|0:0|1:0,0:0:0:0:
241,166,68791,1,0,0:0:0:0:
172,268,68927,2,0,P|128:280|92:276,1,75,0|0,1:0|0:0,0:0:0:0:
84,172,69200,5,0,1:0:0:0:
164,344,69336,1,0,1:0:0:0:
241,166,69473,1,2,1:2:0:0:
312,268,69609,1,2,1:2:0:0:
312,268,69677,1,0,0:0:0:0:
312,268,69745,1,0,1:0:0:0:
164,172,69882,1,0,0:0:0:0:
164,172,69950,1,0,0:0:0:0:
164,172,70018,2,0,P|156:132|168:92,1,75,0|0,1:0|1:0,0:0:0:0:
184,68,70223,1,0,0:0:0:0:
216,40,70291,5,2,1:2:0:0:
272,48,70359,1,2,1:2:0:0:
328,56,70427,1,2,1:2:0:0:
384,64,70495,1,2,1:2:0:0:
440,72,70564,2,0,P|464:104|472:156,1,75,0|0,0:0|0:0,0:0:0:0:
448,248,70836,5,2,1:2:0:0:
392,256,70905,1,2,1:2:0:0:
336,264,70973,1,2,1:2:0:0:
280,272,71041,1,2,1:2:0:0:
224,280,71109,2,0,P|188:296|136:280,1,75,0|0,0:0|0:0,0:0:0:0:
44,212,71382,6,0,P|56:168|44:104,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
335,160,71655,2,0,P|324:203|328:247,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
164,48,71927,2,0,P|207:59|251:55,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
216,324,72200,2,0,P|172:312|108:324,1,89.9999972534181,6|4,1:0|0:1,0:0:0:0:
184,192,72473,5,4,1:1:0:0:
248,100,72609,1,0,0:0:0:0:
248,100,72677,1,0,0:0:0:0:
248,100,72745,1,0,1:0:0:0:
304,200,72882,1,0,0:0:0:0:
148,118,73018,2,0,P|148:73|180:37,1,75,0|0,1:0|0:0,0:0:0:0:
248,100,73291,1,0,1:0:0:0:
184,192,73427,1,0,0:0:0:0:
72,184,73564,6,0,P|44:144|48:104,1,75,0|0,1:0|0:0,0:0:0:0:
248,100,73836,1,2,1:2:0:0:
272,128,73905,1,0,0:0:0:0:
288,164,73973,1,2,1:2:0:0:
296,200,74041,1,0,0:0:0:0:
288,236,74109,2,0,P|260:280|220:292,1,75,0|0,1:0|0:0,0:0:0:0:
348,328,74382,2,0,P|400:330|430:358,1,75,0|0,1:0|0:0,0:0:0:0:
408,228,74655,6,0,P|383:181|393:141,1,75,0|0,1:0|0:0,0:0:0:0:
424,56,74927,2,0,L|344:48,1,75,0|0,1:0|0:0,0:0:0:0:
236,40,75200,1,0,1:0:0:0:
264,188,75336,1,0,1:0:0:0:
156,84,75473,1,0,1:0:0:0:
304,104,75609,1,0,1:0:0:0:
172,172,75745,5,4,0:0:0:0:
172,172,75882,1,0,0:0:0:0:
204,280,76018,1,4,0:0:0:0:
204,280,76155,1,0,0:0:0:0:
308,324,76291,1,2,1:0:0:0:
416,288,76427,1,2,1:0:0:0:
464,188,76564,1,2,1:0:0:0:
456,152,76632,1,0,0:0:0:0:
444,116,76700,1,0,0:0:0:0:
424,84,76768,1,0,0:0:0:0:
396,60,76836,6,0,L|320:64,1,75,4|0,1:0|0:0,0:0:0:0:
71,136,77245,2,0,L|113:200,1,75,4|0,1:0|0:0,0:0:0:0:
300,379,77655,2,0,L|334:311,1,75,4|0,1:0|0:0,0:0:0:0:
396,60,78064,6,0,L|320:64,1,75,4|0,1:0|0:0,0:0:0:0:
236,136,78336,1,0,1:0:0:0:
216,24,78473,1,4,1:0:0:0:
48,316,78882,6,0,L|100:320,1,37.5,4|0,1:0|0:0,0:0:0:0:
228,228,79155,1,4,0:0:0:0:
344,364,79291,1,0,0:0:0:0:
332,184,79427,1,2,0:0:0:0:
236,332,79564,1,2,0:0:0:0:
404,268,79700,1,0,0:0:0:0:
228,228,79836,2,0,P|212:188|228:140,1,75,2|2,0:0|0:0,0:0:0:0:
316,40,80109,5,2,0:0:0:0:
256,192,80177,12,0,81200,0:0:0:0:
255,367,81473,5,2,0:0:0:0:
80,191,81745,1,8,0:0:0:0:
256,16,82018,1,2,0:0:0:0:
332,100,82155,1,2,0:0:0:0:
224,124,82291,5,0,0:0:0:0:
256,348,82564,1,2,0:0:0:0:
156,148,82836,1,8,0:0:0:0:
316,308,83110,1,2,0:0:0:0:
116,208,83382,5,2,0:0:0:0:
396,176,83791,1,2,0:0:0:0:
184,256,84064,1,2,0:0:0:0:
356,108,84337,1,2,0:0:0:0:
356,108,84473,5,2,0:3:0:0:
184,256,84745,1,2,0:3:0:0:
396,176,85018,1,2,0:3:0:0:
184,256,85291,1,2,0:3:0:0:
408,252,85564,5,2,0:0:0:0:
184,256,85836,1,2,0:0:0:0:
396,328,86109,1,8,0:0:0:0:
184,256,86382,1,0,0:0:0:0:
184,256,86518,1,0,0:0:0:0:
184,256,86655,6,0,B|136:248|148:208|148:208|128:200|128:200|112:160|136:120,1,168.750006437302,0|0,0:0|0:0,0:0:0:0:
192,64,86927,6,0,L|212:20,1,37.5,0|0,0:0|0:0,0:0:0:0:
272,64,87064,2,0,L|292:20,1,37.5,0|0,0:0|0:0,0:0:0:0:
348,64,87200,2,0,L|368:20,1,37.5,0|0,0:0|0:0,0:0:0:0:
428,64,87337,2,0,L|448:20,1,37.5,0|0,0:0|0:0,0:0:0:0:
508,64,87473,2,0,L|492:98,1,37.5,0|0,1:0|1:0,0:0:0:0:
436,136,87609,2,0,L|420:170,1,37.5,0|0,1:0|1:0,0:0:0:0:
476,212,87745,6,0,L|436:300,1,75,4|4,1:0|1:0,0:0:0:0:
304,372,88018,2,0,P|252:352|228:296,1,112.5,4|0,0:0|0:0,0:0:0:0:
228,303,88291,1,4,1:0:0:0:
256,156,88427,1,4,1:0:0:0:
228,303,88564,2,0,P|168:292|140:244,1,112.5,4|0,0:0|0:0,0:0:0:0:
140,208,88836,6,0,L|132:104,1,75,4|0,0:0|0:0,0:0:0:0:
224,72,89109,2,0,L|216:0,2,50,2|2|2,0:0|0:0|0:0,0:0:0:0:
288,116,89382,2,0,L|293:165,2,50,2|2|0,0:0|0:0|0:0,0:0:0:0:
324,44,89655,6,0,L|340:184,1,123.75000377655,4|0,0:0|0:0,0:0:0:0:
392,208,89927,6,0,L|377:85,1,123.75000377655,0|0,1:0|0:0,0:0:0:0:
412,24,90200,6,0,L|428:176,1,146.249993305207,0|0,1:0|0:0,0:0:0:0:
436,220,90473,6,0,P|432:260|400:296,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
292,344,90745,2,0,P|296:304|328:268,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
448,224,91018,6,0,P|444:264|412:300,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
304,348,91290,2,0,P|308:308|340:272,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
432,148,91564,2,0,P|476:152|512:184,1,82.5000025177003,4|0,1:0|0:0,0:0:0:0:
368,192,91836,2,0,P|324:188|288:156,1,82.5000025177003,4|0,1:0|0:0,0:0:0:0:
192,44,92109,6,0,B|164:108|164:108|152:148|188:164,1,123.75000377655,4|0,1:0|0:0,0:0:0:0:
200,172,92382,6,0,P|220:200|220:256,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
204,272,92655,1,0,1:0:0:0:
187,294,92723,1,0,1:0:0:0:
184,322,92791,1,0,1:0:0:0:
194,348,92859,1,0,1:0:0:0:
216,365,92927,1,0,1:0:0:0:
243,370,92995,1,0,1:0:0:0:
270,362,93064,1,0,1:0:0:0:
289,342,93132,1,0,1:0:0:0:
300,320,93200,6,0,B|304:284|304:284|320:272|320:272|324:224,1,84.3750032186509,2|0,0:0|0:0,0:0:0:0:
324,220,93473,1,8,1:0:0:0:
268,124,93609,1,0,1:0:0:0:
348,204,93745,1,2,0:0:0:0:
252,144,93882,1,2,0:0:0:0:
368,172,94018,6,0,P|384:116|348:60,1,123.75000377655,8|0,1:0|0:0,0:0:0:0:
316,52,94291,6,0,L|232:40,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
80,88,94564,2,0,L|161:99,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
304,176,94836,2,0,L|220:164,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
68,212,95109,2,0,L|149:223,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
304,248,95382,6,0,P|340:272|356:320,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
252,192,95655,2,0,P|290:172|340:182,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
228,264,95927,2,0,P|192:240|176:192,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
280,320,96200,2,0,P|241:339|191:329,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
68,212,96473,5,0,0:0:0:0:
68,212,96609,1,0,0:0:0:0:
68,212,96745,2,0,L|40:92,1,112.500004291535,0|4,0:0|0:0,0:0:0:0:
108,32,97155,6,0,L|132:136,1,93.75,0|0,0:0|0:0,0:0:0:0:
160,164,97564,6,0,P|208:184|288:148,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
312,128,97836,6,0,P|360:112|424:136,1,112.5,4|0,1:0|0:0,0:0:0:0:
448,160,98109,6,0,L|460:68,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
496,56,98382,6,0,L|472:208,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
460,236,98655,6,0,P|428:276|388:284,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
280,356,98927,2,0,P|240:324|232:284,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
172,164,99200,2,0,P|204:124|244:116,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
360,52,99473,2,0,P|400:83|408:124,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
372,248,99745,5,0,1:0:0:0:
328,124,99882,1,0,0:0:0:0:
296,272,100018,1,0,1:0:0:0:
252,144,100155,1,0,0:0:0:0:
220,296,100291,6,0,P|176:308|124:288,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
100,268,100564,6,0,L|108:112,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
124,96,100836,6,0,P|152:92|188:104,1,56.2500021457673,4|0,1:0|0:0,0:0:0:0:
236,220,101109,6,0,P|208:208|184:168,1,63.7500012159348,0|0,0:0|0:0,0:0:0:0:
272,72,101382,6,0,P|304:52|344:52,1,71.2499980974198,2|2,0:0|0:0,0:0:0:0:
456,136,101655,6,0,L|448:228,1,78.7499975967408,2|2,0:0|0:0,0:0:0:0:
396,320,101927,6,0,P|360:308|316:320,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
276,344,102200,6,0,P|196:356|144:312,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
128,288,102473,6,0,L|136:236,1,37.5,0|0,1:0|0:0,0:0:0:0:
136,204,102609,2,0,L|132:168,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
128,128,102745,6,0,P|180:144|240:128,1,112.5,4|0,0:0|0:0,0:0:0:0:
280,104,103018,6,0,L|272:208,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
424,120,103291,2,0,L|432:24,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
416,200,103564,2,0,L|536:208,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
292,24,103836,2,0,L|184:16,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
52,112,104109,2,0,P|56:164|84:192,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
212,224,104382,1,2,0:0:0:0:
220,224,104450,1,2,0:0:0:0:
228,224,104518,1,2,0:0:0:0:
236,224,104586,1,2,0:0:0:0:
245,224,104655,6,0,L|136:224,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
80,328,104927,2,0,L|48:328,6,22.4999993133545,2|0|0|0|0|2|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
124,328,105200,6,0,L|208:328,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
256,328,105473,6,0,P|312:312|352:224,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
368,204,105745,6,0,P|384:164|428:144,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
424,145,106018,1,0,0:0:0:0:
429,145,106086,1,0,0:0:0:0:
434,145,106155,1,0,0:0:0:0:
439,145,106223,1,0,0:0:0:0:
444,146,106291,6,0,L|287:147,1,146.249993305207,4|0,1:0|0:0,0:0:0:0:
260,147,106564,6,0,L|217:137,1,28.1250010728836,4|0,1:0|0:0,0:0:0:0:
190,139,106700,2,0,L|156:149,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
118,147,106836,6,0,B|91:150|57:127|57:127|31:154|35:211,1,146.249993305207,4|0,1:0|0:0,0:0:0:0:
35,212,107109,1,4,1:0:0:0:
36,221,107177,1,0,0:0:0:0:
38,230,107245,1,0,0:0:0:0:
41,239,107314,1,0,0:0:0:0:
44,247,107382,6,0,L|35:310,1,48.7499977684022,4|0,0:0|0:0,0:0:0:0:
116,264,107518,6,0,L|112:304,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
192,272,107655,2,0,L|188:300,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
268,280,107791,6,0,L|259:343,1,48.7499977684022,0|0,1:0|0:0,0:0:0:0:
344,292,107927,6,0,L|340:332,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
420,300,108064,2,0,L|416:328,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
408,220,108200,6,0,P|448:224|504:144,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
432,152,108473,6,0,P|376:152|340:248,1,168.750006437302,4|0,1:0|0:0,0:0:0:0:
392,296,108745,6,0,P|352:320|312:312,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
268,280,109018,6,0,P|208:244|112:280,1,168.750006437302,4|0,1:0|0:0,0:0:0:0:
88,340,109291,6,0,P|56:316|44:268,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
44,196,109564,6,0,L|52:104,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
136,52,109836,1,0,0:0:0:0:
212,116,109973,2,0,P|256:124|312:108,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
376,52,110245,1,0,0:0:0:0:
460,106,110382,6,0,L|468:192,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
472,236,110655,6,0,P|464:280|432:316,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
312,344,110927,2,0,P|268:336|232:304,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
200,184,111200,2,0,P|208:140|240:104,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
360,76,111473,2,0,P|404:84|440:116,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
472,236,111745,5,0,1:0:0:0:
452,260,111813,1,0,0:0:0:0:
424,275,111881,1,0,1:0:0:0:
393,277,111949,1,0,0:0:0:0:
363,268,112017,1,0,1:0:0:0:
336,252,112085,1,0,0:0:0:0:
308,238,112154,1,0,1:0:0:0:
277,235,112222,1,0,0:0:0:0:
247,243,112291,6,0,P|200:252|156:324,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
120,372,112564,2,0,L|100:272,1,89.9999972534181,8|4,0:0|0:0,0:0:0:0:
76,136,112836,6,0,P|64:96|120:56,2,112.500004291535,0|0|2,0:0|0:0|0:3,0:0:0:0:
120,212,113518,6,0,L|140:256,1,44.999998626709,2|0,0:0|0:0,0:0:0:0:
204,216,113655,2,0,L|234:253,1,44.999998626709,2|0,0:0|0:0,0:0:0:0:
292,204,113791,2,0,L|331:232,1,44.999998626709,2|0,0:0|0:0,0:0:0:0:
256,192,113927,12,4,115836,1:0:0:0:
Topic Starter
Fatfan Kolek
Updated~
Little
[General]
  1. There is quite a ridiculous difficulty gap between Hard and Insane...
[Easy]
  1. 00:08:109 (1) - I think it may be better to end the spinner at 00:10:291 since the sound changes distinctly there, and it gives the player more time to recover and move to the next object.
  2. 00:11:382 (1) - The dropoff flow may be too harsh on beginners, especially on an "Easy" map of such high bpm and spacing. Try this instead: http://puu.sh/9V7EE/96f22d9efb.jpg
  3. 00:13:564 (3,4) - Fix the blanket. In my opinion, perfect blanket is important in Easy and Normal diffs because the frequency of objects is lower, so the player will have more time pay more attention to aesthetics while playing the map.
  4. 00:23:927 (1) - I think the flow will be better if you flip the shape: http://puu.sh/9V7WX/02b634425b.jpg
  5. 01:07:564 (5,1) - Swap NC to match with 00:23:927 (1,2) and 00:28:291 (1,2)
  6. 01:21:200 - End kiai here instead.
  7. 01:47:382 (1,2) - Fix the blanket.
  8. 01:49:564 (3,4) - Fix the blanket.
  9. 01:52:836 (2) - Switch hitsounds around between head and end?
[Dariano]
  1. High SV with low DS makes the map really hard, since a lot of circles are used, lower the Overall Difficulty to 3 to bring the difficulty of the map to a more acceptable level for Normal.
  2. Currently, SV multiplier is used improperly. Instead of having one slider in regular SV and the rest of the map in 1.2x, you should just use 1.08 as the default slider velocity, and make the first slider 0.83x (If you don't understand this, send me a PM, and I'll explain it further).
  3. 00:13:018 (4) - Make this the same shape as (3) for a better mutual blanket (copy and paste (3), and rotate 180 degrees). http://puu.sh/9V9k4/ebc95a96d5.jpg
  4. 00:22:018 (6,1) - Fix stack.
  5. 00:38:927 (3,4) - Consider making a blanket between these two objects. You may need to adjust the shape of (4) to accomplish this.
  6. 00:41:382 (5,1) - Fix blanket by adjusting shape of (5). http://puu.sh/9V9RL/8f32045afd.jpg
  7. 01:05:927 (1,2) - Fix blanket.
  8. 01:07:564 (4,5) - Add finish.
  9. 01:16:564 (1,2) - Swap NC to match with combos earlier in the map, like 00:15:473 (6,1)
  10. 01:21:200 - End kiai here instead.
  11. 01:35:927 (6,1) - Fix blanket.
  12. 01:37:018 (2,3) - Fix blanket, and delete all of these unnecessary inheriting points.
  13. 01:44:927 (6) - This is too confusing for the player, since the slider is so short. The player will be unable to see the repeat. Please change this to a single repeat 1/2 tick slider.
[Oracle]
  1. Maybe I'm just bad at reading, but the high object density makes it difficult to read some of the jumps. I'd recommend AR8.5 since I had a much better time reading that, but it's up to you.
  2. 00:10:836 (3,1) - This is one jump I had trouble with while playing. I understand why you put a jump there, but maybe rotate or curve (3) more toward (1) and make slightly smaller jump for better readability.
  3. 00:32:382 (1,2) - This end stack is too hard to read imo, especially on AR8. I suggest unstacking it.
  4. 00:54:610 (3,1) - This may be confusing because it is visually closer to 3/2 or 2, so I suggest making it closer to a 1.8x DS.
  5. 01:18:336 (2,1) - Given this rhythm, I think a stack would play more intuitively here.
  6. 01:20:109 (1) - I think a shape like this would help the player to infer a slowdown: http://puu.sh/9VcgI/28649788d3.jpg
  7. 01:20:109 (1,1) - I recommend 3.6x DS.
  8. 01:29:655 (3) - Use 1.0x SV here. The short slider will confuse players as to what the true length of that note is, and since this note is also stronger, it would make sense to bring the SV back up to 1.0x here.
  9. 01:39:473 (4) - Try Ctrl+G?
    Good. :)
[Pantsu]
  1. 00:39:064 (1,1) - I think that the direction change should occur between these two, since the second of these two sliders lands on beat 3 of the bar, which is a stronger note. Refer to 00:47:791 (1,1) since it's done correctly there.
    Fun map. :)
[Yukoversible]
  1. 00:15:745 (1,2) - This is confusing due to the sudden SV change and small spacing, and the player is likely to play it twice as fast as it actually is. It would be nice if the spacing was a bit larger to make the timing more obvious.
  2. 00:24:745 (3,5,7,3,5,7) - Why are there not NCs on these notes too? I can't see what makes this different from the other similar parts in the song. Consider adding NC for consistency and readability.
  3. 01:19:155 (5,1) - Consider switching NC here for reading. As it is now, 01:18:882 (4,5) could be mistaken for a smaller time spacing because of sudden decrease of distance.
  4. 01:44:382 (1,1,1,1) - This 1/3 does not match the song. In the music, there is 1/4 beat spacing in drum, so this should be 1/4 spacing to follow the music.
  5. 01:47:382 (2,1) - (2) currently overlaps with the previous slider due to stacking. Move these to x:88|y:232 to account for the stacking. It will look much better when playing.
[Gero]
  1. 00:28:291 (3,4) - Flow here is awkward and difficult to play. Consider moving or reshaping (4) to make this more playable.
[fanzhen]

  • No problems here.
[Extra]
  1. 00:22:018 (1) - I suggest using even lower SV here and a different shape for stronger emphasis. Also at 00:23:927 (1)
  2. 00:24:473 (1,2,3,4,5,6,1,2,3,4,5,6,7) - This pattern is ridiculous and kind of unreadable, even at AR10. I'd suggest not using so many circle stacks, especially in equilateral triangle arrangements like this, as the player won't know whether the next circle is going around the triangle or stacked with the previous circle, and it can get extremely confusing.
  3. 01:18:473 (2) - The rankability of this slider is questionable. The path is unclear and the inner edge of the slider is not visible. I'd suggest using a regular curved slider to avoid confusion and ensure rankability. http://puu.sh/9Vsnh/293f8724d6.jpg
  4. 01:42:745 (5) - I suggest making this into a 3/4 slider to fit the music better.
  5. 01:50:927 (1) - I think Ctrl+G will flow better.
  6. 01:51:473 (1) - If you changed the above, also do Ctrl+G here.
  7. 01:55:836 (6) - I would replace this with a high SV slider for stronger emphasis.
Topic Starter
Fatfan Kolek

CloudSplash16 wrote:

[General]
  1. There is quite a ridiculous difficulty gap between Hard and Insane...
Will be fixed soon.

[Easy]
  1. 00:08:109 (1) - I think it may be better to end the spinner at 00:10:291 since the sound changes distinctly there, and it gives the player more time to recover and move to the next object. Fixed.
  2. 00:11:382 (1) - The dropoff flow may be too harsh on beginners, especially on an "Easy" map of such high bpm and spacing. Try this instead: http://puu.sh/9V7EE/96f22d9efb.jpg Fixed.
  3. 00:13:564 (3,4) - Fix the blanket. In my opinion, perfect blanket is important in Easy and Normal diffs because the frequency of objects is lower, so the player will have more time pay more attention to aesthetics while playing the map.Fixed.
  4. 00:23:927 (1) - I think the flow will be better if you flip the shape: http://puu.sh/9V7WX/02b634425b.jpgFixed.
  5. 01:07:564 (5,1) - Swap NC to match with 00:23:927 (1,2) and 00:28:291 (1,2) Fixed.
  6. 01:21:200 - End kiai here instead.Fixed.
  7. 01:47:382 (1,2) - Fix the blanket.Fixed.
  8. 01:49:564 (3,4) - Fix the blanket.Fixed.
  9. 01:52:836 (2) - Switch hitsounds around between head and end?Fixed.
[Extra]
  1. 00:22:018 (1) - I suggest using even lower SV here and a different shape for stronger emphasis. Also at 00:23:927 (1) Don't know how to change that here. ;w; I made at least a new combo for these.
  2. 00:24:473 (1,2,3,4,5,6,1,2,3,4,5,6,7) - This pattern is ridiculous and kind of unreadable, even at AR10. I'd suggest not using so many circle stacks, especially in equilateral triangle arrangements like this, as the player won't know whether the next circle is going around the triangle or stacked with the previous circle, and it can get extremely confusing. I don't really know why so many people complain about this. Even I can play and read it properly lol. D:
  3. 01:18:473 (2) - The rankability of this slider is questionable. The path is unclear and the inner edge of the slider is not visible. I'd suggest using a regular curved slider to avoid confusion and ensure rankability. http://puu.sh/9Vsnh/293f8724d6.jpg Fixed.
  4. 01:42:745 (5) - I suggest making this into a 3/4 slider to fit the music better. Fixed.
  5. 01:50:927 (1) - I think Ctrl+G will flow better.I like it at the moment. :p
  6. 01:51:473 (1) - If you changed the above, also do Ctrl+G here. ^
  7. 01:55:836 (6) - I would replace this with a high SV slider for stronger emphasis.Fixed.
Nice mod! Especially for the Easy difficulty! I appreciate it, thanks a lot. :)
Oracle

Priti wrote:

lol lrn2spread babe
INCOMING HALF-ASSED MOD!

Oracle's Hard
  1. 00:11:109 (1) - Add a normal whistle on head? Okay!
  2. 00:23:382 (1,2,3,4,5) - A stack of 5 notes can be really hassling for a Hard, especially on such high BPM. Consider fiddling with this pattern a bit so it isn't as hassling to play. It's fine from my side, spacing them apart in 220 bpm will be too hard for a hard.
  3. 00:43:018 (1,2,3,4) - This pattern feels kinda ew to play, considering you don't really have to move to do it and it's strange to read. Consider just somehow changing it into something more, well, yeknow.. Normal? It's not that hard to play as i've raised AR into 8.5 now!
  4. 00:55:018 (1) - Change this into a normal finish? soft ones don't have as much of a precussion impact, they are better for small and short crashes.Soft one is lighter(?) and that's why i chose it.
  5. 01:05:927 (1,2,3,4) - Again, this type of patterns are really strange to play and read, consider changing it. I think such pattern is safe =.= Haven't get any negative feedback about this from test plays yet.
  6. 01:21:200 (1) - Again, a normal finish could work better.Soft one sounds fits better to what the song offers.
  7. 01:26:927 (2) - Maybe end this 1/2 earlier so you can put a note at 01:27:745 - That will cause better impact for the cymbal and the music change.Tried but it increase he difficulty(slider tail→note).
  8. 01:31:564 (1,2) - This jump feels a bit random, the spacing looks like 1/1 but it's actually 1/2, which makes it feel really really bad when playing.=_=The music calls for a jump here.


Good luck ladies~
Thanks for taking a look! :)

Remilia_CO wrote:

MOD from in-game chatting


Oracle's Hard
  1. No big problem.


Good luck XD
Thank you for checking anyway! :lol:

Kirin wrote:

ey b0ss M4M


[Oracle's Hard]
Not too much to say only about
00:23:382 (1,2,3,4) - Why 4 notes stacked D: I intentionally did this to reduce the difficulty. Spaced 1/2 notes in 220bpm would be a pain to hit.


Good luck for ranking!
Thank you for modding!

Hinsvar wrote:

Hello; modding here!

>Oracle's Hard
  1. 00:14:655 (1,2,3,4) - I feel that they look kinda unorganized and a little messy. Try to make a more visible pattern (like a square, kite or something) so they'll look neater?Adjusted a bit!
  2. 00:15:745 (1,2,3) - Why don't you make the spacing at (2,3) to be bigger than (1,2) instead of doing otherwise, or at least make the spacing consistent? That'd fit the music better. It's for blanket~
  3. 00:49:700 (1) - Why are you following the weaker instrument sound while 00:49:564 and 00:49:836 are clearly stronger? I think it'd make more sense to use a slider at 00:49:564 - 00:49:836, but your choice I guess! 00:48:473 (1) - is the strongest thus it decided the track i'm following later.
  4. 01:11:655 (2,3) - Make the spacing consistent? This is a Hard diff, and spacing changes on objects that are spaced by 1/4 beats, especially at this speed and difficulty level, can be tricky and unexpected, especially since this seems to be the only one case in the entire diff. Good point, tried to improved the spacing stuff.



Uh, that's it I guess!

Good luck on the way 8-)
Thanks for the mod Hinsvar! :D

CloudSplash16 wrote:

[General]
  1. There is quite a ridiculous difficulty gap between Hard and Insane...
A light insane is coming soon i guess XD

[Oracle]
  1. Maybe I'm just bad at reading, but the high object density makes it difficult to read some of the jumps. I'd recommend AR8.5 since I had a much better time reading that, but it's up to you. Yeah sure. there wasn't AR8.5 available when i created this diff lol.
  2. 00:10:836 (3,1) - This is one jump I had trouble with while playing. I understand why you put a jump there, but maybe rotate or curve (3) more toward (1) and make slightly smaller jump for better readability. Fixed!
  3. 00:32:382 (1,2) - This end stack is too hard to read imo, especially on AR8. I suggest unstacking it. Have changed to AR8.5. I hope it's okay here. ;w;
  4. 00:54:610 (3,1) - This may be confusing because it is visually closer to 3/2 or 2, so I suggest making it closer to a 1.8x DS. I think i'm going to keep this.
  5. 01:18:336 (2,1) - Given this rhythm, I think a stack would play more intuitively here. Tried but it's a bit hard to read so i keep this.
  6. 01:20:109 (1) - I think a shape like this would help the player to infer a slowdown: http://puu.sh/9VcgI/28649788d3.jpg Brilliant!
  7. 01:20:109 (1,1) - I recommend 3.6x DS. Did something similar.
  8. 01:29:655 (3) - Use 1.0x SV here. The short slider will confuse players as to what the true length of that note is, and since this note is also stronger, it would make sense to bring the SV back up to 1.0x here. This part is actually weaker compared to those normal-whistles.
  9. 01:39:473 (4) - Try Ctrl+G? It makes the pattern hard to catch x.x
    Good. :)
Very useful mod!! Thank you moe cloud >///<

DIFF
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Normal
StackLeniency: 0.7
Mode: 0
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 2586,20109,23927,24200,24473,28836,37564,47382,52836,53245,53518,55018,59382,77655,78064,78336,78473,79155,79427,79700,80927,81200,86655,89927,91564,91836,100836,103018,106291,107382,109564,110655,111745,115836
DistanceSpacing: 2
BeatDivisor: 4
GridSize: 4
TimelineZoom: 1

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Oracle's Hard
Source:SOUND VOLTEX II -infinite infection-
Tags:sdvx t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P A N Gero Onosakihito DJNightmare
BeatmapID:348550
BeatmapSetID:139525

[Difficulty]
HPDrainRate:6
CircleSize:4
OverallDifficulty:6
ApproachRate:8.5
SliderMultiplier:1.4
SliderTickRate:1

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
2,55218,58707
2,81400,85980
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,60,1,0
8109,-100,4,1,0,35,0,0
8655,-100,4,1,0,45,0,0
9200,-100,4,1,0,55,0,0
9745,-100,4,1,0,60,0,0
10291,-100,4,1,0,50,0,0
15745,-100,4,2,0,60,0,0
20109,-100,4,1,0,50,0,0
26655,-100,4,2,0,60,0,0
28836,-100,4,1,0,50,0,0
53927,-100,4,2,0,60,0,0
55018,-100,4,1,0,50,0,0
59382,-133.333333333333,4,2,0,60,0,0
63473,-133.333333333333,4,1,0,50,0,0
63745,-100,4,1,0,50,0,1
79973,-200,4,1,0,60,0,0
87745,-100,4,1,0,60,0,0
89109,-133.333333333333,4,2,0,60,0,0
89927,-100,4,1,0,50,0,0
99745,-100,4,1,0,40,0,0
100291,-100,4,1,0,50,0,0
106495,-100,4,1,0,13,0,0
106564,-100,4,1,0,60,0,0
106768,-100,4,1,0,13,0,0
106836,-100,4,1,0,60,0,0
111745,-100,4,2,0,60,0,0
115836,-100,4,1,0,50,0,0


[Colours]
Combo1 : 128,0,255
Combo2 : 255,0,0
Combo3 : 0,255,255
Combo4 : 255,128,64

[HitObjects]
256,60,7018,5,4,0:0:0:0:
256,312,7427,1,4,0:0:0:0:
128,192,7836,2,0,L|152:156,3,35,2|0|2|0,0:0|0:0|0:0|0:0,0:0:0:0:
172,128,8109,6,0,L|192:60,1,70
252,120,8382,2,0,L|272:52,1,70
332,112,8655,2,0,L|352:44,1,70
412,100,8927,2,0,L|432:24,1,70
440,192,9200,6,0,L|376:218,1,70
440,336,9473,2,0,L|368:296,1,70
304,264,9745,1,0,0:0:0:0:
304,264,9882,1,0,0:0:0:0:
304,264,10018,2,0,L|224:264,1,70
120,204,10291,6,0,L|104:172,3,35,2|0|0|0,2:0|2:0|2:0|2:0,2:0:0:0:
88,132,10564,2,0,L|96:96,3,35,2|0|0|0,2:0|2:0|2:0|2:0,0:0:0:0:
112,60,10836,2,0,P|136:32|172:16,1,70
256,80,11109,6,0,L|256:232,1,140,2|0,0:0|0:0,0:0:0:0:
216,296,11518,2,0,P|180:268|172:232,1,70
172,160,11791,1,0,0:0:0:0:
172,160,11927,2,0,L|24:160,1,140
140,32,12473,5,4,0:2:0:0:
292,104,12745,1,4,0:2:0:0:
292,272,13018,1,4,0:2:0:0:
140,352,13291,1,4,0:2:0:0:
104,192,13564,6,0,P|144:160|248:152,1,140
304,184,13973,1,0,0:0:0:0:
380,220,14109,2,0,L|456:268,1,70
352,312,14382,2,0,L|280:264,1,70
228,220,14655,5,4,0:2:0:0:
256,56,14927,1,4,0:2:0:0:
140,136,15200,1,4,0:2:0:0:
336,180,15473,1,4,0:2:0:0:
337,180,15745,6,0,L|262:163,1,70,6|2,0:0|0:0,0:0:0:0:
221,232,16018,2,2,L|299:250,1,70,2|2,0:0|0:0,0:0:0:0:
223,311,16291,2,0,P|161:284|145:212,1,140,6|2,0:0|0:0,0:0:0:0:
47,124,16836,6,0,L|126:151,1,70,4|0,0:0|0:0,0:0:0:0:
167,86,17109,2,0,L|95:60,1,70,2|0,0:0|0:0,0:0:0:0:
171,9,17382,2,0,P|221:32|238:117,1,140,6|2,0:0|0:0,0:0:0:0:
182,267,17927,6,0,P|157:290|117:297,1,70,2|2,0:0|0:0,0:0:0:0:
118,214,18200,2,0,P|146:191|201:182,1,70,2|2,0:0|0:0,0:0:0:0:
254,219,18473,2,0,L|321:249,2,70,2|2|2,0:0|0:0|0:0,0:0:0:0:
114,125,19018,5,2,0:0:0:0:
256,36,19291,1,2,0:0:0:0:
256,36,19564,2,0,B|248:68|248:68|263:91|263:91|248:114|248:114|265:131|265:131|257:162,1,140,2|4,0:0|0:0,0:0:0:0:
345,301,20109,6,0,P|376:316|413:317,1,70,0|0,0:0|0:0,0:0:0:0:
394,236,20382,2,0,P|358:221|320:225,1,70,0|0,0:0|0:0,0:0:0:0:
266,280,20655,2,0,L|118:294,1,140
65,136,21200,5,0,0:0:0:0:
65,136,21336,1,0,0:0:0:0:
65,136,21473,2,0,L|103:64,1,70
154,135,21745,2,0,L|189:66,1,70
248,15,22018,2,0,P|267:63|234:148,1,140,0|0,0:0|0:0,0:0:0:0:
103,243,22564,5,0,0:0:0:0:
103,243,22836,2,0,L|40:198,1,70
119,160,23109,2,0,L|192:210,1,70
180,283,23382,5,0,0:0:0:0:
180,283,23518,1,0,0:0:0:0:
180,283,23655,1,0,0:0:0:0:
180,283,23791,1,0,0:0:0:0:
180,283,23927,2,0,B|235:289|268:259|268:259|315:276,1,140,2|4,0:0|0:2,0:0:0:0:
453,184,24473,6,0,P|455:118|393:104,1,140
227,130,25018,2,0,L|206:203,1,70
125,216,25291,2,0,L|74:216,2,35
144,133,25564,6,0,P|119:108|73:96,1,70
27,166,25836,2,0,P|13:196|11:234,1,70
72,298,26109,2,0,P|97:323|143:335,1,70,0|0,0:0|0:0,0:0:0:0:
203,294,26382,1,0,0:0:0:0:
322,175,26655,6,2,L|358:139,3,35,2|2|2|2,2:2|2:2|2:2|2:2,2:2:0:0:
374,119,26927,2,0,L|459:105,1,70,2|2,0:0|0:0,0:0:0:0:
400,34,27200,2,0,L|318:49,1,70,2|2,0:0|0:0,0:0:0:0:
268,102,27473,2,0,L|243:126,3,35
220,162,27745,6,0,P|176:194|82:168,1,140,6|6,0:0|0:0,0:0:0:0:
26,26,28291,2,0,P|93:18|139:67,1,140,2|4,0:0|0:0,0:0:0:0:
166,233,28836,5,6,0:0:0:0:
166,233,29109,2,0,L|97:275,1,70,2|0,0:0|0:0,0:0:0:0:
132,159,29382,2,0,L|60:136,1,70,2|2,0:0|0:0,0:0:0:0:
191,106,29655,2,0,L|148:33,1,70,2|2,0:0|0:0,0:0:0:0:
228,180,29927,5,0,0:0:0:0:
228,180,30064,1,2,0:0:0:0:
228,180,30200,2,0,L|308:200,1,70,0|2,0:0|0:0,0:0:0:0:
341,268,30473,2,0,L|402:210,1,70,2|0,0:0|0:0,0:0:0:0:
432,146,30745,2,0,L|431:103,3,35
420,69,31018,6,0,L|264:37,1,140,2|2,0:0|0:0,0:0:0:0:
120,85,31564,2,0,P|124:120|147:145,1,70,2|0,0:0|0:0,0:0:0:0:
190,217,31836,2,0,P|219:196|228:164,1,70,2|2,0:0|0:0,0:0:0:0:
274,93,32109,2,0,P|241:80|207:84,1,70,0|2,0:0|0:0,0:0:0:0:
119,86,32382,6,0,L|55:53,1,70,0|2,0:0|0:0,0:0:0:0:
57,54,32655,1,2,0:0:0:0:
38,220,32927,2,0,L|38:257,3,35
48,296,33200,6,0,B|73:351|73:351|168:351,1,140,2|2,0:0|0:0,0:0:0:0:
272,233,33745,2,0,P|303:251|325:283,1,70,2|0,0:0|0:0,0:0:0:0:
365,350,34018,2,0,P|383:343|392:330,3,35
402,289,34291,6,0,P|399:249|381:221,1,70,2|0,0:0|0:0,0:0:0:0:
325,162,34564,2,0,P|314:124|330:71,1,70,0|2,0:0|0:0,0:0:0:0:
322,10,34836,2,0,P|364:24|386:45,1,70,0|2,0:0|0:0,0:0:0:0:
461,118,35109,2,2,L|374:120,1,70
306,118,35382,5,4,0:2:0:0:
237,345,36473,5,4,0:2:0:0:
85,273,36745,1,4,0:2:0:0:
85,105,37018,1,4,0:2:0:0:
237,25,37291,1,4,0:2:0:0:
381,111,37564,2,0,L|357:151,3,35
338,175,37836,6,0,L|202:245,1,140,4|4,0:2|0:2,0:0:0:0:
80,135,38382,1,0,0:0:0:0:
259,90,38655,6,0,P|256:59|234:21,1,70
261,183,38927,2,0,P|258:214|236:252,1,70
193,140,39200,1,0,0:0:0:0:
193,140,39336,1,0,0:0:0:0:
193,140,39473,2,0,L|122:164,1,70
46,187,39745,5,2,0:0:0:0:
152,317,40018,1,2,0:0:0:0:
235,304,40155,2,0,P|265:284|279:247,1,70,2|2,0:0|0:0,0:0:0:0:
290,86,40564,2,0,P|328:87|356:105,1,70,0|2,0:0|0:0,0:0:0:0:
444,246,40973,5,2,0:0:0:0:
284,295,41245,1,2,0:0:0:0:
284,295,41382,2,0,L|309:146,1,140,0|4,0:0|0:2,0:0:0:0:
417,29,41927,6,0,L|445:57,3,35
466,87,42200,2,0,P|438:148|360:174,1,140,4|4,0:2|0:2,0:0:0:0:
252,58,42745,1,0,0:0:0:0:
154,194,43018,6,0,L|84:240,1,70
154,194,43291,2,0,L|104:120,1,70
154,194,43564,2,0,L|228:144,1,70
154,194,43836,2,0,L|192:252,1,70
244,320,44109,5,4,0:0:0:0:
432,40,44655,1,4,0:0:0:0:
104,104,45200,6,0,L|24:148,1,70,4|0,0:2|0:0,0:0:0:0:
112,188,45473,2,0,L|24:236,1,70,4|0,0:2|0:0,0:0:0:0:
116,276,45745,2,0,L|48:312,1,70,4|0,0:2|0:0,0:0:0:0:
120,360,46018,1,0,0:0:0:0:
236,240,46291,6,0,L|260:200,3,35
272,172,46564,2,0,P|332:148|400:176,1,140,4|4,0:2|0:2,0:0:0:0:
456,332,47109,1,0,0:0:0:0:
289,287,47382,5,0,0:0:0:0:
289,287,47518,1,0,0:0:0:0:
289,287,47655,2,0,L|217:223,1,70
164,197,47927,2,0,P|152:249|170:287,1,70
183,343,48200,2,0,L|99:343,1,70
28,343,48473,5,2,0:0:0:0:
60,178,48745,1,2,0:0:0:0:
123,122,48882,2,0,P|158:111|206:127,1,70,2|0,0:0|0:0,0:0:0:0:
264,268,49291,2,0,L|341:241,1,70,0|2,0:0|0:0,0:0:0:0:
490,194,49700,5,2,0:0:0:0:
461,28,49973,1,2,0:0:0:0:
461,28,50109,2,0,P|385:41|367:100,1,140,0|4,0:0|0:2,0:0:0:0:
291,243,50655,6,0,L|259:272,3,35
237,297,50927,2,0,B|200:274|200:274|160:295|96:288,1,140,4|4,0:2|0:2,0:0:0:0:
21,161,51473,1,0,0:0:0:0:
160,67,51745,6,0,L|192:100,3,35
215,120,52018,2,0,B|269:126|309:105|309:105|346:128,1,140,4|0,0:2|0:0,0:0:0:0:
339,296,52564,2,0,P|366:320|406:331,1,70
407,247,52836,5,4,0:0:0:0:
254,46,53245,1,4,0:0:0:0:
123,152,53518,1,4,0:0:0:0:
231,280,53791,1,0,0:0:0:0:
231,280,53927,1,2,0:0:0:0:
231,280,54064,6,0,L|318:243,1,70,2|2,0:0|0:0,0:0:0:0:
379,257,54337,2,0,P|373:218|345:184,1,70,2|2,0:0|0:0,0:0:0:0:
273,175,54610,2,0,P|287:144|324:123,1,70,2|2,0:0|0:0,0:0:0:0:
110,313,55018,5,4,0:2:0:0:
128,73,59382,6,0,P|113:121|130:171,1,105.000004005432,2|2,0:0|0:0,0:0:0:0:
192,218,59791,2,0,P|210:177|193:120,1,105.000004005432,2|0,0:0|0:0,0:0:0:0:
128,73,60200,1,2,0:0:0:0:
383,73,60473,6,0,P|399:121|382:171,1,105.000004005432,2|0,0:0|0:0,0:0:0:0:
320,218,60882,2,0,P|302:177|319:120,1,105.000004005432,2|0,0:0|0:0,0:0:0:0:
382,74,61291,1,2,0:0:0:0:
256,20,61564,5,6,0:0:0:0:
183,244,61973,2,0,P|255:272|329:242,1,157.500006008148,2|2,0:0|0:0,0:0:0:0:
424,120,62655,6,0,L|459:85,2,35.0000013351441
362,85,62927,2,0,L|362:48,2,35.0000013351441
300,120,63200,2,0,L|265:85,2,35.0000013351441,0|0|0,0:0|0:0|0:0,0:0:0:0:
361,155,63473,1,4,0:2:0:0:
430,310,63745,5,6,0:0:0:0:
263,346,64018,2,2,P|233:323|218:290,1,70,2|2,0:0|0:0,0:0:0:0:
216,210,64291,1,2,0:0:0:0:
239,43,64564,2,0,L|314:24,1,70,0|2,0:0|0:0,0:0:0:0:
390,29,64836,6,2,L|443:106,1,70,0|2,0:0|0:0,0:0:0:0:
428,171,65109,2,0,L|407:203,3,35
379,230,65382,2,0,L|287:221,1,70,0|2,0:0|0:0,0:0:0:0:
274,146,65655,2,0,L|216:194,1,70,0|2,0:0|0:0,0:0:0:0:
166,254,65927,6,0,P|146:283|141:317,1,70,0|2,0:0|0:0,0:0:0:0:
166,254,66200,2,0,P|130:251|98:263,1,70,0|2,0:0|0:0,0:0:0:0:
166,254,66473,2,0,P|150:222|123:200,1,70,0|2,0:0|0:0,0:0:0:0:
166,254,66745,2,0,P|186:225|191:191,1,70,0|2,0:0|0:0,0:0:0:0:
118,70,67018,5,2,0:0:0:0:
286,172,67291,1,2,0:0:0:0:
118,70,67564,6,0,P|103:104|101:148,1,70,4|0,0:2|0:0,0:0:0:0:
286,172,67836,2,0,P|303:140|302:97,1,70,4|0,0:2|0:0,0:0:0:0:
234,24,68109,5,6,0:0:0:0:
177,181,68382,2,2,P|170:216|175:250,1,70,0|2,0:0|0:0,0:0:0:0:
222,321,68655,1,2,0:0:0:0:
388,338,68927,1,2,0:0:0:0:
388,338,69064,1,2,0:0:0:0:
388,338,69200,6,2,L|414:271,1,70,0|2,0:0|0:0,0:0:0:0:
433,190,69473,2,0,L|419:155,3,35
396,122,69745,2,0,P|370:96|330:82,1,70,2|0,0:0|0:0,0:0:0:0:
286,149,70018,2,2,L|256:166,3,35,0|0|2|0,0:0|0:0|0:0|0:0,0:0:0:0:
214,178,70291,6,0,L|194:221,3,35
184,249,70564,2,0,L|113:288,1,70,0|0,0:0|0:0,0:0:0:0:
111,143,70836,6,0,L|124:109,3,35
148,75,71109,2,0,L|215:41,1,70
294,54,71382,6,0,P|270:100|205:123,1,105,4|0,0:2|0:0,0:0:0:0:
248,156,71655,2,0,P|288:128|358:141,1,105,4|0,0:2|0:0,0:0:0:0:
308,196,71927,2,0,L|226:268,1,105,4|0,0:2|0:0,0:0:0:0:
187,257,72200,1,2,0:0:0:0:
44,190,72473,6,2,L|82:130,1,70,0|2,0:0|0:0,0:0:0:0:
65,48,72745,2,0,P|102:48|136:66,1,70,2|2,0:0|0:0,0:0:0:0:
161,140,73018,1,2,0:0:0:0:
312,212,73291,2,0,L|394:212,1,70,2|0,0:0|0:0,0:0:0:0:
465,214,73564,6,2,P|456:247|436:276,1,70,0|2,0:0|0:0,0:0:0:0:
353,290,73836,2,0,L|311:290,3,35
276,297,74109,2,0,P|240:310|207:337,1,70,0|2,0:0|0:0,0:0:0:0:
200,245,74382,2,0,P|156:242|118:230,1,70,0|2,0:0|0:0,0:0:0:0:
74,172,74655,6,0,L|113:101,1,70,0|2,0:0|0:0,0:0:0:0:
125,28,74927,2,0,P|158:37|186:70,1,70,0|2,0:0|0:0,0:0:0:0:
198,144,75200,2,0,L|273:127,1,70,0|2,0:0|0:0,0:0:0:0:
269,44,75473,2,0,L|354:69,1,70,0|2,0:0|0:0,0:0:0:0:
403,113,75745,5,2,0:0:0:0:
380,279,76018,1,2,0:0:0:0:
216,321,76291,2,2,P|182:316|155:291,1,70,0|2,0:0|0:0,0:0:0:0:
109,222,76564,2,0,L|85:170,3,35
103,149,76836,6,0,B|144:118|144:118|185:137|185:137|237:110|303:135,1,210,4|4,0:2|0:2,0:0:0:0:
421,152,77655,6,0,B|426:198|369:231|369:231|393:337,1,210,4|4,0:2|0:2,0:0:0:0:
229,302,78336,1,4,0:0:0:0:
162,250,78473,6,0,L|151:203,3,35
148,174,78745,2,0,L|114:150,3,35
159,33,79155,6,0,B|109:13|63:38|63:38|20:19,2,140,4|4|4,0:2|0:2|0:2,0:0:0:0:
322,73,79973,1,2,0:0:0:0:
322,73,80109,6,6,B|352:104|400:92|400:92|360:164|392:212,1,210,0|4,0:0|0:2,0:2:0:0:
156,144,81200,5,4,0:2:0:0:
96,104,86655,5,4,0:2:0:0:
96,104,86927,2,0,B|144:80|144:80|188:104|188:104|232:80|292:104,1,210,0|4,0:0|0:2,0:0:0:0:
404,204,87882,2,0,L|460:260,1,70,4|4,0:2|0:2,0:0:0:0:
352,148,88155,1,0,0:0:0:0:
420,112,88291,5,4,0:2:0:0:
288,192,88427,2,0,L|204:192,1,70,4|4,0:2|0:2,0:0:0:0:
48,192,88836,2,0,L|80:264,1,70,4|0,0:2|0:0,0:0:0:0:
32,321,89109,6,0,L|20:359,2,35.0000013351441,0|0|0,0:0|0:0|0:0,2:0:0:0:
110,329,89382,2,0,L|129:371,2,35.0000013351441
159,268,89655,2,0,L|218:306,1,52.5000020027161,4|0,0:0|0:0,0:0:0:0:
280,309,89927,5,2,0:0:0:0:
448,314,90200,2,2,P|469:285|472:246,1,70,0|2,0:0|0:0,0:0:0:0:
450,170,90473,2,0,P|432:137|400:121,1,70,0|2,0:0|0:0,0:0:0:0:
323,142,90745,2,2,L|249:153,1,70,0|2,0:0|0:0,0:0:0:0:
170,165,91018,5,2,0:0:0:0:
370,229,91291,1,2,0:0:0:0:
170,164,91564,6,0,P|146:190|130:221,1,70,4|0,0:2|0:0,0:0:0:0:
370,229,91836,2,0,P|398:199|408:162,1,70,4|0,0:2|0:0,0:0:0:0:
400,87,92109,6,0,L|334:59,1,70
301,136,92382,2,0,P|271:116|252:72,1,70
190,31,92655,2,0,L|147:27,3,35
131,62,92927,2,0,L|99:86,3,35
74,114,93200,6,0,L|68:187,1,70
190,166,93473,2,0,L|126:219,1,70
216,293,93745,2,0,L|138:282,1,70
79,255,94018,1,4,0:2:0:0:
244,222,94291,5,2,0:0:0:0:
338,82,94564,2,2,P|365:104|382:137,1,70,0|2,0:0|0:0,0:0:0:0:
412,212,94836,2,0,P|377:218|337:206,1,70,0|2,0:0|0:0,0:0:0:0:
260,207,95109,2,0,P|264:178|292:147,1,70,0|2,0:0|0:0,0:0:0:0:
338,82,95382,5,2,0:0:0:0:
291,278,95655,1,2,0:0:0:0:
338,82,95927,6,0,P|374:83|408:100,1,70,4|0,0:2|0:0,0:0:0:0:
291,278,96200,2,0,P|255:277|221:260,1,70,4|0,0:2|0:0,0:0:0:0:
161,207,96473,5,0,0:0:0:0:
161,207,96609,1,0,0:0:0:0:
160,206,96745,2,0,B|141:165|141:165|149:118|108:80,1,140
61,151,97155,2,0,P|42:180|41:217,1,70
179,308,97564,6,0,P|206:329|245:334,1,70,4|0,0:2|0:0,0:0:0:0:
306,282,97836,2,0,P|278:260|239:255,1,70,4|0,0:2|0:0,0:0:0:0:
179,308,98109,2,0,L|99:308,1,70,4|0,0:2|0:0,0:0:0:0:
306,282,98382,2,0,L|390:282,1,70,4|0,0:2|0:0,0:0:0:0:
460,282,98655,5,2,0:0:0:0:
347,157,98927,2,2,L|271:157,1,70,0|2,0:0|0:0,0:0:0:0:
201,120,99200,2,0,L|256:67,1,70,0|2,0:0|0:0,0:0:0:0:
205,199,99473,2,0,L|259:243,1,70,0|2,0:0|0:0,0:0:0:0:
347,157,99745,5,2,0:0:0:0:
136,164,100018,1,2,0:0:0:0:
347,157,100291,6,0,L|416:157,1,70,4|0,0:2|0:0,0:0:0:0:
136,164,100564,2,0,L|62:164,1,70,4|0,0:2|0:0,0:0:0:0:
21,235,100836,6,0,L|32:270,3,35
56,302,101109,2,0,L|122:323,1,70,0|2,0:0|0:3,0:0:0:0:
158,246,101382,2,0,L|246:241,1,70
247,324,101655,2,0,L|280:334,2,35
349,255,101927,5,0,0:0:0:0:
444,209,102064,2,0,P|458:180|458:137,1,70
414,71,102336,2,0,L|375:54,5,35
339,53,102745,2,0,L|199:61,1,140,0|6,0:0|0:0,0:0:0:0:
39,115,103291,6,2,L|21:192,1,70,0|2,0:0|0:0,0:0:0:0:
5,265,103564,1,0,0:0:0:0:
5,265,103700,1,2,0:0:0:0:
5,266,103836,2,0,P|42:268|87:246,1,70,0|2,0:0|0:0,0:0:0:0:
109,181,104109,6,0,P|151:177|198:181,1,70,0|2,0:0|0:0,0:0:0:0:
251,220,104382,2,0,L|290:229,3,35
324,243,104655,2,0,P|345:264|359:316,1,70,0|2,0:0|0:0,0:0:0:0:
430,343,104927,2,4,L|451:323,7,17.5,4|4|4|4|4|4|4|0,0:2|0:2|0:2|0:2|0:2|0:2|0:2|0:2,0:2:0:0:
452,311,105200,6,0,P|445:255|412:203,1,105
411,254,105473,2,0,P|424:203|465:149,1,105,4|0,0:2|0:0,0:0:0:0:
487,135,105745,1,4,0:2:0:0:
351,35,106018,2,0,L|329:82,3,35,0|0|0|2,0:0|0:0|0:0|0:3,0:0:0:0:
312,102,106291,6,0,P|275:139|222:142,1,105,4|0,0:2|0:0,0:0:0:0:
238,103,106564,2,0,P|200:76|127:78,1,105,4|0,0:2|0:0,0:0:0:0:
115,104,106836,1,4,0:2:0:0:
67,230,107382,6,0,P|98:290|162:313,1,140
162,229,107791,2,0,P|220:248|247:319,1,140
162,313,108200,1,0,0:0:0:0:
70,172,108473,5,4,0:2:0:0:
214,87,108745,1,4,0:2:0:0:
304,228,109018,1,4,0:2:0:0:
162,313,109291,1,4,0:2:0:0:
242,165,109564,6,0,P|284:116|370:99,1,140
397,169,109973,1,0,0:0:0:0:
331,221,110109,2,0,L|246:252,1,70
320,309,110382,2,0,L|386:283,1,70
420,206,110655,5,4,0:2:0:0:
327,66,110927,1,4,0:2:0:0:
164,110,111200,1,4,0:2:0:0:
159,278,111473,1,4,0:2:0:0:
323,309,111745,6,0,L|361:293,3,35,6|0|0|0,0:0|0:0|0:0|0:0,0:0:0:0:
388,269,112018,2,0,L|386:225,3,35,6|0|0|0,0:0|0:0|0:0|0:0,0:0:0:0:
381,191,112291,2,0,B|353:153|295:158|295:158|266:125,1,140,2|6,0:0|0:0,0:0:0:0:
141,12,112836,5,2,0:0:0:0:
141,12,112973,1,0,0:0:0:0:
141,12,113109,2,0,L|119:84,1,70,2|0,0:0|0:0,0:0:0:0:
61,139,113382,2,0,L|7:190,1,70,2|2,0:0|0:0,0:0:0:0:
148,156,113655,2,0,L|198:204,1,70,2|2,0:0|0:0,0:0:0:0:
260,260,113927,6,0,P|297:256|328:230,1,70,2|2,0:0|0:0,0:0:0:0:
261,177,114200,2,0,P|227:183|199:204,1,70,2|2,0:0|0:0,0:0:0:0:
174,284,114473,2,0,L|155:358,2,70,2|2|2,0:0|0:0|0:0,0:0:0:0:
195,117,115018,5,2,0:0:0:0:
195,117,115291,2,0,L|82:31,1,140,2|2,0:0|0:0,0:0:0:0:
175,284,115836,5,4,0:2:0:0:
Natsu

CloudSplash16 wrote:

[General]


  • [Pantsu]
  1. 00:39:064 (1,1) - I think that the direction change should occur between these two, since the second of these two sliders lands on beat 3 of the bar, which is a stronger note. Refer to 00:47:791 (1,1) since it's done correctly there. not sure about this is PAN part, I'll ask him
    Fun map. :)
changed some tiny stuff in my own, also renamed to extra.. 8-)

SPOILER
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Soft
StackLeniency: 0.7
Mode: 0
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 111200
DistanceSpacing: 1.1
BeatDivisor: 4
GridSize: 4
TimelineZoom: 3.199999

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Pantsu's Extra
Source:SOUND VOLTEX II -infinite infection-
Tags:sdvx t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P A N Gero Onosakihito DJNightmare
BeatmapID:404440
BeatmapSetID:139525

[Difficulty]
HPDrainRate:6
CircleSize:4
OverallDifficulty:7
ApproachRate:9
SliderMultiplier:1.5
SliderTickRate:2

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,50,1,0
11109,-83.3333333333333,4,2,0,50,0,0
11382,-100,4,2,0,50,0,0
17382,-133.333333333333,4,2,0,50,0,0
17655,-100,4,2,0,50,0,0
19836,-133.333333333333,4,2,0,50,0,0
20109,-83.3333333333333,4,2,0,50,0,0
23927,-133.333333333333,4,2,0,50,0,0
24200,-83.3333333333333,4,2,0,50,0,0
24473,-100,4,2,0,50,0,0
27745,-83.3333333333333,4,2,0,50,0,0
28018,-133.333333333333,4,2,0,50,0,0
28291,-100,4,2,0,50,0,0
28564,-83.3333333333333,4,2,0,50,0,0
28836,-100,4,2,0,50,0,0
35382,-133.333333333333,4,2,0,50,0,0
36473,-83.3333333333333,4,2,0,50,0,0
37836,-133.333333333333,4,2,0,50,0,0
38109,-83.3333333333333,4,2,0,50,0,0
38382,-100,4,2,0,50,0,0
38791,-133.333333333333,4,2,0,50,0,0
38927,-117.647058823529,4,2,0,50,0,0
39064,-105.263157894737,4,2,0,50,0,0
39200,-95.2380952380952,4,2,0,50,0,0
39336,-86.9565217391304,4,2,0,50,0,0
39473,-80,4,2,0,50,0,0
39609,-74.0740740740741,4,2,0,50,0,0
39745,-133.333333333333,4,2,0,50,0,0
40018,-83.3333333333333,4,2,0,50,0,0
40291,-133.333333333333,4,2,0,50,0,0
41382,-83.3333333333333,4,2,0,50,0,0
41655,-133.333333333333,4,2,0,50,0,0
42473,-83.3333333333333,4,2,0,50,0,0
44109,-133.333333333333,4,2,0,50,0,0
44655,-111.111111111111,4,2,0,50,0,0
45200,-83.3333333333333,4,2,0,50,0,0
45473,-133.333333333333,4,2,0,50,0,0
45745,-83.3333333333333,4,2,0,50,0,0
46018,-133.333333333333,4,2,0,50,0,0
46836,-83.3333333333333,4,2,0,50,0,0
47518,-133.333333333333,4,2,0,50,0,0
47655,-117.647058823529,4,2,0,50,0,0
47791,-105.263157894737,4,2,0,50,0,0
47927,-95.2380952380951,4,2,0,50,0,0
48064,-86.9565217391304,4,2,0,50,0,0
48200,-80,4,2,0,50,0,0
48336,-74.0740740740741,4,2,0,50,0,0
48473,-100,4,2,0,50,0,0
50109,-133.333333333333,4,2,0,50,0,0
50382,-83.3333333333333,4,2,0,50,0,0
50655,-100,4,2,0,50,0,0
50927,-133.333333333333,4,2,0,50,0,0
51200,-83.3333333333333,4,2,0,50,0,0
51473,-100,4,2,0,50,0,0
63473,-133.333333333333,4,2,0,50,0,0
63745,-100,4,2,1,40,0,1
67564,-83.3333333333333,4,2,1,40,0,1
68109,-100,4,2,1,40,0,1
71382,-83.3333333333333,4,2,1,40,0,1
72473,-100,4,2,1,40,0,1
79973,-66.6666666666667,4,2,0,75,0,0
81473,-100,4,2,0,75,0,0
86655,-66.6666666666667,4,2,0,75,0,0
86927,-100,4,2,0,75,0,0
89655,-90.9090909090909,4,2,0,75,0,0
89928,-83.3333333333333,4,2,0,75,0,0
90200,-76.9230769230769,4,2,0,75,0,0
90473,-90.9090909090909,4,2,0,75,0,0
92382,-133.333333333333,4,2,0,75,0,0
94018,-90.9090909090909,4,2,0,75,0,0
96745,-133.333333333333,4,2,0,75,0,0
97155,-200,4,2,0,75,0,0
97564,-83.3333333333333,4,2,0,75,0,0
97836,-100,4,2,0,75,0,0
98109,-133.333333333333,4,2,0,75,0,0
98382,-83.3333333333333,4,2,0,75,0,0
100291,-133.333333333333,4,2,0,75,0,0
100564,-83.3333333333333,4,2,0,75,0,0
100836,-133.333333333333,4,2,0,75,0,0
101109,-117.647058823529,4,2,0,75,0,0
101382,-105.263157894737,4,2,0,75,0,0
101655,-95.2380952380952,4,2,0,75,0,0
101927,-133.333333333333,4,2,0,75,0,0
102200,-83.3333333333333,4,2,0,75,0,0
102473,-100,4,2,0,75,0,0
102609,-133.333333333333,4,2,0,75,0,0
102745,-100,4,2,0,75,0,0
103018,-83.3333333333333,4,2,0,75,0,0
105200,-133.333333333333,4,2,0,75,0,0
105473,-83.3333333333333,4,2,0,75,0,0
105745,-133.333333333333,4,2,0,75,0,0
106291,-76.9230769230769,4,2,0,75,0,0
106564,-133.333333333333,4,2,0,75,0,0
106836,-76.9230769230769,4,2,0,75,0,0
107518,-133.333333333333,4,2,0,75,0,0
107791,-76.9230769230769,4,2,0,75,0,0
107927,-133.333333333333,4,2,0,75,0,0
108200,-83.3333333333333,4,2,0,75,0,0
108473,-66.6666666666667,4,2,0,75,0,0
108745,-133.333333333333,4,2,0,75,0,0
109018,-66.6666666666667,4,2,0,75,0,0
109291,-133.333333333333,4,2,0,75,0,0
109564,-83.3333333333333,4,2,0,75,0,0
110382,-133.333333333333,4,2,0,75,0,0
110655,-83.3333333333333,4,2,0,75,0,0
112836,-133.333333333333,4,2,0,75,0,0
113518,-83.3333333333333,4,2,0,75,0,0
113927,-66.6666666666667,4,2,0,5,0,0


[Colours]
Combo1 : 128,0,255
Combo2 : 255,0,0
Combo3 : 0,255,255
Combo4 : 255,128,64

[HitObjects]
184,120,7018,5,8,0:2:0:0:
196,128,7427,1,8,0:2:0:0:
256,192,8109,12,0,10291,0:0:0:0:
156,256,11109,6,0,P|212:256|256:192,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
240,148,11382,6,0,L|216:64,1,75,4|0,0:0|0:0,0:0:0:0:
164,156,11655,1,0,1:0:0:0:
156,256,11791,1,0,0:0:0:0:
208,340,11927,2,0,P|244:332|288:304,1,75,0|0,0:0|0:0,0:0:0:0:
340,240,12200,2,0,L|368:192,3,37.5,0|0|0|0,1:0|0:0|0:0|0:0,0:0:0:0:
384,164,12473,6,0,L|416:92,1,75,2|0,0:3|0:0,0:0:0:0:
320,108,12745,2,0,L|311:29,1,75,2|0,0:3|0:0,0:0:0:0:
236,96,13018,2,0,L|189:32,1,75,2|0,0:3|0:0,0:0:0:0:
144,120,13291,2,0,L|72:88,1,75,2|0,0:3|0:0,0:0:0:0:
212,180,13564,6,0,L|280:210,1,75,4|0,0:0|0:0,0:0:0:0:
384,256,13836,1,0,1:0:0:0:
229,233,13973,1,0,0:0:0:0:
320,108,14109,1,0,0:0:0:0:
384,256,14245,1,0,0:0:0:0:
229,233,14382,2,0,P|192:240|160:264,1,75,0|0,1:0|0:0,0:0:0:0:
120,296,14586,1,0,0:0:0:0:
120,296,14655,6,0,L|100:212,1,75,2|0,0:3|0:0,0:0:0:0:
196,108,14927,2,0,L|213:180,1,75,2|0,0:3|0:0,0:0:0:0:
328,280,15200,2,0,L|308:196,1,75,2|0,0:3|0:0,0:0:0:0:
404,92,15472,2,0,L|421:164,1,75,2|0,0:3|0:0,0:0:0:0:
436,216,15677,1,0,0:0:0:0:
436,216,15745,5,0,1:0:0:0:
468,316,15882,1,0,1:0:0:0:
436,216,16018,1,0,1:0:0:0:
392,328,16155,1,0,1:0:0:0:
436,216,16291,1,4,0:0:0:0:
320,284,16428,1,0,0:0:0:0:
436,216,16564,1,8,0:0:0:0:
284,216,16701,1,0,0:0:0:0:
436,216,16836,5,0,1:0:0:0:
449,181,16904,1,0,0:0:0:0:
452,144,16972,1,0,1:0:0:0:
443,107,17040,1,0,0:0:0:0:
423,76,17108,1,0,1:0:0:0:
394,52,17176,1,0,0:0:0:0:
360,38,17245,1,0,1:0:0:0:
322,35,17313,1,0,0:0:0:0:
288,52,17382,6,0,P|248:64|200:48,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
180,0,17655,6,0,L|168:124,1,112.5,8|0,0:0|0:0,0:0:0:0:
169,111,17927,5,4,1:0:0:0:
160,216,18064,1,2,0:0:0:0:
256,172,18200,1,2,0:0:0:0:
160,117,18336,5,2,0:0:0:0:
169,221,18473,1,2,0:0:0:0:
256,161,18609,1,2,0:0:0:0:
152,124,18745,5,0,0:0:0:0:
178,225,18882,1,2,0:0:0:0:
254,150,19018,2,0,P|304:120|336:164,1,112.5,2|0,0:0|0:0,0:0:0:0:
344,204,19291,6,0,P|394:234|426:190,1,112.5,0|0,0:0|0:0,0:0:0:0:
428,164,19564,1,0,0:0:0:0:
416,128,19632,1,0,0:0:0:0:
388,100,19700,1,0,0:0:0:0:
288,44,19836,6,0,L|192:36,1,84.3750032186509,0|0,0:0|0:0,0:0:0:0:
168,84,20109,6,0,L|260:92,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
428,164,20382,2,0,L|338:156,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
160,208,20655,2,0,L|252:216,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
420,288,20928,2,0,L|330:280,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
104,260,21200,6,0,P|84:204|100:160,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
32,84,21473,2,0,P|88:64|132:80,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
212,20,21745,2,0,P|232:76|216:120,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
284,196,22018,2,0,P|228:216|184:200,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
316,112,22291,6,0,P|356:92|400:98,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
284,184,22564,2,0,P|228:204|184:188,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
316,100,22837,2,0,P|356:80|400:86,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
464,184,23109,2,0,L|476:288,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
392,336,23382,6,0,L|381:246,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
284,184,23655,2,0,L|294:273,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
204,348,23927,6,0,L|192:264,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
184,220,24200,6,0,P|184:136|224:100,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
248,92,24473,5,0,1:0:0:0:
344,108,24609,1,0,0:0:0:0:
344,108,24677,1,0,0:0:0:0:
344,108,24745,1,0,1:0:0:0:
372,204,24882,1,0,0:0:0:0:
304,276,25018,2,0,P|260:276|216:248,1,75,0|0,1:0|0:0,0:0:0:0:
372,204,25291,2,0,P|396:240|400:280,1,75,0|0,1:0|0:0,0:0:0:0:
284,184,25564,6,0,L|292:96,1,75,0|0,1:0|0:0,0:0:0:0:
192,40,25836,2,0,L|200:128,1,75,0|0,1:0|0:0,0:0:0:0:
96,184,26109,2,0,L|104:92,1,75,0|0,1:0|0:0,0:0:0:0:
20,236,26382,2,0,P|64:272|136:260,1,112.5,0|0,1:0|0:0,0:0:0:0:
152,256,26655,5,2,0:0:0:0:
188,248,26723,1,2,0:0:0:0:
224,252,26791,1,2,0:0:0:0:
256,268,26859,1,2,0:0:0:0:
280,296,26927,1,0,1:0:0:0:
192,332,27064,1,0,0:0:0:0:
216,176,27200,1,2,0:0:0:0:
352,256,27336,1,2,0:0:0:0:
216,176,27473,2,0,P|192:172|168:176,3,37.5,0|0|0|0,1:0|0:0|0:0|0:0,0:0:0:0:
136,180,27745,6,0,P|108:120|144:48,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
168,40,28018,6,0,P|208:48|260:32,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
284,16,28291,6,0,L|288:128,1,112.5,4|0,0:0|0:0,0:0:0:0:
308,168,28564,6,0,P|372:192|440:160,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
460,136,28836,5,0,1:0:0:0:
444,40,28973,1,0,1:0:0:0:
444,40,29041,1,0,1:0:0:0:
444,40,29109,1,0,1:0:0:0:
372,104,29245,1,4,0:0:0:0:
344,252,29382,2,0,P|376:256|432:232,1,75,0|4,0:0|0:0,0:0:0:0:
308,168,29655,2,0,P|276:164|220:188,1,75,0|4,0:0|0:0,0:0:0:0:
168,288,29927,6,0,L|176:376,1,75,0|4,0:0|0:0,0:0:0:0:
44,232,30200,2,0,L|52:152,1,75,0|4,0:0|0:0,0:0:0:0:
80,320,30473,2,0,P|40:332|0:312,1,75,0|4,0:0|0:0,0:0:0:0:
136,196,30745,1,0,1:0:0:0:
172,192,30814,1,0,1:0:0:0:
208,200,30882,1,0,1:0:0:0:
240,216,30950,1,0,1:0:0:0:
264,244,31018,6,0,P|276:276|264:328,1,75,0|4,1:0|0:0,0:0:0:0:
136,196,31291,2,0,P|124:164|136:112,1,75,0|4,0:0|0:0,0:0:0:0:
264,32,31564,2,0,L|348:40,1,75,0|4,0:0|0:0,0:0:0:0:
464,144,31836,2,0,L|389:151,1,75,0|4,0:0|0:0,0:0:0:0:
240,216,32109,2,0,P|232:256|256:300,1,75,0|4,0:0|0:0,0:0:0:0:
312,140,32382,2,0,P|281:113|231:111,1,75,0|4,0:0|0:0,0:0:0:0:
344,244,32655,2,0,P|382:230|408:188,1,75,0|4,0:0|0:0,0:0:0:0:
452,60,32927,1,0,1:0:0:0:
451,52,32995,1,0,1:0:0:0:
450,44,33064,1,0,1:0:0:0:
449,36,33132,1,0,1:0:0:0:
448,28,33200,6,0,L|458:117,1,75,0|4,1:0|0:0,0:0:0:0:
511,259,33473,2,0,P|507:302|483:338,1,75,0|4,0:0|0:0,0:0:0:0:
344,244,33745,2,0,P|348:201|372:165,1,75,0|4,0:0|0:0,0:0:0:0:
376,344,34018,1,0,1:0:0:0:
340,348,34086,1,0,1:0:0:0:
304,336,34155,1,0,1:0:0:0:
272,316,34223,1,0,1:0:0:0:
248,288,34291,6,0,P|232:248|248:200,1,75,0|4,1:0|0:0,0:0:0:0:
156,124,34564,2,0,P|129:157|79:168,1,75,0|4,0:0|0:0,0:0:0:0:
64,276,34836,2,0,P|106:282|140:320,1,75,0|4,0:0|0:0,0:0:0:0:
272,316,35109,2,0,L|312:328,1,37.5,2|0,0:0|0:0,0:0:0:0:
360,264,35245,2,0,L|400:268,1,37.5,0|0,0:0|0:0,0:0:0:0:
460,316,35382,6,0,P|476:280|476:248,1,56.2500021457673,0|0,1:0|1:0,0:0:0:0:
472,116,35655,1,8,1:0:0:0:
340,184,35791,1,0,1:0:0:0:
304,40,35927,2,0,L|208:48,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
192,52,36200,1,2,1:2:0:0:
168,68,36268,1,2,1:2:0:0:
152,92,36336,1,2,1:2:0:0:
140,120,36405,1,2,1:2:0:0:
136,148,36473,6,0,L|152:264,1,89.9999972534181,2|0,0:3|0:0,0:0:0:0:
363,237,36745,2,0,L|376:148,1,89.9999972534181,2|0,0:3|0:0,0:0:0:0:
212,288,37018,2,0,P|256:300|312:280,1,89.9999972534181,2|0,0:3|0:0,0:0:0:0:
300,96,37291,2,0,P|256:84|200:104,1,89.9999972534181,2|0,1:3|0:0,0:0:0:0:
256,216,37564,1,0,1:0:0:0:
256,216,37632,1,0,1:0:0:0:
256,216,37700,1,0,1:0:0:0:
256,216,37768,1,0,1:0:0:0:
256,216,37836,6,0,L|256:304,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
284,336,38109,6,0,P|348:356|420:324,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
432,300,38382,1,8,0:0:0:0:
444,152,38518,1,0,0:0:0:0:
344,264,38655,1,2,0:0:0:0:
356,124,38791,6,0,L|360:80,1,28.1250010728836,2|0,0:0|0:0,0:0:0:0:
284,116,38927,6,0,L|288:64,1,31.8750006079674,2|0,0:0|0:0,0:0:0:0:
212,108,39064,6,0,L|216:60,1,35.6249990487099,2|0,0:0|0:0,0:0:0:0:
140,100,39200,6,0,L|144:52,1,39.3749987983704,2|0,0:0|0:0,0:0:0:0:
68,92,39336,6,0,L|12:84,1,43.1250008225441,2|0,0:0|0:0,0:0:0:0:
64,164,39473,6,0,L|4:156,1,46.875,2|0,0:0|0:0,0:0:0:0:
60,236,39609,6,0,L|0:228,1,50.6250001931191,2|0,0:0|0:0,0:0:0:0:
56,308,39745,6,0,L|144:324,1,84.3750032186509,2|0,0:1|0:0,0:0:0:0:
184,332,40018,6,0,L|236:320,1,44.999998626709,2|0,0:1|0:0,0:0:0:0:
272,320,40155,2,0,L|320:328,1,44.999998626709,2|0,0:1|0:0,0:0:0:0:
360,336,40291,6,0,L|464:320,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
484,320,40564,1,8,1:0:0:0:
416,232,40700,1,8,1:0:0:0:
500,160,40836,1,4,0:0:0:0:
416,84,40973,1,0,0:0:0:0:
328,152,41109,6,0,P|300:112|300:72,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
312,36,41382,6,0,L|168:48,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
136,52,41655,6,0,P|96:64|48:48,1,84.3750032186509,2|0,1:0|0:0,0:0:0:0:
20,28,41927,5,0,1:0:0:0:
24,68,41995,1,0,1:0:0:0:
28,112,42064,1,0,1:0:0:0:
32,152,42132,1,0,1:0:0:0:
36,192,42200,6,0,P|72:172|128:180,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
152,188,42473,6,0,P|216:200|280:160,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
299,134,42745,5,4,1:0:0:0:
385,86,42882,1,0,0:0:0:0:
299,36,43018,1,2,0:0:0:0:
312,140,43155,5,2,0:0:0:0:
384,72,43291,1,2,0:0:0:0:
288,44,43427,1,2,0:0:0:0:
328,140,43564,5,2,0:0:0:0:
376,60,43700,1,2,0:0:0:0:
276,56,43836,1,2,0:0:0:0:
344,140,43973,5,2,0:0:0:0:
420,56,44109,6,0,P|456:144|408:240,1,196.875007510186,4|0,1:0|0:0,0:0:0:0:
372,256,44655,6,0,L|128:232,1,236.249992790222,0|0,1:0|0:0,0:0:0:0:
112,192,45200,6,0,L|120:340,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
148,356,45473,6,0,P|192:364|244:348,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
268,332,45745,6,0,P|328:308|392:336,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
416,356,46018,6,0,L|424:264,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
427,237,46291,1,0,1:0:0:0:
431,203,46359,1,0,1:0:0:0:
434,169,46427,1,0,1:0:0:0:
437,135,46495,1,0,1:0:0:0:
439,100,46564,6,0,P|395:114|346:87,1,84.3750032186509,0|0,0:0|0:0,0:0:0:0:
327,75,46836,6,0,P|267:46|117:213,1,314.999990386963,4|0,1:0|0:0,0:0:0:0:
120,233,47382,1,2,0:0:0:0:
196,312,47518,6,0,L|192:344,1,28.1250010728836,2|0,0:0|0:0,0:0:0:0:
272,308,47655,6,0,L|268:352,1,31.8750006079674,2|0,0:0|0:0,0:0:0:0:
348,304,47791,6,0,L|344:348,1,35.6249990487099,2|0,0:0|0:0,0:0:0:0:
420,300,47927,6,0,L|464:296,1,39.3749987983704,2|0,0:0|0:0,0:0:0:0:
396,228,48064,6,0,L|438:224,1,43.1250008225441,0|0,0:0|0:0,0:0:0:0:
372,156,48200,6,0,L|418:152,1,46.875,2|0,0:0|0:0,0:0:0:0:
340,84,48336,6,0,L|408:80,1,50.6250001931191,2|0,0:0|0:0,0:0:0:0:
320,12,48473,6,0,L|200:24,1,112.5,2|0,1:0|0:0,0:0:0:0:
124,36,48745,2,0,L|108:104,1,37.5,2|0,1:0|0:0,0:0:0:0:
180,136,48882,2,0,L|188:99,1,37.5,2|0,1:0|0:0,0:0:0:0:
268,92,49018,2,0,L|248:220,1,112.5,2|0,0:0|0:0,0:0:0:0:
316,256,49291,2,0,L|324:219,1,37.5,2|0,0:0|0:0,0:0:0:0:
404,192,49427,2,0,L|395:228,1,37.5,0|0,0:0|0:0,0:0:0:0:
380,312,49564,6,0,L|371:348,1,37.5,4|0,1:0|0:0,0:0:0:0:
300,332,49700,2,0,L|291:368,1,37.5,2|0,0:1|0:0,0:0:0:0:
216,344,49836,2,0,L|207:380,2,37.5,0|0|2,1:0|0:0|0:1,0:0:0:0:
232,204,50109,6,0,P|236:160|216:112,1,84.3750032186509,0|0,0:0|0:0,0:0:0:0:
180,104,50382,6,0,P|112:104|64:40,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
40,36,50655,5,0,0:0:0:0:
34,57,50723,1,0,0:0:0:0:
29,79,50791,1,0,0:0:0:0:
24,101,50859,1,0,0:0:0:0:
20,124,50927,2,0,P|48:156|100:180,1,84.3750032186509,4|4,0:0|0:0,0:0:0:0:
124,184,51200,6,0,P|184:192|220:260,1,134.999995880127,0|0,0:0|0:0,0:0:0:0:
228,312,51473,6,0,L|284:244,1,75,0|0,0:0|0:0,0:0:0:0:
316,92,51745,5,0,0:0:0:0:
316,92,51814,1,0,0:0:0:0:
316,92,51882,1,0,0:0:0:0:
316,92,51950,1,0,0:0:0:0:
316,92,52018,2,0,L|363:149,1,75,0|0,0:0|0:0,0:0:0:0:
236,144,52291,2,0,L|188:86,1,75,4|0,1:0|0:0,0:0:0:0:
72,32,52564,1,4,1:0:0:0:
72,32,52632,1,0,0:0:0:0:
72,32,52700,1,0,0:0:0:0:
72,32,52768,1,0,0:0:0:0:
72,32,52836,5,4,0:0:0:0:
440,352,53245,1,4,0:0:0:0:
256,192,53518,1,4,0:0:0:0:
192,52,53791,1,4,0:0:0:0:
320,52,53927,6,0,L|408:44,2,75,0|0|8,1:0|1:0|0:0,0:0:0:0:
192,52,54336,1,8,0:0:0:0:
124,160,54473,2,0,L|36:168,2,75,0|8|0,1:0|0:0|1:0,0:0:0:0:
373,157,55018,5,4,1:0:0:0:
192,52,55291,1,2,0:0:0:0:
191,262,55564,1,8,0:0:0:0:
280,116,55836,5,2,0:0:0:0:
286,213,55973,1,2,0:0:0:0:
199,170,56109,1,2,0:0:0:0:
267,320,56382,5,2,0:0:0:0:
416,172,56655,1,8,0:0:0:0:
268,24,56927,1,2,0:0:0:0:
119,172,57200,1,2,0:0:0:0:
416,172,57609,5,2,0:0:0:0:
256,120,57882,1,2,0:0:0:0:
416,172,58155,1,2,0:0:0:0:
416,172,58291,5,2,0:3:0:0:
380,12,58564,1,2,0:3:0:0:
256,120,58836,1,2,0:3:0:0:
196,276,59109,1,0,0:0:0:0:
416,172,59382,6,0,B|460:224|428:288|428:288|380:280,1,150,0|8,1:0|1:0,0:0:0:0:
196,276,59927,2,0,L|112:284,2,75,0|0|8,0:0|0:0|1:0,0:0:0:0:
300,264,60336,1,0,0:0:0:0:
404,248,60473,5,0,1:0:0:0:
376,40,60745,2,0,L|344:116,1,75,8|0,1:0|0:0,0:0:0:0:
284,192,61018,2,0,L|252:116,1,75,0|0,0:0|0:0,0:0:0:0:
188,40,61291,2,0,L|156:116,1,75,8|0,1:0|0:0,0:0:0:0:
92,296,61564,5,4,1:0:0:0:
420,296,61973,1,0,1:0:0:0:
256,192,62245,2,0,L|192:132,2,75,0|0|0,0:0|0:0|0:0,0:0:0:0:
312,284,62655,6,0,L|296:344,2,50,2|2|2,0:0|0:0|0:0,0:0:0:0:
228,308,62927,2,0,L|212:368,2,50,2|2|2,0:0|0:0|0:0,0:0:0:0:
140,320,63200,2,0,L|124:380,2,50,2|2|2,0:0|0:0|0:0,0:0:0:0:
176,244,63473,6,0,P|184:200|176:152,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
160,128,63745,6,0,P|204:136|240:120,1,75,4|0,1:1|0:0,0:0:0:0:
368,88,64018,1,0,1:0:0:0:
300,192,64155,1,0,0:0:0:0:
284,43,64291,2,0,L|300:195,1,150,0|0,1:0|1:0,0:0:0:0:
268,292,64700,1,2,0:0:0:0:
173,336,64836,5,0,1:0:0:0:
86,275,64973,2,0,P|78:233|94:188,1,75,0|2,1:0|1:2,0:0:0:0:
108,168,65177,1,0,0:0:0:0:
152,152,65245,2,0,L|228:160,1,75,2|0,1:2|1:0,0:0:0:0:
192,73,65518,1,0,1:0:0:0:
181,240,65655,1,0,1:0:0:0:
181,240,65723,1,0,0:0:0:0:
181,240,65791,1,0,1:0:0:0:
104,80,65927,6,0,P|64:88|36:116,1,75,0|0,1:0|1:0,0:0:0:0:
242,166,66200,2,0,P|282:158|306:130,1,75,0|0,1:0|1:0,0:0:0:0:
192,72,66473,1,0,1:0:0:0:
181,240,66609,1,0,1:0:0:0:
324,296,66745,1,4,0:0:0:0:
241,166,66882,1,0,1:0:0:0:
250,310,67018,2,0,L|324:296,1,75,0|0,1:0|1:0,0:0:0:0:
180,240,67291,2,0,L|106:225,1,75,4|0,1:2|1:2,0:0:0:0:
104,78,67564,6,0,P|147:66|192:72,1,89.9999972534181,4|0,0:0|0:0,0:0:0:0:
407,78,67836,2,0,P|364:66|319:72,1,89.9999972534181,0|0,0:0|0:0,0:0:0:0:
241,166,68109,5,4,1:0:0:0:
312,268,68245,1,0,0:0:0:0:
312,268,68314,1,0,0:0:0:0:
312,268,68382,2,0,P|355:280|392:276,2,75,0|0|0,1:0|0:0|1:0,0:0:0:0:
241,166,68791,1,0,0:0:0:0:
172,268,68927,2,0,P|128:280|92:276,1,75,0|0,1:0|0:0,0:0:0:0:
84,172,69200,5,0,1:0:0:0:
164,344,69336,1,0,1:0:0:0:
241,166,69473,1,2,1:2:0:0:
312,268,69609,1,2,1:2:0:0:
312,268,69677,1,0,0:0:0:0:
312,268,69745,1,0,1:0:0:0:
164,172,69882,1,0,0:0:0:0:
164,172,69950,1,0,0:0:0:0:
164,172,70018,2,0,P|156:132|168:92,1,75,0|0,1:0|1:0,0:0:0:0:
184,68,70223,1,0,0:0:0:0:
216,40,70291,5,2,1:2:0:0:
272,48,70359,1,2,1:2:0:0:
328,56,70427,1,2,1:2:0:0:
384,64,70495,1,2,1:2:0:0:
440,72,70564,2,0,P|464:104|472:156,1,75,0|0,0:0|0:0,0:0:0:0:
448,248,70836,5,2,1:2:0:0:
392,256,70905,1,2,1:2:0:0:
336,264,70973,1,2,1:2:0:0:
280,272,71041,1,2,1:2:0:0:
224,280,71109,2,0,P|188:296|136:280,1,75,0|0,0:0|0:0,0:0:0:0:
44,212,71382,6,0,P|56:168|44:104,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
335,160,71655,2,0,P|324:203|328:247,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
164,48,71927,2,0,P|207:59|251:55,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
216,324,72200,2,0,P|172:312|108:324,1,89.9999972534181,6|4,1:0|0:1,0:0:0:0:
184,192,72473,5,4,1:1:0:0:
248,100,72609,1,0,0:0:0:0:
248,100,72677,1,0,0:0:0:0:
248,100,72745,1,0,1:0:0:0:
304,200,72882,1,0,0:0:0:0:
148,118,73018,2,0,P|148:73|180:37,1,75,0|0,1:0|0:0,0:0:0:0:
248,100,73291,1,0,1:0:0:0:
184,192,73427,1,0,0:0:0:0:
72,184,73564,6,0,P|44:144|48:104,1,75,0|0,1:0|0:0,0:0:0:0:
248,100,73836,1,2,1:2:0:0:
272,128,73905,1,0,0:0:0:0:
288,164,73973,1,2,1:2:0:0:
296,200,74041,1,0,0:0:0:0:
288,236,74109,2,0,P|260:280|220:292,1,75,0|0,1:0|0:0,0:0:0:0:
348,328,74382,2,0,P|400:330|430:358,1,75,0|0,1:0|0:0,0:0:0:0:
408,228,74655,6,0,P|383:181|393:141,1,75,0|0,1:0|0:0,0:0:0:0:
424,56,74927,2,0,L|344:48,1,75,0|0,1:0|0:0,0:0:0:0:
236,40,75200,1,0,1:0:0:0:
264,188,75336,1,0,1:0:0:0:
156,84,75473,1,0,1:0:0:0:
304,104,75609,1,0,1:0:0:0:
172,172,75745,5,4,0:0:0:0:
172,172,75882,1,0,0:0:0:0:
204,280,76018,1,4,0:0:0:0:
204,280,76155,1,0,0:0:0:0:
308,324,76291,1,2,1:0:0:0:
416,288,76427,1,2,1:0:0:0:
464,188,76564,1,2,1:0:0:0:
456,152,76632,1,0,0:0:0:0:
444,116,76700,1,0,0:0:0:0:
424,84,76768,1,0,0:0:0:0:
396,60,76836,6,0,L|320:64,1,75,4|0,1:0|0:0,0:0:0:0:
71,136,77245,2,0,L|113:200,1,75,4|0,1:0|0:0,0:0:0:0:
300,379,77655,2,0,L|334:311,1,75,4|0,1:0|0:0,0:0:0:0:
396,60,78064,6,0,L|320:64,1,75,4|0,1:0|0:0,0:0:0:0:
236,136,78336,1,0,1:0:0:0:
216,24,78473,1,4,1:0:0:0:
48,316,78882,6,0,L|100:320,1,37.5,4|0,1:0|0:0,0:0:0:0:
228,228,79155,1,4,0:0:0:0:
344,364,79291,1,0,0:0:0:0:
332,184,79427,1,2,0:0:0:0:
236,332,79564,1,2,0:0:0:0:
404,268,79700,1,0,0:0:0:0:
228,228,79836,2,0,P|212:188|228:140,1,75,2|2,0:0|0:0,0:0:0:0:
316,40,80109,5,2,0:0:0:0:
256,192,80177,12,0,81200,0:0:0:0:
255,367,81473,5,2,0:0:0:0:
80,191,81745,1,8,0:0:0:0:
256,16,82018,1,2,0:0:0:0:
332,100,82155,1,2,0:0:0:0:
224,124,82291,5,0,0:0:0:0:
256,348,82564,1,2,0:0:0:0:
156,148,82836,1,8,0:0:0:0:
316,308,83110,1,2,0:0:0:0:
116,208,83382,5,2,0:0:0:0:
396,176,83791,1,2,0:0:0:0:
184,256,84064,1,2,0:0:0:0:
356,108,84337,1,2,0:0:0:0:
356,108,84473,5,2,0:3:0:0:
184,256,84745,1,2,0:3:0:0:
396,176,85018,1,2,0:3:0:0:
184,256,85291,1,2,0:3:0:0:
408,252,85564,5,2,0:0:0:0:
184,256,85836,1,2,0:0:0:0:
396,328,86109,1,8,0:0:0:0:
184,256,86382,1,0,0:0:0:0:
184,256,86518,1,0,0:0:0:0:
184,256,86655,6,0,B|136:248|148:208|148:208|128:200|128:200|112:160|136:120,1,168.750006437302,0|0,0:0|0:0,0:0:0:0:
192,64,86927,6,0,L|212:20,1,37.5,0|0,0:0|0:0,0:0:0:0:
272,64,87064,2,0,L|292:20,1,37.5,0|0,0:0|0:0,0:0:0:0:
348,64,87200,2,0,L|368:20,1,37.5,0|0,0:0|0:0,0:0:0:0:
428,64,87337,2,0,L|448:20,1,37.5,0|0,0:0|0:0,0:0:0:0:
508,64,87473,2,0,L|492:98,1,37.5,0|0,1:0|1:0,0:0:0:0:
436,136,87609,2,0,L|420:170,1,37.5,0|0,1:0|1:0,0:0:0:0:
476,212,87745,6,0,L|436:300,1,75,4|4,1:0|1:0,0:0:0:0:
304,372,88018,2,0,P|252:352|228:296,1,112.5,4|0,0:0|0:0,0:0:0:0:
228,303,88291,1,4,1:0:0:0:
256,156,88427,1,4,1:0:0:0:
228,303,88564,2,0,P|168:292|140:244,1,112.5,4|0,0:0|0:0,0:0:0:0:
140,208,88836,6,0,L|132:104,1,75,4|0,0:0|0:0,0:0:0:0:
224,72,89109,2,0,L|216:0,2,50,2|2|2,0:0|0:0|0:0,0:0:0:0:
288,116,89382,2,0,L|293:165,2,50,2|2|0,0:0|0:0|0:0,0:0:0:0:
324,44,89655,6,0,L|340:184,1,123.75000377655,4|0,0:0|0:0,0:0:0:0:
392,208,89927,6,0,L|377:85,1,123.75000377655,0|0,1:0|0:0,0:0:0:0:
412,24,90200,6,0,L|428:176,1,146.249993305207,0|0,1:0|0:0,0:0:0:0:
436,220,90473,6,0,P|432:260|400:296,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
292,344,90745,2,0,P|296:304|328:268,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
448,224,91018,6,0,P|444:264|412:300,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
304,348,91290,2,0,P|308:308|340:272,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
432,148,91564,2,0,P|476:152|512:184,1,82.5000025177003,4|0,1:0|0:0,0:0:0:0:
368,192,91836,2,0,P|324:188|288:156,1,82.5000025177003,4|0,1:0|0:0,0:0:0:0:
192,44,92109,6,0,B|164:108|164:108|152:148|188:164,1,123.75000377655,4|0,1:0|0:0,0:0:0:0:
200,172,92382,6,0,P|220:200|220:256,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
204,272,92655,1,0,1:0:0:0:
187,294,92723,1,0,1:0:0:0:
184,322,92791,1,0,1:0:0:0:
194,348,92859,1,0,1:0:0:0:
216,365,92927,1,0,1:0:0:0:
243,370,92995,1,0,1:0:0:0:
270,362,93064,1,0,1:0:0:0:
289,342,93132,1,0,1:0:0:0:
300,320,93200,6,0,B|304:284|304:284|320:272|320:272|324:224,1,84.3750032186509,2|0,0:0|0:0,0:0:0:0:
324,220,93473,1,8,1:0:0:0:
268,124,93609,1,0,1:0:0:0:
348,204,93745,1,2,0:0:0:0:
252,144,93882,1,2,0:0:0:0:
368,172,94018,6,0,P|384:116|348:60,1,123.75000377655,8|0,1:0|0:0,0:0:0:0:
316,52,94291,6,0,L|232:40,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
80,88,94564,2,0,L|161:99,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
304,176,94836,2,0,L|220:164,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
68,212,95109,2,0,L|149:223,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
304,248,95382,6,0,P|340:272|356:320,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
252,192,95655,2,0,P|290:172|340:182,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
228,264,95927,2,0,P|192:240|176:192,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
280,320,96200,2,0,P|241:339|191:329,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
68,212,96473,5,0,0:0:0:0:
68,212,96609,1,0,0:0:0:0:
68,212,96745,2,0,L|40:92,1,112.500004291535,0|4,0:0|0:0,0:0:0:0:
108,32,97155,6,0,L|132:136,1,93.75,0|0,0:0|0:0,0:0:0:0:
160,164,97564,6,0,P|208:184|288:148,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
312,128,97836,6,0,P|360:112|424:136,1,112.5,4|0,1:0|0:0,0:0:0:0:
448,160,98109,6,0,L|460:68,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
496,56,98382,6,0,L|472:208,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
460,236,98655,6,0,P|428:276|388:284,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
280,356,98927,2,0,P|240:324|232:284,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
172,164,99200,2,0,P|204:124|244:116,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
360,52,99473,2,0,P|400:83|408:124,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
372,248,99745,5,0,1:0:0:0:
328,124,99882,1,0,0:0:0:0:
296,272,100018,1,0,1:0:0:0:
252,144,100155,1,0,0:0:0:0:
220,296,100291,6,0,P|176:308|124:288,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
100,268,100564,6,0,L|108:112,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
124,96,100836,6,0,P|152:92|188:104,1,56.2500021457673,4|0,1:0|0:0,0:0:0:0:
236,220,101109,6,0,P|208:208|184:168,1,63.7500012159348,0|0,0:0|0:0,0:0:0:0:
272,72,101382,6,0,P|304:52|344:52,1,71.2499980974198,2|2,0:0|0:0,0:0:0:0:
456,136,101655,6,0,L|448:228,1,78.7499975967408,2|2,0:0|0:0,0:0:0:0:
396,320,101927,6,0,P|360:308|316:320,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
276,344,102200,6,0,P|196:356|144:312,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
128,288,102473,6,0,L|136:236,1,37.5,0|0,1:0|0:0,0:0:0:0:
136,204,102609,2,0,L|132:168,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
128,128,102745,6,0,P|180:144|240:128,1,112.5,4|0,0:0|0:0,0:0:0:0:
280,104,103018,6,0,L|272:208,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
424,120,103291,2,0,L|432:24,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
416,200,103564,2,0,L|536:208,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
292,24,103836,2,0,L|184:16,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
52,112,104109,2,0,P|56:164|84:192,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
212,224,104382,1,2,0:0:0:0:
220,224,104450,1,2,0:0:0:0:
228,224,104518,1,2,0:0:0:0:
236,224,104586,1,2,0:0:0:0:
245,224,104655,6,0,L|136:224,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
80,328,104927,2,0,L|48:328,6,22.4999993133545,2|0|0|0|0|2|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
124,328,105200,6,0,L|208:328,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
256,328,105473,6,0,P|312:312|352:224,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
368,204,105745,6,0,P|384:164|428:144,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
424,145,106018,1,0,0:0:0:0:
429,145,106086,1,0,0:0:0:0:
434,145,106155,1,0,0:0:0:0:
439,145,106223,1,0,0:0:0:0:
444,146,106291,6,0,L|287:147,1,146.249993305207,4|0,1:0|0:0,0:0:0:0:
260,147,106564,6,0,L|217:137,1,28.1250010728836,4|0,1:0|0:0,0:0:0:0:
190,139,106700,2,0,L|156:149,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
118,147,106836,6,0,B|91:150|57:127|57:127|31:154|35:211,1,146.249993305207,4|0,1:0|0:0,0:0:0:0:
35,212,107109,1,4,1:0:0:0:
36,221,107177,1,0,0:0:0:0:
38,230,107245,1,0,0:0:0:0:
41,239,107314,1,0,0:0:0:0:
44,247,107382,6,0,L|35:310,1,48.7499977684022,4|0,0:0|0:0,0:0:0:0:
116,264,107518,6,0,L|112:304,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
192,272,107655,2,0,L|188:300,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
268,280,107791,6,0,L|259:343,1,48.7499977684022,0|0,1:0|0:0,0:0:0:0:
344,292,107927,6,0,L|340:332,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
420,300,108064,2,0,L|416:328,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
408,220,108200,6,0,P|448:224|504:144,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
432,152,108473,6,0,P|376:152|340:248,1,168.750006437302,4|0,1:0|0:0,0:0:0:0:
392,296,108745,6,0,P|352:320|312:312,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
268,280,109018,6,0,P|208:244|112:280,1,168.750006437302,4|0,1:0|0:0,0:0:0:0:
88,340,109291,6,0,P|56:316|44:268,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
44,196,109564,6,0,L|52:104,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
136,52,109836,1,0,0:0:0:0:
212,116,109973,2,0,P|256:124|312:108,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
376,52,110245,1,0,0:0:0:0:
460,106,110382,6,0,L|468:192,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
472,236,110655,6,0,P|464:280|432:316,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
312,344,110927,2,0,P|268:336|232:304,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
200,184,111200,2,0,P|208:140|240:104,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
360,76,111473,2,0,P|404:84|440:116,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
472,236,111745,5,0,1:0:0:0:
452,260,111813,1,0,0:0:0:0:
424,275,111881,1,0,1:0:0:0:
393,277,111949,1,0,0:0:0:0:
363,268,112017,1,0,1:0:0:0:
336,252,112085,1,0,0:0:0:0:
308,238,112154,1,0,1:0:0:0:
277,235,112222,1,0,0:0:0:0:
247,243,112291,6,0,P|200:252|156:324,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
120,372,112564,2,0,L|100:272,1,89.9999972534181,8|4,0:0|0:0,0:0:0:0:
76,136,112836,6,0,P|64:96|120:56,2,112.500004291535,0|0|2,0:0|0:0|0:3,0:0:0:0:
120,212,113518,6,0,L|140:256,1,44.999998626709,2|0,0:0|0:0,0:0:0:0:
204,216,113655,2,0,L|234:253,1,44.999998626709,2|0,0:0|0:0,0:0:0:0:
292,204,113791,2,0,L|331:232,1,44.999998626709,2|0,0:0|0:0,0:0:0:0:
256,192,113927,12,4,115836,1:0:0:0:
Topic Starter
Fatfan Kolek
Ok, added Cheesiest's Light Insane (WIP), updated pantu's difficulty aaaaand renamed my Extra to xxxxTREME! ~Updated
Gero

CloudSplash16 wrote:

[General]

[Gero]
  1. 00:28:291 (3,4) - Flow here is awkward and difficult to play. Consider moving or reshaping (4) to make this more playable. I don't think so, sorry
StickyPicky
cool storyboard ~
Irreversible
.. dat wars dann
Gero
This is so sad..
Topic Starter
Fatfan Kolek
Be patient :3

Edit: Gero just told me...

...

Edit 2: Well, the current ranked version of this wasn't mentioned by konami... Let's see if I can still do something here
Natsu
was really fun to map, sadly stuff happen :(. anyways GL with your other maps
Reviz
Gotta go fast before konami notices
Osu Mapman
amg
Aka
umg
Topic Starter
Fatfan Kolek
emg
Len
Topic Starter
Fatfan Kolek
Final Spread now =v= Updated~
Natsu
go go :)
wasonz
pantsu diff ....
Gero
Can't wait for see this qualified, don't give up bby.
Topic Starter
Fatfan Kolek

Gero wrote:

Can't wait for see this qualified, don't give up bby.
I won't! 8-)
LeiN-
Catch my star ;)
Topic Starter
Fatfan Kolek

LeiN- wrote:

Catch my star ;)
Thanks LeiN- :D/
tutuhaha
This map has some issue about "Widescreen Support" and "Letterbox during breaks", make sure they are same in all diff
[Akalvis' Light Insane]
OK, in songs folder, this diff call "Elvis'Light Insane"
you know what is happen ._.?
00:30:745 (4) - well, This part I think use 1/4 rhythm better than 1/2 actually /_\
00:32:927 (4) - like what you use there^
00:36:473 (2,3,4,5) - use same space?
00:39:200 (3) - end at 00:39:405 maybe
00:50:927 (1,2) - ..I dont really like this overlap
00:59:382 (1,1) - ...actually I cant know where is the different between those slider until I saw your green line /-\....maybe just use the same sv and then delete the NC
01:02:382 (3) - if you delete this note, you may have more funny way to design your place I think
01:33:200 (1,2,3,4,5,6,7,8) - hmmmmmm....../_\....I dont like it in this diff...
Aka

tutuhaha wrote:

[Akalvis' Light Insane]
OK, in songs folder, this diff call "Elvis'Light Insane"
you know what is happen ._.? yes, this is a collab with me now, guess we could fix that anyways? o:
00:59:382 (1,1) - ...actually I cant know where is the different between those slider until I saw your green line /-\....maybe just use the same sv and then delete the NC i'd like to keep the consistence of NCing for every SV change in this diff. maybe cause of the slight curve shape its not noticeable but first one is fast and second one is 1.0x. so yeah, talking about consistence again and i also like how it looks, with this NC i bet people will understand that there is a NC then something is different
01:02:382 (3) - if you delete this note, you may have more funny way to design your place I thinki cant really understand what do you mean by deleting since there is a pretty strong beat and i really like the flow in this part and how it looks
Len
please add guest mappers in tag
Topic Starter
Fatfan Kolek

Fast wrote:

please add guest mappers in tag
sure, sorry D:
Dariano
Dariano's normal
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Soft
StackLeniency: 0.7
Mode: 0
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
DistanceSpacing: 0.8
BeatDivisor: 2
GridSize: 4
TimelineZoom: 1

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Dariano's Normal
Source:SOUND VOLTEX II -infinite infection-
Tags:sdvx t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P A N Gero Onosakihito DJNightmare
BeatmapID:348551
BeatmapSetID:139525

[Difficulty]
HPDrainRate:4
CircleSize:3
OverallDifficulty:3
ApproachRate:5
SliderMultiplier:0.9
SliderTickRate:2

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
2,55218,58182
2,81400,84364
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,60,1,0
11109,-83.3333333333333,4,2,0,60,0,0
63745,-83.3333333333333,4,2,0,60,0,1
81200,-83.3333333333333,4,2,0,60,0,0
97291,-83.3333333333333,4,2,0,40,0,0
97564,-83.3333333333333,4,2,0,60,0,0


[Colours]
Combo1 : 128,0,255
Combo2 : 255,0,0
Combo3 : 0,255,255
Combo4 : 255,128,64

[HitObjects]
256,256,7018,6,0,L|256:120,1,135,4|4,1:2|1:2,0:0:0:0:
256,192,8109,12,2,10836,0:0:0:0:
72,96,11382,6,0,P|100:192|224:192,1,215.999993408203,4|0,1:2|0:0,0:0:0:0:
268,148,12200,1,4,1:2:0:0:
331,92,12473,2,0,P|364:50|415:34,1,107.999996704102,6|6,0:0|0:0,0:0:0:0:
498,60,13018,2,0,P|470:105|419:119,1,107.999996704102,6|6,0:0|0:0,0:0:0:0:
415,34,13564,6,0,L|187:34,1,215.999993408203,4|0,1:2|0:0,0:0:0:0:
128,84,14382,1,4,1:2:0:0:
196,136,14655,1,6,0:0:0:0:
128,188,14928,1,6,0:0:0:0:
196,244,15201,1,6,0:0:0:0:
148,316,15473,1,6,0:0:0:0:
148,316,15745,6,0,P|92:364|8:260,1,215.999993408203,2|2,0:0|1:2,0:0:0:0:
24,200,16564,1,2,0:0:0:0:
52,120,16836,2,0,B|92:44|196:72|196:72|232:128,1,215.999993408203,2|2,0:0|1:2,0:0:0:0:
340,244,17927,6,0,P|408:359|476:243,1,323.999990112305,6|4,1:2|1:2,0:0:0:0:
452,160,19018,1,2,0:0:0:0:
400,92,19291,1,2,0:0:0:0:
316,64,19564,1,2,0:0:0:0:
232,84,19836,1,2,0:3:0:0:
232,84,20109,6,0,P|207:131|161:157,1,107.999996704102,4|0,0:0|0:0,0:0:0:0:
73,157,20655,1,0,0:0:0:0:
113,233,20927,1,0,0:0:0:0:
57,301,21200,2,0,P|113:321|169:301,1,107.999996704102,0|0,0:0|0:0,0:0:0:0:
229,261,21745,1,0,0:0:0:0:
296,316,22018,1,0,0:0:0:0:
296,316,22291,6,0,B|356:316|356:316|408:268,1,107.999996704102,0|0,0:0|0:0,0:0:0:0:
437,209,22836,2,0,B|437:149|437:149|389:97,1,107.999996704102,0|0,0:0|0:0,0:0:0:0:
333,65,23382,2,0,B|273:65|273:65|221:113,1,107.999996704102,0|0,0:0|0:0,0:0:0:0:
165,141,23927,1,2,0:0:0:0:
165,141,24200,1,6,0:0:0:0:
149,225,24473,6,0,L|237:301,1,107.999996704102,4|0,0:0|0:0,0:0:0:0:
305,253,25018,2,0,L|421:261,1,107.999996704102,0|0,0:0|0:0,0:0:0:0:
409,173,25564,2,0,L|517:133,1,107.999996704102,0|0,0:0|0:0,0:0:0:0:
465,61,26109,1,0,0:0:0:0:
381,69,26382,1,0,0:0:0:0:
256,192,26655,12,2,28291,0:0:0:0:
484,84,28836,6,0,P|420:168|320:112,1,215.999993408203,4|0,0:0|0:0,0:0:0:0:
280,64,29655,1,0,0:0:0:0:
200,28,29927,1,0,0:0:0:0:
164,108,30200,1,0,0:0:0:0:
80,84,30473,1,0,0:0:0:0:
80,84,30745,2,0,L|40:32,2,53.9999983520508,4|4|4,0:3|0:3|0:3,0:0:0:0:
64,168,31291,5,0,0:0:0:0:
68,256,31564,1,0,0:0:0:0:
144,216,31836,1,0,0:0:0:0:
172,296,32109,2,0,P|220:316|268:296,1,107.999996704102,0|0,0:0|0:0,0:0:0:0:
304,216,32655,1,0,0:0:0:0:
392,216,32927,2,0,L|464:216,2,53.9999983520508,4|4|4,0:3|0:3|0:3,0:0:0:0:
348,140,33473,5,0,0:0:0:0:
360,56,33745,1,0,0:0:0:0:
360,56,34018,2,0,L|416:-4,2,53.9999983520508,4|4|4,0:3|0:3|0:3,0:0:0:0:
276,72,34564,1,0,0:0:0:0:
188,72,34836,1,0,0:0:0:0:
136,144,35109,2,0,B|108:184|108:184|136:208|136:208|136:240,1,107.999996704102,2|6,0:0|3:2,0:0:0:0:
256,192,35655,12,2,37018,0:0:0:0:
88,284,37564,6,0,L|88:356,2,53.9999983520508,4|4|4,0:3|0:3|0:3,0:0:0:0:
148,220,38109,2,0,B|248:184|264:336|392:232,1,215.999993408203,4|0,0:0|0:0,0:0:0:0:
412,200,38927,1,0,0:0:0:0:
480,144,39200,2,0,B|444:96|380:112|380:112|316:128|280:52,1,215.999993408203,2|2,0:2|0:2,0:0:0:0:
224,20,40018,5,2,0:2:0:0:
180,96,40291,1,4,0:0:0:0:
92,104,40564,2,0,L|28:48,2,53.9999983520508,0|2|0,0:0|0:2|0:0,0:0:0:0:
64,188,41109,1,0,0:0:0:0:
144,224,41382,2,0,P|200:196|256:212,1,107.999996704102,4|4,0:0|0:2,0:0:0:0:
208,284,41927,6,0,L|208:352,2,53.9999983520508,4|4|4,0:3|0:3|0:3,0:0:0:0:
296,284,42473,2,0,P|388:331|480:283,1,215.999993408203,4|0,0:0|0:0,0:0:0:0:
484,196,43291,1,2,0:2:0:0:
416,140,43564,2,0,L|308:140,1,107.999996704102,4|2,0:0|0:2,0:0:0:0:
256,192,44109,12,2,45745,0:0:0:0:
148,88,46291,6,0,L|148:32,2,53.9999983520508,4|4|4,0:3|0:3|0:3,0:0:0:0:
148,176,46836,2,0,B|148:260|148:260|120:260|64:280|64:352,1,215.999993408203,4|2,0:0|0:2,0:0:0:0:
152,348,47655,2,0,L|296:348,1,107.999996704102,2|2,0:2|0:2,0:0:0:0:
348,348,48200,1,2,0:2:0:0:
396,276,48473,6,0,B|452:276|452:276|468:308|508:316,2,107.999996704102,2|2|4,0:2|0:2|0:0,0:0:0:0:
324,228,49291,1,0,0:0:0:0:
264,164,49564,1,0,0:0:0:0:
324,100,49836,1,0,0:0:0:0:
384,164,50109,2,0,B|412:154|428:138|428:138|444:154|476:166,1,107.999996704102,4|4,0:3|0:2,0:0:0:0:
500,84,50655,6,0,L|500:20,2,53.9999983520508,4|4|4,0:3|0:3|0:2,0:0:0:0:
416,56,51200,1,4,0:0:0:0:
336,92,51473,1,0,0:0:0:0:
248,92,51745,2,0,L|248:146,2,53.9999983520508,4|4|4,0:3|0:3|0:3,0:0:0:0:
164,64,52291,1,0,0:0:0:0:
96,120,52564,1,0,0:0:0:0:
128,200,52836,6,0,P|100:284|156:344,1,161.999995056153,4|4,0:2|0:2,0:0:0:0:
184,264,53518,2,0,L|356:264,1,161.999995056153,4|4,0:2|0:2,0:0:0:0:
420,216,54200,1,0,0:0:0:0:
364,152,54473,1,0,0:0:0:0:
432,100,54745,1,4,0:2:0:0:
372,36,55018,1,6,1:2:0:0:
428,320,59382,5,4,1:2:0:0:
356,368,59655,1,8,0:0:0:0:
284,319,59927,2,0,P|233:303|205:258,1,107.999996704102,0|8,0:0|0:0,0:0:0:0:
124,228,60473,1,4,1:2:0:0:
48,188,60745,1,8,0:0:0:0:
124,144,61018,2,0,P|176:136|212:80,1,107.999996704102,0|8,0:0|0:0,0:0:0:0:
256,24,61564,6,0,L|256:196,1,161.999995056153,4|4,0:0|0:0,0:0:0:0:
256,316,62382,1,0,0:0:0:0:
172,296,62655,2,0,P|256:184|332:316,1,323.999990112305,2|4,0:0|1:0,0:0:0:0:
256,316,63745,6,0,P|212:376|140:376,1,107.999996704102,6|2,0:0|0:0,0:0:0:0:
172,296,64291,2,0,P|112:304|76:272,1,107.999996704102,2|2,0:0|0:0,0:0:0:0:
100,192,64836,1,0,0:0:0:0:
56,116,65109,1,2,0:0:0:0:
100,44,65382,1,2,0:0:0:0:
188,48,65655,1,0,0:0:0:0:
140,120,65927,6,0,B|232:196|264:52|368:172,1,215.999993408203,0|0,0:0|0:0,0:0:0:0:
404,88,66745,2,0,P|428:152|408:196,1,107.999996704102,2|2,0:0|0:0,0:0:0:0:
356,248,67291,1,2,0:0:0:0:
284,204,67564,1,6,0:0:0:0:
284,204,67836,1,6,0:0:0:0:
220,260,68109,6,0,L|220:372,1,107.999996704102,0|2,0:0|0:0,0:0:0:0:
132,368,68655,2,0,L|132:252,1,107.999996704102,2|2,0:0|0:0,0:0:0:0:
56,220,69200,1,0,0:0:0:0:
100,148,69473,1,0,0:0:0:0:
188,148,69745,1,2,0:0:0:0:
232,224,70018,1,2,0:0:0:0:
284,292,70291,6,0,P|316:316|364:320,2,53.9999983520508,4|4|4,0:3|0:3|0:3,0:0:0:0:
352,240,70836,2,0,P|384:244|408:236,2,53.9999983520508,4|4|4,0:3|0:3|0:3,0:0:0:0:
380,160,71382,2,4,P|444:128|468:92,1,107.999996704102,2|2,0:0|0:0,0:0:0:0:
380,76,71927,2,4,P|324:100|296:144,1,107.999996704102,2|6,0:0|0:0,0:0:0:0:
252,212,72473,5,6,0:0:0:0:
212,136,72745,1,2,0:0:0:0:
128,156,73018,1,2,0:0:0:0:
44,128,73291,1,2,0:0:0:0:
44,128,73564,2,0,L|44:248,1,107.999996704102,0|0,0:0|0:0,0:0:0:0:
48,324,74109,1,0,0:0:0:0:
120,272,74382,1,0,0:0:0:0:
136,356,74655,6,0,L|248:356,1,107.999996704102,0|0,0:0|0:0,0:0:0:0:
312,304,75200,1,0,0:0:0:0:
376,360,75473,2,0,B|416:368|456:352|456:292|456:292|456:200,1,215.999993408203,2|2,0:0|0:0,0:0:0:0:
392,140,76291,1,2,0:2:0:0:
456,80,76564,1,2,0:2:0:0:
456,80,76836,6,0,P|424:44|348:52,1,107.999996704102,4|0,0:2|0:0,0:0:0:0:
352,80,77245,2,0,P|277:108|203:79,1,161.999995056153,4|4,0:2|0:2,0:0:0:0:
188,40,77791,2,0,P|108:40|60:92,1,107.999996704102,0|4,0:0|0:2,0:0:0:0:
32,120,78336,2,0,L|32:208,1,53.9999983520508,0|4,0:0|0:2,0:0:0:0:
256,192,79155,12,6,81200,1:2:0:0:
444,68,85564,5,2,0:0:0:0:
480,148,85837,1,2,0:0:0:0:
432,220,86110,2,0,P|372:208|348:156,1,107.999996704102,2|2,0:0|0:0,0:0:0:0:
292,108,86655,2,0,B|252:84|184:108|184:108|104:156|184:244|264:156|184:108|184:108|120:84|75:106,1,431.999986816407,4|2,1:2|0:0,0:0:0:0:
0,260,88291,5,2,0:0:0:0:
172,260,88836,2,0,B|208:296|244:260|244:260|244:260|276:296|312:260|312:260|348:296|380:260|380:260|416:296|444:268|464:248,1,323.999990112305,4|4,1:2|0:0,0:0:0:0:
500,184,89927,5,4,0:0:0:0:
476,100,90200,1,0,0:0:0:0:
392,76,90473,1,0,0:0:0:0:
312,108,90745,2,0,P|268:156|196:132,1,107.999996704102,0|0,0:0|0:0,0:0:0:0:
144,132,91291,1,0,0:0:0:0:
84,68,91564,1,4,0:0:0:0:
84,68,91836,1,4,0:0:0:0:
256,192,92109,12,4,93745,0:3:0:0:
208,336,94291,6,0,P|144:344|116:300,1,107.999996704102,4|0,0:0|0:0,0:0:0:0:
68,244,94836,1,0,0:0:0:0:
128,184,95109,1,0,0:0:0:0:
176,112,95382,1,0,0:0:0:0:
224,184,95655,1,0,0:0:0:0:
284,244,95927,2,0,P|344:268|392:244,1,107.999996704102,6|4,0:0|0:0,0:0:0:0:
340,176,96473,6,0,P|396:144|428:160,2,53.9999983520508,4|2|4,0:3|0:3|0:3,0:0:0:0:
268,128,97018,1,2,0:2:0:0:
224,52,97291,2,0,P|188:80|180:116,2,53.9999983520508,2|0|4,0:2|0:0|0:0,0:0:0:0:
312,52,97836,1,4,0:0:0:0:
368,116,98109,1,4,0:0:0:0:
456,120,98382,6,0,P|469:171|511:202,1,107.999996704102,4|4,0:0|0:0,0:0:0:0:
448,260,98927,2,0,P|400:272|360:320,1,107.999996704102,0|0,0:0|0:0,0:0:0:0:
308,380,99473,1,0,0:0:0:0:
252,316,99745,1,0,0:0:0:0:
192,380,100018,1,0,0:0:0:0:
112,344,100291,2,0,B|116:288|116:288|180:240,1,107.999996704102,4|4,0:0|0:0,0:0:0:0:
256,192,100836,12,4,102473,0:3:0:0:
440,52,103018,6,0,B|404:100|404:100|344:108,1,107.999996704102,4|0,0:0|0:0,0:0:0:0:
276,68,103564,1,0,0:0:0:0:
208,124,103836,1,0,0:0:0:0:
132,84,104109,1,0,0:0:0:0:
72,148,104382,2,0,L|4:148,2,53.9999983520508,4|4|2,0:3|0:3|0:0,0:0:0:0:
132,208,104927,2,0,L|204:208,2,53.9999983520508,0|0|0,0:0|0:0|0:0,0:0:0:0:
64,264,105473,6,0,P|124:300|168:292,1,107.999996704102,2|4,0:2|0:0,0:0:0:0:
324,240,106291,1,4,0:0:0:0:
256,188,106564,1,4,0:0:0:0:
188,240,106836,1,4,0:0:0:0:
176,68,107382,6,0,B|256:56|256:56|336:68,2,161.999995056153,4|4|4,1:2|1:2|1:2,0:0:0:0:
140,144,108473,1,6,0:0:0:0:
212,192,108745,1,6,0:0:0:0:
300,192,109018,1,6,0:0:0:0:
372,240,109291,1,6,0:0:0:0:
336,316,109564,6,0,B|256:328|256:328|176:316,2,161.999995056153,4|4|4,1:2|1:2|1:2,0:0:0:0:
372,240,110655,1,6,0:0:0:0:
300,192,110927,1,6,0:0:0:0:
228,240,111200,1,6,0:0:0:0:
156,192,111473,2,0,B|128:188|108:168|108:168|88:188|60:192,1,107.999996704102,6|2,0:0|0:0,0:0:0:0:
12,264,112018,6,0,B|38:267|58:287|58:287|78:267|106:263,1,107.999996704102,2|2,0:0|1:2,0:0:0:0:
156,192,112564,1,0,0:0:0:0:
200,268,112836,1,2,1:2:0:0:
288,268,113109,1,0,0:0:0:0:
364,312,113382,2,0,P|388:352|424:368,2,53.9999983520508,2|0|2,0:0|0:0|0:0,0:0:0:0:
408,236,113927,6,0,B|441:167|353:201|376:86|376:86|308:126|248:69|248:69|188:137|188:137,1,377.999988464356,4|0,1:2|0:0,0:0:0:0:
176,160,115018,1,2,0:0:0:0:
132,236,115291,1,2,0:0:0:0:
188,304,115564,1,2,0:0:0:0:
272,288,115836,1,6,1:2:0:0:

@CloudSplash16, @Hinsvar Thanks, used pretty much all.
Len
(?


change hitsounds a little
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Soft
StackLeniency: 0.2
Mode: 2
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 11382,28564,35382,37564,55018,70155,74927,90200,107109
DistanceSpacing: 1.6
BeatDivisor: 4
GridSize: 8
TimelineZoom: 2.699999

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Fast's Rain
Source:SOUND VOLTEX II -infinite infection-
Tags:sdvx t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Macuilxochitl Oracle Irreversible Amamiya Yuko Skystar Natsu P_A_N Aka EvilElvis Gero Onosakihito DJNightmare Fast Spectator
BeatmapID:517720
BeatmapSetID:139525

[Difficulty]
HPDrainRate:5.3
CircleSize:3.5
OverallDifficulty:9
ApproachRate:9
SliderMultiplier:1.97
SliderTickRate:1

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,75,1,0
7018,-100,4,1,0,75,0,0
7836,-100,4,2,0,75,0,0
8109,-100,4,1,0,75,0,0
8245,-100,4,2,0,75,0,0
8518,-100,4,1,0,75,0,0
8655,-100,4,2,0,75,0,0
8927,-100,4,1,0,75,0,0
9064,-100,4,2,0,75,0,0
9200,-100,4,1,0,75,0,0
9609,-100,4,2,0,75,0,0
9745,-100,4,1,0,75,0,0
9882,-100,4,2,0,75,0,0
10018,-100,4,1,0,75,0,0
11109,-58.8235294117647,4,1,0,75,0,0
11245,-66.6666666666667,4,2,0,75,0,0
11382,-100,4,1,0,75,0,0
11518,-100,4,2,0,75,0,0
11791,-100,4,1,0,75,0,0
11927,-100,4,2,0,75,0,0
12200,-100,4,1,0,75,0,0
12336,-100,4,2,0,75,0,0
12473,-100,4,1,0,75,0,0
12541,-100,4,2,0,40,0,0
12609,-100,4,1,0,60,0,0
12745,-100,4,1,0,75,0,0
12882,-100,4,1,0,60,0,0
13018,-100,4,1,0,75,0,0
13086,-100,4,2,0,40,0,0
13155,-100,4,1,0,60,0,0
13291,-100,4,1,0,75,0,0
13359,-100,4,2,0,40,0,0
13427,-100,4,1,0,60,0,0
13564,-100,4,1,0,75,0,0
13700,-100,4,2,0,75,0,0
13973,-100,4,1,0,75,0,0
14109,-100,4,2,0,75,0,0
14382,-100,4,1,0,75,0,0
14518,-100,4,2,0,75,0,0
14655,-83.3333333333333,4,1,0,75,0,0
14791,-100,4,1,0,60,0,0
14927,-100,4,1,0,75,0,0
15064,-100,4,1,0,60,0,0
15200,-100,4,1,0,75,0,0
15336,-100,4,1,0,60,0,0
15473,-83.3333333333333,4,1,0,75,0,0
15609,-100,4,2,0,60,0,0
15745,-100,4,1,1,75,0,0
15882,-100,4,2,0,75,0,0
16291,-100,4,1,1,80,0,0
16427,-100,4,2,0,80,0,0
16564,-100,4,1,0,70,0,0
16700,-100,4,2,0,80,0,0
16836,-58.8235294117647,4,1,0,80,0,0
16905,-100,4,2,0,80,0,0
17382,-100,4,1,1,80,0,0
17518,-100,4,2,0,80,0,0
17927,-100,4,2,1,80,0,0
18064,-100,4,2,0,80,0,0
18200,-100,4,2,1,65,0,0
18336,-100,4,3,0,80,0,0
18473,-100,4,2,0,80,0,0
18745,-100,4,3,0,80,0,0
18882,-100,4,2,0,80,0,0
19018,-100,4,1,0,80,0,0
19291,-100,4,2,0,80,0,0
19836,-50,4,1,0,80,0,0
20109,-100,4,1,1,80,0,1
20177,-100,4,1,1,80,0,0
20791,-100,4,2,0,80,0,0
20927,-100,4,1,1,80,0,0
21064,-100,4,2,0,80,0,0
21200,-100,4,1,1,80,0,0
21268,-100,4,2,0,80,0,0
21473,-100,4,1,1,80,0,0
21609,-100,4,2,0,80,0,0
21745,-100,4,1,1,80,0,0
21882,-100,4,2,0,80,0,0
22018,-100,4,1,1,80,0,0
22155,-100,4,2,0,80,0,0
22291,-100,4,1,1,80,0,0
22359,-100,4,2,0,80,0,0
22564,-100,4,1,1,80,0,0
22700,-100,4,2,0,80,0,0
22836,-100,4,1,1,80,0,0
22973,-100,4,2,0,80,0,0
23109,-100,4,1,1,80,0,0
23518,-100,4,2,0,80,0,0
23655,-100,4,1,1,80,0,0
23791,-100,4,2,0,80,0,0
24200,-50,4,1,0,80,0,0
24473,-100,4,1,1,80,0,0
25155,-100,4,2,0,80,0,0
25291,-100,4,1,1,80,0,0
25427,-100,4,2,1,80,0,0
25564,-100,4,1,1,80,0,0
25700,-100,4,2,0,80,0,0
25836,-100,4,1,1,80,0,0
25973,-100,4,2,0,80,0,0
26109,-100,4,1,1,80,0,0
26245,-100,4,2,0,80,0,0
26382,-100,4,1,1,80,0,0
26518,-100,4,2,0,80,0,0
26655,-100,4,1,1,40,0,0
26927,-100,4,1,1,35,0,0
27200,-100,4,1,1,30,0,0
27336,-100,4,1,1,20,0,0
27473,-100,4,2,0,75,0,0
27745,-100,4,1,0,80,0,0
28291,-100,4,2,0,80,0,0
28564,-100,4,2,1,80,0,0
28836,-100,4,1,1,75,0,0
29109,-100,4,1,1,75,0,0
29245,-100,4,2,0,75,0,0
29382,-100,4,1,1,75,0,0
29518,-100,4,2,0,75,0,0
29655,-100,4,1,1,75,0,0
29791,-100,4,2,0,75,0,0
29927,-100,4,1,1,75,0,0
30064,-100,4,2,0,75,0,0
30200,-100,4,1,1,75,0,0
31427,-100,4,2,0,75,0,0
31564,-100,4,1,1,75,0,0
31700,-100,4,2,0,75,0,0
31836,-100,4,1,1,75,0,0
31973,-100,4,2,0,75,0,0
32109,-100,4,1,1,75,0,0
32245,-100,4,2,0,75,0,0
32382,-100,4,1,1,75,0,0
32518,-100,4,2,0,75,0,0
32655,-100,4,1,1,75,0,0
32927,-100,4,2,1,75,0,0
33200,-100,4,1,1,75,0,0
33609,-100,4,2,0,75,0,0
33745,-100,4,1,1,75,0,0
33882,-100,4,2,0,75,0,0
34018,-100,4,3,0,75,0,0
34291,-100,4,1,1,75,0,0
34700,-100,4,2,0,75,0,0
34836,-100,4,1,1,75,0,0
34973,-100,4,2,0,75,0,0
35109,-100,4,1,0,75,0,0
35382,-100,4,1,1,60,0,0
35518,-55.5555555555556,4,2,0,60,0,0
35995,-100,4,2,0,5,0,0
36405,-100,4,2,0,40,0,0
36473,-100,4,1,0,80,0,0
36677,-100,4,2,0,80,0,0
36745,-100,4,1,0,80,0,0
36950,-100,4,2,0,80,0,0
37018,-100,4,1,0,80,0,0
37155,-100,4,2,0,80,0,0
37291,-100,4,1,0,80,0,0
37427,-100,4,2,0,80,0,0
37564,-100,4,3,0,80,0,0
37836,-100,4,2,0,75,0,0
38109,-100,4,1,1,75,0,1
38177,-100,4,2,0,75,0,0
38382,-71.4285714285714,4,2,0,80,0,0
38655,-100,4,1,1,50,0,0
38723,-100,4,2,0,50,0,0
38791,-100,4,1,0,60,0,0
38859,-100,4,2,0,60,0,0
38927,-100,4,3,0,70,0,0
38995,-100,4,2,0,70,0,0
39064,-100,4,1,0,75,0,0
39132,-100,4,2,0,75,0,0
39200,-71.4285714285714,4,1,1,80,0,0
39336,-71.4285714285714,4,2,0,75,0,0
39473,-71.4285714285714,4,1,1,80,0,0
39609,-100,4,1,0,60,0,0
39745,-100,4,1,0,70,0,0
40291,-100,4,1,1,75,0,0
40427,-100,4,2,0,40,0,0
40700,-100,4,2,0,75,0,0
40836,-100,4,2,1,40,0,0
40973,-100,4,1,0,50,0,0
41041,-100,4,2,0,50,0,0
41109,-100,4,3,0,60,0,0
41177,-100,4,2,0,60,0,0
41245,-100,4,1,0,70,0,0
41314,-100,4,2,0,70,0,0
41382,-100,4,1,1,75,0,0
41586,-100,4,2,0,40,0,0
41655,-62.5,4,1,0,75,0,0
41859,-100,4,2,0,75,0,0
41927,-100,4,1,0,75,0,0
42336,-100,4,2,0,75,0,0
42473,-100,4,1,0,75,0,0
42609,-100,4,2,0,75,0,0
42745,-100,4,1,0,75,0,0
42882,-100,4,2,0,75,0,0
43018,-100,4,1,1,75,0,0
43086,-100,4,2,0,75,0,0
43155,-100,4,1,0,75,0,0
43223,-100,4,2,0,75,0,0
43291,-100,4,3,0,75,0,0
43427,-100,4,1,0,75,0,0
43564,-100,4,1,1,75,0,0
43700,-100,4,2,0,75,0,0
43836,-100,4,1,1,75,0,0
43973,-100,4,1,0,60,0,0
44177,-100,4,2,0,5,0,0
44655,-100,4,2,0,20,0,0
44791,-100,4,2,0,30,0,0
44927,-100,4,2,0,45,0,0
45064,-100,4,2,0,70,0,0
45200,-66.6666666666667,4,1,0,75,0,0
45336,-100,4,1,0,60,0,0
45473,-100,4,1,0,75,0,0
45541,-100,4,2,0,40,0,0
45609,-100,4,1,0,60,0,0
45745,-66.6666666666667,4,1,0,75,0,0
45882,-100,4,1,0,60,0,0
46018,-76.9230769230769,4,1,0,75,0,0
46086,-100,4,2,0,40,0,0
46155,-100,4,2,0,60,0,0
46291,-100,4,1,0,75,0,0
46564,-100,4,2,0,75,0,0
46836,-100,4,1,1,75,0,0
47109,-100,4,2,0,80,0,0
47382,-100,4,1,1,50,0,0
47518,-100,4,1,0,60,0,0
47655,-100,4,3,0,70,0,0
47791,-100,4,1,0,75,0,0
47927,-100,4,1,1,80,0,0
48064,-100,4,2,0,75,0,0
48200,-100,4,1,1,80,0,0
48336,-100,4,1,0,60,0,0
48473,-100,4,1,0,70,0,0
48745,-100,4,1,0,75,0,0
48814,-100,4,2,0,40,0,0
49018,-100,4,1,1,75,0,0
49155,-100,4,2,0,40,0,0
49427,-100,4,2,0,75,0,0
49564,-100,4,2,1,40,0,0
49700,-100,4,1,0,50,0,0
49836,-100,4,3,0,60,0,0
49973,-100,4,1,0,70,0,0
50109,-66.6666666666667,4,1,1,75,0,0
50245,-66.6666666666667,4,2,0,40,0,0
50382,-50,4,1,0,75,0,0
50655,-100,4,1,0,75,0,0
51609,-100,4,2,0,50,0,0
51745,-100,4,1,0,50,0,0
52018,-100,4,3,0,60,0,0
52086,-100,4,2,0,60,0,0
52155,-100,4,1,0,70,0,0
52291,-100,4,1,1,80,0,0
52427,-100,4,2,0,75,0,0
52564,-100,4,1,1,80,0,0
52700,-100,4,1,0,60,0,0
52836,-66.6666666666667,4,1,0,75,0,0
53791,-50,4,1,0,60,0,0
53927,-100,4,2,1,80,0,0
54064,-50,4,2,0,80,0,0
54200,-50,4,2,1,65,0,0
54336,-50,4,3,0,80,0,0
54473,-50,4,2,0,80,0,0
54745,-66.6666666666667,4,3,0,80,0,0
54882,-50,4,2,0,40,0,0
55018,-50,4,1,0,75,0,0
55291,-133.333333333333,4,2,0,60,0,0
55836,-71.4285714285714,4,2,0,60,0,0
55973,-133.333333333333,4,2,0,30,0,0
56109,-133.333333333333,4,2,0,60,0,0
57200,-133.333333333333,4,2,0,50,0,0
57336,-133.333333333333,4,2,0,40,0,0
57473,-133.333333333333,4,2,0,30,0,0
57609,-76.9230769230769,4,2,0,50,0,0
57882,-133.333333333333,4,2,0,30,0,0
58155,-133.333333333333,4,2,0,20,0,0
58291,-133.333333333333,4,2,0,58,0,0
58564,-133.333333333333,4,2,0,48,0,0
58836,-133.333333333333,4,2,0,38,0,0
59109,-133.333333333333,4,2,0,28,0,0
59382,-100,4,1,1,60,0,0
59791,-100,4,2,0,40,0,0
59927,-100,4,1,1,60,0,0
60064,-100,4,2,0,40,0,0
60200,-100,4,1,1,60,0,0
60336,-100,4,1,0,40,0,0
60473,-100,4,1,1,60,0,0
60882,-100,4,2,0,40,0,0
61018,-100,4,3,1,60,0,0
61155,-100,4,2,0,40,0,0
61291,-100,4,3,0,60,0,0
61427,-100,4,2,0,40,0,0
61564,-100,4,1,0,60,0,0
61973,-100,4,1,1,65,0,0
62245,-100,4,2,0,75,0,0
62518,-100,4,1,0,40,0,0
62655,-100,4,1,1,75,0,0
62745,-100,4,2,0,40,0,0
63473,-50,4,1,0,75,0,0
63745,-83.3333333333333,4,1,1,75,0,1
64291,-83.3333333333333,4,1,0,75,0,1
64427,-83.3333333333333,4,2,0,75,0,1
64564,-83.3333333333333,4,1,1,75,0,1
64700,-83.3333333333333,4,2,0,75,0,1
64836,-83.3333333333333,4,1,1,75,0,1
64973,-83.3333333333333,4,2,0,75,0,1
65109,-83.3333333333333,4,1,1,75,0,1
65245,-83.3333333333333,4,2,0,75,0,1
65382,-83.3333333333333,4,1,1,75,0,1
65518,-83.3333333333333,4,2,0,75,0,1
65655,-83.3333333333333,4,1,1,75,0,1
65791,-83.3333333333333,4,2,0,75,0,1
65927,-83.3333333333333,4,1,1,75,0,1
66064,-83.3333333333333,4,2,0,75,0,1
66200,-83.3333333333333,4,1,1,75,0,1
66336,-83.3333333333333,4,2,0,75,0,1
66473,-83.3333333333333,4,1,1,75,0,1
66609,-83.3333333333333,4,2,0,75,0,1
66745,-83.3333333333333,4,1,1,75,0,1
66882,-83.3333333333333,4,2,0,75,0,1
67018,-83.3333333333333,4,1,1,75,0,1
67155,-83.3333333333333,4,2,0,75,0,1
67291,-83.3333333333333,4,1,1,75,0,1
67427,-83.3333333333333,4,2,0,75,0,1
67564,-83.3333333333333,4,1,1,75,0,1
67836,-83.3333333333333,4,1,1,80,0,1
68109,-83.3333333333333,4,1,1,75,0,1
68518,-83.3333333333333,4,2,0,75,0,1
68655,-83.3333333333333,4,1,1,75,0,1
68791,-83.3333333333333,4,2,0,75,0,1
68927,-83.3333333333333,4,1,1,75,0,1
69064,-83.3333333333333,4,2,0,75,0,1
69200,-83.3333333333333,4,1,1,75,0,1
69336,-83.3333333333333,4,2,0,75,0,1
69473,-83.3333333333333,4,1,1,75,0,1
69609,-83.3333333333333,4,2,0,75,0,1
69745,-83.3333333333333,4,1,1,75,0,1
69882,-83.3333333333333,4,2,0,75,0,1
70018,-83.3333333333333,4,1,1,75,0,1
70291,-83.3333333333333,4,2,0,75,0,1
70564,-83.3333333333333,4,1,0,75,0,1
70836,-83.3333333333333,4,2,0,75,0,1
71109,-83.3333333333333,4,1,0,75,0,1
71382,-83.3333333333333,4,2,0,100,0,1
71518,-83.3333333333333,4,2,0,75,0,1
71655,-83.3333333333333,4,2,0,100,0,1
71791,-83.3333333333333,4,2,0,75,0,1
71927,-83.3333333333333,4,2,0,100,0,1
72064,-83.3333333333333,4,2,0,75,0,1
72200,-83.3333333333333,4,1,0,75,0,1
72336,-83.3333333333333,4,2,0,75,0,1
72473,-83.3333333333333,4,1,1,75,0,1
72609,-83.3333333333333,4,2,0,75,0,1
72745,-83.3333333333333,4,1,1,75,0,1
72882,-83.3333333333333,4,2,0,75,0,1
73018,-83.3333333333333,4,1,1,75,0,1
73155,-83.3333333333333,4,2,0,75,0,1
73291,-83.3333333333333,4,1,1,75,0,1
73427,-83.3333333333333,4,2,0,75,0,1
73564,-83.3333333333333,4,1,1,75,0,1
73700,-83.3333333333333,4,2,0,75,0,1
73836,-83.3333333333333,4,1,1,75,0,1
73905,-83.3333333333333,4,2,0,75,0,1
74109,-83.3333333333333,4,1,1,75,0,1
74245,-83.3333333333333,4,2,0,75,0,1
74382,-83.3333333333333,4,1,1,75,0,1
74518,-83.3333333333333,4,2,0,75,0,1
74655,-83.3333333333333,4,1,1,75,0,1
74791,-83.3333333333333,4,2,0,75,0,1
74927,-83.3333333333333,4,1,1,75,0,1
75064,-83.3333333333333,4,2,0,75,0,1
75200,-83.3333333333333,4,1,1,75,0,1
75336,-83.3333333333333,4,2,0,75,0,1
75473,-83.3333333333333,4,1,1,75,0,1
75609,-83.3333333333333,4,2,0,75,0,1
75745,-83.3333333333333,4,1,1,75,0,1
75814,-83.3333333333333,4,2,0,75,0,1
76018,-83.3333333333333,4,1,1,75,0,1
76155,-83.3333333333333,4,2,0,75,0,1
76291,-83.3333333333333,4,1,1,50,0,1
76564,-83.3333333333333,4,2,0,75,0,1
76836,-83.3333333333333,4,1,1,75,0,1
76973,-83.3333333333333,4,2,0,75,0,1
77245,-83.3333333333333,4,1,1,75,0,1
77382,-83.3333333333333,4,2,0,75,0,1
77655,-52.6315789473684,4,1,1,75,0,1
77791,-83.3333333333333,4,2,0,75,0,1
78064,-50,4,1,1,75,0,1
78200,-83.3333333333333,4,2,0,75,0,1
78336,-83.3333333333333,4,1,1,75,0,1
78609,-83.3333333333333,4,2,0,75,0,1
78745,-83.3333333333333,4,1,1,65,0,1
78882,-83.3333333333333,4,2,0,75,0,1
79155,-83.3333333333333,4,1,1,65,0,1
79291,-83.3333333333333,4,2,0,65,0,1
79427,-83.3333333333333,4,1,1,65,0,1
79564,-83.3333333333333,4,2,0,65,0,1
79700,-83.3333333333333,4,1,0,65,0,1
79836,-83.3333333333333,4,2,0,65,0,1
80109,-100,4,1,0,75,0,0
80143,-100,4,2,0,40,0,0
80927,-62.5,4,1,0,75,0,0
81473,-133.333333333333,4,2,0,75,0,0
81609,-133.333333333333,4,2,0,40,0,0
81745,-133.333333333333,4,2,0,60,0,0
82155,-133.333333333333,4,2,0,30,0,0
82291,-133.333333333333,4,2,0,60,0,0
82564,-133.333333333333,4,2,0,40,0,0
82836,-133.333333333333,4,2,0,60,0,0
83109,-133.333333333333,4,2,0,40,0,0
83382,-133.333333333333,4,2,0,60,0,0
83655,-133.333333333333,4,2,0,40,0,0
83791,-133.333333333333,4,2,0,40,0,0
84064,-133.333333333333,4,2,0,35,0,0
84473,-133.333333333333,4,2,0,58,0,0
84745,-100,4,2,0,48,0,0
85018,-100,4,2,0,38,0,0
85291,-100,4,2,0,28,0,0
85564,-100,4,2,0,60,0,0
85836,-100,4,2,0,40,0,0
86655,-100,4,1,0,90,0,0
86689,-100,4,2,0,40,0,0
87473,-100,4,2,0,40,0,0
87745,-100,4,1,1,40,0,0
88018,-66.6666666666667,4,1,0,85,0,0
88155,-66.6666666666667,4,2,0,85,0,0
88291,-100,4,1,1,40,0,0
88564,-66.6666666666667,4,1,0,85,0,0
88700,-66.6666666666667,4,2,0,85,0,0
88836,-66.6666666666667,4,1,1,70,0,0
89109,-66.6666666666667,4,2,0,50,0,0
89200,-66.6666666666667,4,2,0,15,0,0
89382,-66.6666666666667,4,2,0,50,0,0
89473,-66.6666666666667,4,2,0,15,0,0
89655,-66.6666666666667,4,1,1,60,0,0
89927,-66.6666666666667,4,1,1,80,0,0
90200,-100,4,1,1,75,0,0
90336,-100,4,2,0,75,0,0
90473,-100,4,1,1,75,0,0
90609,-100,4,2,0,75,0,0
90745,-100,4,1,1,75,0,0
90882,-100,4,2,0,75,0,0
91018,-100,4,1,1,75,0,0
91155,-100,4,2,0,75,0,0
91291,-100,4,1,1,75,0,0
91427,-100,4,2,0,75,0,0
91564,-100,4,1,1,75,0,0
91836,-66.6666666666667,4,1,1,75,0,0
91973,-50,4,2,0,75,0,0
92109,-100,4,1,1,75,0,0
92382,-100,4,2,0,75,0,0
92655,-100,4,2,0,40,0,0
93200,-100,4,1,1,40,0,0
93268,-100,4,2,0,40,0,0
93336,-100,4,1,0,40,0,0
93405,-100,4,2,0,40,0,0
93473,-100,4,3,0,40,0,0
93541,-100,4,2,0,40,0,0
93609,-100,4,1,0,40,0,0
93677,-100,4,2,0,40,0,0
93745,-66.6666666666667,4,1,1,40,0,0
94018,-100,4,1,1,75,0,0
94700,-100,4,2,0,75,0,0
94836,-100,4,1,1,75,0,0
94973,-100,4,2,0,75,0,0
95109,-100,4,1,1,75,0,0
95245,-100,4,2,0,75,0,0
95382,-100,4,1,1,75,0,0
95518,-100,4,2,0,75,0,0
95655,-100,4,1,1,75,0,0
95927,-100,4,1,1,80,0,0
96473,-76.9230769230769,4,1,1,65,0,0
97018,-100,4,1,0,40,0,0
97223,-100,4,2,0,30,0,0
97564,-66.6666666666667,4,1,0,65,0,0
97700,-66.6666666666667,4,2,0,65,0,0
97836,-66.6666666666667,4,1,0,65,0,0
97973,-66.6666666666667,4,2,0,65,0,0
98109,-66.6666666666667,4,1,0,65,0,0
98382,-66.6666666666667,4,1,0,70,0,0
98655,-100,4,1,1,75,0,0
99064,-100,4,2,0,75,0,0
99200,-100,4,1,1,75,0,0
99336,-100,4,2,0,75,0,0
99473,-100,4,1,1,75,0,0
99609,-100,4,2,0,75,0,0
99745,-100,4,1,1,75,0,0
99882,-100,4,2,0,75,0,0
100018,-100,4,1,1,75,0,0
100155,-100,4,2,0,75,0,0
100291,-100,4,1,1,85,0,0
100836,-100,4,1,1,75,0,0
100973,-100,4,2,0,75,0,0
101382,-100,4,2,0,40,0,0
101927,-100,4,1,1,40,0,0
101995,-100,4,2,0,40,0,0
102745,-100,4,1,0,40,0,0
103018,-100,4,1,1,75,0,0
103427,-100,4,2,0,75,0,0
103564,-100,4,1,1,75,0,0
103700,-100,4,2,0,75,0,0
103836,-100,4,1,1,75,0,0
103973,-100,4,2,0,75,0,0
104109,-100,4,1,1,75,0,0
104245,-100,4,2,0,75,0,0
104382,-100,4,1,1,50,0,0
104655,-100,4,1,1,75,0,0
104791,-100,4,2,0,75,0,0
104927,-100,4,1,1,50,0,0
105336,-100,4,2,0,50,0,0
105473,-100,4,2,0,80,0,0
105609,-100,4,2,0,50,0,0
105745,-100,4,1,0,50,0,0
105814,-100,4,2,0,40,0,0
106291,-66.6666666666667,4,1,0,75,0,0
106427,-50,4,2,0,75,0,0
106564,-50,4,1,0,75,0,0
106700,-50,4,2,0,75,0,0
106836,-50,4,1,0,75,0,0
106973,-50,4,2,0,75,0,0
107109,-58.8235294117647,4,1,0,75,0,0
107518,-100,4,2,0,75,0,0
107791,-100,4,1,0,75,0,0
107927,-100,4,2,0,75,0,0
108200,-100,4,1,0,75,0,0
108336,-100,4,2,0,75,0,0
108473,-100,4,1,0,75,0,0
108541,-100,4,2,0,40,0,0
108609,-100,4,1,0,60,0,0
108745,-100,4,1,0,75,0,0
108882,-100,4,1,0,60,0,0
109018,-100,4,1,0,75,0,0
109086,-100,4,2,0,40,0,0
109155,-100,4,1,0,60,0,0
109291,-100,4,1,0,75,0,0
109359,-100,4,2,0,40,0,0
109427,-100,4,1,0,60,0,0
109564,-100,4,1,0,75,0,0
109700,-100,4,2,0,75,0,0
109973,-100,4,1,0,75,0,0
110109,-100,4,2,0,75,0,0
110382,-100,4,1,0,75,0,0
110518,-100,4,2,0,75,0,0
110655,-83.3333333333333,4,1,0,75,0,0
110791,-100,4,1,0,60,0,0
110927,-100,4,1,0,75,0,0
111064,-100,4,1,0,60,0,0
111200,-100,4,1,0,75,0,0
111336,-100,4,1,0,60,0,0
111473,-83.3333333333333,4,1,0,75,0,0
111609,-100,4,2,0,60,0,0
111745,-100,4,1,1,75,0,0
111882,-100,4,2,0,40,0,0
112291,-100,4,1,1,80,0,0
112427,-100,4,2,0,75,0,0
112564,-100,4,1,0,70,0,0
112700,-100,4,2,0,75,0,0
112836,-58.8235294117647,4,1,0,75,0,0
112973,-100,4,2,0,75,0,0
113382,-100,4,1,1,75,0,0
113518,-100,4,2,0,75,0,0
113927,-100,4,2,1,75,0,0
114064,-100,4,2,0,75,0,0
114200,-100,4,2,1,80,0,0
114336,-100,4,3,0,75,0,0
114745,-100,4,1,0,75,0,0
114882,-100,4,2,0,75,0,0
115018,-100,4,1,0,75,0,0
115291,-100,4,2,0,75,0,0
115836,-100,4,1,0,100,0,0


[Colours]
Combo1 : 184,113,255
Combo2 : 255,81,81
Combo3 : 89,242,242
Combo4 : 255,128,64

[HitObjects]
64,184,7018,5,4,0:3:0:0:
232,152,7427,5,4,0:3:0:0:
408,112,7836,5,2,0:0:0:0:
380,145,7905,1,2,0:0:0:0:
375,187,7973,1,2,0:0:0:0:
394,226,8041,1,2,0:0:0:0:
431,247,8109,2,0,P|368:200|272:240,1,147.75,4|0,0:3|0:0,0:0:0:0:
224,144,8382,1,0,0:0:0:0:
360,64,8518,1,4,0:3:0:0:
104,96,8655,1,0,0:0:0:0:
56,144,8791,1,0,0:0:0:0:
45,211,8927,1,4,0:3:0:0:
75,272,9064,1,0,0:0:0:0:
134,305,9200,1,4,0:3:0:0:
472,112,9473,6,0,L|344:112,1,98.5,4|0,0:3|0:0,0:0:0:0:
232,200,9745,2,0,L|360:200,1,98.5,4|0,0:3|0:0,0:0:0:0:
488,280,10018,1,4,0:3:0:0:
352,288,10155,1,0,0:0:0:0:
144,40,10291,5,0,0:2:0:0:
100,61,10359,1,0,0:2:0:0:
77,104,10427,1,0,0:2:0:0:
83,152,10495,1,0,0:2:0:0:
116,188,10564,1,0,0:2:0:0:
148,224,10632,1,0,0:2:0:0:
154,272,10700,1,0,0:2:0:0:
131,314,10768,1,0,0:2:0:0:
88,336,10836,6,0,L|32:328,2,49.25,0|0|0,0:2|0:2|0:2,0:0:0:0:
320,384,11109,2,0,L|520:384,1,167.450003193855,6|0,0:0|0:0,0:0:0:0:
376,312,11382,5,4,0:3:0:0:
240,312,11518,1,0,0:0:0:0:
32,264,11655,2,0,L|19:166,1,98.5,0|4,0:0|0:3,0:0:0:0:
307,166,11927,2,0,L|320:264,1,98.5,0|0,0:0|0:0,0:0:0:0:
176,264,12200,2,0,L|163:166,1,98.5,4|0,0:3|0:0,0:0:0:0:
464,264,12473,6,0,L|528:280,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
224,240,12745,6,0,L|104:240,1,98.5,2|0,0:0|0:0,0:0:0:0:
384,168,13018,6,0,L|448:184,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
160,160,13291,6,0,L|96:176,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
424,184,13564,6,0,L|437:281,1,98.5,4|0,0:3|0:0,0:0:0:0:
192,272,13836,2,0,L|206:175,1,98.5,0|4,0:0|0:3,0:0:0:0:
64,280,14109,2,0,L|51:183,1,98.5
200,176,14382,2,0,L|214:273,1,98.5,4|0,0:3|0:0,0:0:0:0:
120,104,14655,6,0,L|264:104,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
480,192,14927,6,0,L|360:192,1,98.5,2|0,0:1|0:0,0:0:0:0:
240,256,15200,6,0,L|360:256,1,98.5,2|0,0:1|0:0,0:0:0:0:
448,320,15473,6,0,L|304:320,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
88,336,15745,5,8,0:2:0:0:
136,327,15882,1,0,0:0:0:0:
176,297,16018,1,0,0:0:0:0:
199,254,16155,1,4,0:3:0:0:
202,206,16291,1,8,0:2:0:0:
184,160,16427,1,0,0:0:0:0:
149,127,16564,1,0,0:0:0:0:
0,128,16700,1,0,0:0:0:0:
200,64,16836,6,0,L|288:88,1,83.7250015969277,2|2,0:2|0:2,0:0:0:0:
360,108,16973,1,2,0:0:0:0:
480,224,17109,2,0,L|368:224,1,98.5,0|0,0:0|0:0,0:0:0:0:
64,272,17382,2,0,L|176:272,1,98.5,8|0,0:2|0:0,0:0:0:0:
368,328,17655,1,2,0:0:0:0:
401,292,17723,1,2,0:0:0:0:
408,244,17791,1,2,0:0:0:0:
386,201,17859,1,2,0:0:0:0:
344,177,17927,1,10,0:0:0:0:
216,200,18064,5,0,0:0:0:0:
328,256,18200,1,8,0:2:0:0:
372,96,18336,1,4,0:0:0:0:
144,144,18473,2,0,P|128:184|144:256,1,98.5
383,70,18745,2,0,L|400:168,1,98.5,4|0,0:3|0:0,0:0:0:0:
72,88,19018,5,4,0:3:0:0:
216,200,19291,5,2,0:0:0:0:
48,192,19564,5,0,0:0:0:0:
440,88,19836,5,4,0:3:0:0:
96,264,20109,6,0,L|240:264,1,98.5,12|0,0:2|0:0,0:0:0:0:
400,152,20382,1,8,0:2:0:0:
424,312,20518,1,0,0:0:0:0:
152,232,20655,2,0,L|53:232,1,98.5,8|0,0:2|0:0,0:0:0:0:
80,112,20927,2,0,L|178:112,1,98.5,8|0,0:2|0:0,0:0:0:0:
440,88,21200,5,8,0:2:0:0:
473,123,21268,1,0,0:0:0:0:
480,171,21336,1,0,0:0:0:0:
459,214,21405,1,0,0:0:0:0:
417,238,21473,2,0,L|312:240,1,98.5,8|0,0:2|0:0,0:0:0:0:
120,112,21745,1,8,0:2:0:0:
88,288,21882,1,0,0:0:0:0:
296,160,22018,1,8,0:2:0:0:
328,336,22155,1,0,0:0:0:0:
72,88,22291,5,12,0:2:0:0:
39,123,22359,1,0,0:0:0:0:
32,171,22427,1,0,0:0:0:0:
53,214,22495,1,0,0:0:0:0:
95,238,22564,2,0,L|200:240,1,98.5,8|0,0:2|0:0,0:0:0:0:
416,80,22836,1,8,0:2:0:0:
415,114,22973,1,0,0:0:0:0:
424,147,23109,1,8,0:2:0:0:
208,56,23245,1,0,0:0:0:0:
208,90,23382,1,8,0:2:0:0:
444,175,23518,5,0,0:0:0:0:
471,196,23655,1,8,0:2:0:0:
199,123,23791,1,0,0:0:0:0:
192,152,23927,1,4,0:3:0:0:
424,147,24064,1,0,0:0:0:0:
471,196,24200,2,0,B|352:192|352:192|384:216|384:216|368:240|368:240|376:256|376:256|352:280|352:280|392:304|392:304|344:296|248:320,1,394,2|12,0:0|0:2,0:0:0:0:
48,320,24609,6,0,L|64:200,1,98.5,0|8,0:0|0:2,0:0:0:0:
197,281,24882,2,0,L|184:184,1,98.5,0|8,0:0|0:2,0:0:0:0:
24,232,25155,2,0,L|40:112,1,98.5,0|8,0:0|0:2,0:0:0:0:
50,36,25427,1,0,0:0:0:0:
464,320,25564,6,0,L|448:200,1,98.5,8|0,0:2|0:0,0:0:0:0:
232,296,25836,2,0,L|246:199,1,98.5,8|0,0:2|0:0,0:0:0:0:
260,100,26109,1,8,0:2:0:0:
488,232,26245,2,0,L|472:112,1,98.5,0|8,0:0|0:2,0:0:0:0:
320,72,26518,1,0,0:0:0:0:
120,32,26655,5,2,0:3:0:0:
75,51,26723,1,2,0:3:0:0:
49,92,26791,1,2,0:3:0:0:
52,141,26859,1,2,0:3:0:0:
81,180,26927,1,2,0:3:0:0:
110,218,26995,1,0,0:0:0:0:
112,267,27064,1,2,0:3:0:0:
86,308,27132,1,2,0:3:0:0:
42,328,27200,5,2,0:3:0:0:
192,360,27336,1,2,0:3:0:0:
136,296,27473,1,4,0:0:0:0:
288,352,27609,1,0,0:0:0:0:
232,272,27745,5,2,0:0:0:0:
376,304,28018,5,2,0:0:0:0:
160,200,28291,5,2,0:2:0:0:
400,176,28564,5,2,0:3:0:0:
192,32,28836,6,0,L|312:32,1,98.5,12|0,0:2|0:0,0:0:0:0:
152,120,29109,2,0,L|272:120,1,98.5,8|0,0:2|0:0,0:0:0:0:
128,208,29382,2,0,L|248:208,1,98.5,8|0,0:2|0:0,0:0:0:0:
448,144,29655,2,0,P|472:184|472:256,1,98.5,8|0,0:2|0:0,0:0:0:0:
352,320,29927,6,0,L|480:320,1,98.5,4|0,0:2|0:0,0:0:0:0:
304,216,30200,2,0,L|432:216,1,98.5,8|0,0:2|0:0,0:0:0:0:
280,128,30473,1,8,0:2:0:0:
384,72,30609,1,0,0:3:0:0:
168,72,30745,1,10,0:2:0:0:
119,79,30814,1,2,0:2:0:0:
81,109,30882,1,2,0:2:0:0:
63,154,30950,1,2,0:2:0:0:
68,203,31018,5,12,0:2:0:0:
232,272,31155,1,0,0:0:0:0:
152,168,31291,1,8,0:2:0:0:
24,296,31427,1,0,0:0:0:0:
376,280,31564,2,0,L|504:280,1,98.5,8|0,0:2|0:0,0:0:0:0:
448,184,31836,2,0,L|320:184,1,98.5,8|0,0:2|0:0,0:0:0:0:
136,280,32109,6,0,L|8:280,1,98.5,8|0,0:2|0:0,0:0:0:0:
64,184,32382,2,0,L|192:184,1,98.5,8|0,0:2|0:0,0:0:0:0:
16,56,32655,1,8,0:2:0:0:
168,24,32791,1,0,0:0:0:0:
371,101,32927,1,10,0:2:0:0:
415,129,32995,1,2,0:2:0:0:
433,178,33064,1,2,0:2:0:0:
417,226,33132,1,2,0:2:0:0:
376,256,33200,5,12,0:2:0:0:
208,128,33336,1,0,0:0:0:0:
168,24,33473,1,8,0:2:0:0:
368,240,33609,1,0,0:0:0:0:
400,360,33745,1,8,0:2:0:0:
200,160,33882,1,0,0:0:0:0:
56,192,34018,1,2,0:2:0:0:
26,241,34086,1,2,0:2:0:0:
30,299,34155,1,2,0:2:0:0:
68,344,34222,1,2,0:2:0:0:
125,357,34291,5,12,0:2:0:0:
264,312,34427,1,0,0:0:0:0:
120,264,34564,1,8,0:2:0:0:
144,152,34700,1,0,0:0:0:0:
368,240,34836,1,8,0:2:0:0:
328,104,34973,1,0,0:0:0:0:
101,148,35109,6,2,P|63:235|107:319,1,197,2|8,0:0|0:2,0:0:0:0:
160,296,35518,1,2,0:0:0:0:
192,232,35655,1,2,0:0:0:0:
152,168,35791,1,2,0:0:0:0:
93,131,35927,6,0,B|24:136|24:136|32:128|32:128|24:80|24:80|72:96|72:96|80:56|80:56|80:96|80:96|168:96|168:96|168:24|168:24|184:88|184:88|176:72|176:72|320:72,1,620.549981062317,2|0,0:0|0:0,0:0:0:0:
440,176,36473,6,0,L|272:208,1,147.75,6|0,0:0|0:0,0:0:0:0:
216,288,36745,2,0,L|384:320,1,147.75,6|0,0:0|0:0,0:0:0:0:
504,288,37018,2,0,L|488:160,1,98.5,6|0,0:0|0:0,0:0:0:0:
144,144,37291,2,0,L|131:241,1,98.5,6|0,0:0|0:0,0:0:0:0:
368,264,37564,5,2,0:2:0:0:
402,262,37632,1,2,0:2:0:0:
432,247,37700,1,2,0:2:0:0:
454,220,37768,1,2,0:2:0:0:
463,188,37836,2,0,L|448:80,1,98.5,6|0,0:1|0:0,0:0:0:0:
64,88,38109,1,14,0:2:0:0:
40,104,38382,6,0,L|192:104,1,137.899995791626
376,32,38655,1,8,0:2:0:0:
408,68,38723,1,0,0:0:0:0:
418,116,38791,1,0,0:0:0:0:
402,162,38859,1,0,0:2:0:0:
366,194,38927,1,2,0:2:0:0:
329,226,38995,1,0,0:0:0:0:
313,272,39064,1,0,0:0:0:0:
323,319,39132,1,0,0:0:0:0:
356,356,39200,2,0,P|424:320|504:360,1,137.899995791626,8|0,0:2|0:0,0:0:0:0:
192,312,39473,2,0,P|120:280|44:316,1,137.899995791626,8|0,0:2|0:0,0:0:0:0:
376,32,39745,6,0,P|440:112|398:198,1,197,2|2,0:1|0:1,0:0:0:0:
168,216,40155,1,2,0:1:0:0:
40,128,40291,2,0,L|176:112,2,98.5,8|0|0,0:2|0:0|0:0,0:0:0:0:
104,288,40700,1,2,0:1:0:0:
376,32,40836,5,8,0:2:0:0:
408,68,40905,1,0,0:0:0:0:
418,116,40973,1,0,0:0:0:0:
402,162,41041,1,0,0:0:0:0:
366,194,41109,1,2,0:2:0:0:
329,226,41177,1,0,0:0:0:0:
313,272,41245,1,0,0:0:0:0:
323,319,41314,1,0,0:0:0:0:
356,356,41382,2,0,B|416:320|464:360|464:360|496:312,1,147.75,8|0,0:2|0:0,0:0:0:0:
304,256,41655,2,0,P|184:224|56:272,1,236.4,6|0,0:0|0:0,0:0:0:0:
40,232,41927,5,2,0:2:0:0:
22,186,41995,1,2,0:2:0:0:
31,138,42064,1,2,0:2:0:0:
62,101,42132,1,2,0:2:0:0:
108,85,42200,2,0,L|248:96,1,98.5,2|0,0:1|0:0,0:0:0:0:
499,153,42473,2,0,L|400:160,1,98.5,2|0,0:1|0:0,0:0:0:0:
112,176,42745,2,0,L|211:183,1,98.5,2|0,0:1|0:0,0:0:0:0:
430,348,43018,5,8,0:2:0:0:
461,310,43086,1,0,0:0:0:0:
471,263,43155,1,0,0:0:0:0:
456,216,43223,1,0,0:0:0:0:
421,182,43291,2,0,L|318:180,1,98.5,2|0,0:2|0:0,0:0:0:0:
31,138,43564,2,0,L|48:16,1,98.5,8|0,0:2|0:0,0:0:0:0:
248,240,43836,2,0,L|231:118,1,98.5,8|0,0:2|0:0,0:0:0:0:
16,288,44109,6,0,B|40:240|40:240|56:368|56:368|88:312|88:312|160:360|240:304,1,394,4|0,0:3|0:0,0:0:0:0:
288,264,44791,1,0,0:0:0:0:
280,208,44927,1,0,0:0:0:0:
240,176,45064,1,0,0:0:0:0:
186,153,45200,6,0,P|120:104|24:96,1,147.750005636215,2|0,0:0|0:0,0:0:0:0:
392,176,45473,6,0,L|464:160,2,49.25,2|0|0,0:0|0:0|0:0,0:0:0:0:
160,200,45745,6,0,P|96:136|0:144,1,147.750005636215,2|0,0:0|0:0,0:0:0:0:
416,208,46018,6,0,L|496:192,2,64.0249970691682,2|0|0,0:0|0:0|0:0,0:0:0:0:
160,200,46291,5,2,0:2:0:0:
114,236,46359,1,2,0:2:0:0:
99,292,46427,1,2,0:2:0:0:
121,345,46495,1,2,0:2:0:0:
172,368,46564,2,0,L|288:368,1,98.5,6|0,0:1|0:0,0:0:0:0:
472,168,46836,2,0,P|464:104|344:64,1,197,14|0,0:2|0:0,0:0:0:0:
456,40,47245,1,0,0:0:0:0:
232,120,47382,6,0,L|120:104,2,98.5,8|0|0,0:2|0:0|0:0,0:0:0:0:
352,184,47791,1,0,0:0:0:0:
144,200,47927,2,0,L|32:184,2,98.5,0|0|0,0:0|0:0|0:0,0:0:0:0:
72,272,48336,1,0,0:0:0:0:
176,320,48473,6,0,L|68:326,1,98.5,2|2,0:0|0:0,0:0:0:0:
416,208,48745,1,2,0:1:0:0:
463,219,48814,1,0,0:0:0:0:
495,256,48882,1,0,0:0:0:0:
500,304,48950,1,0,0:0:0:0:
477,347,49018,2,0,L|368:344,1,98.5,8|0,0:2|0:0,0:0:0:0:
320,232,49291,2,0,L|418:234,1,98.5,0|2,0:0|0:1,0:0:0:0:
136,296,49564,5,8,0:0:0:0:
86,242,49700,1,0,0:0:0:0:
84,170,49836,1,2,0:2:0:0:
130,114,49973,1,0,0:0:0:0:
202,102,50109,6,0,B|136:104|136:104|48:96,1,147.750005636215,8|0,0:2|0:0,0:0:0:0:
328,80,50382,6,0,B|424:96|424:96|384:139|384:139|448:168|448:168|352:144|272:192,1,394,6|2,0:1|0:2,0:0:0:0:
232,216,50723,1,2,0:2:0:0:
200,270,50791,1,2,0:2:0:0:
217,330,50859,1,2,0:2:0:0:
271,361,50927,1,2,0:1:0:0:
480,304,51200,1,2,0:1:0:0:
200,352,51473,6,0,L|101:345,1,98.5,2|0,0:0|0:0,0:0:0:0:
328,336,51745,1,2,0:2:0:0:
372,316,51814,1,2,0:2:0:0:
398,275,51882,1,2,0:2:0:0:
395,226,51950,1,2,0:2:0:0:
366,187,52018,1,2,0:2:0:0:
336,148,52086,1,0,0:0:0:0:
334,99,52155,1,0,0:0:0:0:
360,58,52223,1,0,0:0:0:0:
404,38,52291,6,0,L|512:40,1,98.5,8|0,0:2|0:0,0:0:0:0:
144,80,52564,2,0,L|36:82,1,98.5,8|0,0:2|0:0,0:0:0:0:
248,168,52836,5,6,0:0:0:0:
400,224,53245,5,6,0:0:0:0:
144,296,53518,5,6,0:0:0:0:
408,352,53791,5,6,0:0:0:0:
144,376,53927,5,10,0:2:0:0:
213,341,54064,1,0,0:0:0:0:
252,274,54200,1,8,0:2:0:0:
249,196,54336,1,4,0:3:0:0:
204,133,54473,1,0,0:0:0:0:
132,104,54609,1,0,0:0:0:0:
56,112,54745,6,0,L|224:112,1,147.750005636215,4|0,0:3|0:0,0:0:0:0:
464,112,55018,1,4,0:3:0:0:
352,192,55291,5,2,0:0:0:0:
496,248,55564,1,2,0:0:0:0:
440,336,55836,2,0,L|280:336,1,137.899995791626
48,112,56109,1,0,0:0:0:0:
160,192,56382,5,2,0:0:0:0:
16,248,56655,1,0,0:0:0:0:
192,328,56927,1,2,0:0:0:0:
56,144,57200,6,0,L|152:128,1,73.8750028181077,2|0,0:0|0:0,0:0:0:0:
0,200,57473,1,0,0:0:0:0:
136,88,57609,2,0,B|264:64|264:64|352:176,2,256.099988276673,2|2|2,0:2|0:0|0:0,0:0:0:0:
432,312,58291,5,2,0:0:0:0:
296,272,58564,5,2,0:0:0:0:
456,224,58836,5,2,0:0:0:0:
264,144,59109,5,2,0:0:0:0:
480,136,59382,5,8,0:2:0:0:
168,80,59518,1,0,0:0:0:0:
24,168,59655,2,0,L|48:280,1,98.5,8|0,0:2|0:0,0:0:0:0:
296,272,59927,1,8,0:2:0:0:
440,184,60064,2,0,L|416:72,1,98.5,0|8,0:0|0:2,0:0:0:0:
264,56,60336,1,0,0:0:0:0:
48,248,60473,6,0,L|256:248,1,197,8|8,0:2|0:2,0:0:0:0:
136,176,60882,1,0,0:0:0:0:
272,160,61018,2,0,L|280:48,1,98.5,8|0,0:2|0:0,0:0:0:0:
112,144,61291,2,0,L|104:32,1,98.5,4|0,0:3|0:0,0:0:0:0:
352,32,61564,5,2,0:0:0:0:
48,168,61973,5,8,0:2:0:0:
280,232,62245,5,2,0:0:0:0:
144,312,62518,5,2,0:0:0:0:
344,344,62655,5,8,0:2:0:0:
387,329,62745,1,2,0:1:0:0:
422,300,62836,1,2,0:1:0:0:
444,260,62927,1,2,0:1:0:0:
450,215,63018,1,2,0:1:0:0:
439,171,63109,1,2,0:1:0:0:
412,134,63200,1,2,0:1:0:0:
374,109,63291,1,2,0:1:0:0:
329,100,63382,1,2,0:1:0:0:
284,109,63473,2,0,P|200:152|112:112,1,197,2|0,0:1|0:0,0:0:0:0:
312,192,63745,6,0,L|464:192,1,118.199996392822,12|0,0:2|0:0,0:0:0:0:
304,296,64018,2,0,P|176:264|160:144,1,236.399992785645,8|0,0:2|0:0,0:0:0:0:
48,248,64427,1,0,0:0:0:0:
192,240,64564,1,8,0:2:0:0:
72,160,64700,1,0,0:0:0:0:
336,184,64836,6,0,L|464:184,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
504,296,65109,1,0,0:0:0:0:
376,352,65245,1,0,0:0:0:0:
176,200,65382,2,0,L|48:200,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
8,88,65655,1,8,0:2:0:0:
176,40,65791,1,0,0:0:0:0:
416,72,65927,5,8,0:2:0:0:
448,184,66064,1,0,0:0:0:0:
480,296,66200,1,8,0:2:0:0:
232,120,66336,1,0,0:0:0:0:
208,240,66473,1,8,0:2:0:0:
464,200,66609,1,0,0:0:0:0:
496,312,66745,1,8,0:2:0:0:
120,288,66882,1,0,0:0:0:0:
24,200,67018,6,0,L|144:200,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
392,272,67291,1,8,0:2:0:0:
480,176,67427,1,0,0:0:0:0:
328,152,67564,6,0,L|320:288,1,118.199996392822,12|0,0:2|0:0,0:0:0:0:
464,96,67836,2,0,L|472:232,1,118.199996392822,12|0,0:2|0:0,0:0:0:0:
160,336,68109,5,12,0:2:0:0:
24,272,68245,2,0,L|30:154,1,118.199996392822,0|8,0:0|0:2,0:0:0:0:
288,128,68518,1,0,0:0:0:0:
424,192,68655,2,0,L|417:309,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
136,280,68927,2,0,L|129:162,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
272,96,69200,5,8,0:2:0:0:
264,152,69336,1,0,0:0:0:0:
56,208,69473,1,8,0:2:0:0:
40,264,69609,1,0,0:0:0:0:
320,296,69745,1,8,0:2:0:0:
346,349,69882,1,0,0:0:0:0:
134,331,70018,2,0,L|16:328,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
296,240,70291,5,2,0:2:0:0:
338,213,70359,1,2,0:2:0:0:
358,167,70427,1,2,0:2:0:0:
345,116,70495,1,2,0:2:0:0:
303,84,70564,1,4,0:2:0:0:
440,120,70700,1,0,0:0:0:0:
88,80,70836,5,2,0:0:0:0:
46,112,70905,1,2,0:0:0:0:
33,163,70973,1,2,0:0:0:0:
53,209,71041,1,2,0:0:0:0:
95,236,71109,1,4,0:0:0:0:
224,192,71245,1,0,0:0:0:0:
464,296,71382,6,0,L|448:168,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
320,304,71655,6,0,L|304:176,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
472,304,71927,6,0,L|456:176,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
328,312,72200,6,0,L|312:184,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
40,304,72473,6,0,L|56:176,1,118.199996392822,12|0,0:2|0:0,0:0:0:0:
336,320,72745,2,0,L|320:192,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
200,144,73018,1,8,0:2:0:0:
336,88,73155,1,0,0:0:0:0:
120,48,73291,1,8,0:2:0:0:
16,128,73427,1,0,0:0:0:0:
144,192,73564,5,8,0:2:0:0:
48,272,73700,1,0,0:0:0:0:
297,247,73836,1,8,0:2:0:0:
338,217,73905,1,0,0:0:0:0:
354,169,73973,1,0,0:0:0:0:
336,120,74041,1,0,0:0:0:0:
292,92,74109,1,8,0:2:0:0:
440,128,74245,1,0,0:0:0:0:
200,192,74382,2,0,L|72:192,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
224,296,74655,6,0,L|240:168,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
88,320,74927,2,0,L|72:192,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
368,336,75200,1,8,0:2:0:0:
352,280,75336,1,0,0:0:0:0:
207,237,75473,1,8,0:2:0:0:
216,176,75609,1,0,0:0:0:0:
368,144,75745,6,0,L|440:160,2,59.0999981964112,8|0|0,0:2|0:0|0:0,0:0:0:0:
224,120,76018,1,8,0:2:0:0:
360,88,76155,1,0,0:0:0:0:
128,64,76291,6,0,P|64:32|-16:56,1,118.199996392822,0|0,0:2|0:0,0:0:0:0:
264,304,76564,1,2,0:0:0:0:
304,304,76632,1,2,0:0:0:0:
340,283,76700,1,2,0:0:0:0:
359,248,76768,1,2,0:0:0:0:
352,208,76836,5,12,0:2:0:0:
96,176,76973,1,0,0:0:0:0:
80,232,77245,5,12,0:2:0:0:
392,192,77382,1,0,0:0:0:0:
432,232,77655,5,12,0:2:0:0:
64,288,77791,2,0,L|48:160,1,118.199996392822,0|0,0:0|0:0,0:0:0:0:
288,248,78064,5,8,0:2:0:0:
408,304,78200,2,0,L|424:176,1,118.199996392822,0|8,0:0|0:2,0:0:0:0:
272,304,78473,2,0,L|257:186,1,118.199996392822,4|0,0:3|0:0,0:0:0:0:
96,336,78745,2,0,L|110:218,1,118.199996392822,4|0,0:3|0:0,0:0:0:0:
80,192,79155,5,12,0:2:0:0:
384,208,79291,1,0,0:0:0:0:
416,208,79427,1,8,0:2:0:0:
168,328,79564,1,4,0:3:0:0:
72,344,79700,1,0,0:0:0:0:
32,304,79836,1,4,0:3:0:0:
312,296,79973,1,0,0:0:0:0:
432,336,80109,6,0,L|456:304,22,24.625,4|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0,0:2|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
272,264,80927,6,0,B|182:244|182:244|195:289|195:289|182:270|182:270|246:295|246:295|288:240|336:264,1,315.2,4|4,0:2|0:2,0:0:0:0:
128,232,81473,6,0,L|40:216,1,73.8750028181077,2|0,0:0|0:0,0:0:0:0:
16,104,81745,1,0,0:0:0:0:
384,232,82018,2,0,L|472:216,1,73.8750028181077,2|0,0:0|0:0,0:0:0:0:
496,104,82290,1,2,0:0:0:0:
240,152,82564,1,2,0:0:0:0:
104,96,82836,1,2,0:0:0:0:
312,128,83109,1,2,0:0:0:0:
96,176,83382,6,0,P|88:112|136:32,1,147.750005636215,2|0,0:0|0:0,0:0:0:0:
352,232,83791,2,0,P|423:245|483:205,2,147.750005636215,2|0|2,0:0|0:0|0:0,0:0:0:0:
48,128,84473,5,0,0:0:0:0:
8,208,84745,5,2,0:0:0:0:
192,184,85018,5,2,0:0:0:0:
80,288,85291,5,2,0:0:0:0:
288,336,85564,6,0,P|384:336|448:248,1,197,2|2,0:0|0:0,0:0:0:0:
224,48,86109,2,0,P|128:48|64:136,1,197,2|2,0:0|0:0,0:0:0:0:
200,216,86518,1,2,0:0:0:0:
464,136,86655,6,0,L|496:128,22,24.625,4|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0,0:2|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
144,144,87473,5,2,0:0:0:0:
116,184,87541,1,2,0:0:0:0:
114,232,87609,1,2,0:0:0:0:
136,275,87677,1,2,0:0:0:0:
178,300,87745,5,8,0:2:0:0:
416,256,87882,1,8,0:2:0:0:
464,112,88018,1,6,0:2:0:0:
176,72,88155,1,0,0:0:0:0:
114,232,88291,5,8,0:2:0:0:
392,280,88427,1,8,0:2:0:0:
488,224,88564,2,0,P|424:184|312:224,1,147.750005636215,6|0,0:2|0:0,0:0:0:0:
40,168,88836,6,0,B|112:144|112:144|160:200,1,147.750005636215,8|0,0:2|0:0,0:0:0:0:
24,256,89109,1,2,0:1:0:0:
18,236,89200,1,2,0:1:0:0:
15,216,89291,1,2,0:1:0:0:
19,197,89382,1,2,0:1:0:0:
27,179,89473,1,2,0:1:0:0:
38,163,89564,1,2,0:1:0:0:
52,150,89655,1,12,0:2:0:0:
440,328,89927,5,12,0:2:0:0:
200,248,90200,6,0,L|328:208,1,98.5,8|0,0:2|0:0,0:0:0:0:
168,160,90473,2,0,L|288:120,1,98.5,8|0,0:2|0:2,0:0:0:0:
136,64,90745,1,8,0:2:0:0:
432,160,90882,1,0,0:0:0:0:
464,256,91018,6,0,L|336:256,1,98.5,8|0,0:2|0:0,0:0:0:0:
146,256,91291,2,0,L|48:256,1,98.5,8|0,0:2|0:0,0:0:0:0:
192,200,91564,1,8,0:2:0:0:
214,156,91632,1,0,0:0:0:0:
212,107,91700,1,0,0:0:0:0:
186,66,91768,1,0,0:0:0:0:
144,41,91836,2,0,B|32:40|32:40|32:96,1,147.750005636215,8|0,0:2|0:0,0:0:0:0:
328,136,92109,1,4,0:2:0:0:
141,127,92382,5,2,0:1:0:0:
117,144,92450,1,0,0:1:0:0:
99,167,92518,1,0,0:1:0:0:
89,195,92586,1,0,0:1:0:0:
88,224,92655,1,2,0:1:0:0:
97,252,92723,1,2,0:1:0:0:
114,276,92791,1,2,0:1:0:0:
138,293,92859,1,2,0:1:0:0:
176,304,92927,2,0,L|246:294,1,49.25,2|2,0:1|0:1,0:0:0:0:
304,296,93064,2,0,L|374:286,1,49.25,2|2,0:1|0:1,0:0:0:0:
423,336,93200,5,8,0:2:0:0:
455,300,93268,1,0,0:0:0:0:
462,251,93336,1,0,0:0:0:0:
440,208,93405,1,0,0:0:0:0:
397,185,93473,1,0,0:0:0:0:
354,162,93541,1,0,0:0:0:0:
332,119,93609,1,0,0:0:0:0:
339,70,93677,1,0,0:0:0:0:
371,34,93745,2,0,B|416:80|416:80|448:32|504:64,1,147.750005636215,8|0,0:2|0:0,0:0:0:0:
184,144,94018,5,12,0:2:0:0:
0,56,94291,5,12,0:2:0:0:
216,336,94564,6,0,L|314:336,1,98.5,8|0,0:2|0:0,0:0:0:0:
184,248,94836,2,0,L|282:248,1,98.5,8|0,0:2|0:0,0:0:0:0:
168,152,95109,1,8,0:2:0:0:
280,104,95245,1,0,0:0:0:0:
32,72,95382,6,0,L|48:200,1,98.5,8|0,0:2|0:0,0:0:0:0:
176,104,95655,2,0,L|160:232,1,98.5,8|0,0:2|0:0,0:0:0:0:
16,328,95927,1,8,0:2:0:0:
144,360,96064,1,0,0:0:0:0:
480,224,96200,2,0,L|376:224,1,98.5,8|0,0:2|0:0,0:0:0:0:
112,208,96473,6,0,L|256:208,1,128.049994138336,8|0,0:2|0:0,0:0:0:0:
464,136,96745,1,8,0:2:0:0:
256,64,97018,5,2,0:2:0:0:
219,77,97086,1,2,0:2:0:0:
191,105,97155,1,2,0:2:0:0:
176,142,97223,1,2,0:2:0:0:
176,180,97291,1,2,0:2:0:0:
190,216,97359,1,2,0:2:0:0:
217,245,97427,1,2,0:2:0:0:
253,260,97495,1,2,0:2:0:0:
293,260,97564,5,2,0:1:0:0:
464,136,97700,2,0,L|448:312,1,147.750005636215,0|2,0:0|0:1,0:0:0:0:
72,280,97973,1,0,0:0:0:0:
48,136,98109,6,0,L|248:136,1,147.750005636215,2|0,0:1|0:0,0:0:0:0:
219,280,98382,2,0,L|72:280,1,147.750005636215,2|0,0:2|0:0,0:0:0:0:
48,136,98655,1,12,0:2:0:0:
472,128,98927,6,0,L|352:112,1,98.5,8|0,0:2|0:0,0:0:0:0:
232,240,99200,2,0,L|352:224,1,98.5,8|0,0:2|0:0,0:0:0:0:
456,352,99473,1,8,0:2:0:0:
320,328,99609,1,0,0:0:0:0:
24,176,99745,5,8,0:2:0:0:
48,320,99882,1,0,0:0:0:0:
192,312,100018,1,8,0:2:0:0:
176,168,100155,1,0,0:0:0:0:
320,312,100291,5,8,0:2:0:0:
336,168,100427,1,0,0:0:0:0:
504,320,100564,1,8,0:2:0:0:
488,176,100700,1,0,0:0:0:0:
256,96,100836,6,0,B|64:136|64:136|248:200,1,344.75,8|0,0:2|0:0,0:0:0:0:
336,168,101382,5,2,0:2:0:0:
369,175,101450,1,2,0:2:0:0:
395,197,101518,1,2,0:2:0:0:
408,228,101586,1,2,0:2:0:0:
406,262,101655,1,2,0:2:0:0:
388,291,101723,1,2,0:2:0:0:
358,309,101791,1,2,0:2:0:0:
324,311,101859,1,2,0:2:0:0:
128,296,101927,5,10,0:2:0:0:
80,285,101995,1,2,0:2:0:0:
43,253,102064,1,2,0:2:0:0:
27,207,102132,1,2,0:2:0:0:
35,159,102200,1,2,0:2:0:0:
65,121,102268,1,2,0:2:0:0:
110,103,102336,1,2,0:2:0:0:
159,109,102405,1,2,0:2:0:0:
198,138,102473,1,2,0:2:0:0:
336,168,102609,1,0,0:0:0:0:
120,200,102745,2,0,L|16:200,1,98.5
416,80,103018,6,0,P|486:144|464:235,1,197,12|8,0:2|0:2,0:0:0:0:
248,248,103427,1,0,0:0:0:0:
120,200,103564,2,0,P|72:216|40:280,1,98.5
336,224,103836,2,0,L|312:96,1,98.5,8|0,0:2|0:0,0:0:0:0:
88,64,104109,6,0,L|73:161,1,98.5,8|0,0:2|0:0,0:0:0:0:
248,272,104382,1,2,0:2:0:0:
284,237,104450,1,2,0:2:0:0:
304,192,104518,1,2,0:2:0:0:
297,137,104586,1,2,0:2:0:0:
264,96,104655,1,10,0:2:0:0:
136,80,104791,1,0,0:2:0:0:
400,120,104927,1,2,0:0:0:0:
410,130,104961,1,2,0:0:0:0:
417,143,104995,1,2,0:0:0:0:
422,157,105030,1,2,0:0:0:0:
424,171,105064,1,2,0:0:0:0:
422,186,105098,1,2,0:0:0:0:
417,200,105132,1,2,0:1:0:0:
184,96,105200,5,12,0:2:0:0:
80,144,105336,1,0,0:0:0:0:
40,248,105473,1,6,0:1:0:0:
72,344,105609,1,0,0:0:0:0:
385,340,105745,1,6,0:1:0:0:
422,309,105814,1,0,0:0:0:0:
435,262,105882,1,0,0:0:0:0:
417,217,105950,1,0,0:0:0:0:
376,192,106018,1,0,0:0:0:0:
335,167,106086,1,0,0:0:0:0:
317,122,106155,1,0,0:0:0:0:
330,75,106223,1,0,0:0:0:0:
367,44,106291,6,0,L|504:136,1,147.750005636215,2|0,0:1|0:0,0:0:0:0:
232,168,106564,6,0,B|184:96|184:96|168:160|88:168,1,197,2|0,0:1|0:0,0:0:0:0:
344,272,106836,6,0,B|440:264|440:264|400:200|488:176,1,197,2|0,0:1|0:0,0:0:0:0:
176,352,107109,5,6,0:1:0:0:
136,312,107382,5,4,0:3:0:0:
272,312,107518,1,0,0:0:0:0:
480,264,107655,2,0,L|493:166,1,98.5,0|4,0:0|0:3,0:0:0:0:
205,166,107927,2,0,L|192:264,1,98.5,0|0,0:0|0:0,0:0:0:0:
336,264,108200,2,0,L|349:166,1,98.5,4|0,0:3|0:0,0:0:0:0:
48,264,108473,6,0,L|-16:280,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
288,240,108745,6,0,L|408:240,1,98.5,2|0,0:0|0:0,0:0:0:0:
128,168,109018,6,0,L|64:184,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
352,160,109291,6,0,L|416:176,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
88,184,109564,6,0,L|75:281,1,98.5,4|0,0:3|0:0,0:0:0:0:
320,272,109836,2,0,L|306:175,1,98.5,0|4,0:0|0:3,0:0:0:0:
448,280,110109,2,0,L|461:183,1,98.5
312,176,110382,2,0,L|298:273,1,98.5,4|0,0:3|0:0,0:0:0:0:
392,104,110655,6,0,L|248:104,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
32,192,110927,6,0,L|152:192,1,98.5,2|0,0:1|0:0,0:0:0:0:
272,256,111200,6,0,L|152:256,1,98.5,2|0,0:1|0:0,0:0:0:0:
64,320,111473,6,0,L|208:320,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
424,336,111745,5,8,0:2:0:0:
376,327,111882,1,0,0:0:0:0:
336,297,112018,1,0,0:0:0:0:
313,254,112155,1,4,0:3:0:0:
310,206,112291,1,8,0:2:0:0:
328,160,112427,1,0,0:0:0:0:
363,127,112564,1,0,0:0:0:0:
512,128,112700,1,0,0:0:0:0:
312,64,112836,6,0,L|224:88,1,83.7250015969277,2|2,0:2|0:2,0:0:0:0:
152,108,112973,1,2,0:0:0:0:
32,224,113109,2,0,L|144:224,1,98.5,0|0,0:0|0:0,0:0:0:0:
448,272,113382,2,0,L|336:272,1,98.5,8|0,0:2|0:0,0:0:0:0:
144,328,113655,1,2,0:0:0:0:
111,292,113723,1,2,0:0:0:0:
104,244,113791,1,2,0:0:0:0:
126,201,113859,1,2,0:0:0:0:
168,177,113927,1,10,0:2:0:0:
296,200,114064,5,0,0:0:0:0:
184,256,114200,1,8,0:2:0:0:
140,96,114336,1,4,0:0:0:0:
368,144,114473,2,0,P|384:184|368:256,1,98.5
129,70,114745,2,0,L|112:168,1,98.5,4|0,0:3|0:0,0:0:0:0:
440,88,115018,5,4,0:3:0:0:
296,200,115291,5,2,0:0:0:0:
464,192,115564,5,0,0:0:0:0:
72,88,115836,5,4,0:3:0:0:
Topic Starter
Fatfan Kolek
Updated! :3

It's not dead guys, don't worry!
fanzhen0019
still alive
Gero

fanzhen0019 wrote:

still alive
Flask
[General]
  1. Check the letterbox things, both gero's & Aka+evilevils' diff are inconsistent with other diffs
[xxxxTREME]
  1. Not sure about the diff name though, since it's not that obvious to know it's extreme or something. Better to get a confirmation that the diff name is okay or just change it simply
  2. I'd suggest AR9.5 or so, AR10 seems too high for this
  3. 00:24:473 (1,2,3,4,1,2,3,4,1,2,3,4) - Kind of flaw here, would be better if you can do ctrl+g on both 00:24:473 (1,2) - and 00:24:745 (3,4) -
  4. 00:32:109 (1,2,1) - Do a round flow like a circle would be better I think, such as something like this
  5. 00:36:064 (4,1) - The spacing between these two notes are the way too small, perhaps change it to something like this?
  6. 01:02:655 (1,2,3,4,5,6,7,8) - Throw all the nces onto those objects just like 01:29:109 (1,1,1,1,1,1,1) - would be awesome and easier to read
  7. 01:39:200 (1,2,3,4) - Do a square here?
  8. 01:45:745 (2) - I'd like to see a ctrl+g here, seems flow and more not-that-boring than just follow the spacing
[fanzhen's Hi-Speed Extra]
  1. AR9.5好像就夠了
  2. 00:29:245 (1,2,3,4,5,6,7,8,9,10) - / 00:31:155 (1,2,3,4,5,6,7,8,9,10) - 柑橘你可以學星爺那個diff每兩顆note加個nc會稍微好讀點(大概吧)
  3. 00:52:291 (1,2) - 包好
[Yukoversible's xxxxTRA]
  1. 00:24:473 (1,2,3,4,5,6,7,8,1,2,3,4,5,6) - no more nc spamming? ;w;
  2. 00:37:700 (3,4,5) - spacing spacing lalala
[Pantsu's Extra]
  1. 01:27:473 (5) - You can add a new combo here to show the difference between this object and 01:26:927 (1,2,3,4) - since you added clap sounds at (5,6)
[Gero's Insane]
  1. 00:14:655 (1) - I'm not sure about this kind of slider is rankable or not, better to change it to a smoother way
  2. 01:02:655 (1,2,3,1,2,3,1,2,3) - This is the way too over ;_; I'd suggest you to change them to three slider-with-reverse instead of notes here since it's just a insane diff
[Akalvis' Light Insane]
  1. 00:59:791 (1,1) - These new combo seems unnecessary
    This should be Insane imo, and Gero's should be light extra, lol.
[Oracle's Hard]
  1. 00:59:655 - / 01:00:200 - / 01:00:745 - / 01:01:291 - 不跟鼓點?
[Dariano's Normal / Easy]
  • The rest is fine, but I'd like to see more normal-sampleset in your future map, or even in this diff. Try to use normal-sampleset to follow the drum in the music
Get some testplays (I need screenshots), call me back, and wait for the drama begins.
fanzhen0019
cod
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Soft
StackLeniency: 0.2
Mode: 0
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
DistanceSpacing: 0.8
BeatDivisor: 4
GridSize: 4
TimelineZoom: 1.6

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:fanzhen's Hi-Speed Extra
Source:SOUND VOLTEX II -infinite infection-
Tags:sdvx t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P_A_N Aka EvilElvis Gero Onosakihito DJNightmare Fast Spectator
BeatmapID:367763
BeatmapSetID:139525

[Difficulty]
HPDrainRate:7
CircleSize:4
OverallDifficulty:7
ApproachRate:9.6
SliderMultiplier:1.92
SliderTickRate:2

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
2,55354,58873
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,50,1,0
11109,-83.3333333333333,4,2,0,50,0,0
12473,-66.6666666666667,4,2,0,50,0,0
12745,-100,4,2,0,50,0,0
13018,-133.333333333333,4,2,0,50,0,0
13291,-200,4,2,0,50,0,0
13564,-83.3333333333333,4,2,0,50,0,0
14655,-200,4,2,0,50,0,0
14927,-133.333333333333,4,2,0,50,0,0
15200,-100,4,2,0,50,0,0
15473,-66.6666666666667,4,2,0,50,0,0
15745,-83.3333333333333,4,2,0,50,0,0
27473,-133.333333333333,4,2,0,50,0,0
27745,-83.3333333333333,4,2,0,50,0,0
28836,-83.3333333333333,4,2,0,65,0,0
36473,-50,4,2,0,65,0,0
36745,-66.6666666666667,4,2,0,65,0,0
37018,-100,4,2,0,65,0,0
37291,-133.333333333333,4,2,0,65,0,0
37836,-83.3333333333333,4,2,0,65,0,0
38655,-66.6666666666667,4,2,0,65,0,0
39200,-50,4,2,0,65,0,0
40018,-83.3333333333333,4,2,0,65,0,0
41382,-66.6666666666667,4,2,0,65,0,0
43564,-50,4,2,0,65,0,0
45200,-83.3333333333333,4,2,0,65,0,0
47382,-66.6666666666667,4,2,0,65,0,0
47927,-50,4,2,0,65,0,0
48745,-66.6666666666667,4,2,0,65,0,0
49291,-83.3333333333333,4,2,0,65,0,0
61018,-66.6666666666667,4,2,0,65,0,0
61291,-83.3333333333333,4,2,0,65,0,0
62245,-55.5555555555556,4,2,0,65,0,0
62518,-133.333333333333,4,2,0,65,0,0
62655,-133.333333333333,4,2,0,65,0,0
63473,-66.6666666666667,4,2,0,65,0,0
63745,-66.6666666666667,4,2,0,75,0,1
64018,-66.6666666666667,4,2,0,75,0,1
70564,-50,4,2,0,75,0,1
71382,-66.6666666666667,4,2,0,75,0,1
78745,-133.333333333333,4,2,0,75,0,1
79018,-66.6666666666667,4,2,0,75,0,1
80109,-83.3333333333333,4,2,0,60,0,0
84745,-83.3333333333333,4,2,0,50,0,0
85018,-83.3333333333333,4,2,0,40,0,0
85291,-83.3333333333333,4,2,0,30,0,0
85564,-83.3333333333333,4,2,0,60,0,0
86655,-133.333333333333,4,2,0,60,0,0
88018,-66.6666666666667,4,2,0,60,0,0
89927,-83.3333333333333,4,2,0,60,0,0
91564,-66.6666666666667,4,2,0,60,0,0
93200,-133.333333333333,4,2,0,60,0,0
94291,-83.3333333333333,4,2,0,60,0,0
95927,-66.6666666666667,4,2,0,60,0,0
97223,-83.3333333333333,4,2,0,40,0,0
97291,-83.3333333333333,4,2,0,30,0,0
97359,-83.3333333333333,4,2,0,20,0,0
97427,-83.3333333333333,4,2,0,10,0,0
97495,-83.3333333333333,4,2,0,60,0,0
100291,-66.6666666666667,4,2,0,60,0,0
102745,-200,4,2,0,60,0,0
103018,-66.6666666666667,4,2,0,60,0,0
107382,-83.3333333333333,4,2,0,60,0,0
108473,-83.3333333333333,4,2,0,60,0,0
112836,-66.6666666666667,4,2,0,60,0,0
113382,-83.3333333333333,4,2,0,60,0,0
115018,-200,4,2,0,60,0,0
115836,-66.6666666666667,4,2,0,60,0,0


[Colours]
Combo1 : 128,0,255
Combo2 : 255,0,0
Combo3 : 0,255,255
Combo4 : 255,128,64

[HitObjects]
284,84,7018,5,4,0:0:0:0:
232,308,7427,1,0,0:0:0:0:
212,296,7836,6,0,L|204:240,1,48
312,144,7973,2,0,L|304:88,1,48,0|0,0:0|0:0,0:0:0:0:
192,68,8109,5,0,1:0:0:0:
320,316,8518,1,0,1:0:0:0:
348,308,8927,6,0,B|356:244|356:244|348:208,1,96
192,68,9200,5,0,1:0:0:0:
320,316,9609,1,0,1:0:0:0:
348,308,10018,6,0,B|356:244|356:244|348:208,1,96
368,32,10291,6,0,L|424:36,1,48,8|0,0:0|0:0,0:0:0:0:
428,116,10427,2,0,L|484:120,1,48,8|0,0:0|0:0,0:0:0:0:
364,200,10564,6,0,L|420:204,1,48,8|8,0:0|0:0,0:0:0:0:
424,284,10700,2,0,L|480:288,1,48,8|8,0:0|0:0,0:0:0:0:
360,360,10836,6,0,L|240:356,1,96,4|4,0:0|0:0,0:0:0:0:
128,280,11109,6,0,B|80:340|80:340|116:376|176:352,1,172.799994726563,4|0,1:0|0:0,0:0:0:0:
212,264,11382,6,0,P|228:196|208:140,1,115.199996484375,4|0,0:0|0:0,0:0:0:0:
132,116,11655,1,0,1:0:0:0:
240,288,11791,2,0,P|256:184|208:60,1,230.39999296875
132,116,12200,1,0,1:0:0:0:
216,153,12336,1,0,0:0:0:0:
328,72,12473,6,0,B|496:64|496:64|440:112,1,216.000008239746,4|0,0:0|0:0,0:0:0:0:
348,152,12745,6,0,B|232:148|232:148|249:170,1,144,4|0,0:0|0:0,0:0:0:0:
428,212,13018,6,0,B|508:208|508:208|476:240,1,108.000004119873,4|0,0:0|0:0,0:0:0:0:
376,272,13291,6,0,B|329:269|329:269|344:292,1,72,4|0,0:0|0:0,0:0:0:0:
256,312,13564,6,0,P|192:312|144:296,1,115.199996484375,4|0,0:0|0:0,0:0:0:0:
108,212,13836,1,0,1:0:0:0:
268,344,13973,2,0,P|152:340|44:280,1,230.39999296875
108,212,14382,1,0,1:0:0:0:
144,296,14518,1,0,0:0:0:0:
328,268,14655,6,0,B|368:272|384:276|384:276|372:256,1,72,4|0,0:0|0:0,0:0:0:0:
272,220,14927,6,0,B|228:212|196:220|196:220|220:184,1,108.000004119873,4|0,0:0|0:0,0:0:0:0:
344,172,15200,6,0,B|396:164|448:180|448:180|424:140,1,144,4|0,0:0|0:0,0:0:0:0:
264,100,15473,6,0,B|200:84|100:100|100:100|144:60,1,216.000008239746,4|0,0:0|0:0,0:0:0:0:
356,32,15745,6,0,L|388:28,1,28.7999991210938,0|0,1:0|1:0,0:0:0:0:
472,100,15882,2,0,L|440:96,1,28.7999991210938,0|0,1:0|1:0,0:0:0:0:
344,172,16018,2,0,L|376:168,1,28.7999991210938,0|0,1:0|1:0,0:0:0:0:
460,240,16155,2,0,L|428:236,1,28.7999991210938,0|0,1:0|1:0,0:0:0:0:
336,304,16291,6,0,P|268:328|184:256,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
132,204,16564,2,0,P|104:248|116:316,1,115.199996484375,8|0,0:0|0:0,0:0:0:0:
32,296,16836,6,0,L|4:304,1,28.7999991210938,0|0,1:0|1:0,0:0:0:0:
40,264,16905,2,0,L|12:272,1,28.7999991210938
36,232,16973,2,0,L|8:240,1,28.7999991210938,0|0,1:0|1:0,0:0:0:0:
44,200,17042,2,0,L|16:208,1,28.7999991210938
52,168,17109,6,0,L|80:176,1,28.7999991210938,0|0,1:0|1:0,0:0:0:0:
44,136,17178,2,0,L|72:144,1,28.7999991210938
44,104,17245,2,0,L|72:112,1,28.7999991210938,0|0,1:0|1:0,0:0:0:0:
36,72,17314,2,0,L|64:80,1,28.7999991210938
48,36,17382,6,0,P|108:24|192:92,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
192,172,17655,2,0,P|236:164|276:108,1,115.199996484375,8|0,0:0|0:0,0:0:0:0:
316,28,17927,5,4,1:0:0:0:
332,348,18064,1,2,0:0:0:0:
364,360,18132,1,2,0:0:0:0:
396,372,18200,5,0,0:0:0:0:
464,308,18336,1,2,0:0:0:0:
484,216,18473,1,2,0:0:0:0:
460,128,18609,1,2,0:0:0:0:
408,52,18745,1,0,0:0:0:0:
316,28,18882,1,2,0:0:0:0:
224,36,19018,1,2,0:0:0:0:
28,168,19291,5,4,0:0:0:0:
484,216,19564,1,8,0:0:0:0:
484,216,19632,1,0,0:0:0:0:
484,216,19700,1,8,0:0:0:0:
368,136,19836,2,0,L|380:272,1,115.199996484375,6|0,0:0|1:0,0:0:0:0:
304,328,20109,6,0,P|256:352|184:340,1,115.199996484375,4|0,1:0|0:0,0:0:0:0:
20,304,20382,2,0,P|68:328|140:316,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
308,308,20655,6,0,P|260:332|188:320,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
24,284,20928,2,0,P|72:308|144:296,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
312,288,21200,6,0,P|264:312|192:300,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
28,264,21473,2,0,P|76:288|148:276,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
316,268,21745,6,0,P|268:292|196:280,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
32,244,22018,2,0,P|80:268|176:216,1,172.799994726563,0|0,1:0|1:0,0:0:0:0:
228,164,22291,6,0,P|284:152|336:172,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
512,120,22564,2,0,P|456:108|404:128,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
224,140,22836,6,0,P|280:128|332:148,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
508,96,23109,2,0,P|452:84|400:104,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
220,112,23382,6,0,P|276:100|328:120,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
504,68,23655,2,0,P|448:56|396:76,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
216,84,23927,6,0,B|272:68|336:88|336:88|296:40,1,172.799994726563,0|0,1:0|0:0,0:0:0:0:
140,60,24200,6,0,B|132:84|144:116|144:116|76:112|48:176,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
128,200,24473,6,0,L|112:324,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
113,314,24745,2,0,L|180:220,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
180,220,25018,6,0,L|164:344,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
165,334,25290,2,0,L|231:239,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
232,240,25564,6,0,L|216:364,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
217,354,25836,2,0,L|283:259,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
284,260,26109,6,0,L|268:384,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
269,374,26381,2,0,P|304:336|416:344,1,172.799994726563,0|0,1:0|0:0,0:0:0:0:
468,280,26655,5,2,0:0:0:0:
448,236,26723,1,2,0:0:0:0:
444,192,26791,1,2,0:0:0:0:
464,152,26859,1,2,0:0:0:0:
500,124,26927,6,0,P|476:92|480:12,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
376,160,27200,1,2,0:0:0:0:
500,124,27336,1,2,0:0:0:0:
256,136,27473,6,0,B|216:132|216:132|184:152|184:152|148:148,1,108.000004119873,0|0,1:0|0:0,0:0:0:0:
88,104,27745,6,0,P|40:160|40:272,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
184,364,28018,2,0,P|232:308|232:196,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
92,136,28291,6,0,P|60:176|60:248,1,115.199996484375,4|0,0:0|0:0,0:0:0:0:
172,332,28564,2,0,P|204:292|204:220,1,115.199996484375,4|0,0:0|0:0,0:0:0:0:
136,208,28836,5,0,1:0:0:0:
132,224,28905,1,0,1:0:0:0:
128,240,28973,1,0,1:0:0:0:
124,256,29041,1,0,1:0:0:0:
120,272,29109,1,0,1:0:0:0:
284,272,29245,5,4,0:0:0:0:
120,272,29382,1,0,0:0:0:0:
284,272,29518,5,4,0:0:0:0:
124,256,29655,1,0,0:0:0:0:
284,272,29791,37,4,0:0:0:0:
128,240,29927,1,0,0:0:0:0:
284,272,30064,5,4,0:0:0:0:
132,224,30200,1,0,0:0:0:0:
284,272,30336,37,4,0:0:0:0:
136,208,30473,2,0,L|160:96,1,115.199996484375,0|4,0:0|0:0,0:0:0:0:
224,44,30745,5,0,1:0:0:0:
284,72,30814,1,0,1:0:0:0:
336,36,30882,1,0,1:0:0:0:
396,64,30951,1,0,1:0:0:0:
448,28,31018,1,4,1:0:0:0:
348,180,31155,5,4,0:0:0:0:
448,28,31291,1,4,1:0:0:0:
348,180,31427,5,4,0:0:0:0:
396,64,31564,1,0,0:0:0:0:
348,180,31700,37,4,0:0:0:0:
336,36,31836,1,0,0:0:0:0:
348,180,31973,5,4,0:0:0:0:
284,72,32109,1,0,0:0:0:0:
348,180,32245,37,4,0:0:0:0:
224,44,32382,1,0,0:0:0:0:
348,180,32518,5,4,0:0:0:0:
468,156,32655,2,0,P|484:232|452:272,1,115.199996484375,0|4,0:0|0:0,0:0:0:0:
384,328,32927,2,0,L|316:320,1,57.5999982421876,0|0,1:0|1:0,0:0:0:0:
212,336,33064,2,0,L|144:328,1,57.5999982421876,0|0,1:0|1:0,0:0:0:0:
56,264,33200,6,0,P|44:208|60:136,1,115.199996484375,0|4,0:0|0:0,0:0:0:0:
56,264,33473,2,0,P|64:212|112:168,1,115.199996484375,0|4,0:0|0:0,0:0:0:0:
56,264,33745,2,0,P|96:224|152:208,1,115.199996484375,0|4,0:0|0:0,0:0:0:0:
53,151,34018,5,0,1:0:0:0:
107,169,34086,1,0,1:0:0:0:
151,208,34155,1,0,1:0:0:0:
184,256,34223,1,0,1:0:0:0:
196,312,34291,6,0,P|248:336|304:332,1,115.199996484375,0|4,0:0|0:0,0:0:0:0:
196,312,34564,2,0,P|256:308|304:268,1,115.199996484375,0|4,0:0|0:0,0:0:0:0:
196,312,34836,2,0,P|248:280|264:224,1,115.199996484375,0|4,0:0|0:0,0:0:0:0:
304,331,35109,6,2,B|316:272|264:232|264:232|272:193|252:160,1,172.799994726563,2|0,1:0|0:0,1:0:0:0:
216,112,35382,5,0,1:0:0:0:
352,152,35518,1,0,1:0:0:0:
468,84,35655,1,8,1:0:0:0:
336,44,35791,1,0,1:0:0:0:
336,44,35859,1,8,1:0:0:0:
336,44,35927,5,0,1:0:0:0:
352,152,36064,1,0,1:0:0:0:
324,20,36200,5,2,1:2:0:0:
308,52,36268,1,2,1:2:0:0:
332,76,36336,1,2,1:2:0:0:
368,60,36405,1,2,1:2:0:0:
364,24,36473,6,0,B|256:52|112:36|112:36|140:80,1,288,4|0,0:0|0:0,0:0:0:0:
183,132,36745,6,0,B|276:140|367:124|367:124|343:164,1,216.000008239746,4|0,0:0|0:0,0:0:0:0:
320,216,37018,6,0,B|268:228|208:220|208:220|244:256,1,144,4|0,0:0|0:0,0:0:0:0:
248,312,37291,6,0,B|292:316|332:308|332:308|304:344,1,108.000004119873,4|0,1:0|0:0,0:0:0:0:
160,344,37564,5,0,1:0:0:0:
172,324,37632,1,0,1:0:0:0:
156,308,37700,1,0,1:0:0:0:
136,320,37768,1,0,1:0:0:0:
140,340,37836,6,0,L|136:160,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
192,104,38109,2,0,B|212:132|212:132|211:217,1,115.199996484375,4|0,0:0|0:0,0:0:0:0:
64,244,38382,6,0,P|16:224|16:152,1,115.199996484375,8|2,0:0|0:0,0:0:0:0:
8,52,38655,6,0,P|32:40|84:36,1,72.0000027465821
152,48,38791,2,0,P|184:48|228:40,1,72.0000027465821
300,20,38927,2,0,P|312:44|316:96,1,72.0000027465821
304,164,39063,2,0,P|304:196|312:240,1,72.0000027465821
320,328,39200,6,0,P|280:324|220:348,1,96
160,384,39336,2,0,P|142:339|145:292,1,96
96,212,39473,2,0,P|136:216|196:192,1,96
253,132,39609,2,0,P|271:176|268:224,1,96
380,136,39745,6,2,P|464:188|340:216,1,288,6|0,1:0|0:0,0:0:0:0:
380,136,40018,6,0,L|376:76,1,57.5999982421876,2|0,1:0|0:0,0:0:0:0:
484,88,40155,2,0,L|480:28,1,57.5999982421876,2|0,1:0|0:0,0:0:0:0:
272,104,40291,6,0,L|100:100,1,172.799994726563,4|0,1:0|0:0,0:0:0:0:
24,184,40564,1,8,1:0:0:0:
52,180,40632,1,0,1:0:0:0:
80,176,40700,1,8,1:0:0:0:
104,268,40836,6,0,B|128:320|128:320|168:284|168:284|192:336|192:336|232:296|232:296|260:348|260:348|300:308|300:308|335:322|380:292,1,403.199987695313,4|0,0:0|0:0,0:0:0:0:
408,236,41382,6,0,B|448:232|480:260|480:260|468:300|432:320,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
324,228,41655,6,0,L|332:64,1,144.000005493164,2|0,1:0|0:0,0:0:0:0:
192,32,41927,5,0,1:0:0:0:
164,52,41995,1,0,1:0:0:0:
176,84,42064,1,0,1:0:0:0:
212,88,42132,1,0,1:0:0:0:
224,52,42200,6,0,B|80:80|80:80|60:116|92:148,1,216.000008239746,4|0,0:0|0:0,0:0:0:0:
168,160,42473,6,0,B|312:188|312:188|332:224|300:256,1,216.000008239746,4|0,0:0|0:0,0:0:0:0:
228,272,42745,6,0,B|185:282|185:282|156:279|156:279|126:295|126:295|80:304,1,144.000005493164,8|0,1:0|0:0,0:0:0:0:
48,376,43018,6,0,P|88:384|124:376,1,72.0000027465821
180,324,43155,2,0,P|220:316|256:324,1,72.0000027465821
308,376,43291,2,0,P|348:384|384:376,1,72.0000027465821
440,324,43428,2,0,P|480:316|516:324,1,72.0000027465821
484,152,43564,6,0,P|492:96|464:48,1,96
388,88,43700,2,0,L|288:76,1,96
200,100,43836,2,0,P|208:156|180:204,1,96
104,164,43972,2,0,L|4:176,1,96
92,24,44109,6,0,P|276:100|12:296,1,672,4|0,0:0|0:0,0:0:0:0:
132,264,44655,6,2,B|172:268|208:316|208:316|232:268|276:256|276:256|320:264|344:312|344:312|368:264|432:252,1,384,2|0,1:0|0:0,1:0:0:0:
500,56,45200,6,0,B|360:36|360:36|308:60,1,172.799994726563,4|0,1:0|0:0,0:0:0:0:
260,184,45473,2,0,B|396:164|396:164|436:136,1,172.799994726563,4|0,1:0|0:0,0:0:0:0:
260,44,45745,2,0,B|120:24|120:24|68:48,1,172.799994726563,0|0,1:0|0:0,0:0:0:0:
20,172,46018,2,0,B|156:152|156:152|196:124,1,172.799994726563,4|0,1:0|0:0,0:0:0:0:
148,232,46291,5,0,1:0:0:0:
172,248,46359,1,0,1:0:0:0:
168,276,46427,1,0,1:0:0:0:
140,280,46495,1,0,1:0:0:0:
124,256,46564,6,0,B|215:266|272:249|272:249|248:288,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
328,304,46836,2,0,P|348:264|332:196,1,115.199996484375,4|0,0:0|0:0,0:0:0:0:
424,164,47109,6,0,B|448:192|448:232|448:232|460:244|460:244|448:256|448:256|448:288|412:336,1,172.799994726563,2|0,1:0|0:0,0:0:0:0:
352,368,47382,6,0,P|332:339|328:304,1,72.0000027465821
252,296,47518,2,0,P|256:268|272:228,1,72.0000027465821
212,176,47655,2,0,P|240:144|272:124,1,72.0000027465821
248,56,47791,2,0,P|280:36|324:28,1,72.0000027465821
472,88,47927,6,0,P|428:92|372:72,1,96
248,56,48064,2,0,L|132:52,1,96
32,184,48200,2,0,P|76:188|132:168,1,96
256,152,48337,2,0,L|372:148,1,96
480,240,48473,6,2,P|456:312|336:216,1,288,2|0,1:0|0:0,0:0:0:0:
480,240,48745,6,0,L|484:312,1,72.0000027465821,2|0,1:0|0:0,0:0:0:0:
408,176,48882,2,0,L|404:248,1,72.0000027465821,2|0,1:0|0:0,0:0:0:0:
331,226,49018,6,0,B|316:276|316:276|224:296|248:248|156:268,1,216.000008239746
80,300,49291,2,0,P|56:268|64:196,1,115.199996484375,4|0,0:0|0:0,0:0:0:0:
120,76,49564,6,0,B|164:28|164:28|192:80|192:80|228:24|224:24|256:88|248:88|284:52|284:52|316:76|316:76|372:52|432:80,1,403.199987695313,4|0,1:0|0:0,0:0:0:0:
488,120,50109,6,0,L|480:260,1,115.199996484375,4|0,0:0|0:0,0:0:0:0:
400,328,50382,2,0,B|384:320|384:320|368:336|368:336|296:316|304:236,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
360,144,50655,5,0,1:0:0:0:
388,152,50723,1,0,1:0:0:0:
388,180,50791,1,0,1:0:0:0:
364,188,50859,1,0,1:0:0:0:
344,168,50927,6,0,B|208:160|208:160|176:180,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
92,232,51200,2,0,P|128:264|200:272,1,115.199996484375,4|0,0:0|0:0,0:0:0:0:
400,328,51473,2,0,P|324:332|284:360,1,115.199996484375,4|0,1:0|0:0,0:0:0:0:
176,336,51745,5,0,1:0:0:0:
148,340,51814,1,0,1:0:0:0:
120,344,51882,1,0,1:0:0:0:
92,348,51950,1,0,1:0:0:0:
64,344,52018,6,0,B|72:252|72:252|52:172,1,172.799994726563,4|0,1:0|0:0,0:0:0:0:
52,173,52291,6,0,B|128:224|128:224|212:232,1,172.799994726563,4|0,1:0|0:0,0:0:0:0:
280,266,52564,2,0,P|292:222|256:166,1,115.199996484375,4|0,1:0|0:0,0:0:0:0:
320,40,52836,6,0,B|376:40|412:96|412:96|432:36|496:24,1,230.39999296875,4|0,0:0|0:0,0:0:0:0:
504,116,53245,1,4,0:0:0:0:
320,128,53518,1,4,0:0:0:0:
504,116,53791,1,4,0:0:0:0:
320,128,53927,6,0,P|330:195|376:228,1,115.199996484375,0|0,1:0|1:0,0:0:0:0:
460,312,54200,5,8,0:0:0:0:
376,352,54336,1,0,1:0:0:0:
284,348,54473,1,0,1:0:0:0:
200,308,54609,1,8,0:0:0:0:
156,228,54745,1,0,1:0:0:0:
152,136,54882,1,0,1:0:0:0:
192,52,55018,6,0,L|56:60,1,115.199996484375,4|0,1:0|0:0,0:0:0:0:
420,328,59382,5,0,1:0:0:0:
328,224,59518,2,0,P|372:216|432:248,1,115.199996484375,0|8,0:0|1:0,0:0:0:0:
312,308,59791,2,0,L|68:304,1,230.39999296875,0|0,1:0|1:0,0:0:0:0:
328,224,60200,1,8,1:0:0:0:
64,220,60473,5,0,1:0:0:0:
156,116,60609,2,0,P|112:108|52:140,1,115.199996484375,0|8,0:0|1:0,0:0:0:0:
172,200,60882,2,0,L|416:196,1,230.39999296875,0|0,1:0|1:0,0:0:0:0:
156,116,61291,1,8,1:0:0:0:
316,96,61427,1,0,1:0:0:0:
424,116,61564,5,4,1:0:0:0:
460,128,61973,2,0,P|344:132|316:96,1,172.799994726563,0|0,1:0|0:0,0:0:0:0:
100,48,62382,1,0,1:0:0:0:
192,32,62518,1,0,0:0:0:0:
156,116,62655,6,0,L|96:128,2,48.0000018310548,2|2|2,0:0|0:0|0:0,0:0:0:0:
248,156,62927,2,0,L|308:144,2,48.0000018310548,2|2|2,0:0|0:0|0:0,0:0:0:0:
88,224,63200,2,0,L|28:236,2,48.0000018310548,2|2|2,0:0|0:0|0:0,0:0:0:0:
272,268,63473,6,0,L|500:224,1,216.000008239746,4|0,0:0|0:0,0:0:0:0:
440,308,63745,6,0,P|404:264|408:176,1,144.000005493164,4|0,1:0|0:0,0:0:0:0:
296,24,64018,2,0,P|332:68|328:156,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
272,268,64291,2,0,B|172:276|172:276|84:200|120:92,1,288.000010986329,0|0,1:0|1:0,0:0:0:0:
296,24,64700,1,2,0:0:0:0:
260,120,64836,6,0,L|112:108,1,144.000005493164,0|0,1:0|1:0,0:0:0:0:
320,192,65109,2,0,P|344:184|396:188,1,72.0000027465821,2|0,1:2|0:0,0:0:0:0:
416,196,65245,2,0,P|440:204|492:200,1,72.0000027465821,2|0,1:2|0:0,0:0:0:0:
272,268,65382,2,0,L|124:256,1,144.000005493164,0|0,1:0|1:0,0:0:0:0:
332,344,65655,2,0,L|480:332,1,144.000005493164,0|0,1:0|1:0,0:0:0:0:
244,356,65927,5,0,1:0:0:0:
64,332,66064,1,0,1:0:0:0:
244,356,66200,1,0,1:0:0:0:
64,332,66336,1,0,1:0:0:0:
168,284,66473,6,0,L|200:136,1,144.000005493164,0|0,1:0|1:0,0:0:0:0:
40,84,66745,2,0,P|40:144|112:200,1,144.000005493164,0|0,1:0|1:0,0:0:0:0:
296,180,67018,6,0,L|456:192,1,144.000005493164,4|0,0:0|1:0,0:0:0:0:
296,180,67291,1,4,1:2:0:0:
439,190,67427,1,0,1:2:0:0:
344,332,67564,6,0,P|244:356|168:284,1,216.000008239746,4|0,0:0|0:0,0:0:0:0:
168,99,67836,2,0,P|243:28|344:52,1,216.000008239746,4|0,0:0|0:0,0:0:0:0:
439,190,68109,6,0,B|428:315|428:315|465:357|465:357|472:292,1,216.000008239746,4|0,1:0|0:0,0:0:0:0:
388,252,68382,2,0,B|368:232|368:232|236:252,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
88,276,68655,1,0,1:0:0:0:
204,160,68791,1,0,0:0:0:0:
180,320,68927,1,0,1:0:0:0:
100,176,69064,1,0,0:0:0:0:
224,24,69200,6,0,L|376:20,1,144.000005493164,0|0,1:0|1:0,0:0:0:0:
508,100,69473,2,0,P|472:108|428:104,1,72.0000027465821,2|0,1:2|0:0,0:0:0:0:
412,100,69609,2,0,P|376:92|341:93,1,72.0000027465821,2|0,1:2|0:0,0:0:0:0:
280,192,69745,2,0,B|424:188|424:188|460:216|436:276,1,216.000008239746,0|0,1:0|0:0,0:0:0:0:
364,304,70018,6,0,P|336:304|296:276,1,72.0000027465821,0|0,1:0|0:0,0:0:0:0:
280,192,70155,2,0,P|243:190|211:210,1,72.0000027465821,0|0,1:0|0:0,0:0:0:0:
80,310,70291,5,2,1:2:0:0:
79,302,70359,1,2,1:2:0:0:
78,294,70427,1,2,1:2:0:0:
77,286,70495,1,2,1:2:0:0:
76,278,70564,6,0,L|371:305,1,288
464,221,70836,5,2,1:2:0:0:
465,213,70904,1,2,1:2:0:0:
466,205,70972,1,2,1:2:0:0:
467,197,71040,1,2,1:2:0:0:
468,189,71109,6,0,L|173:216,1,288
9,54,71382,6,0,B|186:37|186:37|227:71,1,216.000008239746,4|0,1:0|0:0,0:0:0:0:
296,61,71655,2,0,B|326:37|326:37|503:54,1,216.000008239746,4|0,1:0|0:0,0:0:0:0:
405,142,71927,2,0,B|330:133|330:133|300:164|300:164|344:175,1,144.000005493164,4|0,1:0|0:0,0:0:0:0:
107,142,72200,6,2,B|182:133|182:133|212:164|212:164|182:285,1,216.000008239746,6|0,1:0|0:0,1:0:0:0:
88,244,72473,5,0,1:0:0:0:
28,325,72609,1,0,0:0:0:0:
127,335,72745,1,0,1:0:0:0:
315,265,72882,5,0,0:0:0:0:
305,364,73018,1,0,1:0:0:0:
224,304,73154,1,0,0:0:0:0:
235,167,73291,6,0,P|239:112|293:43,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
379,147,73564,6,0,B|450:172|450:172|488:153|490:121,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
236,168,73836,2,0,L|304:192,1,72.0000027465821,2|0,1:2|0:0,0:0:0:0:
428,232,73973,2,0,P|472:224|496:200,1,72.0000027465821,2|0,1:2|0:0,0:0:0:0:
448,332,74109,6,0,B|377:357|377:357|339:338|337:306,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
175,306,74382,2,0,B|173:338|135:357|135:357|64:332,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
96,212,74655,5,0,1:0:0:0:
72,52,74791,1,0,0:0:0:0:
96,212,74927,1,0,1:0:0:0:
72,52,75064,1,0,0:0:0:0:
144,120,75200,2,0,L|220:108,1,72.0000027465821,0|0,1:0|0:0,0:0:0:0:
248,24,75336,5,0,1:0:0:0:
412,120,75473,1,0,1:0:0:0:
304,108,75609,1,0,1:0:0:0:
488,52,75745,6,0,B|500:92|488:120|488:120|504:152|492:200,1,144.000005493164,4|0,0:0|0:0,0:0:0:0:
304,108,76018,2,0,B|292:148|304:176|304:176|288:208|300:256,1,144.000005493164,4|0,0:0|0:0,0:0:0:0:
460,264,76291,6,0,P|468:304|460:340,1,72.0000027465821,2|0,1:0|0:0,0:0:0:0:
324,316,76427,2,0,L|320:352,1,36.0000013732911,2|0,1:0|0:0,0:0:0:0:
212,336,76564,6,2,P|132:328|96:208,1,216.000008239746,2|0,1:0|0:0,1:0:0:0:
108,64,76836,6,0,B|212:88|212:88|328:40,1,216.000008239746,4|0,1:0|0:0,0:0:0:0:
108,64,77245,2,0,L|176:120,1,72.0000027465821,4|0,1:0|0:0,0:0:0:0:
163,109,77655,2,0,L|224:160,1,72.0000027465821,4|0,1:0|0:0,0:0:0:0:
218,155,78064,2,0,L|288:212,1,72.0000027465821,4|0,1:0|0:0,0:0:0:0:
274,201,78336,5,0,1:0:0:0:
356,260,78473,2,0,L|508:256,1,144.000005493164,4|0,1:0|0:0,0:0:0:0:
476,128,78745,6,0,P|420:128|396:172,1,108.000004119873
408,192,79018,6,0,L|424:340,1,144.000005493164,0|4,0:0|0:0,0:0:0:0:
340,352,79291,5,0,0:0:0:0:
256,344,79427,1,2,0:0:0:0:
184,296,79564,1,2,0:0:0:0:
144,204,79700,5,0,0:0:0:0:
244,212,79836,1,2,0:0:0:0:
340,176,79973,1,2,0:0:0:0:
404,96,80109,1,2,0:0:0:0:
256,192,80177,12,4,80927,1:0:0:0:
256,192,81200,5,4,1:0:0:0:
416,208,81473,1,2,0:0:0:0:
320,336,81745,1,8,0:0:0:0:
320,336,82018,5,2,0:0:0:0:
256,288,82155,1,2,0:0:0:0:
192,336,82291,1,0,0:0:0:0:
96,208,82564,1,2,0:0:0:0:
256,192,82836,1,8,0:0:0:0:
192,336,83109,1,2,0:0:0:0:
116,52,83382,5,2,0:0:0:0:
396,52,83791,1,2,0:0:0:0:
172,112,84064,1,2,0:0:0:0:
340,112,84336,1,2,0:0:0:0:
256,192,84473,5,4,0:0:0:0:
264,224,84745,1,4,0:0:0:0:
256,256,85018,1,4,0:0:0:0:
264,288,85290,1,4,0:0:0:0:
424,320,85564,5,2,0:0:0:0:
488,172,85836,1,2,0:0:0:0:
328,192,86109,1,8,0:0:0:0:
328,192,86382,5,2,0:0:0:0:
256,156,86518,1,2,0:0:0:0:
184,192,86655,6,0,B|88:184|88:184|48:208|36:244|44:284|71:314|99:323|144:316|144:288|164:276|192:264|208:268|236:276|256:292,1,396.000015106202,0|0,1:0|0:0,0:0:0:0:
276,324,87473,6,0,L|336:320,1,36.0000013732911,0|0,1:0|1:0,0:0:0:0:
348,280,87609,2,0,L|408:284,1,36.0000013732911,0|0,1:0|1:0,0:0:0:0:
472,288,87745,5,4,1:0:0:0:
472,288,87882,1,4,1:0:0:0:
468,128,88018,2,0,P|368:128|316:152,1,144.000005493164,4|0,0:0|0:0,0:0:0:0:
100,208,88291,5,4,1:0:0:0:
100,208,88428,1,4,1:0:0:0:
104,48,88564,2,0,B|192:28|152:72|248:48,1,144.000005493164,4|0,0:0|0:0,0:0:0:0:
332,100,88836,6,0,P|252:132|188:132,1,144.000005493164,4|0,0:0|0:0,0:0:0:0:
100,208,89109,6,0,L|4:204,2,96.0000036621095,2|2|2,0:0|0:0|0:0,0:0:0:0:
168,272,89382,2,0,L|264:276,1,96.0000036621095,2|2,0:0|0:0,0:0:0:0:
472,332,89655,6,0,L|324:328,1,144.000005493164,4|0,0:0|0:0,0:0:0:0:
480,172,89927,6,0,P|448:116|464:56,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
456,68,90200,2,0,P|428:132|380:152,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
390,151,90473,6,0,P|358:95|374:35,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
366,47,90746,2,0,P|337:110|289:130,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
300,129,91018,6,0,P|268:73|284:13,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
276,25,91291,2,0,P|247:88|199:108,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
209,107,91564,6,0,B|192:68|156:68|156:68|64:76,1,144.000005493164,4|0,1:0|0:0,0:0:0:0:
0,236,91836,2,0,B|17:275|53:275|53:275|145:267,1,144.000005493164,4|0,1:0|0:0,0:0:0:0:
232,216,92109,6,0,P|336:228|408:348,1,216.000008239746,4|0,0:0|0:0,0:0:0:0:
320,384,92382,1,0,0:0:0:0:
352,196,92518,1,0,0:0:0:0:
204,324,92655,6,0,P|164:328|124:316,1,72.0000027465821
68,280,92791,2,0,P|36:252|24:212,1,72.0000027465821
28,80,92927,6,0,P|32:124|56:160,1,72.0000027465821
100,200,93064,2,0,P|128:216|168:224,1,72.0000027465821
272,96,93200,6,0,L|348:92,1,72.0000027465821,2|2,0:0|0:0,0:0:0:0:
492,136,93473,1,8,1:0:0:0:
412,140,93609,1,0,1:0:0:0:
280,200,93745,6,0,L|356:196,1,72.0000027465821,2|2,0:0|0:0,0:0:0:0:
500,240,94018,1,12,1:0:0:0:
420,244,94154,1,0,1:0:0:0:
252,356,94291,6,0,P|192:344|136:368,1,115.199996484375,4|0,1:0|0:0,0:0:0:0:
142,362,94564,2,0,P|199:343|227:291,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
226,298,94836,6,0,P|286:286|342:310,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
336,304,95109,2,0,P|278:285|250:233,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
252,240,95382,6,0,P|192:228|136:252,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
142,246,95655,2,0,P|199:227|227:175,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
225,182,95927,6,0,B|244:148|280:144|280:144|360:140,1,144.000005493164,4|0,1:0|0:0,0:0:0:0:
472,20,96200,2,0,B|453:54|417:58|417:58|337:62,1,144.000005493164,4|0,1:0|0:0,0:0:0:0:
176,48,96473,5,0,1:0:0:0:
176,48,96609,1,0,1:0:0:0:
176,48,96745,2,0,L|20:52,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
44,152,97018,6,0,B|40:200|56:236|56:236|168:208|168:208|192:264|176:320|176:320|56:352,1,432.000016479493,4|0,0:0|0:0,0:0:0:0:
276,328,97564,6,0,B|352:308|408:320|408:320|440:356,1,172.799994726563,4|0,1:0|0:0,0:0:0:0:
464,248,97836,2,0,B|388:228|332:240|332:240|300:276,1,172.799994726563,4|0,1:0|0:0,0:0:0:0:
272,180,98109,2,0,B|348:160|404:172|404:172|436:208,1,172.799994726563,4|0,1:0|0:0,0:0:0:0:
460,100,98381,2,0,B|384:80|328:92|328:92|296:128,1,172.799994726563,4|0,1:0|0:0,0:0:0:0:
176,64,98655,6,0,P|100:76|60:60,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
65,63,98927,2,0,P|115:75|147:135,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
148,128,99200,6,0,P|224:140|264:124,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
259,127,99472,2,0,P|208:139|176:199,1,115.199996484375,0|0,1:0|0:0,1:0:0:0:
176,192,99745,6,0,P|100:204|60:188,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
65,191,100018,2,0,P|115:203|147:263,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
146,255,100291,6,0,B|152:296|204:296|204:296|276:288,1,144.000005493164,4|0,1:0|0:0,0:0:0:0:
460,268,100564,2,0,B|454:227|402:227|402:227|336:236|336:236|360:264|352:304,1,216.000008239746,4|0,1:0|0:0,0:0:0:0:
269,288,100836,6,0,B|224:208|292:164|292:164|336:160|364:48|308:4|192:0|180:104,1,432.000016479493,4|0,0:0|0:0,0:0:0:0:
256,104,101382,5,2,0:0:0:0:
408,116,101518,1,2,0:0:0:0:
256,104,101655,1,2,0:0:0:0:
104,92,101791,1,2,0:0:0:0:
16,116,101927,6,0,P|-4:192|48:252,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
200,224,102200,2,0,P|144:168|66:183,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
16,332,102473,1,0,1:0:0:0:
51,332,102541,1,0,1:0:0:0:
84,317,102609,1,0,1:0:0:0:
107,290,102677,1,0,1:0:0:0:
118,256,102745,6,0,L|136:332,1,72,4|2,0:0|1:0,0:0:0:0:
144,356,103018,6,0,L|308:364,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
287,363,103291,2,0,P|304:300|392:292,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
374,283,103564,6,0,L|210:291,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
230,290,103837,2,0,P|213:226|125:218,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
144,209,104109,6,0,L|308:217,1,144.000005493164,0|0,1:0|0:0,0:0:0:0:
373,135,104382,1,4,0:0:0:0:
376,132,104450,1,4,0:0:0:0:
380,128,104518,1,4,0:0:0:0:
384,124,104586,1,4,0:0:0:0:
388,120,104655,6,0,P|328:92|256:112,1,144.000005493164
136,124,104927,2,0,L|172:148,7,36.0000013732911,4|4|4|4|4|4|4|4,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
124,120,105200,6,0,P|184:92|256:112,1,144.000005493164,4|0,1:0|0:0,0:0:0:0:
464,296,105473,6,0,B|436:324|436:324|324:316,1,144.000005493164,4|0,1:0|0:0,0:0:0:0:
156,268,105745,2,0,B|184:240|184:240|296:248,1,144.000005493164,4|0,1:0|0:0,0:0:0:0:
104,328,106018,6,2,L|112:372,1,36.0000013732911,2|0,3:0|0:0,3:0:0:0:
80,312,106086,2,0,L|88:356,1,36.0000013732911,2|0,3:0|0:0,0:0:0:0:
56,296,106155,2,0,L|64:340,1,36.0000013732911,2|0,3:0|0:0,0:0:0:0:
32,280,106223,2,0,L|40:324,1,36.0000013732911,2|0,3:0|0:0,0:0:0:0:
8,264,106291,6,0,B|0:96|0:96|32:112|32:160,1,216.000008239746,4|0,1:0|0:0,0:0:0:0:
104,64,106564,2,0,B|96:232|96:232|128:216|128:168,1,216.000008239746,4|0,1:0|0:0,0:0:0:0:
200,244,106836,2,0,B|192:76|192:76|224:92|224:140,1,216.000008239746,4|0,1:0|0:0,0:0:0:0:
272,172,107109,6,0,P|360:176|400:32,1,216.000008239746,4|0,1:0|0:0,0:0:0:0:
344,28,107382,6,0,L|220:36,1,115.199996484375,4|0,0:0|0:0,0:0:0:0:
272,172,107655,1,0,0:0:0:0:
188,116,107791,6,0,L|64:124,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
116,260,108064,1,0,0:0:0:0:
48,200,108200,5,0,1:0:0:0:
116,260,108336,1,0,0:0:0:0:
208,284,108473,6,0,B|360:272|360:272|348:296,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
448,284,108745,2,0,B|416:216|424:144|424:144|456:176,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
432,52,109018,2,0,B|280:64|280:64|292:40,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
192,52,109290,2,0,B|224:120|216:192|216:192|184:160,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
208,284,109564,6,0,B|152:304|152:304|116:260,1,115.199996484375,4|0,1:0|0:0,0:0:0:0:
304,304,109836,1,0,1:0:0:0:
332,212,109973,6,0,B|388:192|388:192|424:236,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
236,192,110245,1,0,1:0:0:0:
208,284,110382,6,0,B|152:304|152:304|116:260,1,115.199996484375,0|0,1:0|0:0,0:0:0:0:
44,252,110655,6,0,B|68:152|56:112|56:112|32:136,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
64,36,110927,2,0,B|216:48|216:48|196:24,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
300,60,111200,2,0,B|276:160|288:200|288:200|312:176,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
280,276,111473,6,0,L|280:320,1,28.7999991210938,2|2,0:0|0:0,0:0:0:0:
248,284,111541,2,0,L|256:324,1,28.7999991210938,2|2,0:0|0:0,0:0:0:0:
220,300,111609,2,0,L|228:336,1,28.7999991210938,2|2,0:0|0:0,0:0:0:0:
196,324,111677,2,0,L|212:356,1,28.7999991210938,2|2,0:0|0:0,0:0:0:0:
176,352,111745,6,0,L|108:344,1,57.5999982421876,0|0,1:0|0:0,0:0:0:0:
44,252,111882,2,0,L|112:260,1,57.5999982421876,0|0,1:0|0:0,0:0:0:0:
208,188,112018,2,0,L|140:180,1,57.5999982421876,0|0,1:0|0:0,0:0:0:0:
76,88,112155,2,0,L|144:96,1,57.5999982421876,0|0,1:0|0:0,0:0:0:0:
240,32,112291,6,0,B|312:32|348:108|348:108|364:64,1,172.799994726563,4|0,0:0|0:0,0:0:0:0:
440,52,112564,2,0,L|408:164,1,115.199996484375,8|0,0:0|0:0,0:0:0:0:
376,308,112836,6,0,P|304:324|380:104,1,504.000019226075,4|0,1:0|0:0,0:0:0:0:
428,192,113382,6,0,L|432:220,1,28.7999991210938,2|0,0:0|0:0,0:0:0:0:
304,176,113518,2,0,L|308:148,1,28.7999991210938,2|0,0:0|0:0,0:0:0:0:
172,192,113655,2,0,L|176:220,1,28.7999991210938,2|2,0:0|0:0,0:0:0:0:
48,176,113791,2,0,L|52:148,1,28.7999991210938,2|2,0:0|0:0,0:0:0:0:
32,324,113927,5,0,1:0:0:0:
120,364,114064,1,2,0:0:0:0:
212,368,114200,1,2,0:0:0:0:
296,328,114336,1,0,1:0:0:0:
356,260,114473,1,2,0:0:0:0:
364,168,114609,1,2,0:0:0:0:
340,80,114745,1,0,1:0:0:0:
268,24,114882,1,2,0:0:0:0:
180,112,115018,6,0,P|147:123|108:124,1,72,4|0,0:0|0:0,0:0:0:0:
32,88,115291,1,8,0:0:0:0:
448,28,115564,1,8,0:0:0:0:
256,240,115836,6,0,L|256:396,1,144.000005493164,4|0,1:0|0:0,0:0:0:0:
加了NC也改了那个nazi AR降到9.6
Topic Starter
Fatfan Kolek

Flask wrote:

[General]
  1. Check the letterbox things, both gero's & Aka+evilevils' diff are inconsistent with other diffs
[xxxxTREME]
  1. Not sure about the diff name though, since it's not that obvious to know it's extreme or something. Better to get a confirmation that the diff name is okay or just change it simply It should be ok, I asked a QAT. :3
  2. I'd suggest AR9.5 or so, AR10 seems too high for this made it to 9.7
  3. 00:24:473 (1,2,3,4,1,2,3,4,1,2,3,4) - Kind of flaw here, would be better if you can do ctrl+g on both 00:24:473 (1,2) - and 00:24:745 (3,4) - Fixed.
  4. 00:32:109 (1,2,1) - Do a round flow like a circle would be better I think, such as something like thisFixed, but i let the nc still there.
  5. 00:36:064 (4,1) - The spacing between these two notes are the way too small, perhaps change it to something like this? Fixed.
  6. 01:02:655 (1,2,3,4,5,6,7,8) - Throw all the nces onto those objects just like 01:29:109 (1,1,1,1,1,1,1) - would be awesome and easier to read Fixed.
  7. 01:39:200 (1,2,3,4) - Do a square here? It's ok this way. :D
  8. 01:45:745 (2) - I'd like to see a ctrl+g here, seems flow and more not-that-boring than just follow the spacing Fixed.
[Yukoversible's xxxxTRA]
  1. 00:24:473 (1,2,3,4,5,6,7,8,1,2,3,4,5,6) - no more nc spamming? ;w; Fixed with Yuko's permission.
  2. 00:37:700 (3,4,5) - spacing spacing lalala Fixed with Yuko's permission.
Get some testplays (I need screenshots), call me back, and wait for the drama begins. Ok, I'll look for some! :3



[fanzhen's High-Speed Extra]
  1. https://osu.ppy.sh/ss/2267572 played by Aka
  2. https://osu.ppy.sh/ss/2267662 played by Jonimay

Aka

Flask wrote:

[Akalvis' Light Insane]
  1. 00:59:791 (1,1) - These new combo seems unnecessary we indicate the slider velocity changes with new combos and to keep consistency i'd like to keep this, even though they look like the same sv, 1st slider is 1.20x, 2nd is 1.0x
    This should be Insane imo, and Gero's should be light extra, lol. its up to fatfan i guess D:
w
Natsu
Fixed

Pantsu
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Soft
StackLeniency: 0.7
Mode: 0
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 111200
DistanceSpacing: 1.1
BeatDivisor: 4
GridSize: 4
TimelineZoom: 3.199999

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Pantsu's Extra
Source:SOUND VOLTEX II -infinite infection-
Tags:sdvx t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P_A_N Aka EvilElvis Gero Onosakihito DJNightmare Fast Spectator
BeatmapID:404440
BeatmapSetID:139525

[Difficulty]
HPDrainRate:6
CircleSize:4
OverallDifficulty:7
ApproachRate:9
SliderMultiplier:1.5
SliderTickRate:2

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,50,1,0
11109,-83.3333333333333,4,2,0,50,0,0
11382,-100,4,2,0,50,0,0
17382,-133.333333333333,4,2,0,50,0,0
17655,-100,4,2,0,50,0,0
19836,-133.333333333333,4,2,0,50,0,0
20109,-83.3333333333333,4,2,0,50,0,0
23927,-133.333333333333,4,2,0,50,0,0
24200,-83.3333333333333,4,2,0,50,0,0
24473,-100,4,2,0,50,0,0
27745,-83.3333333333333,4,2,0,50,0,0
28018,-133.333333333333,4,2,0,50,0,0
28291,-100,4,2,0,50,0,0
28564,-83.3333333333333,4,2,0,50,0,0
28836,-100,4,2,0,50,0,0
35382,-133.333333333333,4,2,0,50,0,0
36473,-83.3333333333333,4,2,0,50,0,0
37836,-133.333333333333,4,2,0,50,0,0
38109,-83.3333333333333,4,2,0,50,0,0
38382,-100,4,2,0,50,0,0
38791,-133.333333333333,4,2,0,50,0,0
38927,-117.647058823529,4,2,0,50,0,0
39064,-105.263157894737,4,2,0,50,0,0
39200,-95.2380952380952,4,2,0,50,0,0
39336,-86.9565217391304,4,2,0,50,0,0
39473,-80,4,2,0,50,0,0
39609,-74.0740740740741,4,2,0,50,0,0
39745,-133.333333333333,4,2,0,50,0,0
40018,-83.3333333333333,4,2,0,50,0,0
40291,-133.333333333333,4,2,0,50,0,0
41382,-83.3333333333333,4,2,0,50,0,0
41655,-133.333333333333,4,2,0,50,0,0
42473,-83.3333333333333,4,2,0,50,0,0
44109,-133.333333333333,4,2,0,50,0,0
44655,-111.111111111111,4,2,0,50,0,0
45200,-83.3333333333333,4,2,0,50,0,0
45473,-133.333333333333,4,2,0,50,0,0
45745,-83.3333333333333,4,2,0,50,0,0
46018,-133.333333333333,4,2,0,50,0,0
46836,-83.3333333333333,4,2,0,50,0,0
47518,-133.333333333333,4,2,0,50,0,0
47655,-117.647058823529,4,2,0,50,0,0
47791,-105.263157894737,4,2,0,50,0,0
47927,-95.2380952380951,4,2,0,50,0,0
48064,-86.9565217391304,4,2,0,50,0,0
48200,-80,4,2,0,50,0,0
48336,-74.0740740740741,4,2,0,50,0,0
48473,-100,4,2,0,50,0,0
50109,-133.333333333333,4,2,0,50,0,0
50382,-83.3333333333333,4,2,0,50,0,0
50655,-100,4,2,0,50,0,0
50927,-133.333333333333,4,2,0,50,0,0
51200,-83.3333333333333,4,2,0,50,0,0
51473,-100,4,2,0,50,0,0
63473,-133.333333333333,4,2,0,50,0,0
63745,-100,4,2,1,40,0,1
67564,-83.3333333333333,4,2,1,40,0,1
68109,-100,4,2,1,40,0,1
71382,-83.3333333333333,4,2,1,40,0,1
72473,-100,4,2,1,40,0,1
79973,-66.6666666666667,4,2,0,75,0,0
81473,-100,4,2,0,75,0,0
86655,-66.6666666666667,4,2,0,75,0,0
86927,-100,4,2,0,75,0,0
89655,-90.9090909090909,4,2,0,75,0,0
89928,-83.3333333333333,4,2,0,75,0,0
90200,-76.9230769230769,4,2,0,75,0,0
90473,-90.9090909090909,4,2,0,75,0,0
92382,-133.333333333333,4,2,0,75,0,0
94018,-90.9090909090909,4,2,0,75,0,0
96745,-133.333333333333,4,2,0,75,0,0
97155,-200,4,2,0,75,0,0
97564,-83.3333333333333,4,2,0,75,0,0
97836,-100,4,2,0,75,0,0
98109,-133.333333333333,4,2,0,75,0,0
98382,-83.3333333333333,4,2,0,75,0,0
100291,-133.333333333333,4,2,0,75,0,0
100564,-83.3333333333333,4,2,0,75,0,0
100836,-133.333333333333,4,2,0,75,0,0
101109,-117.647058823529,4,2,0,75,0,0
101382,-105.263157894737,4,2,0,75,0,0
101655,-95.2380952380952,4,2,0,75,0,0
101927,-133.333333333333,4,2,0,75,0,0
102200,-83.3333333333333,4,2,0,75,0,0
102473,-100,4,2,0,75,0,0
102609,-133.333333333333,4,2,0,75,0,0
102745,-100,4,2,0,75,0,0
103018,-83.3333333333333,4,2,0,75,0,0
105200,-133.333333333333,4,2,0,75,0,0
105473,-83.3333333333333,4,2,0,75,0,0
105745,-133.333333333333,4,2,0,75,0,0
106291,-76.9230769230769,4,2,0,75,0,0
106564,-133.333333333333,4,2,0,75,0,0
106836,-76.9230769230769,4,2,0,75,0,0
107518,-133.333333333333,4,2,0,75,0,0
107791,-76.9230769230769,4,2,0,75,0,0
107927,-133.333333333333,4,2,0,75,0,0
108200,-83.3333333333333,4,2,0,75,0,0
108473,-66.6666666666667,4,2,0,75,0,0
108745,-133.333333333333,4,2,0,75,0,0
109018,-66.6666666666667,4,2,0,75,0,0
109291,-133.333333333333,4,2,0,75,0,0
109564,-83.3333333333333,4,2,0,75,0,0
110382,-133.333333333333,4,2,0,75,0,0
110655,-83.3333333333333,4,2,0,75,0,0
112836,-133.333333333333,4,2,0,75,0,0
113518,-83.3333333333333,4,2,0,75,0,0
113927,-66.6666666666667,4,2,0,5,0,0


[Colours]
Combo1 : 128,0,255
Combo2 : 255,0,0
Combo3 : 0,255,255
Combo4 : 255,128,64

[HitObjects]
184,120,7018,5,8,0:2:0:0:
196,128,7427,1,8,0:2:0:0:
256,192,8109,12,0,10291,0:0:0:0:
156,256,11109,6,0,P|212:256|256:192,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
240,148,11382,6,0,L|216:64,1,75,4|0,0:0|0:0,0:0:0:0:
164,156,11655,1,0,1:0:0:0:
156,256,11791,1,0,0:0:0:0:
208,340,11927,2,0,P|244:332|288:304,1,75,0|0,0:0|0:0,0:0:0:0:
340,240,12200,2,0,L|368:192,3,37.5,0|0|0|0,1:0|0:0|0:0|0:0,0:0:0:0:
384,164,12473,6,0,L|416:92,1,75,2|0,0:3|0:0,0:0:0:0:
320,108,12745,2,0,L|311:29,1,75,2|0,0:3|0:0,0:0:0:0:
236,96,13018,2,0,L|189:32,1,75,2|0,0:3|0:0,0:0:0:0:
144,120,13291,2,0,L|72:88,1,75,2|0,0:3|0:0,0:0:0:0:
212,180,13564,6,0,L|280:210,1,75,4|0,0:0|0:0,0:0:0:0:
384,256,13836,1,0,1:0:0:0:
229,233,13973,1,0,0:0:0:0:
320,108,14109,1,0,0:0:0:0:
384,256,14245,1,0,0:0:0:0:
229,233,14382,2,0,P|192:240|160:264,1,75,0|0,1:0|0:0,0:0:0:0:
120,296,14586,1,0,0:0:0:0:
120,296,14655,6,0,L|100:212,1,75,2|0,0:3|0:0,0:0:0:0:
196,108,14927,2,0,L|213:180,1,75,2|0,0:3|0:0,0:0:0:0:
328,280,15200,2,0,L|308:196,1,75,2|0,0:3|0:0,0:0:0:0:
404,92,15472,2,0,L|421:164,1,75,2|0,0:3|0:0,0:0:0:0:
436,216,15677,1,0,0:0:0:0:
436,216,15745,5,0,1:0:0:0:
468,316,15882,1,0,1:0:0:0:
436,216,16018,1,0,1:0:0:0:
392,328,16155,1,0,1:0:0:0:
436,216,16291,1,4,0:0:0:0:
320,284,16428,1,0,0:0:0:0:
436,216,16564,1,8,0:0:0:0:
284,216,16701,1,0,0:0:0:0:
436,216,16836,5,0,1:0:0:0:
449,181,16904,1,0,0:0:0:0:
452,144,16972,1,0,1:0:0:0:
443,107,17040,1,0,0:0:0:0:
423,76,17108,1,0,1:0:0:0:
394,52,17176,1,0,0:0:0:0:
360,38,17245,1,0,1:0:0:0:
322,35,17313,1,0,0:0:0:0:
288,52,17382,6,0,P|248:64|200:48,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
180,0,17655,6,0,L|168:124,1,112.5,8|0,0:0|0:0,0:0:0:0:
169,111,17927,5,4,1:0:0:0:
160,216,18064,1,2,0:0:0:0:
256,172,18200,1,2,0:0:0:0:
160,117,18336,5,2,0:0:0:0:
169,221,18473,1,2,0:0:0:0:
256,161,18609,1,2,0:0:0:0:
152,124,18745,5,0,0:0:0:0:
178,225,18882,1,2,0:0:0:0:
254,150,19018,2,0,P|304:120|336:164,1,112.5,2|0,0:0|0:0,0:0:0:0:
344,204,19291,6,0,P|394:234|426:190,1,112.5,0|0,0:0|0:0,0:0:0:0:
428,164,19564,1,0,0:0:0:0:
416,128,19632,1,0,0:0:0:0:
388,100,19700,1,0,0:0:0:0:
288,44,19836,6,0,L|192:36,1,84.3750032186509,0|0,0:0|0:0,0:0:0:0:
168,84,20109,6,0,L|260:92,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
428,164,20382,2,0,L|338:156,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
160,208,20655,2,0,L|252:216,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
420,288,20928,2,0,L|330:280,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
104,260,21200,6,0,P|84:204|100:160,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
32,84,21473,2,0,P|88:64|132:80,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
212,20,21745,2,0,P|232:76|216:120,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
284,196,22018,2,0,P|228:216|184:200,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
316,112,22291,6,0,P|356:92|400:98,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
284,184,22564,2,0,P|228:204|184:188,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
316,100,22837,2,0,P|356:80|400:86,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
464,184,23109,2,0,L|476:288,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
392,336,23382,6,0,L|381:246,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
284,184,23655,2,0,L|294:273,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
204,348,23927,6,0,L|192:264,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
184,220,24200,6,0,P|184:136|224:100,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
248,92,24473,5,0,1:0:0:0:
344,108,24609,1,0,0:0:0:0:
344,108,24677,1,0,0:0:0:0:
344,108,24745,1,0,1:0:0:0:
372,204,24882,1,0,0:0:0:0:
304,276,25018,2,0,P|260:276|216:248,1,75,0|0,1:0|0:0,0:0:0:0:
372,204,25291,2,0,P|396:240|400:280,1,75,0|0,1:0|0:0,0:0:0:0:
284,184,25564,6,0,L|292:96,1,75,0|0,1:0|0:0,0:0:0:0:
192,40,25836,2,0,L|200:128,1,75,0|0,1:0|0:0,0:0:0:0:
96,184,26109,2,0,L|104:92,1,75,0|0,1:0|0:0,0:0:0:0:
20,236,26382,2,0,P|64:272|136:260,1,112.5,0|0,1:0|0:0,0:0:0:0:
152,256,26655,5,2,0:0:0:0:
188,248,26723,1,2,0:0:0:0:
224,252,26791,1,2,0:0:0:0:
256,268,26859,1,2,0:0:0:0:
280,296,26927,1,0,1:0:0:0:
192,332,27064,1,0,0:0:0:0:
216,176,27200,1,2,0:0:0:0:
352,256,27336,1,2,0:0:0:0:
216,176,27473,2,0,P|192:172|168:176,3,37.5,0|0|0|0,1:0|0:0|0:0|0:0,0:0:0:0:
136,180,27745,6,0,P|108:120|144:48,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
168,40,28018,6,0,P|208:48|260:32,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
284,16,28291,6,0,L|288:128,1,112.5,4|0,0:0|0:0,0:0:0:0:
308,168,28564,6,0,P|372:192|440:160,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
460,136,28836,5,0,1:0:0:0:
444,40,28973,1,0,1:0:0:0:
444,40,29041,1,0,1:0:0:0:
444,40,29109,1,0,1:0:0:0:
372,104,29245,1,4,0:0:0:0:
344,252,29382,2,0,P|376:256|432:232,1,75,0|4,0:0|0:0,0:0:0:0:
308,168,29655,2,0,P|276:164|220:188,1,75,0|4,0:0|0:0,0:0:0:0:
168,288,29927,6,0,L|176:376,1,75,0|4,0:0|0:0,0:0:0:0:
44,232,30200,2,0,L|52:152,1,75,0|4,0:0|0:0,0:0:0:0:
80,320,30473,2,0,P|40:332|0:312,1,75,0|4,0:0|0:0,0:0:0:0:
136,196,30745,1,0,1:0:0:0:
172,192,30814,1,0,1:0:0:0:
208,200,30882,1,0,1:0:0:0:
240,216,30950,1,0,1:0:0:0:
264,244,31018,6,0,P|276:276|264:328,1,75,0|4,1:0|0:0,0:0:0:0:
136,196,31291,2,0,P|124:164|136:112,1,75,0|4,0:0|0:0,0:0:0:0:
264,32,31564,2,0,L|348:40,1,75,0|4,0:0|0:0,0:0:0:0:
464,144,31836,2,0,L|389:151,1,75,0|4,0:0|0:0,0:0:0:0:
240,216,32109,2,0,P|232:256|256:300,1,75,0|4,0:0|0:0,0:0:0:0:
312,140,32382,2,0,P|281:113|231:111,1,75,0|4,0:0|0:0,0:0:0:0:
344,244,32655,2,0,P|382:230|408:188,1,75,0|4,0:0|0:0,0:0:0:0:
452,60,32927,1,0,1:0:0:0:
451,52,32995,1,0,1:0:0:0:
450,44,33064,1,0,1:0:0:0:
449,36,33132,1,0,1:0:0:0:
448,28,33200,6,0,L|458:117,1,75,0|4,1:0|0:0,0:0:0:0:
511,259,33473,2,0,P|507:302|483:338,1,75,0|4,0:0|0:0,0:0:0:0:
344,244,33745,2,0,P|348:201|372:165,1,75,0|4,0:0|0:0,0:0:0:0:
376,344,34018,1,0,1:0:0:0:
340,348,34086,1,0,1:0:0:0:
304,336,34155,1,0,1:0:0:0:
272,316,34223,1,0,1:0:0:0:
248,288,34291,6,0,P|232:248|248:200,1,75,0|4,1:0|0:0,0:0:0:0:
156,124,34564,2,0,P|129:157|79:168,1,75,0|4,0:0|0:0,0:0:0:0:
64,276,34836,2,0,P|106:282|140:320,1,75,0|4,0:0|0:0,0:0:0:0:
272,316,35109,2,0,L|312:328,1,37.5,2|0,0:0|0:0,0:0:0:0:
360,264,35245,2,0,L|400:268,1,37.5,0|0,0:0|0:0,0:0:0:0:
460,316,35382,6,0,P|476:280|476:248,1,56.2500021457673,0|0,1:0|1:0,0:0:0:0:
472,116,35655,1,8,1:0:0:0:
340,184,35791,1,0,1:0:0:0:
304,40,35927,2,0,L|208:48,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
192,52,36200,1,2,1:2:0:0:
168,68,36268,1,2,1:2:0:0:
152,92,36336,1,2,1:2:0:0:
140,120,36405,1,2,1:2:0:0:
136,148,36473,6,0,L|152:264,1,89.9999972534181,2|0,0:3|0:0,0:0:0:0:
363,237,36745,2,0,L|376:148,1,89.9999972534181,2|0,0:3|0:0,0:0:0:0:
212,288,37018,2,0,P|256:300|312:280,1,89.9999972534181,2|0,0:3|0:0,0:0:0:0:
300,96,37291,2,0,P|256:84|200:104,1,89.9999972534181,2|0,1:3|0:0,0:0:0:0:
256,216,37564,1,0,1:0:0:0:
256,216,37632,1,0,1:0:0:0:
256,216,37700,1,0,1:0:0:0:
256,216,37768,1,0,1:0:0:0:
256,216,37836,6,0,L|256:304,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
284,336,38109,6,0,P|348:356|420:324,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
432,300,38382,1,8,0:0:0:0:
444,152,38518,1,0,0:0:0:0:
344,264,38655,1,2,0:0:0:0:
356,124,38791,6,0,L|360:80,1,28.1250010728836,2|0,0:0|0:0,0:0:0:0:
284,116,38927,6,0,L|288:64,1,31.8750006079674,2|0,0:0|0:0,0:0:0:0:
212,108,39064,6,0,L|216:60,1,35.6249990487099,2|0,0:0|0:0,0:0:0:0:
140,100,39200,6,0,L|144:52,1,39.3749987983704,2|0,0:0|0:0,0:0:0:0:
68,92,39336,6,0,L|12:84,1,43.1250008225441,2|0,0:0|0:0,0:0:0:0:
64,164,39473,6,0,L|4:156,1,46.875,2|0,0:0|0:0,0:0:0:0:
60,236,39609,6,0,L|0:228,1,50.6250001931191,2|0,0:0|0:0,0:0:0:0:
56,308,39745,6,0,L|144:324,1,84.3750032186509,2|0,0:1|0:0,0:0:0:0:
184,332,40018,6,0,L|236:320,1,44.999998626709,2|0,0:1|0:0,0:0:0:0:
272,320,40155,2,0,L|320:328,1,44.999998626709,2|0,0:1|0:0,0:0:0:0:
360,336,40291,6,0,L|464:320,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
484,320,40564,1,8,1:0:0:0:
416,232,40700,1,8,1:0:0:0:
500,160,40836,1,4,0:0:0:0:
416,84,40973,1,0,0:0:0:0:
328,152,41109,6,0,P|300:112|300:72,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
312,36,41382,6,0,L|168:48,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
136,52,41655,6,0,P|96:64|48:48,1,84.3750032186509,2|0,1:0|0:0,0:0:0:0:
20,28,41927,5,0,1:0:0:0:
24,68,41995,1,0,1:0:0:0:
28,112,42064,1,0,1:0:0:0:
32,152,42132,1,0,1:0:0:0:
36,192,42200,6,0,P|72:172|128:180,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
152,188,42473,6,0,P|216:200|280:160,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
299,134,42745,5,4,1:0:0:0:
385,86,42882,1,0,0:0:0:0:
299,36,43018,1,2,0:0:0:0:
312,140,43155,5,2,0:0:0:0:
384,72,43291,1,2,0:0:0:0:
288,44,43427,1,2,0:0:0:0:
328,140,43564,5,2,0:0:0:0:
376,60,43700,1,2,0:0:0:0:
276,56,43836,1,2,0:0:0:0:
344,140,43973,5,2,0:0:0:0:
420,56,44109,6,0,P|456:144|408:240,1,196.875007510186,4|0,1:0|0:0,0:0:0:0:
372,256,44655,6,0,L|128:232,1,236.249992790222,0|0,1:0|0:0,0:0:0:0:
112,192,45200,6,0,L|120:340,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
148,356,45473,6,0,P|192:364|244:348,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
268,332,45745,6,0,P|328:308|392:336,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
416,356,46018,6,0,L|424:264,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
427,237,46291,1,0,1:0:0:0:
431,203,46359,1,0,1:0:0:0:
434,169,46427,1,0,1:0:0:0:
437,135,46495,1,0,1:0:0:0:
439,100,46564,6,0,P|395:114|346:87,1,84.3750032186509,0|0,0:0|0:0,0:0:0:0:
327,75,46836,6,0,P|267:46|117:213,1,314.999990386963,4|0,1:0|0:0,0:0:0:0:
120,233,47382,1,2,0:0:0:0:
196,312,47518,6,0,L|192:344,1,28.1250010728836,2|0,0:0|0:0,0:0:0:0:
272,308,47655,6,0,L|268:352,1,31.8750006079674,2|0,0:0|0:0,0:0:0:0:
348,304,47791,6,0,L|344:348,1,35.6249990487099,2|0,0:0|0:0,0:0:0:0:
420,300,47927,6,0,L|464:296,1,39.3749987983704,2|0,0:0|0:0,0:0:0:0:
396,228,48064,6,0,L|438:224,1,43.1250008225441,0|0,0:0|0:0,0:0:0:0:
372,156,48200,6,0,L|418:152,1,46.875,2|0,0:0|0:0,0:0:0:0:
340,84,48336,6,0,L|408:80,1,50.6250001931191,2|0,0:0|0:0,0:0:0:0:
320,12,48473,6,0,L|200:24,1,112.5,2|0,1:0|0:0,0:0:0:0:
124,36,48745,2,0,L|108:104,1,37.5,2|0,1:0|0:0,0:0:0:0:
180,136,48882,2,0,L|188:99,1,37.5,2|0,1:0|0:0,0:0:0:0:
268,92,49018,2,0,L|248:220,1,112.5,2|0,0:0|0:0,0:0:0:0:
316,256,49291,2,0,L|324:219,1,37.5,2|0,0:0|0:0,0:0:0:0:
404,192,49427,2,0,L|395:228,1,37.5,0|0,0:0|0:0,0:0:0:0:
380,312,49564,6,0,L|371:348,1,37.5,4|0,1:0|0:0,0:0:0:0:
300,332,49700,2,0,L|291:368,1,37.5,2|0,0:1|0:0,0:0:0:0:
216,344,49836,2,0,L|207:380,2,37.5,0|0|2,1:0|0:0|0:1,0:0:0:0:
232,204,50109,6,0,P|236:160|216:112,1,84.3750032186509,0|0,0:0|0:0,0:0:0:0:
180,104,50382,6,0,P|112:104|64:40,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
40,36,50655,5,0,0:0:0:0:
34,57,50723,1,0,0:0:0:0:
29,79,50791,1,0,0:0:0:0:
24,101,50859,1,0,0:0:0:0:
20,124,50927,2,0,P|48:156|100:180,1,84.3750032186509,4|4,0:0|0:0,0:0:0:0:
124,184,51200,6,0,P|184:192|220:260,1,134.999995880127,0|0,0:0|0:0,0:0:0:0:
228,312,51473,6,0,L|284:244,1,75,0|0,0:0|0:0,0:0:0:0:
316,92,51745,5,0,0:0:0:0:
316,92,51814,1,0,0:0:0:0:
316,92,51882,1,0,0:0:0:0:
316,92,51950,1,0,0:0:0:0:
316,92,52018,2,0,L|363:149,1,75,0|0,0:0|0:0,0:0:0:0:
236,144,52291,2,0,L|188:86,1,75,4|0,1:0|0:0,0:0:0:0:
72,32,52564,1,4,1:0:0:0:
72,32,52632,1,0,0:0:0:0:
72,32,52700,1,0,0:0:0:0:
72,32,52768,1,0,0:0:0:0:
72,32,52836,5,4,0:0:0:0:
440,352,53245,1,4,0:0:0:0:
256,192,53518,1,4,0:0:0:0:
192,52,53791,1,4,0:0:0:0:
320,52,53927,6,0,L|408:44,2,75,0|0|8,1:0|1:0|0:0,0:0:0:0:
192,52,54336,1,8,0:0:0:0:
124,160,54473,2,0,L|36:168,2,75,0|8|0,1:0|0:0|1:0,0:0:0:0:
373,157,55018,5,4,1:0:0:0:
192,52,55291,1,2,0:0:0:0:
191,262,55564,1,8,0:0:0:0:
280,116,55836,5,2,0:0:0:0:
286,213,55973,1,2,0:0:0:0:
199,170,56109,1,2,0:0:0:0:
267,320,56382,5,2,0:0:0:0:
416,172,56655,1,8,0:0:0:0:
268,24,56927,1,2,0:0:0:0:
119,172,57200,1,2,0:0:0:0:
416,172,57609,5,2,0:0:0:0:
256,120,57882,1,2,0:0:0:0:
416,172,58155,1,2,0:0:0:0:
416,172,58291,5,2,0:3:0:0:
380,12,58564,1,2,0:3:0:0:
256,120,58836,1,2,0:3:0:0:
196,276,59109,1,0,0:0:0:0:
416,172,59382,6,0,B|460:224|428:288|428:288|380:280,1,150,0|8,1:0|1:0,0:0:0:0:
196,276,59927,2,0,L|112:284,2,75,0|0|8,0:0|0:0|1:0,0:0:0:0:
300,264,60336,1,0,0:0:0:0:
404,248,60473,5,0,1:0:0:0:
376,40,60745,2,0,L|344:116,1,75,8|0,1:0|0:0,0:0:0:0:
284,192,61018,2,0,L|252:116,1,75,0|0,0:0|0:0,0:0:0:0:
188,40,61291,2,0,L|156:116,1,75,8|0,1:0|0:0,0:0:0:0:
92,296,61564,5,4,1:0:0:0:
420,296,61973,1,0,1:0:0:0:
256,192,62245,2,0,L|192:132,2,75,0|0|0,0:0|0:0|0:0,0:0:0:0:
312,284,62655,6,0,L|296:344,2,50,2|2|2,0:0|0:0|0:0,0:0:0:0:
228,308,62927,2,0,L|212:368,2,50,2|2|2,0:0|0:0|0:0,0:0:0:0:
140,320,63200,2,0,L|124:380,2,50,2|2|2,0:0|0:0|0:0,0:0:0:0:
176,244,63473,6,0,P|184:200|176:152,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
160,128,63745,6,0,P|204:136|240:120,1,75,4|0,1:1|0:0,0:0:0:0:
368,88,64018,1,0,1:0:0:0:
300,192,64155,1,0,0:0:0:0:
284,43,64291,2,0,L|300:195,1,150,0|0,1:0|1:0,0:0:0:0:
268,292,64700,1,2,0:0:0:0:
173,336,64836,5,0,1:0:0:0:
86,275,64973,2,0,P|78:233|94:188,1,75,0|2,1:0|1:2,0:0:0:0:
108,168,65177,1,0,0:0:0:0:
152,152,65245,2,0,L|228:160,1,75,2|0,1:2|1:0,0:0:0:0:
192,73,65518,1,0,1:0:0:0:
181,240,65655,1,0,1:0:0:0:
181,240,65723,1,0,0:0:0:0:
181,240,65791,1,0,1:0:0:0:
104,80,65927,6,0,P|64:88|36:116,1,75,0|0,1:0|1:0,0:0:0:0:
242,166,66200,2,0,P|282:158|306:130,1,75,0|0,1:0|1:0,0:0:0:0:
192,72,66473,1,0,1:0:0:0:
181,240,66609,1,0,1:0:0:0:
324,296,66745,1,4,0:0:0:0:
241,166,66882,1,0,1:0:0:0:
250,310,67018,2,0,L|324:296,1,75,0|0,1:0|1:0,0:0:0:0:
180,240,67291,2,0,L|106:225,1,75,4|0,1:2|1:2,0:0:0:0:
104,78,67564,6,0,P|147:66|192:72,1,89.9999972534181,4|0,0:0|0:0,0:0:0:0:
407,78,67836,2,0,P|364:66|319:72,1,89.9999972534181,0|0,0:0|0:0,0:0:0:0:
241,166,68109,5,4,1:0:0:0:
312,268,68245,1,0,0:0:0:0:
312,268,68314,1,0,0:0:0:0:
312,268,68382,2,0,P|355:280|392:276,2,75,0|0|0,1:0|0:0|1:0,0:0:0:0:
241,166,68791,1,0,0:0:0:0:
172,268,68927,2,0,P|128:280|92:276,1,75,0|0,1:0|0:0,0:0:0:0:
84,172,69200,5,0,1:0:0:0:
164,344,69336,1,0,1:0:0:0:
241,166,69473,1,2,1:2:0:0:
312,268,69609,1,2,1:2:0:0:
312,268,69677,1,0,0:0:0:0:
312,268,69745,1,0,1:0:0:0:
164,172,69882,1,0,0:0:0:0:
164,172,69950,1,0,0:0:0:0:
164,172,70018,2,0,P|156:132|168:92,1,75,0|0,1:0|1:0,0:0:0:0:
184,68,70223,1,0,0:0:0:0:
216,40,70291,5,2,1:2:0:0:
272,48,70359,1,2,1:2:0:0:
328,56,70427,1,2,1:2:0:0:
384,64,70495,1,2,1:2:0:0:
440,72,70564,2,0,P|464:104|472:156,1,75,0|0,0:0|0:0,0:0:0:0:
448,248,70836,5,2,1:2:0:0:
392,256,70905,1,2,1:2:0:0:
336,264,70973,1,2,1:2:0:0:
280,272,71041,1,2,1:2:0:0:
224,280,71109,2,0,P|188:296|136:280,1,75,0|0,0:0|0:0,0:0:0:0:
44,212,71382,6,0,P|56:168|44:104,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
335,160,71655,2,0,P|324:203|328:247,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
164,48,71927,2,0,P|207:59|251:55,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
216,324,72200,2,0,P|172:312|108:324,1,89.9999972534181,6|4,1:0|0:1,0:0:0:0:
184,192,72473,5,4,1:1:0:0:
248,100,72609,1,0,0:0:0:0:
248,100,72677,1,0,0:0:0:0:
248,100,72745,1,0,1:0:0:0:
304,200,72882,1,0,0:0:0:0:
148,118,73018,2,0,P|148:73|180:37,1,75,0|0,1:0|0:0,0:0:0:0:
248,100,73291,1,0,1:0:0:0:
184,192,73427,1,0,0:0:0:0:
72,184,73564,6,0,P|44:144|48:104,1,75,0|0,1:0|0:0,0:0:0:0:
248,100,73836,1,2,1:2:0:0:
272,128,73905,1,0,0:0:0:0:
288,164,73973,1,2,1:2:0:0:
296,200,74041,1,0,0:0:0:0:
288,236,74109,2,0,P|260:280|220:292,1,75,0|0,1:0|0:0,0:0:0:0:
348,328,74382,2,0,P|400:330|430:358,1,75,0|0,1:0|0:0,0:0:0:0:
408,228,74655,6,0,P|383:181|393:141,1,75,0|0,1:0|0:0,0:0:0:0:
424,56,74927,2,0,L|344:48,1,75,0|0,1:0|0:0,0:0:0:0:
236,40,75200,1,0,1:0:0:0:
264,188,75336,1,0,1:0:0:0:
156,84,75473,1,0,1:0:0:0:
304,104,75609,1,0,1:0:0:0:
172,172,75745,5,4,0:0:0:0:
172,172,75882,1,0,0:0:0:0:
204,280,76018,1,4,0:0:0:0:
204,280,76155,1,0,0:0:0:0:
308,324,76291,1,2,1:0:0:0:
416,288,76427,1,2,1:0:0:0:
464,188,76564,1,2,1:0:0:0:
456,152,76632,1,0,0:0:0:0:
444,116,76700,1,0,0:0:0:0:
424,84,76768,1,0,0:0:0:0:
396,60,76836,6,0,L|320:64,1,75,4|0,1:0|0:0,0:0:0:0:
71,136,77245,2,0,L|113:200,1,75,4|0,1:0|0:0,0:0:0:0:
300,379,77655,2,0,L|334:311,1,75,4|0,1:0|0:0,0:0:0:0:
396,60,78064,6,0,L|320:64,1,75,4|0,1:0|0:0,0:0:0:0:
236,136,78336,1,0,1:0:0:0:
216,24,78473,1,4,1:0:0:0:
48,316,78882,6,0,L|100:320,1,37.5,4|0,1:0|0:0,0:0:0:0:
228,228,79155,1,4,0:0:0:0:
344,364,79291,1,0,0:0:0:0:
332,184,79427,1,2,0:0:0:0:
236,332,79564,1,2,0:0:0:0:
404,268,79700,1,0,0:0:0:0:
228,228,79836,2,0,P|212:188|228:140,1,75,2|2,0:0|0:0,0:0:0:0:
316,40,80109,5,2,0:0:0:0:
256,192,80177,12,0,81200,0:0:0:0:
255,367,81473,5,2,0:0:0:0:
80,191,81745,1,8,0:0:0:0:
256,16,82018,1,2,0:0:0:0:
332,100,82155,1,2,0:0:0:0:
224,124,82291,5,0,0:0:0:0:
256,348,82564,1,2,0:0:0:0:
156,148,82836,1,8,0:0:0:0:
316,308,83110,1,2,0:0:0:0:
116,208,83382,5,2,0:0:0:0:
396,176,83791,1,2,0:0:0:0:
184,256,84064,1,2,0:0:0:0:
356,108,84337,1,2,0:0:0:0:
356,108,84473,5,2,0:3:0:0:
184,256,84745,1,2,0:3:0:0:
396,176,85018,1,2,0:3:0:0:
184,256,85291,1,2,0:3:0:0:
408,252,85564,5,2,0:0:0:0:
184,256,85836,1,2,0:0:0:0:
396,328,86109,1,8,0:0:0:0:
184,256,86382,1,0,0:0:0:0:
184,256,86518,1,0,0:0:0:0:
184,256,86655,6,0,B|136:248|148:208|148:208|128:200|128:200|112:160|136:120,1,168.750006437302,0|0,0:0|0:0,0:0:0:0:
192,64,86927,6,0,L|212:20,1,37.5,0|0,0:0|0:0,0:0:0:0:
272,64,87064,2,0,L|292:20,1,37.5,0|0,0:0|0:0,0:0:0:0:
348,64,87200,2,0,L|368:20,1,37.5,0|0,0:0|0:0,0:0:0:0:
428,64,87337,2,0,L|448:20,1,37.5,0|0,0:0|0:0,0:0:0:0:
508,64,87473,6,0,L|492:98,1,37.5,0|0,1:0|1:0,0:0:0:0:
436,136,87609,2,0,L|420:170,1,37.5,0|0,1:0|1:0,0:0:0:0:
476,212,87745,6,0,L|436:300,1,75,4|4,1:0|1:0,0:0:0:0:
304,372,88018,2,0,P|252:352|228:296,1,112.5,4|0,0:0|0:0,0:0:0:0:
228,303,88291,1,4,1:0:0:0:
256,156,88427,1,4,1:0:0:0:
228,303,88564,2,0,P|168:292|140:244,1,112.5,4|0,0:0|0:0,0:0:0:0:
140,208,88836,6,0,L|132:104,1,75,4|0,0:0|0:0,0:0:0:0:
224,72,89109,2,0,L|216:0,2,50,2|2|2,0:0|0:0|0:0,0:0:0:0:
288,116,89382,2,0,L|293:165,2,50,2|2|0,0:0|0:0|0:0,0:0:0:0:
324,44,89655,6,0,L|340:184,1,123.75000377655,4|0,0:0|0:0,0:0:0:0:
392,208,89927,6,0,L|377:85,1,123.75000377655,0|0,1:0|0:0,0:0:0:0:
412,24,90200,6,0,L|428:176,1,146.249993305207,0|0,1:0|0:0,0:0:0:0:
436,220,90473,6,0,P|432:260|400:296,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
292,344,90745,2,0,P|296:304|328:268,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
448,224,91018,6,0,P|444:264|412:300,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
304,348,91290,2,0,P|308:308|340:272,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
432,148,91564,2,0,P|476:152|512:184,1,82.5000025177003,4|0,1:0|0:0,0:0:0:0:
368,192,91836,2,0,P|324:188|288:156,1,82.5000025177003,4|0,1:0|0:0,0:0:0:0:
192,44,92109,6,0,B|164:108|164:108|152:148|188:164,1,123.75000377655,4|0,1:0|0:0,0:0:0:0:
200,172,92382,6,0,P|220:200|220:256,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
204,272,92655,1,0,1:0:0:0:
187,294,92723,1,0,1:0:0:0:
184,322,92791,1,0,1:0:0:0:
194,348,92859,1,0,1:0:0:0:
216,365,92927,1,0,1:0:0:0:
243,370,92995,1,0,1:0:0:0:
270,362,93064,1,0,1:0:0:0:
289,342,93132,1,0,1:0:0:0:
300,320,93200,6,0,B|304:284|304:284|320:272|320:272|324:224,1,84.3750032186509,2|0,0:0|0:0,0:0:0:0:
324,220,93473,1,8,1:0:0:0:
268,124,93609,1,0,1:0:0:0:
348,204,93745,1,2,0:0:0:0:
252,144,93882,1,2,0:0:0:0:
368,172,94018,6,0,P|384:116|348:60,1,123.75000377655,8|0,1:0|0:0,0:0:0:0:
316,52,94291,6,0,L|232:40,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
80,88,94564,2,0,L|161:99,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
304,176,94836,2,0,L|220:164,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
68,212,95109,2,0,L|149:223,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
304,248,95382,6,0,P|340:272|356:320,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
252,192,95655,2,0,P|290:172|340:182,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
228,264,95927,2,0,P|192:240|176:192,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
280,320,96200,2,0,P|241:339|191:329,1,82.5000025177003,0|0,1:0|0:0,0:0:0:0:
68,212,96473,5,0,0:0:0:0:
68,212,96609,1,0,0:0:0:0:
68,212,96745,2,0,L|40:92,1,112.500004291535,0|4,0:0|0:0,0:0:0:0:
108,32,97155,6,0,L|132:136,1,93.75,0|0,0:0|0:0,0:0:0:0:
160,164,97564,6,0,P|208:184|288:148,1,134.999995880127,4|0,1:0|0:0,0:0:0:0:
312,128,97836,6,0,P|360:112|424:136,1,112.5,4|0,1:0|0:0,0:0:0:0:
448,160,98109,6,0,L|460:68,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
496,56,98382,6,0,L|472:208,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
460,236,98655,6,0,P|428:276|388:284,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
280,356,98927,2,0,P|240:324|232:284,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
172,164,99200,2,0,P|204:124|244:116,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
360,52,99473,2,0,P|400:83|408:124,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
372,248,99745,5,0,1:0:0:0:
328,124,99882,1,0,0:0:0:0:
296,272,100018,1,0,1:0:0:0:
252,144,100155,1,0,0:0:0:0:
220,296,100291,6,0,P|176:308|124:288,1,84.3750032186509,4|0,0:0|0:0,0:0:0:0:
100,268,100564,6,0,L|108:112,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
124,96,100836,6,0,P|152:92|188:104,1,56.2500021457673,4|0,1:0|0:0,0:0:0:0:
236,220,101109,6,0,P|208:208|184:168,1,63.7500012159348,0|0,0:0|0:0,0:0:0:0:
272,72,101382,6,0,P|304:52|344:52,1,71.2499980974198,2|2,0:0|0:0,0:0:0:0:
456,136,101655,6,0,L|448:228,1,78.7499975967408,2|2,0:0|0:0,0:0:0:0:
396,320,101927,6,0,P|360:308|316:320,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
276,344,102200,6,0,P|196:356|144:312,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
128,288,102473,6,0,L|136:236,1,37.5,0|0,1:0|0:0,0:0:0:0:
136,204,102609,2,0,L|132:168,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
128,128,102745,6,0,P|180:144|240:128,1,112.5,4|0,0:0|0:0,0:0:0:0:
280,104,103018,6,0,L|272:208,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
424,120,103291,2,0,L|432:24,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
416,200,103564,2,0,L|536:208,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
292,24,103836,2,0,L|184:16,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
52,112,104109,2,0,P|56:164|84:192,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
212,224,104382,1,2,0:0:0:0:
220,224,104450,1,2,0:0:0:0:
228,224,104518,1,2,0:0:0:0:
236,224,104586,1,2,0:0:0:0:
245,224,104655,6,0,L|136:224,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
80,328,104927,2,0,L|48:328,6,22.4999993133545,2|0|0|0|0|2|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
124,328,105200,6,0,L|208:328,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
256,328,105473,6,0,P|312:312|352:224,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
368,204,105745,6,0,P|384:164|428:144,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
424,145,106018,1,0,0:0:0:0:
429,145,106086,1,0,0:0:0:0:
434,145,106155,1,0,0:0:0:0:
439,145,106223,1,0,0:0:0:0:
444,146,106291,6,0,L|287:147,1,146.249993305207,4|0,1:0|0:0,0:0:0:0:
260,147,106564,6,0,L|217:137,1,28.1250010728836,4|0,1:0|0:0,0:0:0:0:
190,139,106700,2,0,L|156:149,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
118,147,106836,6,0,B|91:150|57:127|57:127|31:154|35:211,1,146.249993305207,4|0,1:0|0:0,0:0:0:0:
35,212,107109,1,4,1:0:0:0:
36,221,107177,1,0,0:0:0:0:
38,230,107245,1,0,0:0:0:0:
41,239,107314,1,0,0:0:0:0:
44,247,107382,6,0,L|35:310,1,48.7499977684022,4|0,0:0|0:0,0:0:0:0:
116,264,107518,6,0,L|112:304,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
192,272,107655,2,0,L|188:300,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
268,280,107791,6,0,L|259:343,1,48.7499977684022,0|0,1:0|0:0,0:0:0:0:
344,292,107927,6,0,L|340:332,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
420,300,108064,2,0,L|416:328,1,28.1250010728836,0|0,0:0|0:0,0:0:0:0:
408,220,108200,6,0,P|448:224|504:144,1,134.999995880127,0|0,1:0|0:0,0:0:0:0:
432,152,108473,6,0,P|376:152|340:248,1,168.750006437302,4|0,1:0|0:0,0:0:0:0:
392,296,108745,6,0,P|352:320|312:312,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
268,280,109018,6,0,P|208:244|112:280,1,168.750006437302,4|0,1:0|0:0,0:0:0:0:
88,340,109291,6,0,P|56:316|44:268,1,84.3750032186509,4|0,1:0|0:0,0:0:0:0:
44,196,109564,6,0,L|52:104,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
136,52,109836,1,0,0:0:0:0:
212,116,109973,2,0,P|256:124|312:108,1,89.9999972534181,0|0,1:0|0:0,0:0:0:0:
376,52,110245,1,0,0:0:0:0:
460,106,110382,6,0,L|468:192,1,84.3750032186509,0|0,1:0|0:0,0:0:0:0:
472,236,110655,6,0,P|464:280|432:316,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
312,344,110927,2,0,P|268:336|232:304,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
200,184,111200,2,0,P|208:140|240:104,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
360,76,111473,2,0,P|404:84|440:116,1,89.9999972534181,4|0,1:0|0:0,0:0:0:0:
472,236,111745,5,0,1:0:0:0:
452,260,111813,1,0,0:0:0:0:
424,275,111881,1,0,1:0:0:0:
393,277,111949,1,0,0:0:0:0:
363,268,112017,1,0,1:0:0:0:
336,252,112085,1,0,0:0:0:0:
308,238,112154,1,0,1:0:0:0:
277,235,112222,1,0,0:0:0:0:
247,243,112291,6,0,P|200:252|156:324,1,134.999995880127,4|0,0:0|0:0,0:0:0:0:
120,372,112564,2,0,L|100:272,1,89.9999972534181,8|4,0:0|0:0,0:0:0:0:
76,136,112836,6,0,P|64:96|120:56,2,112.500004291535,0|0|2,0:0|0:0|0:3,0:0:0:0:
120,212,113518,6,0,L|140:256,1,44.999998626709,2|0,0:0|0:0,0:0:0:0:
204,216,113655,2,0,L|234:253,1,44.999998626709,2|0,0:0|0:0,0:0:0:0:
292,204,113791,2,0,L|331:232,1,44.999998626709,2|0,0:0|0:0,0:0:0:0:
256,192,113927,12,4,115836,1:0:0:0:
Gero

Flask wrote:

[General]
  1. Check the letterbox things, both gero's & Aka+evilevils' diff are inconsistent with other diffs Fixed
[Gero's Insane]
  1. 00:14:655 (1) - I'm not sure about this kind of slider is rankable or not, better to change it to a smoother way it's rankable cause it doesn't have a holding time as you can see
  2. 01:02:655 (1,2,3,1,2,3,1,2,3) - This is the way too over ;_; I'd suggest you to change them to three slider-with-reverse instead of notes here since it's just a insane diff Now it's a light extra so I think this is allowed to keep it
Gero's Light Extra
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Soft
StackLeniency: 0.3
Mode: 0
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 7018,117200
DistanceSpacing: 1.2
BeatDivisor: 4
GridSize: 4
TimelineZoom: 1.6

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Gero's Light Extra
Source:SOUND VOLTEX II -infinite infection-
Tags:sdvx t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P_A_N Aka EvilElvis Gero Onosakihito DJNightmare Fast Spectator
BeatmapID:404429
BeatmapSetID:-1

[Difficulty]
HPDrainRate:8
CircleSize:4
OverallDifficulty:8
ApproachRate:9
SliderMultiplier:1.6
SliderTickRate:2

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,80,1,0
12473,-76.9230769230769,4,2,0,80,0,0
12677,-76.9230769230769,4,2,0,5,0,0
12745,-76.9230769230769,4,2,0,80,0,0
12950,-76.9230769230769,4,2,0,5,0,0
13018,-76.9230769230769,4,2,0,80,0,0
13564,-100,4,2,0,80,0,0
14655,-76.9230769230769,4,2,0,80,0,0
14859,-76.9230769230769,4,2,0,5,0,0
14927,-76.9230769230769,4,2,0,80,0,0
15132,-76.9230769230769,4,2,0,5,0,0
15200,-76.9230769230769,4,2,0,80,0,0
15405,-76.9230769230769,4,2,0,5,0,0
15473,-76.9230769230769,4,2,0,80,0,0
15745,-100,4,2,0,80,0,0
20109,-100,4,1,0,80,0,0
24132,-100,4,2,0,5,0,0
24200,-76.9230769230769,4,1,0,80,0,0
24473,-100,4,1,0,80,0,0
27745,-76.9230769230769,4,1,0,80,0,0
27950,-76.9230769230769,4,2,0,5,0,0
28018,-76.9230769230769,4,1,0,80,0,0
28223,-76.9230769230769,4,2,0,5,0,0
28291,-76.9230769230769,4,1,0,80,0,0
28495,-76.9230769230769,4,2,0,5,0,0
28564,-76.9230769230769,4,1,0,80,0,0
28836,-100,4,1,0,80,0,0
35109,-200,4,1,0,80,0,0
35382,-100,4,2,0,80,0,0
35927,-200,4,2,0,80,0,0
36336,-200,4,2,0,5,0,0
36473,-76.9230769230769,4,1,0,80,0,0
36677,-76.9230769230769,4,2,0,5,0,0
36745,-76.9230769230769,4,1,0,80,0,0
36950,-76.9230769230769,4,2,0,5,0,0
37018,-76.9230769230769,4,1,0,80,0,0
37223,-76.9230769230769,4,2,0,5,0,0
37291,-76.9230769230769,4,1,0,80,0,0
37564,-100,4,1,0,80,0,0
45200,-76.9230769230769,4,1,0,80,0,0
45405,-76.9230769230769,4,2,0,5,0,0
45473,-76.9230769230769,4,1,0,80,0,0
45677,-76.9230769230769,4,2,0,5,0,0
45745,-76.9230769230769,4,1,0,80,0,0
45950,-76.9230769230769,4,2,0,5,0,0
46018,-76.9230769230769,4,1,0,80,0,0
46291,-100,4,1,0,80,0,0
55018,-200,4,2,0,60,0,0
55564,-181.818181818182,4,2,0,55,0,0
56109,-166.666666666667,4,2,0,50,0,0
56655,-153.846153846154,4,2,0,45,0,0
57200,-142.857142857143,4,2,0,40,0,0
57745,-133.333333333333,4,2,0,35,0,0
58291,-125,4,2,0,30,0,0
58564,-121.951219512195,4,2,0,25,0,0
58836,-117.647058823529,4,2,0,20,0,0
59109,-114.942528735632,4,2,0,15,0,0
59382,-111.111111111111,4,2,0,60,0,0
63473,-66.6666666666667,4,2,0,65,0,0
63745,-83.3333333333333,4,1,0,90,0,1
67564,-71.4285714285714,4,1,0,90,0,1
67768,-71.4285714285714,4,2,0,5,0,1
67836,-71.4285714285714,4,1,0,90,0,1
68041,-71.4285714285714,4,2,0,5,0,1
68109,-83.3333333333333,4,1,0,90,0,1
71382,-71.4285714285714,4,1,0,90,0,1
71586,-71.4285714285714,4,2,0,5,0,1
71655,-71.4285714285714,4,1,0,90,0,1
71859,-71.4285714285714,4,2,0,5,0,1
71927,-71.4285714285714,4,1,0,90,0,1
72132,-71.4285714285714,4,2,0,5,0,1
72200,-71.4285714285714,4,1,0,90,0,1
72473,-83.3333333333333,4,1,0,90,0,1
79973,-90.9090909090909,4,1,0,90,0,0
80143,-90.9090909090909,4,2,0,60,0,0
80348,-90.9090909090909,4,1,0,80,0,0
80416,-90.9090909090909,4,2,0,60,0,0
80484,-90.9090909090909,4,1,0,80,0,0
80552,-90.9090909090909,4,2,0,60,0,0
80757,-90.9090909090909,4,1,0,80,0,0
80825,-90.9090909090909,4,2,0,60,0,0
80893,-90.9090909090909,4,1,0,80,0,0
81200,-200,4,2,0,60,0,0
81745,-181.818181818182,4,2,0,55,0,0
82291,-166.666666666667,4,2,0,50,0,0
82836,-153.846153846154,4,2,0,45,0,0
83382,-142.857142857143,4,2,0,40,0,0
83927,-133.333333333333,4,2,0,35,0,0
84473,-125,4,2,0,30,0,0
84745,-121.951219512195,4,2,0,25,0,0
85018,-117.647058823529,4,2,0,20,0,0
85291,-114.942528735632,4,2,0,15,0,0
85564,-111.111111111111,4,2,0,60,0,0
86109,-111.111111111111,4,2,0,65,0,0
86655,-200,4,2,0,90,0,0
87745,-71.4285714285714,4,2,0,90,0,0
89109,-100,4,2,0,90,0,0
89655,-71.4285714285714,4,1,0,90,0,0
89859,-71.4285714285714,4,2,0,5,0,0
89927,-100,4,1,0,80,0,0
91564,-76.9230769230769,4,1,0,80,0,0
91768,-76.9230769230769,4,2,0,5,0,0
91836,-76.9230769230769,4,1,0,80,0,0
92041,-76.9230769230769,4,2,0,5,0,0
92109,-100,4,1,0,80,0,0
94018,-76.9230769230769,4,1,0,80,0,0
94223,-76.9230769230769,4,2,0,5,0,0
94291,-100,4,1,0,80,0,0
95927,-76.9230769230769,4,1,0,80,0,0
96132,-76.9230769230769,4,2,0,5,0,0
96200,-76.9230769230769,4,1,0,80,0,0
96405,-76.9230769230769,4,2,0,5,0,0
96473,-100,4,1,0,80,0,0
97291,-133.333333333333,4,1,0,80,0,0
97495,-133.333333333333,4,2,0,5,0,0
97564,-76.9230769230769,4,1,0,80,0,0
97768,-76.9230769230769,4,2,0,5,0,0
97836,-76.9230769230769,4,1,0,80,0,0
98041,-76.9230769230769,4,2,0,5,0,0
98109,-76.9230769230769,4,1,0,80,0,0
98655,-100,4,1,0,80,0,0
100291,-76.9230769230769,4,1,0,80,0,0
100495,-76.9230769230769,4,2,0,5,0,0
100564,-76.9230769230769,4,1,0,80,0,0
100768,-76.9230769230769,4,2,0,5,0,0
100836,-100,4,1,0,80,0,0
105473,-76.9230769230769,4,1,0,80,0,0
105677,-76.9230769230769,4,2,0,5,0,0
105745,-76.9230769230769,4,1,0,80,0,0
105950,-76.9230769230769,4,2,0,5,0,0
106018,-100,4,1,0,80,0,0
106291,-76.9230769230769,4,1,0,80,0,0
106495,-76.9230769230769,4,2,0,5,0,0
106564,-76.9230769230769,4,1,0,80,0,0
106768,-76.9230769230769,4,2,0,5,0,0
106836,-76.9230769230769,4,1,0,80,0,0
107041,-76.9230769230769,4,2,0,5,0,0
107109,-76.9230769230769,4,1,0,80,0,0
107314,-76.9230769230769,4,2,0,5,0,0
107382,-100,4,2,0,80,0,0
108473,-76.9230769230769,4,2,0,80,0,0
108677,-76.9230769230769,4,2,0,5,0,0
108745,-76.9230769230769,4,2,0,80,0,0
108950,-76.9230769230769,4,2,0,5,0,0
109018,-76.9230769230769,4,2,0,80,0,0
109291,-100,4,2,0,80,0,0
110655,-76.9230769230769,4,2,0,80,0,0
110859,-76.9230769230769,4,2,0,5,0,0
110927,-76.9230769230769,4,2,0,80,0,0
111132,-76.9230769230769,4,2,0,5,0,0
111200,-76.9230769230769,4,2,0,80,0,0
111405,-76.9230769230769,4,2,0,5,0,0
111473,-100,4,2,0,80,0,0
113382,-166.666666666667,4,2,0,80,0,0
113927,-100,4,2,0,80,0,0
115905,-100,4,2,0,50,0,0
116109,-100,4,2,0,40,0,0
116382,-100,4,2,0,30,0,0
116655,-100,4,2,0,20,0,0
116927,-100,4,2,0,10,0,0
117200,-100,4,2,0,5,0,0


[Colours]
Combo1 : 128,0,255
Combo2 : 255,0,0
Combo3 : 0,255,255
Combo4 : 255,128,64

[HitObjects]
444,100,7018,6,0,B|420:52|364:52|364:52|296:52,1,160,4|0,1:2|0:0,0:0:0:0:
68,100,7427,2,0,B|92:52|148:52|148:52|216:52,1,160,4|0,1:2|0:0,0:0:0:0:
209,156,7836,1,2,0:0:0:0:
185,156,7905,1,2,0:0:0:0:
162,156,7973,1,2,0:0:0:0:
303,156,8109,1,2,0:0:0:0:
327,156,8177,1,0,0:0:0:0:
350,156,8245,1,0,0:0:0:0:
416,236,8382,6,0,B|424:276|424:276|416:316,1,80,2|0,0:0|0:0,0:0:0:0:
350,156,8655,2,0,B|342:116|342:116|350:76,1,80,2|0,0:0|0:0,0:0:0:0:
256,32,8927,1,2,0:0:0:0:
162,77,9064,1,0,0:0:0:0:
162,77,9200,2,0,B|170:116|170:116|162:156,1,80,2|0,0:0|0:0,0:0:0:0:
95,314,9473,2,0,B|88:276|88:276|96:236,1,80,2|0,0:0|0:0,0:0:0:0:
192,276,9745,2,0,P|231:265|256:236,1,80,2|0,0:0|0:0,0:0:0:0:
320,276,10018,2,0,P|281:265|256:236,1,80,2|0,0:0|0:0,0:0:0:0:
174,141,10291,6,0,L|128:141,1,40,2|0,0:0|0:0,0:0:0:0:
194,102,10427,2,0,L|158:74,1,40,0|0,0:0|0:0,0:0:0:0:
228,72,10564,2,0,L|212:28,1,40,2|0,0:0|0:0,0:0:0:0:
284,72,10700,2,0,L|300:28,1,40,0|0,0:0|0:0,0:0:0:0:
318,101,10836,2,0,L|349:76,1,40,2|0,0:0|0:0,0:0:0:0:
338,141,10973,2,0,L|378:141,1,40
324,192,11109,5,6,0:0:0:0:
95,314,11382,6,0,P|54:314|18:291,1,80,4|0,1:2|0:0,0:0:0:0:
76,216,11655,1,0,0:0:0:0:
76,216,11791,2,0,L|212:328,1,160,4|0,1:2|0:0,0:0:0:0:
280,372,12200,1,4,1:2:0:0:
364,324,12336,1,0,0:0:0:0:
492,252,12473,6,0,B|492:204|492:204|484:192|484:192|500:192|500:192|492:180|492:180|492:116,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
400,16,12745,2,0,B|400:80|400:80|408:92|408:92|392:92|392:92|400:104|400:104|400:152,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
304,92,13018,2,0,L|304:66,8,25.9999988098145,6|0|0|0|0|0|0|0|6,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
352,352,13564,6,0,B|360:313|360:313|352:274,1,80,4|0,1:2|0:0,0:0:0:0:
160,274,13836,2,0,B|152:313|152:313|160:352,2,80,0|4|0,0:0|1:2|0:0,0:0:0:0:
256,240,14245,1,0,0:0:0:0:
256,240,14382,2,0,L|256:324,1,80,4|0,1:2|0:0,0:0:0:0:
256,144,14655,6,0,B|256:108|256:108|264:96|264:96|264:80|264:80|248:96|248:96|248:80|248:80|256:68|256:68|256:28,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
340,16,14927,2,0,P|365:88|340:160,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
172,160,15200,2,0,P|147:88|172:16,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
256,32,15473,1,6,0:0:0:0:
484,192,15745,6,0,L|484:112,1,80,2|0,0:0|0:0,0:0:0:0:
408,236,16018,2,0,L|408:316,1,80,2|0,0:0|0:0,0:0:0:0:
328,368,16291,2,0,P|274:368|228:321,1,120,2|0,1:2|0:0,0:0:0:0:
241,248,16564,2,0,P|277:263|300:296,1,80,2|0,0:0|0:0,0:0:0:0:
28,364,16836,6,0,L|28:320,1,40,2|0,0:0|0:0,0:0:0:0:
96,292,16973,2,0,L|96:252,1,40,0|0,0:0|0:0,0:0:0:0:
28,216,17109,2,0,L|28:172,1,40,2|0,0:0|0:0,0:0:0:0:
96,144,17245,2,0,L|96:104,1,40,0|0,0:0|0:0,0:0:0:0:
164,60,17382,6,0,P|96:95|29:60,2,160,2|2|6,1:2|0:0|1:2,0:0:0:0:
204,148,18064,1,0,0:0:0:0:
256,228,18200,1,0,0:0:0:0:
308,148,18336,1,4,1:2:0:0:
148,228,18473,1,0,0:0:0:0:
364,228,18609,1,0,0:0:0:0:
256,64,18745,1,4,1:2:0:0:
204,308,18882,1,0,0:0:0:0:
408,148,19018,5,2,0:0:0:0:
164,60,19291,1,2,0:0:0:0:
204,308,19564,2,0,L|192:332,4,20,2|0|0|0|0,0:0|0:0|0:0|0:0|0:0,0:0:0:0:
256,228,19836,1,2,0:3:0:0:
308,308,19973,1,0,0:0:0:0:
364,228,20109,6,0,P|392:255|403:293,1,80,4|2,0:0|0:3,0:0:0:0:
107,294,20382,2,0,P|118:256|147:228,1,80,0|2,0:0|0:3,0:0:0:0:
256,228,20655,2,0,B|256:196|256:196|252:192|252:192|260:192|260:192|256:188|256:188|256:160,1,80,0|2,0:0|0:3,0:0:0:0:
328,20,20927,2,0,B|328:52|328:52|324:56|324:56|332:56|332:56|328:60|328:60|328:88,1,80,0|2,0:0|0:3,0:0:0:0:
408,148,21200,5,0,0:0:0:0:
468,224,21336,1,2,0:3:0:0:
403,293,21473,2,0,L|432:372,1,80,0|2,0:0|0:3,0:0:0:0:
496,299,21745,2,0,L|467:220,1,80,0|2,0:0|0:3,0:0:0:0:
408,148,22018,2,0,B|352:148|352:148|312:172|312:172|248:172,1,160
172,220,22427,5,2,0:3:0:0:
108,292,22564,2,0,P|98:330|108:368,1,80,0|2,0:0|0:3,0:0:0:0:
255,172,22836,2,0,P|265:134|255:96,2,80,0|2|0,0:0|0:3|0:0,0:0:0:0:
168,132,23245,1,2,0:3:0:0:
84,88,23382,2,0,L|5:72,1,80,0|2,0:0|0:3,0:0:0:0:
94,204,23655,2,0,L|173:220,1,80,0|2,0:0|0:3,0:0:0:0:
372,344,23927,6,0,P|424:344|472:296,1,120,2|0,0:0|0:0,0:0:0:0:
512,224,24200,2,0,B|464:200|424:228|424:228|424:204|424:204|380:240|336:220,1,207.999990478516,6|4,0:0|0:0,0:0:0:0:
255,172,24609,5,2,0:3:0:0:
168,132,24745,2,0,L|196:52,1,80,0|2,0:0|0:3,0:0:0:0:
180,248,25018,2,0,L|153:323,1,80,0|2,0:0|0:3,0:0:0:0:
282,247,25291,2,0,L|255:171,1,80,0|2,0:0|0:3,0:0:0:0:
67,128,25564,2,0,L|95:208,1,80,0|2,0:0|0:3,0:0:0:0:
256,360,25836,5,0,0:0:0:0:
352,372,25973,1,2,0:3:0:0:
436,324,26109,1,0,0:0:0:0:
484,240,26245,1,2,0:3:0:0:
484,143,26382,1,0,0:0:0:0:
436,60,26518,1,2,0:3:0:0:
352,12,26655,5,4,0:3:0:0:
352,12,26723,1,4,0:3:0:0:
352,12,26791,1,6,0:3:0:0:
352,12,26859,1,4,0:3:0:0:
352,12,26927,2,0,B|312:12|312:12|280:44,1,80,4|6,0:3|0:3,0:0:0:0:
356,184,27200,2,0,L|356:104,1,80,4|2,0:3|0:3,0:0:0:0:
264,152,27473,2,0,L|264:232,1,80,4|2,0:3|0:3,0:0:0:0:
28,328,27745,6,2,P|-4:259|28:191,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
108,124,28018,2,2,P|141:192|109:260,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
28,191,28291,2,2,P|-5:123|28:55,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
108,124,28564,2,0,B|144:88|144:88|204:88,1,103.999995239258,4|4,0:3|0:3,0:0:0:0:
497,293,28836,6,0,P|504:332|497:371,1,80,4|2,0:0|0:0,0:0:0:0:
356,184,29109,2,0,P|349:145|356:106,1,80,0|2,0:0|0:0,0:0:0:0:
452,212,29382,2,0,L|392:272,1,80,0|2,0:0|0:0,0:0:0:0:
256,76,29655,2,0,L|316:16,1,80,0|2,0:0|0:0,0:0:0:0:
272,224,29927,6,0,L|212:284,1,80,0|2,0:0|0:0,0:0:0:0:
124,308,30200,1,0,0:0:0:0:
56,240,30336,1,2,0:0:0:0:
56,144,30473,1,0,0:0:0:0:
124,76,30609,1,0,0:0:0:0:
424,112,30745,5,4,0:3:0:0:
460,144,30814,1,4,0:3:0:0:
468,192,30882,1,4,0:3:0:0:
460,240,30950,1,4,0:3:0:0:
424,272,31018,1,4,0:3:0:0:
332,300,31155,5,2,0:0:0:0:
272,224,31291,2,0,B|308:204|308:204|348:204,1,80,0|2,0:0|0:0,0:0:0:0:
332,300,31564,2,0,L|262:338,1,80,0|2,0:0|0:0,0:0:0:0:
206,154,31836,2,0,L|276:116,1,80,0|2,0:0|0:0,0:0:0:0:
352,176,32109,5,0,0:0:0:0:
272,224,32245,1,2,0:0:0:0:
192,280,32382,2,0,B|152:280|152:280|116:304,1,80,0|2,0:0|0:0,0:0:0:0:
180,376,32655,2,0,L|260:376,1,80,0|0,0:0|0:0,0:0:0:0:
72,192,32927,5,4,0:3:0:0:
36,160,32995,1,4,0:3:0:0:
28,112,33064,1,4,0:3:0:0:
36,64,33132,1,4,0:3:0:0:
72,32,33200,1,4,0:3:0:0:
124,112,33336,1,2,0:0:0:0:
192,280,33473,6,0,B|152:280|152:280|116:304,1,80,0|2,0:0|0:0,0:0:0:0:
320,280,33745,2,0,B|360:280|360:280|396:304,1,80,0|2,0:0|0:0,0:0:0:0:
440,192,34018,5,4,0:3:0:0:
476,160,34086,1,4,0:3:0:0:
484,112,34155,1,4,0:3:0:0:
476,64,34223,1,4,0:3:0:0:
440,32,34291,1,4,0:3:0:0:
388,112,34427,1,2,0:0:0:0:
340,192,34564,6,0,L|264:148,1,80,0|2,0:0|0:0,0:0:0:0:
319,72,34836,2,0,L|389:113,1,80,0|2,0:0|0:0,0:0:0:0:
488,276,35109,6,2,B|474:286|474:286|470:298|470:298|460:305|460:305|455:316|455:316|445:323|445:323|438:339|438:339|438:339,1,80,2|6,0:0|3:2,0:0:0:0:
352,376,35518,1,0,0:0:0:0:
256,360,35655,1,0,0:0:0:0:
256,360,35723,1,0,0:0:0:0:
256,360,35791,1,0,0:0:0:0:
172,304,35927,2,0,P|154:249|172:192,1,120,2|0,0:0|0:0,0:0:0:0:
232,24,36473,6,2,L|388:24,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
436,120,36745,2,2,L|280:120,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
324,216,37018,2,2,L|484:216,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
512,304,37291,1,2,0:0:0:0:
512,304,37359,1,0,0:0:0:0:
512,304,37427,1,0,0:0:0:0:
252,296,37564,5,4,0:3:0:0:
216,264,37632,1,4,0:3:0:0:
208,216,37700,1,4,0:3:0:0:
216,168,37768,1,4,0:3:0:0:
252,136,37836,1,4,0:3:0:0:
324,216,37973,1,4,0:3:0:0:
128,288,38109,6,0,P|104:212|128:136,1,160,4|2,0:0|0:2,0:0:0:0:
188,64,38518,1,2,0:2:0:0:
272,20,38655,2,0,P|311:12|349:20,1,80
512,124,38927,2,0,P|472:131|434:123,1,80,0|2,0:0|0:2,0:0:0:0:
450,27,39200,6,0,L|331:134,1,160,2|2,0:2|0:0,0:0:0:0:
256,192,39609,1,2,0:2:0:0:
180,252,39745,2,0,B|194:289|194:289|180:326,1,80,2|0,0:0|0:0,0:0:0:0:
32,228,40018,2,0,B|18:191|18:191|32:154,1,80,2|2,0:0|0:0,0:0:0:0:
188,64,40291,6,0,B|204:64|204:64|216:56|216:56|216:72|216:72|232:64|232:64|328:64,1,160,4|0,0:0|0:0,0:0:0:0:
464,312,40700,2,0,B|448:312|448:312|436:320|436:320|436:304|436:304|420:312|420:312|324:312,2,160,2|2|2,0:0|0:0|0:0,0:0:0:0:
256,248,41382,6,0,P|220:315|256:383,1,160,4|4,0:0|0:2,0:0:0:0:
324,312,41791,1,0,0:0:0:0:
256,248,41927,1,4,0:3:0:0:
222,214,41995,1,4,0:3:0:0:
187,179,42064,1,4,0:3:0:0:
153,145,42132,1,4,0:3:0:0:
119,111,42200,2,0,L|39:111,1,80,4|4,0:3|0:3,0:0:0:0:
187,43,42473,6,0,P|223:111|188:179,1,160,4|2,0:0|0:2,0:0:0:0:
119,111,42882,1,2,0:2:0:0:
304,72,43018,2,0,P|310:112|304:152,1,80,0|2,0:0|0:2,0:0:0:0:
392,288,43291,2,0,P|386:249|392:210,1,80,2|4,0:2|0:3,0:0:0:0:
460,343,43564,6,0,P|392:379|324:344,1,160,4|2,0:0|0:2,0:0:0:0:
256,280,43973,1,2,0:2:0:0:
187,344,44109,2,0,P|119:380|51:344,1,160,2|2,0:2|0:2,0:0:0:0:
120,287,44518,1,2,0:2:0:0:
184,216,44655,2,0,B|228:216|228:216|256:238|256:238|284:216|284:216|328:216,1,160,2|2,0:2|0:2,0:0:0:0:
392,287,45064,1,0,0:0:0:0:
329,216,45200,6,2,B|360:164|360:164|348:144|348:144|384:80,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
256,8,45473,2,2,L|256:164,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
184,216,45745,2,2,B|153:164|153:164|165:144|165:144|129:80,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
32,64,46018,1,2,0:0:0:0:
176,340,46291,5,4,0:3:0:0:
208,376,46359,1,4,0:3:0:0:
256,384,46427,1,4,0:3:0:0:
304,376,46495,1,4,0:3:0:0:
336,340,46564,1,4,0:3:0:0:
256,268,46700,1,4,0:3:0:0:
72,184,46836,6,0,B|121:172|133:137|133:137|169:144|202:105,1,160,4|2,0:0|0:2,0:0:0:0:
256,188,47245,1,2,0:2:0:0:
309,105,47382,2,0,B|342:144|378:137|378:137|390:172|440:184,1,160,2|2,0:2|0:2,0:0:0:0:
504,252,47791,1,2,0:2:0:0:
439,184,47927,6,0,L|491:120,1,80,2|0,0:2|0:0,0:0:0:0:
360,44,48200,2,0,L|307:107,1,80,2|2,0:2|0:0,0:0:0:0:
202,105,48473,2,0,L|152:44,1,80,2|2,0:0|0:2,0:0:0:0:
21,122,48745,2,0,L|72:184,1,80,2|2,0:0|0:0,0:0:0:0:
220,336,49018,6,0,P|300:328|303:249,1,160,4|0,0:0|0:0,0:0:0:0:
201,260,49427,2,0,P|217:333|292:336,1,160,2|2,0:0|0:0,0:0:0:0:
376,192,49836,1,0,0:0:0:0:
310,105,49973,1,2,0:0:0:0:
202,105,50109,5,4,0:3:0:0:
202,105,50177,1,4,0:3:0:0:
202,105,50245,1,4,0:3:0:0:
136,192,50382,1,4,0:2:0:0:
201,260,50518,1,2,0:2:0:0:
311,260,50655,5,4,0:3:0:0:
311,260,50723,1,4,0:3:0:0:
311,260,50791,1,4,0:3:0:0:
311,260,50859,1,4,0:3:0:0:
311,260,50927,1,4,0:2:0:0:
376,192,51064,1,2,0:2:0:0:
503,77,51200,6,0,B|443:25|443:25|359:25,1,160,4|0,0:0|0:0,0:0:0:0:
310,105,51609,1,0,0:0:0:0:
376,192,51745,5,4,0:3:0:0:
405,230,51814,1,4,0:3:0:0:
403,278,51882,1,4,0:3:0:0:
386,324,51950,1,4,0:3:0:0:
345,349,52018,1,4,0:3:0:0:
311,260,52155,1,0,0:0:0:0:
201,105,52291,6,0,B|160:105|160:105|132:133,1,80
48,84,52564,2,0,L|104:28,1,80
204,200,52836,6,0,P|232:272|202:344,1,160,4|0,0:2|0:0,0:0:0:0:
136,272,53245,2,0,L|156:104,2,160,4|4|4,0:2|0:2|0:2,0:0:0:0:
384,360,53927,6,0,P|424:360|464:340,1,80,4|0,0:2|0:0,0:0:0:0:
280,184,54200,2,0,P|240:184|200:204,1,80,0|4,0:0|0:2,0:0:0:0:
400,268,54473,2,0,L|416:188,1,80
260,276,54745,2,0,L|244:356,1,80,4|0,0:2|0:0,0:0:0:0:
24,192,55018,5,6,1:2:0:0:
256,24,55291,1,0,0:0:0:0:
488,192,55564,1,2,0:0:0:0:
300,360,55836,1,0,0:0:0:0:
300,360,55973,1,0,0:0:0:0:
300,360,56109,6,0,B|256:378|256:378|212:360,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
392,192,56655,2,0,B|440:172|440:172|488:192,1,103.999995239258,2|0,0:0|0:0,0:0:0:0:
308,104,57200,6,0,P|256:122|204:104,1,111.999996582031,2|0,0:0|0:0,0:0:0:0:
256,28,57609,2,0,P|307:10|359:28,2,111.999996582031,2|2|2,0:0|0:0|0:0,0:0:0:0:
152,192,58291,5,8,0:0:0:0:
256,356,58564,1,8,0:0:0:0:
360,192,58836,1,8,0:0:0:0:
256,28,59109,1,8,0:0:0:0:
80,124,59382,6,0,P|60:192|80:260,1,143.999995605469,4|8,1:2|0:0,0:0:0:0:
152,192,59791,2,0,P|172:124|152:56,1,143.999995605469,4|0,1:2|0:0,0:0:0:0:
80,124,60200,1,8,0:0:0:0:
152,192,60336,1,8,0:0:0:0:
296,352,60473,6,0,B|344:352|344:352|372:324|372:324|432:324,1,143.999995605469,4|8,1:2|0:0,0:0:0:0:
480,236,60882,2,0,L|328:236,1,143.999995605469,4|0,1:2|0:0,0:0:0:0:
368,140,61291,2,0,L|447:140,1,71.9999978027344,8|8,0:0|0:0,0:0:0:0:
320,40,61564,6,0,B|256:73|256:73|192:40,1,143.999995605469,4|0,0:0|0:0,0:0:0:0:
144,140,61973,2,0,P|75:140|22:193,1,143.999995605469,4|2,0:0|0:0,0:0:0:0:
112,236,62382,1,0,0:0:0:0:
204,280,62518,1,2,0:0:0:0:
384,368,62655,5,2,0:0:0:0:
410,341,62745,1,2,0:0:0:0:
437,313,62836,1,2,0:0:0:0:
372,248,62927,5,2,0:0:0:0:
398,221,63018,1,2,0:0:0:0:
425,193,63109,1,2,0:0:0:0:
340,148,63200,5,2,0:0:0:0:
367,120,63291,1,2,0:0:0:0:
393,93,63382,1,2,0:0:0:0:
420,65,63473,6,0,B|377:23|377:23|311:23,1,120.000004577637,4|0,1:0|0:0,0:0:0:0:
244,148,63745,6,0,L|340:148,1,95.9999970703126,6|2,0:0|0:0,0:0:0:0:
200,56,64018,2,0,L|104:56,1,95.9999970703126,2|2,0:0|0:0,0:0:0:0:
22,137,64291,2,0,P|-10:225|22:313,1,191.999994140625,2|2,0:0|0:0,0:0:0:0:
124,364,64700,2,0,L|220:380,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
300,297,64973,5,2,0:0:0:0:
327,302,65041,1,0,0:0:0:0:
354,307,65109,1,2,0:0:0:0:
435,225,65245,1,0,0:0:0:0:
408,220,65314,1,0,0:0:0:0:
381,215,65382,1,2,0:0:0:0:
511,269,65518,6,0,P|525:224|511:179,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
219,249,65791,2,0,P|205:293|219:339,2,95.9999970703126,2|0|2,0:0|0:0|0:0,0:0:0:0:
302,167,66200,1,0,0:0:0:0:
383,85,66336,1,2,0:0:0:0:
300,4,66473,6,0,B|256:24|256:24|212:4,1,95.9999970703126,0|2,0:0|0:0,0:0:0:0:
129,85,66745,1,2,0:0:0:0:
210,167,66882,1,2,0:0:0:0:
404,364,67018,6,0,P|452:364|492:336,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
288,260,67291,2,0,P|240:260|200:288,1,95.9999970703126,2|2,0:0|0:0,0:0:0:0:
272,352,67564,6,0,L|420:272,1,167.999994873047,2|0,0:0|0:0,0:0:0:0:
360,188,67836,2,0,L|508:108,1,167.999994873047,2|0,0:0|0:0,0:0:0:0:
404,64,68109,5,0,0:0:0:0:
304,28,68245,1,0,0:0:0:0:
304,28,68382,2,0,L|204:28,1,95.9999970703126,2|2,0:0|0:0,0:0:0:0:
34,85,68655,2,0,L|130:85,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
210,167,68927,1,2,0:0:0:0:
288,260,69064,2,0,B|338:291|382:263|426:235|474:255,1,191.999994140625,2|2,0:0|0:0,0:0:0:0:
440,368,69473,5,0,0:0:0:0:
440,368,69541,1,0,0:0:0:0:
440,368,69609,1,2,0:0:0:0:
328,160,69745,5,2,0:0:0:0:
328,160,69814,1,0,0:0:0:0:
328,160,69882,1,0,0:0:0:0:
240,368,70018,5,2,0:0:0:0:
240,368,70086,1,0,0:0:0:0:
240,368,70155,1,2,0:0:0:0:
56,176,70291,6,0,L|24:136,1,47.9999985351563,4|4,0:3|0:3,0:0:0:0:
96,84,70427,2,0,L|125:121,1,47.9999985351563,4|4,0:3|0:3,0:0:0:0:
216,84,70564,2,0,L|158:7,1,95.9999970703126,4|0,0:3|0:0,0:0:0:0:
456,208,70836,6,0,L|488:248,1,47.9999985351563,4|4,0:3|0:3,0:0:0:0:
416,300,70973,2,0,L|387:263,1,47.9999985351563,4|4,0:3|0:3,0:0:0:0:
296,300,71109,2,0,L|353:376,1,95.9999970703126,4|0,0:3|0:0,0:0:0:0:
120,228,71382,6,2,P|83:156|120:84,1,167.999994873047,2|2,0:0|0:1,0:0:0:0:
184,160,71655,2,2,B|232:196|232:196|256:196|256:196|280:196|280:196|328:160,1,167.999994873047,2|2,0:0|0:1,0:0:0:0:
392,84,71927,2,2,P|429:156|392:228,1,167.999994873047,2|2,0:0|0:1,0:0:0:0:
328,160,72200,1,6,0:0:0:0:
256,84,72336,1,0,0:0:0:0:
56,292,72473,6,0,P|44:338|56:384,1,95.9999970703126,6|2,0:0|0:0,0:0:0:0:
100,144,72745,2,0,P|112:98|100:52,1,95.9999970703126,2|2,0:0|0:0,0:0:0:0:
0,192,73018,2,0,L|184:256,1,191.999994140625,2|2,0:0|0:0,0:0:0:0:
208,264,73359,1,0,0:0:0:0:
234,273,73427,1,2,0:0:0:0:
388,240,73564,5,0,0:0:0:0:
236,184,73700,1,2,0:0:0:0:
324,320,73836,1,0,0:0:0:0:
324,320,73905,1,0,0:0:0:0:
324,320,73973,1,2,0:0:0:0:
328,160,74109,6,0,B|346:116|346:116|328:72,1,95.9999970703126,0|2,0:0|0:0,0:0:0:0:
148,220,74382,2,0,B|130:264|130:264|148:308,1,95.9999970703126,0|2,0:0|0:0,0:0:0:0:
256,264,74655,1,0,0:0:0:0:
47,220,74791,6,0,P|32:264|48:308,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
96,140,75064,2,0,P|112:96|96:52,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
256,12,75336,5,2,0:0:0:0:
404,84,75473,1,2,0:0:0:0:
256,152,75609,1,2,0:0:0:0:
360,8,75745,2,0,P|404:-8|448:7,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
448,164,76018,2,0,P|403:180|359:164,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
404,84,76291,5,2,0:2:0:0:
492,244,76427,1,2,0:2:0:0:
312,248,76564,1,2,0:2:0:0:
312,248,76632,1,2,0:2:0:0:
312,248,76700,1,2,0:2:0:0:
312,248,76768,1,2,0:2:0:0:
312,248,76836,6,0,B|256:326|256:326|200:248,1,191.999994140625,4|0,0:2|0:0,0:0:0:0:
216,132,77245,2,0,P|296:132|304:32,1,191.999994140625,4|0,0:2|0:0,0:0:0:0:
203,37,77655,2,0,P|208:125|296:132,1,191.999994140625,4|0,0:2|0:0,0:0:0:0:
396,192,78064,5,4,0:2:0:0:
396,192,78132,1,2,0:2:0:0:
396,192,78200,1,2,0:2:0:0:
452,352,78336,1,0,0:0:0:0:
312,248,78473,1,4,0:2:0:0:
484,248,78609,1,2,0:2:0:0:
344,352,78745,1,2,0:2:0:0:
315,141,78882,2,0,P|395:96|475:141,1,191.999994140625,4|2,0:2|0:2,0:0:0:0:
396,280,79291,5,2,0:2:0:0:
228,328,79427,1,2,0:2:0:0:
147,189,79564,1,2,0:2:0:0:
315,141,79700,1,2,0:2:0:0:
396,280,79836,1,2,0:2:0:0:
228,328,79973,1,2,0:2:0:0:
120,100,80109,6,2,B|160:64|212:72|256:100|256:100|300:84|328:20|256:-32|184:20|212:84|256:100|256:100|300:72|352:64|392:100,1,528.000016113282,6|2,0:2|0:0,0:0:0:0:
488,192,81200,5,6,1:2:0:0:
256,360,81473,1,0,0:0:0:0:
24,192,81745,1,2,0:0:0:0:
212,24,82018,1,0,0:0:0:0:
212,24,82155,1,0,0:0:0:0:
212,24,82291,6,0,B|300:64,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
335,214,82836,2,0,B|240:172,1,103.999995239258,2|0,0:0|0:0,0:0:0:0:
36,140,83382,6,0,P|18:192|36:244,1,111.999996582031,2|0,0:0|0:0,0:0:0:0:
112,284,83791,2,0,P|58:290|19:329,2,111.999996582031,2|2|2,0:0|0:0|0:0,0:0:0:0:
256,356,84473,5,8,0:0:0:0:
360,192,84745,1,8,0:0:0:0:
256,28,85018,1,8,0:0:0:0:
152,192,85291,1,8,0:0:0:0:
424,256,85564,6,0,P|452:192|424:128,1,143.999995605469,2|2,0:0|0:0,0:0:0:0:
88,256,86109,2,0,P|60:192|88:128,1,143.999995605469,2|2,0:0|0:0,0:0:0:0:
152,192,86518,1,2,0:0:0:0:
216,256,86655,6,0,P|256:372|296:256,1,320,4|2,1:2|0:0,0:0:0:0:
360,192,87882,5,2,0:0:0:0:
296,128,88018,2,0,B|256:233|256:233|216:128,1,223.999993164063,2|2,1:0|0:0,0:0:0:0:
152,192,88427,1,2,0:0:0:0:
88,255,88564,6,0,P|71:307|88:359,1,111.999996582031,2|0,1:0|0:0,0:0:0:0:
423,359,88836,2,0,P|440:307|424:255,1,111.999996582031,4|0,1:2|0:0,0:0:0:0:
360,192,89109,6,0,L|320:232,2,53.3333333333333,2|2|2,0:0|0:0|0:0,0:0:0:0:
484,192,89382,6,0,L|524:152,2,53.3333333333333,2|2|2,0:0|0:0|0:0,0:0:0:0:
420,120,89655,6,2,B|420:88|444:68|444:68|420:68|420:68|396:68|396:68|420:44|420:12,1,167.999994873047,4|0,0:0|0:0,0:0:0:0:
336,8,89927,6,0,B|296:8|296:8|268:36,1,80,4|2,0:0|0:0,0:0:0:0:
200,104,90200,1,0,0:0:0:0:
133,172,90336,2,0,B|150:208|150:208|133:244,1,80,2|0,0:0|0:0,0:0:0:0:
248,384,90609,2,0,B|231:348|231:348|248:312,1,80,2|0,0:0|0:0,0:0:0:0:
336,356,90882,1,2,0:0:0:0:
248,312,91018,6,0,L|168:312,1,80,0|2,0:0|0:0,0:0:0:0:
53,172,91291,2,0,L|133:172,1,80,0|2,0:0|0:0,0:0:0:0:
20,235,91564,6,0,P|-16:171|21:108,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
108,72,91836,2,0,B|168:72|168:72|192:56|192:56|264:56,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
296,140,92109,6,0,B|264:140|264:140|256:144|256:144|256:136|256:136|248:140|248:140|224:140,1,80,2|0,0:3|0:0,0:0:0:0:
225,244,92382,2,0,B|248:244|248:244|256:248|256:248|256:240|256:240|264:244|264:244|296:244,1,80,2|0,0:3|0:0,0:0:0:0:
176,364,92655,6,0,L|124:364,3,40,2|2|2|2,0:2|0:2|0:2|0:2,0:0:0:0:
80,308,92927,2,0,L|28:308,3,40,2|2|2|2,0:2|0:2|0:2|0:2,0:0:0:0:
20,235,93200,5,4,0:2:0:0:
60,60,93336,1,2,0:3:0:0:
208,172,93473,1,2,0:3:0:0:
176,364,93609,1,2,0:3:0:0:
20,235,93745,2,0,L|63:235,3,40,4|4|4|4,0:3|0:3|0:3|0:3,0:0:0:0:
124,184,94018,6,0,B|119:130|161:102|161:102|142:80|142:46,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
228,48,94291,6,0,B|248:40|248:40|260:44|260:44|272:48|272:48|284:52|284:52|308:48,1,80,4|2,0:0|0:0,0:0:0:0:
436,120,94564,2,0,B|416:128|416:128|404:124|404:124|392:120|392:120|380:116|380:116|356:120,1,80,0|2,0:0|0:0,0:0:0:0:
208,172,94836,2,0,B|228:164|228:164|240:168|240:168|252:172|252:172|264:176|264:176|288:172,1,80,0|2,0:0|0:0,0:0:0:0:
440,236,95109,2,0,B|420:228|420:228|408:232|408:232|396:236|396:236|384:240|384:240|360:236,1,80,0|2,0:0|0:0,0:0:0:0:
232,308,95382,2,0,B|252:316|252:316|264:312|264:312|276:308|276:308|288:304|288:304|312:308,1,80,0|2,0:0|0:0,0:0:0:0:
460,360,95654,2,0,B|440:352|440:352|428:356|428:356|416:360|416:360|404:364|404:364|380:360,1,80,0|2,0:0|0:0,0:0:0:0:
124,256,95927,6,0,P|52:256|8:320,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
92,332,96200,2,0,L|204:220,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
136,172,96473,6,0,L|208:100,1,80,4|2,0:3|0:3,0:0:0:0:
288,251,96745,2,0,L|232:308,1,80,4|2,0:3|0:3,0:0:0:0:
92,332,97018,5,2,0:2:0:0:
92,332,97086,1,0,0:0:0:0:
92,332,97155,1,2,0:2:0:0:
92,332,97223,1,0,0:0:0:0:
92,332,97291,2,0,P|48:332|8:304,1,90.0000034332277,2|0,0:2|0:0,0:0:0:0:
73,246,97564,6,0,P|99:174|72:104,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
4,32,97836,2,0,L|164:52,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
220,124,98109,2,0,L|374:143,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
464,192,98382,1,4,0:0:0:0:
464,192,98450,1,0,0:0:0:0:
464,192,98518,1,0,0:0:0:0:
344,56,98655,6,0,L|264:46,1,80,4|2,0:0|0:0,0:0:0:0:
220,124,98927,1,0,0:0:0:0:
344,56,99064,1,2,0:0:0:0:
141,134,99200,6,0,L|221:124,1,80,0|2,0:0|0:0,0:0:0:0:
265,202,99472,1,0,0:0:0:0:
141,134,99609,1,2,0:0:0:0:
344,212,99745,6,0,L|264:202,1,80,0|2,0:0|0:0,0:0:0:0:
220,280,100017,1,0,0:0:0:0:
344,212,100154,1,2,0:0:0:0:
141,289,100291,6,0,L|300:312,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
200,380,100564,2,0,L|41:357,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
0,280,100836,5,2,0:2:0:0:
76,220,100973,1,2,0:2:0:0:
160,172,101109,2,0,P|150:134|160:96,1,80,0|2,0:0|0:2,0:0:0:0:
256,32,101382,6,0,L|308:32,2,40,8|8|8,0:3|0:3|0:3,0:0:0:0:
56,128,101655,2,0,L|0:128,2,40,8|8|8,0:3|0:3|0:3,0:0:0:0:
256,224,101927,1,4,0:0:0:0:
456,128,102064,1,2,0:0:0:0:
256,32,102200,1,2,0:0:0:0:
160,172,102336,6,0,L|176:216,1,40,4|4,0:3|0:3,0:0:0:0:
256,224,102473,2,0,L|272:268,1,40,4|4,0:3|0:3,0:0:0:0:
348,280,102609,2,0,L|364:324,1,40,4|4,0:3|0:3,0:0:0:0:
452,324,102745,6,0,L|409:211,1,120,2|2,3:2|3:2,2:0:0:0:
456,128,103018,5,4,0:0:0:0:
512,48,103155,2,0,B|476:32|476:32|436:32,1,80,2|0,0:0|0:0,0:0:0:0:
376,128,103427,2,0,L|456:128,1,80,2|0,0:0|0:0,0:0:0:0:
336,32,103700,2,0,L|256:32,1,80,2|0,0:0|0:0,0:0:0:0:
155,54,103973,1,2,0:0:0:0:
100,136,104109,2,0,P|89:174|99:212,1,80,0|2,0:0|0:0,0:0:0:0:
308,360,104382,5,4,0:3:0:0:
331,360,104450,1,4,0:3:0:0:
354,360,104518,1,4,0:3:0:0:
377,360,104586,1,4,0:3:0:0:
401,360,104655,1,2,0:0:0:0:
448,276,104791,1,4,0:3:0:0:
484,188,104927,2,0,L|504:192,8,20
155,54,105336,5,2,0:2:0:0:
155,54,105405,1,0,0:0:0:0:
155,54,105473,2,0,B|92:55|92:55|44:55|20:105,1,155.999992858887,2|0,0:2|0:0,0:0:0:0:
100,136,105745,2,0,B|163:135|163:135|211:135|235:85,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
304,44,106018,2,0,L|348:64,3,40,2|2|2|2,0:3|0:3|0:3|0:3,0:0:0:0:
408,116,106291,6,0,B|408:168|408:168|400:184|400:184|416:184|416:184|408:204|408:204|408:256,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
456,336,106564,2,0,P|392:284|320:284,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
260,224,106836,2,0,L|318:368,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
220,352,107109,2,0,L|161:207,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
100,136,107382,6,0,P|59:136|23:113,1,80,4|0,1:2|0:0,0:0:0:0:
88,44,107655,1,0,0:0:0:0:
88,44,107791,2,0,B|152:44|152:44|172:64|172:64|240:64,1,160,4|0,1:2|0:0,0:0:0:0:
336,80,108200,1,4,1:2:0:0:
404,148,108336,1,0,0:0:0:0:
292,220,108473,6,0,B|292:296|220:296|220:352,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
292,352,108745,2,0,B|292:296|220:296|220:220,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
256,148,109018,2,0,L|256:122,8,25.9999988098145,6|0|0|0|0|0|0|0|6,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
119,284,109564,6,0,B|127:323|127:323|119:362,1,80,4|0,1:2|0:0,0:0:0:0:
60,112,109836,2,0,B|52:73|52:73|60:34,2,80,0|4|0,0:0|1:2|0:0,0:0:0:0:
124,184,110245,1,0,0:0:0:0:
124,184,110382,2,0,L|44:208,1,80,4|0,1:2|0:0,0:0:0:0:
208,248,110655,6,0,L|360:200,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
455,200,110927,2,0,P|481:128|456:56,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
357,56,111200,2,0,P|332:129|357:201,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
404,284,111473,1,6,0:0:0:0:
200,376,111745,6,0,L|192:336,1,40,2|0,0:0|0:0,0:0:0:0:
116,312,111882,2,0,L|124:272,1,40,0|0,0:0|0:0,0:0:0:0:
208,248,112018,2,0,L|200:208,1,40,2|0,0:0|0:0,0:0:0:0:
124,184,112155,2,0,L|132:144,1,40,0|0,0:0|0:0,0:0:0:0:
200,88,112291,6,0,P|132:123|65:88,1,160,2|0,1:2|0:0,0:0:0:0:
132,20,112700,1,0,0:0:0:0:
312,88,112836,6,0,P|380:123|447:88,1,160,2|0,1:2|0:0,0:0:0:0:
380,20,113245,1,0,0:0:0:0:
256,164,113382,6,0,B|252:180|252:180|260:196|260:196|256:216,3,47.9999985351563,2|0|2|0,0:0|0:0|0:0|0:0,0:0:0:0:
256,304,113927,5,4,1:2:0:0:
344,344,114064,1,0,0:0:0:0:
168,264,114200,1,0,0:0:0:0:
232,192,114336,1,4,1:2:0:0:
100,336,114473,2,0,L|24:300,1,80
160,158,114745,2,0,L|233:193,1,80,4|0,1:2|0:0,0:0:0:0:
256,304,115018,5,2,0:0:0:0:
432,192,115291,1,2,0:0:0:0:
256,80,115564,1,2,0:0:0:0:
80,192,115836,5,6,1:2:0:0:
256,192,115905,12,0,117200,0:0:0:0:
Oracle
滑条用重音怪怪的,note上加了。

@Flask
I still suggest you to confirm with QAT if these are safe on Gero's diff before everything. (To avoid possible disqualification)
Might need more opinion on these,
00:14:655 (1) - wiggle thingy. i know there's no "hold-section" for them but considering the changes on this map, we probably need to confirm this with QAT.
00:40:291 (1,2) - ^
00:49:018 (1,2) - part of slider 2 is covered by slider 1. and it's impossible to read or indicate the length/rhythm to me.
01:17:245 (2,3) - ^
sorry for being a dick! ;_; it's just, better not to take risk. right?

hey
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Normal
StackLeniency: 0.7
Mode: 0
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 2586,20109,23927,24200,24473,28836,37564,47382,52836,53245,53518,55018,59382,77655,78064,78336,78473,79155,79427,79700,80927,81200,86655,89927,91564,91836,100836,103018,106291,107382,109564,110655,111745,115836
DistanceSpacing: 2
BeatDivisor: 4
GridSize: 4
TimelineZoom: 2.3

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Oracle's Hard
Source:SOUND VOLTEX II -infinite infection-
Tags:sdvx t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P_A_N Aka EvilElvis Gero Onosakihito DJNightmare Fast Spectator
BeatmapID:348550
BeatmapSetID:139525

[Difficulty]
HPDrainRate:6
CircleSize:4
OverallDifficulty:6
ApproachRate:8.5
SliderMultiplier:1.4
SliderTickRate:1

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
2,55218,58707
2,81400,85980
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,60,1,0
8109,-100,4,1,0,35,0,0
8655,-100,4,1,0,45,0,0
9200,-100,4,1,0,55,0,0
9745,-100,4,1,0,60,0,0
10291,-100,4,1,0,50,0,0
15745,-100,4,2,0,60,0,0
20109,-100,4,1,0,50,0,0
26655,-100,4,2,0,60,0,0
28836,-100,4,1,0,50,0,0
53927,-100,4,2,0,60,0,0
55018,-100,4,1,0,50,0,0
59382,-133.333333333333,4,2,0,60,0,0
63473,-133.333333333333,4,1,0,50,0,0
63745,-100,4,1,1,50,0,1
64018,-100,4,1,0,50,0,1
79973,-200,4,1,0,60,0,0
87745,-100,4,1,0,60,0,0
89109,-133.333333333333,4,2,0,60,0,0
89927,-100,4,1,0,50,0,0
99745,-100,4,1,0,40,0,0
100291,-100,4,1,0,50,0,0
106495,-100,4,1,0,13,0,0
106564,-100,4,1,0,60,0,0
106768,-100,4,1,0,13,0,0
106836,-100,4,1,0,60,0,0
111745,-100,4,2,0,60,0,0
115836,-100,4,1,0,50,0,0


[Colours]
Combo1 : 128,0,255
Combo2 : 255,0,0
Combo3 : 0,255,255
Combo4 : 255,128,64

[HitObjects]
256,60,7018,5,4,0:0:0:0:
256,312,7427,1,4,0:0:0:0:
128,192,7836,2,0,L|152:156,3,35,2|0|2|0,0:0|0:0|0:0|0:0,0:0:0:0:
172,128,8109,6,0,L|192:60,1,70
252,120,8382,2,0,L|272:52,1,70
332,112,8655,2,0,L|352:44,1,70
412,100,8927,2,0,L|432:24,1,70
440,192,9200,6,0,L|376:218,1,70
440,336,9473,2,0,L|368:296,1,70
304,264,9745,1,0,0:0:0:0:
304,264,9882,1,0,0:0:0:0:
304,264,10018,2,0,L|224:264,1,70
120,204,10291,6,0,L|104:172,3,35,2|0|0|0,2:0|2:0|2:0|2:0,2:0:0:0:
88,132,10564,2,0,L|96:96,3,35,2|0|0|0,2:0|2:0|2:0|2:0,0:0:0:0:
112,60,10836,2,0,P|136:32|172:16,1,70
256,80,11109,6,0,L|256:232,1,140,2|0,0:0|0:0,0:0:0:0:
216,296,11518,2,0,P|180:268|172:232,1,70
172,160,11791,1,0,0:0:0:0:
172,160,11927,2,0,L|24:160,1,140
140,32,12473,5,4,0:2:0:0:
292,104,12745,1,4,0:2:0:0:
292,272,13018,1,4,0:2:0:0:
140,352,13291,1,4,0:2:0:0:
104,192,13564,6,0,P|144:160|248:152,1,140
304,184,13973,1,0,0:0:0:0:
380,220,14109,2,0,L|456:268,1,70
352,312,14382,2,0,L|280:264,1,70
228,220,14655,5,4,0:2:0:0:
256,56,14927,1,4,0:2:0:0:
140,136,15200,1,4,0:2:0:0:
336,180,15473,1,4,0:2:0:0:
337,180,15745,6,0,L|262:163,1,70,6|2,0:0|0:0,0:0:0:0:
221,232,16018,2,2,L|299:250,1,70,2|2,0:0|0:0,0:0:0:0:
223,311,16291,2,0,P|161:284|145:212,1,140,6|2,0:0|0:0,0:0:0:0:
47,124,16836,6,0,L|126:151,1,70,4|0,0:0|0:0,0:0:0:0:
167,86,17109,2,0,L|95:60,1,70,2|0,0:0|0:0,0:0:0:0:
171,9,17382,2,0,P|221:32|238:117,1,140,6|2,0:0|0:0,0:0:0:0:
182,267,17927,6,0,P|157:290|117:297,1,70,2|2,0:0|0:0,0:0:0:0:
118,214,18200,2,0,P|146:191|201:182,1,70,2|2,0:0|0:0,0:0:0:0:
254,219,18473,2,0,L|321:249,2,70,2|2|2,0:0|0:0|0:0,0:0:0:0:
114,125,19018,5,2,0:0:0:0:
256,36,19291,1,2,0:0:0:0:
256,36,19564,2,0,B|248:68|248:68|263:91|263:91|248:114|248:114|265:131|265:131|257:162,1,140,2|4,0:0|0:0,0:0:0:0:
345,301,20109,6,0,P|376:316|413:317,1,70,0|0,0:0|0:0,0:0:0:0:
394,236,20382,2,0,P|358:221|320:225,1,70,0|0,0:0|0:0,0:0:0:0:
266,280,20655,2,0,L|118:294,1,140
65,136,21200,5,0,0:0:0:0:
65,136,21336,1,0,0:0:0:0:
65,136,21473,2,0,L|103:64,1,70
154,135,21745,2,0,L|189:66,1,70
248,15,22018,2,0,P|267:63|234:148,1,140,0|0,0:0|0:0,0:0:0:0:
103,243,22564,5,0,0:0:0:0:
103,243,22836,2,0,L|40:198,1,70
119,160,23109,2,0,L|192:210,1,70
180,283,23382,5,0,0:0:0:0:
180,283,23518,1,0,0:0:0:0:
180,283,23655,1,0,0:0:0:0:
180,283,23791,1,0,0:0:0:0:
180,283,23927,2,0,B|235:289|268:259|268:259|315:276,1,140,2|4,0:0|0:2,0:0:0:0:
453,184,24473,6,0,P|455:118|393:104,1,140
227,130,25018,2,0,L|206:203,1,70
125,216,25291,2,0,L|74:216,2,35
144,133,25564,6,0,P|119:108|73:96,1,70
27,166,25836,2,0,P|13:196|11:234,1,70
72,298,26109,2,0,P|97:323|143:335,1,70,0|0,0:0|0:0,0:0:0:0:
203,294,26382,1,0,0:0:0:0:
322,175,26655,6,2,L|358:139,3,35,2|2|2|2,2:2|2:2|2:2|2:2,2:2:0:0:
374,119,26927,2,0,L|459:105,1,70,2|2,0:0|0:0,0:0:0:0:
400,34,27200,2,0,L|318:49,1,70,2|2,0:0|0:0,0:0:0:0:
268,102,27473,2,0,L|243:126,3,35
220,162,27745,6,0,P|176:194|82:168,1,140,6|6,0:0|0:0,0:0:0:0:
26,26,28291,2,0,P|93:18|139:67,1,140,2|4,0:0|0:0,0:0:0:0:
166,233,28836,5,6,0:0:0:0:
166,233,29109,2,0,L|97:275,1,70,2|0,0:0|0:0,0:0:0:0:
132,159,29382,2,0,L|60:136,1,70,2|2,0:0|0:0,0:0:0:0:
191,106,29655,2,0,L|148:33,1,70,2|2,0:0|0:0,0:0:0:0:
228,180,29927,5,0,0:0:0:0:
228,180,30064,1,2,0:0:0:0:
228,180,30200,2,0,L|308:200,1,70,0|2,0:0|0:0,0:0:0:0:
341,268,30473,2,0,L|402:210,1,70,2|0,0:0|0:0,0:0:0:0:
432,146,30745,2,0,L|431:103,3,35
420,69,31018,6,0,L|264:37,1,140,2|2,0:0|0:0,0:0:0:0:
120,85,31564,2,0,P|124:120|147:145,1,70,2|0,0:0|0:0,0:0:0:0:
190,217,31836,2,0,P|219:196|228:164,1,70,2|2,0:0|0:0,0:0:0:0:
274,93,32109,2,0,P|241:80|207:84,1,70,0|2,0:0|0:0,0:0:0:0:
119,86,32382,6,0,L|55:53,1,70,0|2,0:0|0:0,0:0:0:0:
57,54,32655,1,2,0:0:0:0:
38,220,32927,2,0,L|38:257,3,35
48,296,33200,6,0,B|73:351|73:351|168:351,1,140,2|2,0:0|0:0,0:0:0:0:
272,233,33745,2,0,P|303:251|325:283,1,70,2|0,0:0|0:0,0:0:0:0:
365,350,34018,2,0,P|383:343|392:330,3,35
402,289,34291,6,0,P|399:249|381:221,1,70,2|0,0:0|0:0,0:0:0:0:
325,162,34564,2,0,P|314:124|330:71,1,70,0|2,0:0|0:0,0:0:0:0:
322,10,34836,2,0,P|364:24|386:45,1,70,0|2,0:0|0:0,0:0:0:0:
461,118,35109,2,2,L|374:120,1,70
306,118,35382,5,4,0:2:0:0:
237,345,36473,5,4,0:2:0:0:
85,273,36745,1,4,0:2:0:0:
85,105,37018,1,4,0:2:0:0:
237,25,37291,1,4,0:2:0:0:
381,111,37564,2,0,L|357:151,3,35
338,175,37836,6,0,L|202:245,1,140,4|4,0:2|0:2,0:0:0:0:
80,135,38382,1,0,0:0:0:0:
259,90,38655,6,0,P|256:59|234:21,1,70
261,183,38927,2,0,P|258:214|236:252,1,70
193,140,39200,1,0,0:0:0:0:
193,140,39336,1,0,0:0:0:0:
193,140,39473,2,0,L|122:164,1,70
46,187,39745,5,2,0:0:0:0:
152,317,40018,1,2,0:0:0:0:
235,304,40155,2,0,P|265:284|279:247,1,70,2|2,0:0|0:0,0:0:0:0:
290,86,40564,2,0,P|328:87|356:105,1,70,0|2,0:0|0:0,0:0:0:0:
444,246,40973,5,2,0:0:0:0:
284,295,41245,1,2,0:0:0:0:
284,295,41382,2,0,L|309:146,1,140,0|4,0:0|0:2,0:0:0:0:
417,29,41927,6,0,L|445:57,3,35
466,87,42200,2,0,P|438:148|360:174,1,140,4|4,0:2|0:2,0:0:0:0:
252,58,42745,1,0,0:0:0:0:
154,194,43018,6,0,L|84:240,1,70
154,194,43291,2,0,L|104:120,1,70
154,194,43564,2,0,L|228:144,1,70
154,194,43836,2,0,L|192:252,1,70
244,320,44109,5,4,0:0:0:0:
432,40,44655,1,4,0:0:0:0:
104,104,45200,6,0,L|24:148,1,70,4|0,0:2|0:0,0:0:0:0:
112,188,45473,2,0,L|24:236,1,70,4|0,0:2|0:0,0:0:0:0:
116,276,45745,2,0,L|48:312,1,70,4|0,0:2|0:0,0:0:0:0:
120,360,46018,1,0,0:0:0:0:
236,240,46291,6,0,L|260:200,3,35
272,172,46564,2,0,P|332:148|400:176,1,140,4|4,0:2|0:2,0:0:0:0:
456,332,47109,1,0,0:0:0:0:
289,287,47382,5,0,0:0:0:0:
289,287,47518,1,0,0:0:0:0:
289,287,47655,2,0,L|217:223,1,70
164,197,47927,2,0,P|152:249|170:287,1,70
183,343,48200,2,0,L|99:343,1,70
28,343,48473,5,2,0:0:0:0:
60,178,48745,1,2,0:0:0:0:
123,122,48882,2,0,P|158:111|206:127,1,70,2|0,0:0|0:0,0:0:0:0:
264,268,49291,2,0,L|341:241,1,70,0|2,0:0|0:0,0:0:0:0:
490,194,49700,5,2,0:0:0:0:
461,28,49973,1,2,0:0:0:0:
461,28,50109,2,0,P|385:41|367:100,1,140,0|4,0:0|0:2,0:0:0:0:
291,243,50655,6,0,L|259:272,3,35
237,297,50927,2,0,B|200:274|200:274|160:295|96:288,1,140,4|4,0:2|0:2,0:0:0:0:
21,161,51473,1,0,0:0:0:0:
160,67,51745,6,0,L|192:100,3,35
215,120,52018,2,0,B|269:126|309:105|309:105|346:128,1,140,4|0,0:2|0:0,0:0:0:0:
339,296,52564,2,0,P|366:320|406:331,1,70
407,247,52836,5,4,0:0:0:0:
254,46,53245,1,4,0:0:0:0:
123,152,53518,1,4,0:0:0:0:
231,280,53791,1,0,0:0:0:0:
231,280,53927,1,2,0:0:0:0:
231,280,54064,6,0,L|318:243,1,70,2|2,0:0|0:0,0:0:0:0:
379,257,54337,2,0,P|373:218|345:184,1,70,2|2,0:0|0:0,0:0:0:0:
273,175,54610,2,0,P|287:144|324:123,1,70,2|2,0:0|0:0,0:0:0:0:
110,313,55018,5,4,0:2:0:0:
128,73,59382,6,0,P|113:121|130:171,1,105.000004005432,2|2,0:0|0:0,0:0:0:0:
192,218,59791,2,0,P|210:177|193:120,1,105.000004005432,2|0,0:0|0:0,0:0:0:0:
128,73,60200,1,2,1:2:0:0:
383,73,60473,6,0,P|399:121|382:171,1,105.000004005432,2|0,0:0|0:0,0:0:0:0:
320,218,60882,2,0,P|302:177|319:120,1,105.000004005432,2|0,0:0|0:0,0:0:0:0:
382,74,61291,1,2,1:2:0:0:
256,20,61564,5,6,0:0:0:0:
183,244,61973,2,0,P|255:272|329:242,1,157.500006008148,2|2,0:0|0:0,0:0:0:0:
424,120,62655,6,0,L|459:85,2,35.0000013351441
362,85,62927,2,0,L|362:48,2,35.0000013351441
300,120,63200,2,0,L|265:85,2,35.0000013351441,0|0|0,0:0|0:0|0:0,0:0:0:0:
361,155,63473,1,4,0:2:0:0:
430,310,63745,5,6,0:0:0:0:
263,346,64018,2,2,P|233:323|218:290,1,70,2|2,0:0|0:0,0:0:0:0:
216,210,64291,1,2,0:0:0:0:
239,43,64564,2,0,L|314:24,1,70,0|2,0:0|0:0,0:0:0:0:
390,29,64836,6,2,L|443:106,1,70,0|2,0:0|0:0,0:0:0:0:
428,171,65109,2,0,L|407:203,3,35
379,230,65382,2,0,L|287:221,1,70,0|2,0:0|0:0,0:0:0:0:
274,146,65655,2,0,L|216:194,1,70,0|2,0:0|0:0,0:0:0:0:
166,254,65927,6,0,P|146:283|141:317,1,70,0|2,0:0|0:0,0:0:0:0:
166,254,66200,2,0,P|130:251|98:263,1,70,0|2,0:0|0:0,0:0:0:0:
166,254,66473,2,0,P|150:222|123:200,1,70,0|2,0:0|0:0,0:0:0:0:
166,254,66745,2,0,P|186:225|191:191,1,70,0|2,0:0|0:0,0:0:0:0:
118,70,67018,5,2,0:0:0:0:
286,172,67291,1,2,0:0:0:0:
118,70,67564,6,0,P|103:104|101:148,1,70,4|0,0:2|0:0,0:0:0:0:
286,172,67836,2,0,P|303:140|302:97,1,70,4|0,0:2|0:0,0:0:0:0:
234,24,68109,5,6,0:0:0:0:
177,181,68382,2,2,P|170:216|175:250,1,70,0|2,0:0|0:0,0:0:0:0:
222,321,68655,1,2,0:0:0:0:
388,338,68927,1,2,0:0:0:0:
388,338,69064,1,2,0:0:0:0:
388,338,69200,6,2,L|414:271,1,70,0|2,0:0|0:0,0:0:0:0:
433,190,69473,2,0,L|419:155,3,35
396,122,69745,2,0,P|370:96|330:82,1,70,2|0,0:0|0:0,0:0:0:0:
286,149,70018,2,2,L|256:166,3,35,0|0|2|0,0:0|0:0|0:0|0:0,0:0:0:0:
214,178,70291,6,0,L|194:221,3,35
184,249,70564,2,0,L|113:288,1,70,0|0,0:0|0:0,0:0:0:0:
111,143,70836,6,0,L|124:109,3,35
148,75,71109,2,0,L|215:41,1,70
294,54,71382,6,0,P|270:100|205:123,1,105,4|0,0:2|0:0,0:0:0:0:
248,156,71655,2,0,P|288:128|358:141,1,105,4|0,0:2|0:0,0:0:0:0:
308,196,71927,2,0,L|226:268,1,105,4|0,0:2|0:0,0:0:0:0:
187,257,72200,1,2,0:0:0:0:
44,190,72473,6,2,L|82:130,1,70,0|2,0:0|0:0,0:0:0:0:
65,48,72745,2,0,P|102:48|136:66,1,70,2|2,0:0|0:0,0:0:0:0:
161,140,73018,1,2,0:0:0:0:
312,212,73291,2,0,L|394:212,1,70,2|0,0:0|0:0,0:0:0:0:
465,214,73564,6,2,P|456:247|436:276,1,70,0|2,0:0|0:0,0:0:0:0:
353,290,73836,2,0,L|311:290,3,35
276,297,74109,2,0,P|240:310|207:337,1,70,0|2,0:0|0:0,0:0:0:0:
200,245,74382,2,0,P|156:242|118:230,1,70,0|2,0:0|0:0,0:0:0:0:
74,172,74655,6,0,L|113:101,1,70,0|2,0:0|0:0,0:0:0:0:
125,28,74927,2,0,P|158:37|186:70,1,70,0|2,0:0|0:0,0:0:0:0:
198,144,75200,2,0,L|273:127,1,70,0|2,0:0|0:0,0:0:0:0:
269,44,75473,2,0,L|354:69,1,70,0|2,0:0|0:0,0:0:0:0:
403,113,75745,5,2,0:0:0:0:
380,279,76018,1,2,0:0:0:0:
216,321,76291,2,2,P|182:316|155:291,1,70,0|2,0:0|0:0,0:0:0:0:
109,222,76564,2,0,L|85:170,3,35
103,149,76836,6,0,B|144:118|144:118|185:137|185:137|237:110|303:135,1,210,4|4,0:2|0:2,0:0:0:0:
421,152,77655,6,0,B|426:198|369:231|369:231|393:337,1,210,4|4,0:2|0:2,0:0:0:0:
229,302,78336,1,4,0:0:0:0:
162,250,78473,6,0,L|151:203,3,35
148,174,78745,2,0,L|114:150,3,35
159,33,79155,6,0,B|109:13|63:38|63:38|20:19,2,140,4|4|4,0:2|0:2|0:2,0:0:0:0:
322,73,79973,1,2,0:0:0:0:
322,73,80109,6,6,B|352:104|400:92|400:92|360:164|392:212,1,210,0|4,0:0|0:2,0:2:0:0:
156,144,81200,5,4,0:2:0:0:
96,104,86655,5,4,0:2:0:0:
96,104,86927,2,0,B|144:80|144:80|188:104|188:104|232:80|292:104,1,210,0|4,0:0|0:2,0:0:0:0:
404,204,87882,2,0,L|460:260,1,70,4|4,0:2|0:2,0:0:0:0:
352,148,88155,1,0,0:0:0:0:
420,112,88291,5,4,0:2:0:0:
288,192,88427,2,0,L|204:192,1,70,4|4,0:2|0:2,0:0:0:0:
48,192,88836,2,0,L|80:264,1,70,4|0,0:2|0:0,0:0:0:0:
32,321,89109,6,0,L|20:359,2,35.0000013351441,0|0|0,0:0|0:0|0:0,2:0:0:0:
110,329,89382,2,0,L|129:371,2,35.0000013351441
159,268,89655,2,0,L|218:306,1,52.5000020027161,4|0,0:0|0:0,0:0:0:0:
280,309,89927,5,2,0:0:0:0:
448,314,90200,2,2,P|469:285|472:246,1,70,0|2,0:0|0:0,0:0:0:0:
450,170,90473,2,0,P|432:137|400:121,1,70,0|2,0:0|0:0,0:0:0:0:
323,142,90745,2,2,L|249:153,1,70,0|2,0:0|0:0,0:0:0:0:
170,165,91018,5,2,0:0:0:0:
370,229,91291,1,2,0:0:0:0:
170,164,91564,6,0,P|146:190|130:221,1,70,4|0,0:2|0:0,0:0:0:0:
370,229,91836,2,0,P|398:199|408:162,1,70,4|0,0:2|0:0,0:0:0:0:
400,87,92109,6,0,L|334:59,1,70
301,136,92382,2,0,P|271:116|252:72,1,70
190,31,92655,2,0,L|147:27,3,35
131,62,92927,2,0,L|99:86,3,35
74,114,93200,6,0,L|68:187,1,70
190,166,93473,2,0,L|126:219,1,70
216,293,93745,2,0,L|138:282,1,70
79,255,94018,1,4,0:2:0:0:
244,222,94291,5,2,0:0:0:0:
338,82,94564,2,2,P|365:104|382:137,1,70,0|2,0:0|0:0,0:0:0:0:
412,212,94836,2,0,P|377:218|337:206,1,70,0|2,0:0|0:0,0:0:0:0:
260,207,95109,2,0,P|264:178|292:147,1,70,0|2,0:0|0:0,0:0:0:0:
338,82,95382,5,2,0:0:0:0:
291,278,95655,1,2,0:0:0:0:
338,82,95927,6,0,P|374:83|408:100,1,70,4|0,0:2|0:0,0:0:0:0:
291,278,96200,2,0,P|255:277|221:260,1,70,4|0,0:2|0:0,0:0:0:0:
161,207,96473,5,0,0:0:0:0:
161,207,96609,1,0,0:0:0:0:
160,206,96745,2,0,B|141:165|141:165|149:118|108:80,1,140
61,151,97155,2,0,P|42:180|41:217,1,70
179,308,97564,6,0,P|206:329|245:334,1,70,4|0,0:2|0:0,0:0:0:0:
306,282,97836,2,0,P|278:260|239:255,1,70,4|0,0:2|0:0,0:0:0:0:
179,308,98109,2,0,L|99:308,1,70,4|0,0:2|0:0,0:0:0:0:
306,282,98382,2,0,L|390:282,1,70,4|0,0:2|0:0,0:0:0:0:
460,282,98655,5,2,0:0:0:0:
347,157,98927,2,2,L|271:157,1,70,0|2,0:0|0:0,0:0:0:0:
201,120,99200,2,0,L|256:67,1,70,0|2,0:0|0:0,0:0:0:0:
205,199,99473,2,0,L|259:243,1,70,0|2,0:0|0:0,0:0:0:0:
347,157,99745,5,2,0:0:0:0:
136,164,100018,1,2,0:0:0:0:
347,157,100291,6,0,L|416:157,1,70,4|0,0:2|0:0,0:0:0:0:
136,164,100564,2,0,L|62:164,1,70,4|0,0:2|0:0,0:0:0:0:
21,235,100836,6,0,L|32:270,3,35
56,302,101109,2,0,L|122:323,1,70,0|2,0:0|0:3,0:0:0:0:
158,246,101382,2,0,L|246:241,1,70
247,324,101655,2,0,L|280:334,2,35
349,255,101927,5,0,0:0:0:0:
444,209,102064,2,0,P|458:180|458:137,1,70
414,71,102336,2,0,L|375:54,5,35
339,53,102745,2,0,L|199:61,1,140,0|6,0:0|0:0,0:0:0:0:
39,115,103291,6,2,L|21:192,1,70,0|2,0:0|0:0,0:0:0:0:
5,265,103564,1,0,0:0:0:0:
5,265,103700,1,2,0:0:0:0:
5,266,103836,2,0,P|42:268|87:246,1,70,0|2,0:0|0:0,0:0:0:0:
109,181,104109,6,0,P|151:177|198:181,1,70,0|2,0:0|0:0,0:0:0:0:
251,220,104382,2,0,L|290:229,3,35
324,243,104655,2,0,P|345:264|359:316,1,70,0|2,0:0|0:0,0:0:0:0:
430,343,104927,2,4,L|451:323,7,17.5,4|4|4|4|4|4|4|0,0:2|0:2|0:2|0:2|0:2|0:2|0:2|0:2,0:2:0:0:
452,311,105200,6,0,P|445:255|412:203,1,105
411,254,105473,2,0,P|424:203|465:149,1,105,4|0,0:2|0:0,0:0:0:0:
487,135,105745,1,4,0:2:0:0:
351,35,106018,2,0,L|329:82,3,35,0|0|0|2,0:0|0:0|0:0|0:3,0:0:0:0:
312,102,106291,6,0,P|275:139|222:142,1,105,4|0,0:2|0:0,0:0:0:0:
238,103,106564,2,0,P|200:76|127:78,1,105,4|0,0:2|0:0,0:0:0:0:
115,104,106836,1,4,0:2:0:0:
67,230,107382,6,0,P|98:290|162:313,1,140
162,229,107791,2,0,P|220:248|247:319,1,140
162,313,108200,1,0,0:0:0:0:
70,172,108473,5,4,0:2:0:0:
214,87,108745,1,4,0:2:0:0:
304,228,109018,1,4,0:2:0:0:
162,313,109291,1,4,0:2:0:0:
242,165,109564,6,0,P|284:116|370:99,1,140
397,169,109973,1,0,0:0:0:0:
331,221,110109,2,0,L|246:252,1,70
320,309,110382,2,0,L|386:283,1,70
420,206,110655,5,4,0:2:0:0:
327,66,110927,1,4,0:2:0:0:
164,110,111200,1,4,0:2:0:0:
159,278,111473,1,4,0:2:0:0:
323,309,111745,6,0,L|361:293,3,35,6|0|0|0,0:0|0:0|0:0|0:0,0:0:0:0:
388,269,112018,2,0,L|386:225,3,35,6|0|0|0,0:0|0:0|0:0|0:0,0:0:0:0:
381,191,112291,2,0,B|353:153|295:158|295:158|266:125,1,140,2|6,0:0|0:0,0:0:0:0:
141,12,112836,5,2,0:0:0:0:
141,12,112973,1,0,0:0:0:0:
141,12,113109,2,0,L|119:84,1,70,2|0,0:0|0:0,0:0:0:0:
61,139,113382,2,0,L|7:190,1,70,2|2,0:0|0:0,0:0:0:0:
148,156,113655,2,0,L|198:204,1,70,2|2,0:0|0:0,0:0:0:0:
260,260,113927,6,0,P|297:256|328:230,1,70,2|2,0:0|0:0,0:0:0:0:
261,177,114200,2,0,P|227:183|199:204,1,70,2|2,0:0|0:0,0:0:0:0:
174,284,114473,2,0,L|155:358,2,70,2|2|2,0:0|0:0|0:0,0:0:0:0:
195,117,115018,5,2,0:0:0:0:
195,117,115291,2,0,L|82:31,1,140,2|2,0:0|0:0,0:0:0:0:
175,284,115836,5,4,0:2:0:0:
Natsu
I kinda dislike the light extra thing :(, I prefer just Pantsu's Extra
Gero

Oracle wrote:

00:14:655 (1) - wiggle thingy. i know there's no "hold-section" for them but considering the changes on this map, we probably need to confirm this with QAT. I've changed it for another custom slider so it would be rankable somehow.
00:40:291 (1,2) - ^ Fixed.
00:49:018 (1,2) - part of slider 2 is covered by slider 1. and it's impossible to read or indicate the length/rhythm to me. I've asked for some BATs opinions about that and they said that it's fine so I prefer to keep it as it is now.
01:17:245 (2,3) - ^ ^
Gero's Extra
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Soft
StackLeniency: 0.3
Mode: 0
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 7018,117200
DistanceSpacing: 1.2
BeatDivisor: 4
GridSize: 4
TimelineZoom: 1.6

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Gero's Extra
Source:SOUND VOLTEX II -infinite infection-
Tags:sdvx t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P_A_N Aka EvilElvis Gero Onosakihito DJNightmare Fast Spectator
BeatmapID:404429
BeatmapSetID:-1

[Difficulty]
HPDrainRate:7
CircleSize:4
OverallDifficulty:7
ApproachRate:9
SliderMultiplier:1.6
SliderTickRate:2

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,80,1,0
12473,-76.9230769230769,4,2,0,80,0,0
12677,-76.9230769230769,4,2,0,5,0,0
12745,-76.9230769230769,4,2,0,80,0,0
12950,-76.9230769230769,4,2,0,5,0,0
13018,-76.9230769230769,4,2,0,80,0,0
13564,-100,4,2,0,80,0,0
14655,-76.9230769230769,4,2,0,80,0,0
14859,-76.9230769230769,4,2,0,5,0,0
14927,-76.9230769230769,4,2,0,80,0,0
15132,-76.9230769230769,4,2,0,5,0,0
15200,-76.9230769230769,4,2,0,80,0,0
15405,-76.9230769230769,4,2,0,5,0,0
15473,-76.9230769230769,4,2,0,80,0,0
15745,-100,4,2,0,80,0,0
20109,-100,4,1,0,80,0,0
24132,-100,4,2,0,5,0,0
24200,-76.9230769230769,4,1,0,80,0,0
24473,-100,4,1,0,80,0,0
27745,-76.9230769230769,4,1,0,80,0,0
27950,-76.9230769230769,4,2,0,5,0,0
28018,-76.9230769230769,4,1,0,80,0,0
28223,-76.9230769230769,4,2,0,5,0,0
28291,-76.9230769230769,4,1,0,80,0,0
28495,-76.9230769230769,4,2,0,5,0,0
28564,-76.9230769230769,4,1,0,80,0,0
28836,-100,4,1,0,80,0,0
35109,-200,4,1,0,80,0,0
35382,-100,4,2,0,80,0,0
35927,-200,4,2,0,80,0,0
36336,-200,4,2,0,5,0,0
36473,-76.9230769230769,4,1,0,80,0,0
36677,-76.9230769230769,4,2,0,5,0,0
36745,-76.9230769230769,4,1,0,80,0,0
36950,-76.9230769230769,4,2,0,5,0,0
37018,-76.9230769230769,4,1,0,80,0,0
37223,-76.9230769230769,4,2,0,5,0,0
37291,-76.9230769230769,4,1,0,80,0,0
37564,-100,4,1,0,80,0,0
45200,-76.9230769230769,4,1,0,80,0,0
45405,-76.9230769230769,4,2,0,5,0,0
45473,-76.9230769230769,4,1,0,80,0,0
45677,-76.9230769230769,4,2,0,5,0,0
45745,-76.9230769230769,4,1,0,80,0,0
45950,-76.9230769230769,4,2,0,5,0,0
46018,-76.9230769230769,4,1,0,80,0,0
46291,-100,4,1,0,80,0,0
55018,-200,4,2,0,60,0,0
55564,-181.818181818182,4,2,0,55,0,0
56109,-166.666666666667,4,2,0,50,0,0
56655,-153.846153846154,4,2,0,45,0,0
57200,-142.857142857143,4,2,0,40,0,0
57745,-133.333333333333,4,2,0,35,0,0
58291,-125,4,2,0,30,0,0
58564,-121.951219512195,4,2,0,25,0,0
58836,-117.647058823529,4,2,0,20,0,0
59109,-114.942528735632,4,2,0,15,0,0
59382,-111.111111111111,4,2,0,60,0,0
63473,-66.6666666666667,4,2,0,65,0,0
63745,-83.3333333333333,4,1,0,90,0,1
67564,-71.4285714285714,4,1,0,90,0,1
67768,-71.4285714285714,4,2,0,5,0,1
67836,-71.4285714285714,4,1,0,90,0,1
68041,-71.4285714285714,4,2,0,5,0,1
68109,-83.3333333333333,4,1,0,90,0,1
71382,-71.4285714285714,4,1,0,90,0,1
71586,-71.4285714285714,4,2,0,5,0,1
71655,-71.4285714285714,4,1,0,90,0,1
71859,-71.4285714285714,4,2,0,5,0,1
71927,-71.4285714285714,4,1,0,90,0,1
72132,-71.4285714285714,4,2,0,5,0,1
72200,-71.4285714285714,4,1,0,90,0,1
72473,-83.3333333333333,4,1,0,90,0,1
79973,-90.9090909090909,4,1,0,90,0,0
80143,-90.9090909090909,4,2,0,60,0,0
80348,-90.9090909090909,4,1,0,80,0,0
80416,-90.9090909090909,4,2,0,60,0,0
80484,-90.9090909090909,4,1,0,80,0,0
80552,-90.9090909090909,4,2,0,60,0,0
80757,-90.9090909090909,4,1,0,80,0,0
80825,-90.9090909090909,4,2,0,60,0,0
80893,-90.9090909090909,4,1,0,80,0,0
81200,-200,4,2,0,60,0,0
81745,-181.818181818182,4,2,0,55,0,0
82291,-166.666666666667,4,2,0,50,0,0
82836,-153.846153846154,4,2,0,45,0,0
83382,-142.857142857143,4,2,0,40,0,0
83927,-133.333333333333,4,2,0,35,0,0
84473,-125,4,2,0,30,0,0
84745,-121.951219512195,4,2,0,25,0,0
85018,-117.647058823529,4,2,0,20,0,0
85291,-114.942528735632,4,2,0,15,0,0
85564,-111.111111111111,4,2,0,60,0,0
86109,-111.111111111111,4,2,0,65,0,0
86655,-200,4,2,0,90,0,0
87745,-71.4285714285714,4,2,0,90,0,0
89109,-100,4,2,0,90,0,0
89655,-71.4285714285714,4,1,0,90,0,0
89859,-71.4285714285714,4,2,0,5,0,0
89927,-100,4,1,0,80,0,0
91564,-76.9230769230769,4,1,0,80,0,0
91768,-76.9230769230769,4,2,0,5,0,0
91836,-76.9230769230769,4,1,0,80,0,0
92041,-76.9230769230769,4,2,0,5,0,0
92109,-100,4,1,0,80,0,0
94018,-76.9230769230769,4,1,0,80,0,0
94223,-76.9230769230769,4,2,0,5,0,0
94291,-100,4,1,0,80,0,0
95927,-76.9230769230769,4,1,0,80,0,0
96132,-76.9230769230769,4,2,0,5,0,0
96200,-76.9230769230769,4,1,0,80,0,0
96405,-76.9230769230769,4,2,0,5,0,0
96473,-100,4,1,0,80,0,0
97291,-133.333333333333,4,1,0,80,0,0
97495,-133.333333333333,4,2,0,5,0,0
97564,-76.9230769230769,4,1,0,80,0,0
97768,-76.9230769230769,4,2,0,5,0,0
97836,-76.9230769230769,4,1,0,80,0,0
98041,-76.9230769230769,4,2,0,5,0,0
98109,-76.9230769230769,4,1,0,80,0,0
98655,-100,4,1,0,80,0,0
100291,-76.9230769230769,4,1,0,80,0,0
100495,-76.9230769230769,4,2,0,5,0,0
100564,-76.9230769230769,4,1,0,80,0,0
100768,-76.9230769230769,4,2,0,5,0,0
100836,-100,4,1,0,80,0,0
105473,-76.9230769230769,4,1,0,80,0,0
105677,-76.9230769230769,4,2,0,5,0,0
105745,-76.9230769230769,4,1,0,80,0,0
105950,-76.9230769230769,4,2,0,5,0,0
106018,-100,4,1,0,80,0,0
106291,-76.9230769230769,4,1,0,80,0,0
106495,-76.9230769230769,4,2,0,5,0,0
106564,-76.9230769230769,4,1,0,80,0,0
106768,-76.9230769230769,4,2,0,5,0,0
106836,-76.9230769230769,4,1,0,80,0,0
107041,-76.9230769230769,4,2,0,5,0,0
107109,-76.9230769230769,4,1,0,80,0,0
107314,-76.9230769230769,4,2,0,5,0,0
107382,-100,4,2,0,80,0,0
108473,-76.9230769230769,4,2,0,80,0,0
108677,-76.9230769230769,4,2,0,5,0,0
108745,-76.9230769230769,4,2,0,80,0,0
108950,-76.9230769230769,4,2,0,5,0,0
109018,-76.9230769230769,4,2,0,80,0,0
109291,-100,4,2,0,80,0,0
110655,-76.9230769230769,4,2,0,80,0,0
110859,-76.9230769230769,4,2,0,5,0,0
110927,-76.9230769230769,4,2,0,80,0,0
111132,-76.9230769230769,4,2,0,5,0,0
111200,-76.9230769230769,4,2,0,80,0,0
111405,-76.9230769230769,4,2,0,5,0,0
111473,-100,4,2,0,80,0,0
113382,-166.666666666667,4,2,0,80,0,0
113927,-100,4,2,0,80,0,0
115905,-100,4,2,0,50,0,0
116109,-100,4,2,0,40,0,0
116382,-100,4,2,0,30,0,0
116655,-100,4,2,0,20,0,0
116927,-100,4,2,0,10,0,0
117200,-100,4,2,0,5,0,0


[Colours]
Combo1 : 128,0,255
Combo2 : 255,0,0
Combo3 : 0,255,255
Combo4 : 255,128,64

[HitObjects]
444,100,7018,6,0,B|420:52|364:52|364:52|296:52,1,160,4|0,1:2|0:0,0:0:0:0:
68,100,7427,2,0,B|92:52|148:52|148:52|216:52,1,160,4|0,1:2|0:0,0:0:0:0:
209,156,7836,1,2,0:0:0:0:
185,156,7905,1,2,0:0:0:0:
162,156,7973,1,2,0:0:0:0:
303,156,8109,1,2,0:0:0:0:
327,156,8177,1,0,0:0:0:0:
350,156,8245,1,0,0:0:0:0:
416,236,8382,6,0,B|424:276|424:276|416:316,1,80,2|0,0:0|0:0,0:0:0:0:
350,156,8655,2,0,B|342:116|342:116|350:76,1,80,2|0,0:0|0:0,0:0:0:0:
256,32,8927,1,2,0:0:0:0:
162,77,9064,1,0,0:0:0:0:
162,77,9200,2,0,B|170:116|170:116|162:156,1,80,2|0,0:0|0:0,0:0:0:0:
95,314,9473,2,0,B|88:276|88:276|96:236,1,80,2|0,0:0|0:0,0:0:0:0:
192,276,9745,2,0,P|231:265|256:236,1,80,2|0,0:0|0:0,0:0:0:0:
320,276,10018,2,0,P|281:265|256:236,1,80,2|0,0:0|0:0,0:0:0:0:
174,141,10291,6,0,L|128:141,1,40,2|0,0:0|0:0,0:0:0:0:
194,102,10427,2,0,L|158:74,1,40,0|0,0:0|0:0,0:0:0:0:
228,72,10564,2,0,L|212:28,1,40,2|0,0:0|0:0,0:0:0:0:
284,72,10700,2,0,L|300:28,1,40,0|0,0:0|0:0,0:0:0:0:
318,101,10836,2,0,L|349:76,1,40,2|0,0:0|0:0,0:0:0:0:
338,141,10973,2,0,L|378:141,1,40
324,192,11109,5,6,0:0:0:0:
95,314,11382,6,0,P|54:314|18:291,1,80,4|0,1:2|0:0,0:0:0:0:
76,216,11655,1,0,0:0:0:0:
76,216,11791,2,0,L|212:328,1,160,4|0,1:2|0:0,0:0:0:0:
280,372,12200,1,4,1:2:0:0:
364,324,12336,1,0,0:0:0:0:
492,252,12473,6,0,B|492:204|492:204|484:192|484:192|500:192|500:192|492:180|492:180|492:116,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
400,16,12745,2,0,B|400:80|400:80|408:92|408:92|392:92|392:92|400:104|400:104|400:152,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
304,92,13018,2,0,L|304:66,8,25.9999988098145,6|0|0|0|0|0|0|0|6,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
352,352,13564,6,0,B|360:313|360:313|352:274,1,80,4|0,1:2|0:0,0:0:0:0:
160,274,13836,2,0,B|152:313|152:313|160:352,2,80,0|4|0,0:0|1:2|0:0,0:0:0:0:
256,240,14245,1,0,0:0:0:0:
256,240,14382,2,0,L|256:324,1,80,4|0,1:2|0:0,0:0:0:0:
256,144,14655,6,0,B|248:108|264:80|264:80|248:96|248:96|264:68|256:31,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
340,16,14927,2,0,P|365:88|340:160,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
172,160,15200,2,0,P|147:88|172:16,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
256,31,15473,1,6,0:0:0:0:
484,192,15745,6,0,L|484:112,1,80,2|0,0:0|0:0,0:0:0:0:
408,236,16018,2,0,L|408:316,1,80,2|0,0:0|0:0,0:0:0:0:
328,368,16291,2,0,P|274:368|228:321,1,120,2|0,1:2|0:0,0:0:0:0:
241,248,16564,2,0,P|277:263|300:296,1,80,2|0,0:0|0:0,0:0:0:0:
28,364,16836,6,0,L|28:320,1,40,2|0,0:0|0:0,0:0:0:0:
96,292,16973,2,0,L|96:252,1,40,0|0,0:0|0:0,0:0:0:0:
28,216,17109,2,0,L|28:172,1,40,2|0,0:0|0:0,0:0:0:0:
96,144,17245,2,0,L|96:104,1,40,0|0,0:0|0:0,0:0:0:0:
164,60,17382,6,0,P|96:95|29:60,2,160,2|2|6,1:2|0:0|1:2,0:0:0:0:
204,148,18064,1,0,0:0:0:0:
256,228,18200,1,0,0:0:0:0:
308,148,18336,1,4,1:2:0:0:
148,228,18473,1,0,0:0:0:0:
364,228,18609,1,0,0:0:0:0:
256,64,18745,1,4,1:2:0:0:
204,308,18882,1,0,0:0:0:0:
408,148,19018,5,2,0:0:0:0:
164,60,19291,1,2,0:0:0:0:
204,308,19564,2,0,L|192:332,4,20,2|0|0|0|0,0:0|0:0|0:0|0:0|0:0,0:0:0:0:
256,228,19836,1,2,0:3:0:0:
308,308,19973,1,0,0:0:0:0:
364,228,20109,6,0,P|392:255|403:293,1,80,4|2,0:0|0:3,0:0:0:0:
107,294,20382,2,0,P|118:256|147:228,1,80,0|2,0:0|0:3,0:0:0:0:
256,228,20655,2,0,B|256:196|256:196|252:192|252:192|260:192|260:192|256:188|256:188|256:160,1,80,0|2,0:0|0:3,0:0:0:0:
328,20,20927,2,0,B|328:52|328:52|324:56|324:56|332:56|332:56|328:60|328:60|328:88,1,80,0|2,0:0|0:3,0:0:0:0:
408,148,21200,5,0,0:0:0:0:
468,224,21336,1,2,0:3:0:0:
403,293,21473,2,0,L|432:372,1,80,0|2,0:0|0:3,0:0:0:0:
496,299,21745,2,0,L|467:220,1,80,0|2,0:0|0:3,0:0:0:0:
408,148,22018,2,0,B|352:148|352:148|312:172|312:172|248:172,1,160
172,220,22427,5,2,0:3:0:0:
108,292,22564,2,0,P|98:330|108:368,1,80,0|2,0:0|0:3,0:0:0:0:
255,172,22836,2,0,P|265:134|255:96,2,80,0|2|0,0:0|0:3|0:0,0:0:0:0:
168,132,23245,1,2,0:3:0:0:
84,88,23382,2,0,L|5:72,1,80,0|2,0:0|0:3,0:0:0:0:
94,204,23655,2,0,L|173:220,1,80,0|2,0:0|0:3,0:0:0:0:
372,344,23927,6,0,P|424:344|472:296,1,120,2|0,0:0|0:0,0:0:0:0:
512,224,24200,2,0,B|464:200|424:228|424:228|424:204|424:204|380:240|336:220,1,207.999990478516,6|4,0:0|0:0,0:0:0:0:
255,172,24609,5,2,0:3:0:0:
168,132,24745,2,0,L|196:52,1,80,0|2,0:0|0:3,0:0:0:0:
180,248,25018,2,0,L|153:323,1,80,0|2,0:0|0:3,0:0:0:0:
282,247,25291,2,0,L|255:171,1,80,0|2,0:0|0:3,0:0:0:0:
67,128,25564,2,0,L|95:208,1,80,0|2,0:0|0:3,0:0:0:0:
256,360,25836,5,0,0:0:0:0:
352,372,25973,1,2,0:3:0:0:
436,324,26109,1,0,0:0:0:0:
484,240,26245,1,2,0:3:0:0:
484,143,26382,1,0,0:0:0:0:
436,60,26518,1,2,0:3:0:0:
352,12,26655,5,4,0:3:0:0:
352,12,26723,1,4,0:3:0:0:
352,12,26791,1,6,0:3:0:0:
352,12,26859,1,4,0:3:0:0:
352,12,26927,2,0,B|312:12|312:12|280:44,1,80,4|6,0:3|0:3,0:0:0:0:
356,184,27200,2,0,L|356:104,1,80,4|2,0:3|0:3,0:0:0:0:
264,152,27473,2,0,L|264:232,1,80,4|2,0:3|0:3,0:0:0:0:
28,328,27745,6,2,P|-4:259|28:191,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
108,124,28018,2,2,P|141:192|109:260,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
28,191,28291,2,2,P|-5:123|28:55,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
108,124,28564,2,0,B|144:88|144:88|204:88,1,103.999995239258,4|4,0:3|0:3,0:0:0:0:
497,293,28836,6,0,P|504:332|497:371,1,80,4|2,0:0|0:0,0:0:0:0:
356,184,29109,2,0,P|349:145|356:106,1,80,0|2,0:0|0:0,0:0:0:0:
452,212,29382,2,0,L|392:272,1,80,0|2,0:0|0:0,0:0:0:0:
256,76,29655,2,0,L|316:16,1,80,0|2,0:0|0:0,0:0:0:0:
272,224,29927,6,0,L|212:284,1,80,0|2,0:0|0:0,0:0:0:0:
124,308,30200,1,0,0:0:0:0:
56,240,30336,1,2,0:0:0:0:
56,144,30473,1,0,0:0:0:0:
124,76,30609,1,0,0:0:0:0:
424,112,30745,5,4,0:3:0:0:
460,144,30814,1,4,0:3:0:0:
468,192,30882,1,4,0:3:0:0:
460,240,30950,1,4,0:3:0:0:
424,272,31018,1,4,0:3:0:0:
332,300,31155,5,2,0:0:0:0:
272,224,31291,2,0,B|308:204|308:204|348:204,1,80,0|2,0:0|0:0,0:0:0:0:
332,300,31564,2,0,L|262:338,1,80,0|2,0:0|0:0,0:0:0:0:
206,154,31836,2,0,L|276:116,1,80,0|2,0:0|0:0,0:0:0:0:
352,176,32109,5,0,0:0:0:0:
272,224,32245,1,2,0:0:0:0:
192,280,32382,2,0,B|152:280|152:280|116:304,1,80,0|2,0:0|0:0,0:0:0:0:
180,376,32655,2,0,L|260:376,1,80,0|0,0:0|0:0,0:0:0:0:
72,192,32927,5,4,0:3:0:0:
36,160,32995,1,4,0:3:0:0:
28,112,33064,1,4,0:3:0:0:
36,64,33132,1,4,0:3:0:0:
72,32,33200,1,4,0:3:0:0:
124,112,33336,1,2,0:0:0:0:
192,280,33473,6,0,B|152:280|152:280|116:304,1,80,0|2,0:0|0:0,0:0:0:0:
320,280,33745,2,0,B|360:280|360:280|396:304,1,80,0|2,0:0|0:0,0:0:0:0:
440,192,34018,5,4,0:3:0:0:
476,160,34086,1,4,0:3:0:0:
484,112,34155,1,4,0:3:0:0:
476,64,34223,1,4,0:3:0:0:
440,32,34291,1,4,0:3:0:0:
388,112,34427,1,2,0:0:0:0:
340,192,34564,6,0,L|264:148,1,80,0|2,0:0|0:0,0:0:0:0:
319,72,34836,2,0,L|389:113,1,80,0|2,0:0|0:0,0:0:0:0:
488,276,35109,6,2,B|474:286|474:286|470:298|470:298|460:305|460:305|455:316|455:316|445:323|445:323|438:339|438:339|438:339,1,80,2|6,0:0|3:2,0:0:0:0:
352,376,35518,1,0,0:0:0:0:
256,360,35655,1,0,0:0:0:0:
256,360,35723,1,0,0:0:0:0:
256,360,35791,1,0,0:0:0:0:
172,304,35927,2,0,P|154:249|172:192,1,120,2|0,0:0|0:0,0:0:0:0:
232,24,36473,6,2,L|388:24,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
436,120,36745,2,2,L|280:120,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
324,216,37018,2,2,L|484:216,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
512,304,37291,1,2,0:0:0:0:
512,304,37359,1,0,0:0:0:0:
512,304,37427,1,0,0:0:0:0:
252,296,37564,5,4,0:3:0:0:
216,264,37632,1,4,0:3:0:0:
208,216,37700,1,4,0:3:0:0:
216,168,37768,1,4,0:3:0:0:
252,136,37836,1,4,0:3:0:0:
324,216,37973,1,4,0:3:0:0:
128,288,38109,6,0,P|104:212|128:136,1,160,4|2,0:0|0:2,0:0:0:0:
188,64,38518,1,2,0:2:0:0:
272,20,38655,2,0,P|311:12|349:20,1,80
512,124,38927,2,0,P|472:131|434:123,1,80,0|2,0:0|0:2,0:0:0:0:
450,27,39200,6,0,L|331:134,1,160,2|2,0:2|0:0,0:0:0:0:
256,192,39609,1,2,0:2:0:0:
180,252,39745,2,0,B|194:289|194:289|180:326,1,80,2|0,0:0|0:0,0:0:0:0:
32,228,40018,2,0,B|18:191|18:191|32:154,1,80,2|2,0:0|0:0,0:0:0:0:
188,64,40291,6,0,B|260:64|260:64|276:72|276:72|348:72,1,160,4|0,0:0|0:0,0:0:0:0:
482,320,40700,2,0,B|410:320|410:320|394:312|394:312|324:312,2,160,2|2|2,0:0|0:0|0:0,0:0:0:0:
256,248,41382,6,0,P|220:315|256:383,1,160,4|4,0:0|0:2,0:0:0:0:
324,312,41791,1,0,0:0:0:0:
256,248,41927,1,4,0:3:0:0:
222,214,41995,1,4,0:3:0:0:
187,179,42064,1,4,0:3:0:0:
153,145,42132,1,4,0:3:0:0:
119,111,42200,2,0,L|39:111,1,80,4|4,0:3|0:3,0:0:0:0:
187,43,42473,6,0,P|223:111|188:179,1,160,4|2,0:0|0:2,0:0:0:0:
119,111,42882,1,2,0:2:0:0:
304,72,43018,2,0,P|310:112|304:152,1,80,0|2,0:0|0:2,0:0:0:0:
392,288,43291,2,0,P|386:249|392:210,1,80,2|4,0:2|0:3,0:0:0:0:
460,343,43564,6,0,P|392:379|324:344,1,160,4|2,0:0|0:2,0:0:0:0:
256,280,43973,1,2,0:2:0:0:
187,344,44109,2,0,P|119:380|51:344,1,160,2|2,0:2|0:2,0:0:0:0:
120,287,44518,1,2,0:2:0:0:
184,216,44655,2,0,B|228:216|228:216|256:238|256:238|284:216|284:216|328:216,1,160,2|2,0:2|0:2,0:0:0:0:
392,287,45064,1,0,0:0:0:0:
329,216,45200,6,2,B|360:164|360:164|348:144|348:144|384:80,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
256,8,45473,2,2,L|256:164,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
184,216,45745,2,2,B|153:164|153:164|165:144|165:144|129:80,1,155.999992858887,2|2,0:0|0:1,0:0:0:0:
32,64,46018,1,2,0:0:0:0:
176,340,46291,5,4,0:3:0:0:
208,376,46359,1,4,0:3:0:0:
256,384,46427,1,4,0:3:0:0:
304,376,46495,1,4,0:3:0:0:
336,340,46564,1,4,0:3:0:0:
256,268,46700,1,4,0:3:0:0:
72,184,46836,6,0,B|121:172|133:137|133:137|169:144|202:105,1,160,4|2,0:0|0:2,0:0:0:0:
256,188,47245,1,2,0:2:0:0:
309,105,47382,2,0,B|342:144|378:137|378:137|390:172|440:184,1,160,2|2,0:2|0:2,0:0:0:0:
504,252,47791,1,2,0:2:0:0:
439,184,47927,6,0,L|491:120,1,80,2|0,0:2|0:0,0:0:0:0:
360,44,48200,2,0,L|307:107,1,80,2|2,0:2|0:0,0:0:0:0:
202,105,48473,2,0,L|152:44,1,80,2|2,0:0|0:2,0:0:0:0:
21,122,48745,2,0,L|72:184,1,80,2|2,0:0|0:0,0:0:0:0:
220,336,49018,6,0,P|300:328|303:249,1,160,4|0,0:0|0:0,0:0:0:0:
201,260,49427,2,0,P|217:333|292:336,1,160,2|2,0:0|0:0,0:0:0:0:
376,192,49836,1,0,0:0:0:0:
310,105,49973,1,2,0:0:0:0:
202,105,50109,5,4,0:3:0:0:
202,105,50177,1,4,0:3:0:0:
202,105,50245,1,4,0:3:0:0:
136,192,50382,1,4,0:2:0:0:
201,260,50518,1,2,0:2:0:0:
311,260,50655,5,4,0:3:0:0:
311,260,50723,1,4,0:3:0:0:
311,260,50791,1,4,0:3:0:0:
311,260,50859,1,4,0:3:0:0:
311,260,50927,1,4,0:2:0:0:
376,192,51064,1,2,0:2:0:0:
503,77,51200,6,0,B|443:25|443:25|359:25,1,160,4|0,0:0|0:0,0:0:0:0:
310,105,51609,1,0,0:0:0:0:
376,192,51745,5,4,0:3:0:0:
405,230,51814,1,4,0:3:0:0:
403,278,51882,1,4,0:3:0:0:
386,324,51950,1,4,0:3:0:0:
345,349,52018,1,4,0:3:0:0:
311,260,52155,1,0,0:0:0:0:
201,105,52291,6,0,B|160:105|160:105|132:133,1,80
48,84,52564,2,0,L|104:28,1,80
204,200,52836,6,0,P|232:272|202:344,1,160,4|0,0:2|0:0,0:0:0:0:
136,272,53245,2,0,L|156:104,2,160,4|4|4,0:2|0:2|0:2,0:0:0:0:
384,360,53927,6,0,P|424:360|464:340,1,80,4|0,0:2|0:0,0:0:0:0:
280,184,54200,2,0,P|240:184|200:204,1,80,0|4,0:0|0:2,0:0:0:0:
400,268,54473,2,0,L|416:188,1,80
260,276,54745,2,0,L|244:356,1,80,4|0,0:2|0:0,0:0:0:0:
24,192,55018,5,6,1:2:0:0:
256,24,55291,1,0,0:0:0:0:
488,192,55564,1,2,0:0:0:0:
300,360,55836,1,0,0:0:0:0:
300,360,55973,1,0,0:0:0:0:
300,360,56109,6,0,B|256:378|256:378|212:360,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
392,192,56655,2,0,B|440:172|440:172|488:192,1,103.999995239258,2|0,0:0|0:0,0:0:0:0:
308,104,57200,6,0,P|256:122|204:104,1,111.999996582031,2|0,0:0|0:0,0:0:0:0:
256,28,57609,2,0,P|307:10|359:28,2,111.999996582031,2|2|2,0:0|0:0|0:0,0:0:0:0:
152,192,58291,5,8,0:0:0:0:
256,356,58564,1,8,0:0:0:0:
360,192,58836,1,8,0:0:0:0:
256,28,59109,1,8,0:0:0:0:
80,124,59382,6,0,P|60:192|80:260,1,143.999995605469,4|8,1:2|0:0,0:0:0:0:
152,192,59791,2,0,P|172:124|152:56,1,143.999995605469,4|0,1:2|0:0,0:0:0:0:
80,124,60200,1,8,0:0:0:0:
152,192,60336,1,8,0:0:0:0:
296,352,60473,6,0,B|344:352|344:352|372:324|372:324|432:324,1,143.999995605469,4|8,1:2|0:0,0:0:0:0:
480,236,60882,2,0,L|328:236,1,143.999995605469,4|0,1:2|0:0,0:0:0:0:
368,140,61291,2,0,L|447:140,1,71.9999978027344,8|8,0:0|0:0,0:0:0:0:
320,40,61564,6,0,B|256:73|256:73|192:40,1,143.999995605469,4|0,0:0|0:0,0:0:0:0:
144,140,61973,2,0,P|75:140|22:193,1,143.999995605469,4|2,0:0|0:0,0:0:0:0:
112,236,62382,1,0,0:0:0:0:
204,280,62518,1,2,0:0:0:0:
384,368,62655,5,2,0:0:0:0:
410,341,62745,1,2,0:0:0:0:
437,313,62836,1,2,0:0:0:0:
372,248,62927,5,2,0:0:0:0:
398,221,63018,1,2,0:0:0:0:
425,193,63109,1,2,0:0:0:0:
340,148,63200,5,2,0:0:0:0:
367,120,63291,1,2,0:0:0:0:
393,93,63382,1,2,0:0:0:0:
420,65,63473,6,0,B|377:23|377:23|311:23,1,120.000004577637,4|0,1:0|0:0,0:0:0:0:
244,148,63745,6,0,L|340:148,1,95.9999970703126,6|2,0:0|0:0,0:0:0:0:
200,56,64018,2,0,L|104:56,1,95.9999970703126,2|2,0:0|0:0,0:0:0:0:
22,137,64291,2,0,P|-10:225|22:313,1,191.999994140625,2|2,0:0|0:0,0:0:0:0:
124,364,64700,2,0,L|220:380,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
300,297,64973,5,2,0:0:0:0:
327,302,65041,1,0,0:0:0:0:
354,307,65109,1,2,0:0:0:0:
435,225,65245,1,0,0:0:0:0:
408,220,65314,1,0,0:0:0:0:
381,215,65382,1,2,0:0:0:0:
511,269,65518,6,0,P|525:224|511:179,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
219,249,65791,2,0,P|205:293|219:339,2,95.9999970703126,2|0|2,0:0|0:0|0:0,0:0:0:0:
302,167,66200,1,0,0:0:0:0:
383,85,66336,1,2,0:0:0:0:
300,4,66473,6,0,B|256:24|256:24|212:4,1,95.9999970703126,0|2,0:0|0:0,0:0:0:0:
129,85,66745,1,2,0:0:0:0:
210,167,66882,1,2,0:0:0:0:
404,364,67018,6,0,P|452:364|492:336,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
288,260,67291,2,0,P|240:260|200:288,1,95.9999970703126,2|2,0:0|0:0,0:0:0:0:
272,352,67564,6,0,L|420:272,1,167.999994873047,2|0,0:0|0:0,0:0:0:0:
360,188,67836,2,0,L|508:108,1,167.999994873047,2|0,0:0|0:0,0:0:0:0:
404,64,68109,5,0,0:0:0:0:
304,28,68245,1,0,0:0:0:0:
304,28,68382,2,0,L|204:28,1,95.9999970703126,2|2,0:0|0:0,0:0:0:0:
34,85,68655,2,0,L|130:85,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
210,167,68927,1,2,0:0:0:0:
288,260,69064,2,0,B|338:291|382:263|426:235|474:255,1,191.999994140625,2|2,0:0|0:0,0:0:0:0:
440,368,69473,5,0,0:0:0:0:
440,368,69541,1,0,0:0:0:0:
440,368,69609,1,2,0:0:0:0:
328,160,69745,5,2,0:0:0:0:
328,160,69814,1,0,0:0:0:0:
328,160,69882,1,0,0:0:0:0:
240,368,70018,5,2,0:0:0:0:
240,368,70086,1,0,0:0:0:0:
240,368,70155,1,2,0:0:0:0:
56,176,70291,6,0,L|24:136,1,47.9999985351563,4|4,0:3|0:3,0:0:0:0:
96,84,70427,2,0,L|125:121,1,47.9999985351563,4|4,0:3|0:3,0:0:0:0:
216,84,70564,2,0,L|158:7,1,95.9999970703126,4|0,0:3|0:0,0:0:0:0:
456,208,70836,6,0,L|488:248,1,47.9999985351563,4|4,0:3|0:3,0:0:0:0:
416,300,70973,2,0,L|387:263,1,47.9999985351563,4|4,0:3|0:3,0:0:0:0:
296,300,71109,2,0,L|353:376,1,95.9999970703126,4|0,0:3|0:0,0:0:0:0:
120,228,71382,6,2,P|83:156|120:84,1,167.999994873047,2|2,0:0|0:1,0:0:0:0:
184,160,71655,2,2,B|232:196|232:196|256:196|256:196|280:196|280:196|328:160,1,167.999994873047,2|2,0:0|0:1,0:0:0:0:
392,84,71927,2,2,P|429:156|392:228,1,167.999994873047,2|2,0:0|0:1,0:0:0:0:
328,160,72200,1,6,0:0:0:0:
256,84,72336,1,0,0:0:0:0:
56,292,72473,6,0,P|44:338|56:384,1,95.9999970703126,6|2,0:0|0:0,0:0:0:0:
100,144,72745,2,0,P|112:98|100:52,1,95.9999970703126,2|2,0:0|0:0,0:0:0:0:
0,192,73018,2,0,L|184:256,1,191.999994140625,2|2,0:0|0:0,0:0:0:0:
208,264,73359,1,0,0:0:0:0:
234,273,73427,1,2,0:0:0:0:
388,240,73564,5,0,0:0:0:0:
236,184,73700,1,2,0:0:0:0:
324,320,73836,1,0,0:0:0:0:
324,320,73905,1,0,0:0:0:0:
324,320,73973,1,2,0:0:0:0:
328,160,74109,6,0,B|346:116|346:116|328:72,1,95.9999970703126,0|2,0:0|0:0,0:0:0:0:
148,220,74382,2,0,B|130:264|130:264|148:308,1,95.9999970703126,0|2,0:0|0:0,0:0:0:0:
256,264,74655,1,0,0:0:0:0:
47,220,74791,6,0,P|32:264|48:308,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
96,140,75064,2,0,P|112:96|96:52,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
256,12,75336,5,2,0:0:0:0:
404,84,75473,1,2,0:0:0:0:
256,152,75609,1,2,0:0:0:0:
360,8,75745,2,0,P|404:-8|448:7,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
448,164,76018,2,0,P|403:180|359:164,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
404,84,76291,5,2,0:2:0:0:
492,244,76427,1,2,0:2:0:0:
312,248,76564,1,2,0:2:0:0:
312,248,76632,1,2,0:2:0:0:
312,248,76700,1,2,0:2:0:0:
312,248,76768,1,2,0:2:0:0:
312,248,76836,6,0,B|256:326|256:326|200:248,1,191.999994140625,4|0,0:2|0:0,0:0:0:0:
216,132,77245,2,0,P|296:132|304:32,1,191.999994140625,4|0,0:2|0:0,0:0:0:0:
203,37,77655,2,0,P|208:125|296:132,1,191.999994140625,4|0,0:2|0:0,0:0:0:0:
396,192,78064,5,4,0:2:0:0:
396,192,78132,1,2,0:2:0:0:
396,192,78200,1,2,0:2:0:0:
452,352,78336,1,0,0:0:0:0:
312,248,78473,1,4,0:2:0:0:
484,248,78609,1,2,0:2:0:0:
344,352,78745,1,2,0:2:0:0:
315,141,78882,2,0,P|395:96|475:141,1,191.999994140625,4|2,0:2|0:2,0:0:0:0:
396,280,79291,5,2,0:2:0:0:
228,328,79427,1,2,0:2:0:0:
147,189,79564,1,2,0:2:0:0:
315,141,79700,1,2,0:2:0:0:
396,280,79836,1,2,0:2:0:0:
228,328,79973,1,2,0:2:0:0:
120,100,80109,6,2,B|160:64|212:72|256:100|256:100|300:84|328:20|256:-32|184:20|212:84|256:100|256:100|300:72|352:64|392:100,1,528.000016113282,6|2,0:2|0:0,0:0:0:0:
488,192,81200,5,6,1:2:0:0:
256,360,81473,1,0,0:0:0:0:
24,192,81745,1,2,0:0:0:0:
212,24,82018,1,0,0:0:0:0:
212,24,82155,1,0,0:0:0:0:
212,24,82291,6,0,B|300:64,1,95.9999970703126,2|0,0:0|0:0,0:0:0:0:
335,214,82836,2,0,B|240:172,1,103.999995239258,2|0,0:0|0:0,0:0:0:0:
36,140,83382,6,0,P|18:192|36:244,1,111.999996582031,2|0,0:0|0:0,0:0:0:0:
112,284,83791,2,0,P|58:290|19:329,2,111.999996582031,2|2|2,0:0|0:0|0:0,0:0:0:0:
256,356,84473,5,8,0:0:0:0:
360,192,84745,1,8,0:0:0:0:
256,28,85018,1,8,0:0:0:0:
152,192,85291,1,8,0:0:0:0:
424,256,85564,6,0,P|452:192|424:128,1,143.999995605469,2|2,0:0|0:0,0:0:0:0:
88,256,86109,2,0,P|60:192|88:128,1,143.999995605469,2|2,0:0|0:0,0:0:0:0:
152,192,86518,1,2,0:0:0:0:
216,256,86655,6,0,P|256:372|296:256,1,320,4|2,1:2|0:0,0:0:0:0:
360,192,87882,5,2,0:0:0:0:
296,128,88018,2,0,B|256:233|256:233|216:128,1,223.999993164063,2|2,1:0|0:0,0:0:0:0:
152,192,88427,1,2,0:0:0:0:
88,255,88564,6,0,P|71:307|88:359,1,111.999996582031,2|0,1:0|0:0,0:0:0:0:
423,359,88836,2,0,P|440:307|424:255,1,111.999996582031,4|0,1:2|0:0,0:0:0:0:
360,192,89109,6,0,L|320:232,2,53.3333333333333,2|2|2,0:0|0:0|0:0,0:0:0:0:
484,192,89382,6,0,L|524:152,2,53.3333333333333,2|2|2,0:0|0:0|0:0,0:0:0:0:
420,120,89655,6,2,B|420:88|444:68|444:68|420:68|420:68|396:68|396:68|420:44|420:12,1,167.999994873047,4|0,0:0|0:0,0:0:0:0:
336,8,89927,6,0,B|296:8|296:8|268:36,1,80,4|2,0:0|0:0,0:0:0:0:
200,104,90200,1,0,0:0:0:0:
133,172,90336,2,0,B|150:208|150:208|133:244,1,80,2|0,0:0|0:0,0:0:0:0:
248,384,90609,2,0,B|231:348|231:348|248:312,1,80,2|0,0:0|0:0,0:0:0:0:
336,356,90882,1,2,0:0:0:0:
248,312,91018,6,0,L|168:312,1,80,0|2,0:0|0:0,0:0:0:0:
53,172,91291,2,0,L|133:172,1,80,0|2,0:0|0:0,0:0:0:0:
20,235,91564,6,0,P|-16:171|21:108,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
108,72,91836,2,0,B|168:72|168:72|192:56|192:56|264:56,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
296,140,92109,6,0,B|264:140|264:140|256:144|256:144|256:136|256:136|248:140|248:140|224:140,1,80,2|0,0:3|0:0,0:0:0:0:
225,244,92382,2,0,B|248:244|248:244|256:248|256:248|256:240|256:240|264:244|264:244|296:244,1,80,2|0,0:3|0:0,0:0:0:0:
176,364,92655,6,0,L|124:364,3,40,2|2|2|2,0:2|0:2|0:2|0:2,0:0:0:0:
80,308,92927,2,0,L|28:308,3,40,2|2|2|2,0:2|0:2|0:2|0:2,0:0:0:0:
20,235,93200,5,4,0:2:0:0:
60,60,93336,1,2,0:3:0:0:
208,172,93473,1,2,0:3:0:0:
176,364,93609,1,2,0:3:0:0:
20,235,93745,2,0,L|63:235,3,40,4|4|4|4,0:3|0:3|0:3|0:3,0:0:0:0:
124,184,94018,6,0,B|119:130|161:102|161:102|142:80|142:46,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
228,48,94291,6,0,B|248:40|248:40|260:44|260:44|272:48|272:48|284:52|284:52|308:48,1,80,4|2,0:0|0:0,0:0:0:0:
436,120,94564,2,0,B|416:128|416:128|404:124|404:124|392:120|392:120|380:116|380:116|356:120,1,80,0|2,0:0|0:0,0:0:0:0:
208,172,94836,2,0,B|228:164|228:164|240:168|240:168|252:172|252:172|264:176|264:176|288:172,1,80,0|2,0:0|0:0,0:0:0:0:
440,236,95109,2,0,B|420:228|420:228|408:232|408:232|396:236|396:236|384:240|384:240|360:236,1,80,0|2,0:0|0:0,0:0:0:0:
232,308,95382,2,0,B|252:316|252:316|264:312|264:312|276:308|276:308|288:304|288:304|312:308,1,80,0|2,0:0|0:0,0:0:0:0:
460,360,95654,2,0,B|440:352|440:352|428:356|428:356|416:360|416:360|404:364|404:364|380:360,1,80,0|2,0:0|0:0,0:0:0:0:
124,256,95927,6,0,P|52:256|8:320,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
92,332,96200,2,0,L|204:220,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
136,172,96473,6,0,L|208:100,1,80,4|2,0:3|0:3,0:0:0:0:
288,251,96745,2,0,L|232:308,1,80,4|2,0:3|0:3,0:0:0:0:
92,332,97018,5,2,0:2:0:0:
92,332,97086,1,0,0:0:0:0:
92,332,97155,1,2,0:2:0:0:
92,332,97223,1,0,0:0:0:0:
92,332,97291,2,0,P|48:332|8:304,1,90.0000034332277,2|0,0:2|0:0,0:0:0:0:
73,246,97564,6,0,P|99:174|72:104,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
4,32,97836,2,0,L|164:52,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
220,124,98109,2,0,L|374:143,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
464,192,98382,1,4,0:0:0:0:
464,192,98450,1,0,0:0:0:0:
464,192,98518,1,0,0:0:0:0:
344,56,98655,6,0,L|264:46,1,80,4|2,0:0|0:0,0:0:0:0:
220,124,98927,1,0,0:0:0:0:
344,56,99064,1,2,0:0:0:0:
141,134,99200,6,0,L|221:124,1,80,0|2,0:0|0:0,0:0:0:0:
265,202,99472,1,0,0:0:0:0:
141,134,99609,1,2,0:0:0:0:
344,212,99745,6,0,L|264:202,1,80,0|2,0:0|0:0,0:0:0:0:
220,280,100017,1,0,0:0:0:0:
344,212,100154,1,2,0:0:0:0:
141,289,100291,6,0,L|300:312,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
200,380,100564,2,0,L|41:357,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
0,280,100836,5,2,0:2:0:0:
76,220,100973,1,2,0:2:0:0:
160,172,101109,2,0,P|150:134|160:96,1,80,0|2,0:0|0:2,0:0:0:0:
256,32,101382,6,0,L|308:32,2,40,8|8|8,0:3|0:3|0:3,0:0:0:0:
56,128,101655,2,0,L|0:128,2,40,8|8|8,0:3|0:3|0:3,0:0:0:0:
256,224,101927,1,4,0:0:0:0:
456,128,102064,1,2,0:0:0:0:
256,32,102200,1,2,0:0:0:0:
160,172,102336,6,0,L|176:216,1,40,4|4,0:3|0:3,0:0:0:0:
256,224,102473,2,0,L|272:268,1,40,4|4,0:3|0:3,0:0:0:0:
348,280,102609,2,0,L|364:324,1,40,4|4,0:3|0:3,0:0:0:0:
452,324,102745,6,0,L|409:211,1,120,2|2,3:2|3:2,2:0:0:0:
456,128,103018,5,4,0:0:0:0:
512,48,103155,2,0,B|476:32|476:32|436:32,1,80,2|0,0:0|0:0,0:0:0:0:
376,128,103427,2,0,L|456:128,1,80,2|0,0:0|0:0,0:0:0:0:
336,32,103700,2,0,L|256:32,1,80,2|0,0:0|0:0,0:0:0:0:
155,54,103973,1,2,0:0:0:0:
100,136,104109,2,0,P|89:174|99:212,1,80,0|2,0:0|0:0,0:0:0:0:
308,360,104382,5,4,0:3:0:0:
331,360,104450,1,4,0:3:0:0:
354,360,104518,1,4,0:3:0:0:
377,360,104586,1,4,0:3:0:0:
401,360,104655,1,2,0:0:0:0:
448,276,104791,1,4,0:3:0:0:
484,188,104927,2,0,L|504:192,8,20
155,54,105336,5,2,0:2:0:0:
155,54,105405,1,0,0:0:0:0:
155,54,105473,2,0,B|92:55|92:55|44:55|20:105,1,155.999992858887,2|0,0:2|0:0,0:0:0:0:
100,136,105745,2,0,B|163:135|163:135|211:135|235:85,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
304,44,106018,2,0,L|348:64,3,40,2|2|2|2,0:3|0:3|0:3|0:3,0:0:0:0:
408,116,106291,6,0,B|408:168|408:168|400:184|400:184|416:184|416:184|408:204|408:204|408:256,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
456,336,106564,2,0,P|392:284|320:284,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
260,224,106836,2,0,L|318:368,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
220,352,107109,2,0,L|161:207,1,155.999992858887,4|0,0:0|0:0,0:0:0:0:
100,136,107382,6,0,P|59:136|23:113,1,80,4|0,1:2|0:0,0:0:0:0:
88,44,107655,1,0,0:0:0:0:
88,44,107791,2,0,B|152:44|152:44|172:64|172:64|240:64,1,160,4|0,1:2|0:0,0:0:0:0:
336,80,108200,1,4,1:2:0:0:
404,148,108336,1,0,0:0:0:0:
292,220,108473,6,0,B|292:296|220:296|220:352,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
292,352,108745,2,0,B|292:296|220:296|220:220,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
256,148,109018,2,0,L|256:122,8,25.9999988098145,6|0|0|0|0|0|0|0|6,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
119,284,109564,6,0,B|127:323|127:323|119:362,1,80,4|0,1:2|0:0,0:0:0:0:
60,112,109836,2,0,B|52:73|52:73|60:34,2,80,0|4|0,0:0|1:2|0:0,0:0:0:0:
124,184,110245,1,0,0:0:0:0:
124,184,110382,2,0,L|44:208,1,80,4|0,1:2|0:0,0:0:0:0:
208,248,110655,6,0,L|360:200,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
455,200,110927,2,0,P|481:128|456:56,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
357,56,111200,2,0,P|332:129|357:201,1,155.999992858887,6|0,0:0|0:0,0:0:0:0:
404,284,111473,1,6,0:0:0:0:
200,376,111745,6,0,L|192:336,1,40,2|0,0:0|0:0,0:0:0:0:
116,312,111882,2,0,L|124:272,1,40,0|0,0:0|0:0,0:0:0:0:
208,248,112018,2,0,L|200:208,1,40,2|0,0:0|0:0,0:0:0:0:
124,184,112155,2,0,L|132:144,1,40,0|0,0:0|0:0,0:0:0:0:
200,88,112291,6,0,P|132:123|65:88,1,160,2|0,1:2|0:0,0:0:0:0:
132,20,112700,1,0,0:0:0:0:
312,88,112836,6,0,P|380:123|447:88,1,160,2|0,1:2|0:0,0:0:0:0:
380,20,113245,1,0,0:0:0:0:
256,164,113382,6,0,B|252:180|252:180|260:196|260:196|256:216,3,47.9999985351563,2|0|2|0,0:0|0:0|0:0|0:0,0:0:0:0:
256,304,113927,5,4,1:2:0:0:
344,344,114064,1,0,0:0:0:0:
168,264,114200,1,0,0:0:0:0:
232,192,114336,1,4,1:2:0:0:
100,336,114473,2,0,L|24:300,1,80
160,158,114745,2,0,L|233:193,1,80,4|0,1:2|0:0,0:0:0:0:
256,304,115018,5,2,0:0:0:0:
432,192,115291,1,2,0:0:0:0:
256,80,115564,1,2,0:0:0:0:
80,192,115836,5,6,1:2:0:0:
256,192,115905,12,0,117200,0:0:0:0:
Topic Starter
Fatfan Kolek
Alright then, I think everything is updated now if I'm right. Let's wait for flask and the recheck! :3
Oracle
Thank you very much Gero for understanding! :3
Hanjamon
Hi~ mod request as Fatfan requested

  • d=Don
    D=Big Don
    k=Katsu
    K=Big Katsu
[General]

  • All seems okay
[TK'S Muzukashii]

  • 00:26:655 (123,124,125,126,127) - well this pattern is simple, but at this bpm.. is not hard for a Muzu? maybe delete 00:26:859 (126) - ? ;w;
    00:32:246 (156,157) - control+g? (k d k d) sounds better imo and if you hear slowly.. is the same sound as 00:31:973 (154,155) -
    01:16:019 (81) - change to d? i think sounds better
    01:31:154 (8,9) - control+g? (k d k d) same reason as 00:32:246 (156,157) -
    01:35:518 (32,33) - control+g? (k d k d) same reason ^
    01:39:882 (54,55) - control+g? (k d k d) same reason ^
    01:55:291 (133) - change to k? sounds good imo
[TK'S Oni]

  • 01:16:632 (135) - change to k? (ddkkk) sounds good imo
    01:32:654 (22,23,24,25,26,27,28,29,30) - change to ddkkkkddk? sounds good imo but maybe you want to keep this simple ;w;
    01:55:291 (185) - same as the muzu, change to k? sounds good imo
[Ono's Inner Oni]

  • Hmm.. is a bit weird using 1,30 sv.. at least imo is more fun with 1,40 sv but i know you are using 1,30 sv due to the high bpm >.<
    If you decide to change the sv to 1,40 don't forget to snap this slider 01:26:655 (2) -

    00:09:200 (6) - move to 00:08:927 - and add a d note in 00:09:336 - ? sounds better imo and if you hear slowly you will notice these xxx xxx 1/2
    00:17:518 (3) - change to k? (ddddkkkkddkdk) sounds better imo but i think you want to keep this simple
    01:18:200 (1,1,1,1,1,1,1,1,1) - change to dkdkdkkdk? i think sounds better, dkdkdkdkd sounds a bit weird imo
This is all, good luck to all ^^
Nofool
Hi'
taiko mod request from Fatfan Kolek
tried to be fast, as you asked :c.

[TK'S Muzukashii]
cool diff x_x no much to say.
- 00:05:927 (16) - move this to - 00:05:791 - ? a bit cooler to play imo and for more consistency with - 00:03:473 (4,5) -.
- 00:34:018 - no ddd here 'cause the pattern is too long i guess :c maybe you could add it and then something like - 00:34:564 (170) - tho ? it doesn't sound that bad imo.
- 00:40:836 (24) - i get what pattern you want here, sure about not moving it to - 00:40:700 - ? sounds better when checking, can't tell what is the best while playing.
- 00:49:564 (65) - ^.
- 01:06:200 (18) - mm i know you don't want to miss the beat here but since you follow the melody on most of this part (like at - 01:04:973 - that sounds a bit similar as a counter example), maybe something like : del - 01:06:200 (18,19) - + add k at - 01:06:064 - and - 01:06:336 - could be better :c ?
- 01:14:927 (75) - ^.

[TK'S Oni]
pretty good diff again, gj.
- 00:37:018 (259) - mm no finish here ? because of the others missed at the end of kkds i guess but i think another here is okay tho.
- 00:42:200 (295) - maybe change this to K and del the d before ? it doesn't sound as high as the next K but i think a K is still deserved here.
- 00:46:564 (319) - ^.
- 00:50:927 (346) - ^.

[Ono's Inner Oni]
Gonna mod it since the map owner asked, even tho something from a QAT should be perfect hue. (well thats not a mad mod é_è i wrote what i think even tho im not "experienced")

Some important problem imo :
- Base SV 1,30 ? it is just so uncomfortable to play... if you did it because 220 bpm is considered as "high", i think we are still far from a bpm where we should start lowering the SV x_x (well HD won't be too easy with that SV but still...).
- 00:02:655 (1) - SVx4 here (not only here ofc, just an example)? First the song is still pretty calm so this is not justified, it is not intuitiv and most of the players (even the very best) will miss here and i doubt that a map that you have to play more than once before being able to FC should be ranked (well maybe i am wrong idk). But the real problem is that it is even worse to play when the base SV is lowered, you got an incredibly fast note for no real reason and then a huge amount of slow notes.
- Some part are not mapped at all like the one that starts at - 00:55:018 - where you can easily follow the melody, and then you start to map again on this same melody a bit later at - 00:57:200 -. A bit awkward to play, and this while most of the map looks overmapped (it is an inner tho... as you want).
So as i said, it was pretty uncomfortable to play when i tested it, it also means that it was not really "funny" to play (but well maybe it was intended ? i don't get it if so). Don't want to suggest anything about these 3 things, it all depends on you.

What i could suggest about the structure :
- why not adding d at - 00:18:064 -, - 00:18:473 -, and k at - 00:18:882 - since you did not added finishers on the 4 first d, starting at - 00:17:927 (1) - ? finishers or more notes are
- 00:54:882 - k deserved here, + notes on the whole aprt i mentioned earlier, that starts at - 00:55:018 -. No work on the volum at all, but it is pretty important for this part.
- 01:03:882 (1,2,1,1,2,1) - these xxyx xy patterns do not fit the song and are a bit weird to play (if you just wanted to do something a bit hard it's alright tho). Something like what you did at - 01:12:473 (1,2,1,1,1,2,1) definitrly sounds better.
- 01:07:018 (1,1,2,3,1,1,2) - that patterns sounds better as kdddkdd ,_, i understand the effect created by dkkkdkk + fits the next D but it doesn't really play good imo. same at - 01:15:745 - i guess.
- 01:21:200 - and you mapped this part, why not the similar one earlier then o_o ? and then nothing after - 01:25:564 - x_x ? Im trying to see the effect/why you do that but can't find it yet.
- 01:42:677 - maybe add something (d) here ? no real reasons to break here.
- 01:45:473 - two beats/One beat+a pattern missed here, on purpose i guess but it still feels a bit weird while playing.
- 01:48:473 - not a big fan of that pattern here again, maybe something like ddkkddkk... (or whatever else) could fit better ?

Nothing else that i find important to point, im not a fan of the structure style (i find some part overmapped as i said before, + sometimes the pattern could fit more the song or idk) but the style you used is consistent on (almost) the whole map so it is still alright. I think so you should work more on the volum and SV changes.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Good luck'
Flask
We've changed the stack leniency in fanzhen's diff (raise up one tick), remove source since the balalala sdvx things, standards should be fine now.

I enjoyed the diffs a lot, did you?

TKS

Hanjamon wrote:

Hi~ mod request as Fatfan requested
[TK'S Muzukashii]

  • 00:26:655 (123,124,125,126,127) - well this pattern is simple, but at this bpm.. is not hard for a Muzu? maybe delete 00:26:859 (126) - ? ;w; - this pattern is actually fine because since there is an adequate break. i think that "k k ddd k" is more harder than "kkkkk" lol
    00:32:246 (156,157) - control+g? (k d k d) sounds better imo and if you hear slowly.. is the same sound as 00:31:973 (154,155) - its not better as a flow.
    01:16:019 (81) - change to d? i think sounds better - fixed.
    01:31:154 (8,9) - control+g? (k d k d) same reason as 00:32:246 (156,157) -
    01:35:518 (32,33) - control+g? (k d k d) same reason ^
    01:39:882 (54,55) - control+g? (k d k d) same reason ^
    01:55:291 (133) - change to k? sounds good imo - the pitch is lower than 01:55:564 (134) -
[TK'S Oni]

  • 01:16:632 (135) - change to k? (ddkkk) sounds good imo - fixed.
    01:32:654 (22,23,24,25,26,27,28,29,30) - change to ddkkkkddk? sounds good imo but maybe you want to keep this simple ;w; - changed to ddddkkddk instead.
    01:55:291 (185) - same as the muzu, change to k? sounds good imo

Nofool wrote:

Hi'
taiko mod request from Fatfan Kolek
tried to be fast, as you asked :c.

[TK'S Muzukashii]
cool diff x_x no much to say.
- 00:05:927 (16) - move this to - 00:05:791 - ? a bit cooler to play imo and for more consistency with - 00:03:473 (4,5) -. - some changed pattern. it gets better.
- 00:34:018 - no ddd here 'cause the pattern is too long i guess :c maybe you could add it and then something like - 00:34:564 (170) - tho ? it doesn't sound that bad imo. - there is no ddd already
- 00:40:836 (24) - i get what pattern you want here, sure about not moving it to - 00:40:700 - ? sounds better when checking, can't tell what is the best while playing. - indeed. fixed then.
- 00:49:564 (65) - ^.
- 01:06:200 (18) - mm i know you don't want to miss the beat here but since you follow the melody on most of this part (like at - 01:04:973 - that sounds a bit similar as a counter example), maybe something like : del - 01:06:200 (18,19) - + add k at - 01:06:064 - and - 01:06:336 - could be better :c ? - yes. i did it as almost your way!
- 01:14:927 (75) - ^.

[TK'S Oni]
pretty good diff again, gj.
- 00:37:018 (259) - mm no finish here ? because of the others missed at the end of kkds i guess but i think another here is okay tho. - got it. it sounds good and makes a good flow.
- 00:42:200 (295) - maybe change this to K and del the d before ? it doesn't sound as high as the next K but i think a K is still deserved here. - i would like to keep them because i want to make a gap with Muzukashii so "ddd K" doesnt fit for that reason. ofc, i hate ddddK. :lol:
- 00:46:564 (319) - ^.
- 00:50:927 (346) - ^.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Good luck'
thank you guys for both useful mods! 8-)
https://dl.dropboxusercontent.com/u/263 ... raxxxx.rar
Vhy
hello ~
my friend suggest me this map, and im really interested to mod this owo
let's see what i can do here...

[Fast's Rain]
00:07:427 (1,1) - maybe swap their position? as you can hear on 00:07:018 (1,1) has very loud instrument which i think it should deserve a higher distance. if you do this then don't forget with the stream as well
00:08:109 (5,6) - better to merge these notes to a 1/2 slider with reverse here. this way is matches well with the streams. also the pattern can be reworked a bit to smth like this http://osu.ppy.sh/ss/2294832
00:10:018 (3,4) - why don't just copy paste the slider on 00:09:473 (1) and place on the same x? imo it's better to keep the movement in same equal
00:13:564 (1,2,3) - hmmm change it to smth like this? http://osu.ppy.sh/ss/2294890. imo the slider head should be placed in a timeline where the drum sound is highlighted so the HDash and movement here could be more natural this way
00:17:109 (3) - how about remove this and add stream from 00:16:973 to 00:17:314? you know the music and sb support it well
00:17:655 (5,6,7,8) - if you did above then this stream should be removed since it has nothing to do with the music
00:20:382 (2,3) - movement can be better if you change this to a 1/2 slider straighten to left is better imo
00:21:200 (1,2,3,4) - add whistle? and add finish on (1)? to be comsistency with 00:22:291 (1)
00:22:291 (1,2,3,4) - add whistle same as above
00:26:995 (6) - missing whistle?
00:27:745 (1,1) - how about move to x:32, x:424?
00:31:155 (2,3,4) - the movement could be nicer if you balance the distance tho
00:36:473 (1,2,3,4) - you'd better to make them consistency each other. here i prefer all of them to be a 1/2 long
00:37:564 (1,2,3,4) - imo adding a finish sound fit here more
00:37:836 (5) - remove finish on head
00:38:245 - add note here? or maybe change 00:38:109 (6) to a 1/2 slider better. i don't think leaving a little gap here is good
00:50:382 (1) - hmmm imo player can easily miss the droplet here. a normal curve one would better
00:56:109 (4,1,2,3) - this section is good for a little break. i suggesting a pattern like this http://puu.sh/dbog1.jpg
00:58:291 (1,1,1,1,1) - lol why the distance here is increasing more? it's better to do smth like what i suggest above imo
01:10:564 (5,6) - maybe change it to a 1/2 slider? it connect better with the stream before
01:11:109 (5,6) - same as above
01:11:382 (1,1,1,1,1) - really2 a nice spot for spamming a HDash as the song goes intense at this section
01:14:041 (6,7) - x:344, x:320?
01:25:018 (1) - x:48?
01:26:518 (3,1) - maybe you move this to x:168 to have a nice impact for a HDash, and also you can move 01:26:655 (1) by 2 grid to right to maximize the movement
01:26:927 - how about add a new greenline with volume 60% here to highlight a new instrument here, then lowering it by 5% for each tick on timeline?
01:28:836 (1,2) - lower the distance pls, i found this really hard to catch. this is require a full dash with a nice intuition also with a good sightread too imo.
01:30:473 (2) - ctrl+g it and place to its current position? at least tend to get a normal flow movement one here
01:38:382 (2) - x:288?
01:40:291 (1,2,3,4,1) - try this pattern instead? http://osu.ppy.sh/ss/2295854

awesome... i enjoyed this diff a lot
in general spacing they're seems a bit too much but it's well organized with the pattern you made. good job!

k i need to go college now. will mod spec's later tomorrow, too tired owo

ok go ~

[Spes's Overdose]
highly suggest to down the AR to 9.2 as well as OD for a best performance. reminding that you put some edge jump (well not many) and you know i hate it, this will help much with the readability to that jump.
00:15:472 (1) - uggghh idk why but i keep miss the fruit on tail here. really dunno what to suggest this lol
00:28:291 (1) - lengthen this to 3/4? so it can create a super quick HDash (idk what it called btw) to emphasize the music?
00:30:473 (3,4) - slightly reduce the distance a bit pls to keep the sightread well against the upcoming stream that you made it left curved. the movement could be less rough but it keep the difficult
00:34:564 (2,3) - NC these as most of you did your similar pattern?
00:35:927 (5) - you may convert this into a stream instead
00:53:518 (1) - omg this slider on 00:53:518 (1)... is the shape is intentional? look at the tick position, it's on left while it's head and tail in on right. it's really hard to catch that slider tick due the movement created by the prev slider and followed by a HDash. this is trully a combo breaker xD
01:05:382 (6,7,8,1,2,3) - interesting that you didn't add any HDash here unlike the others
01:16:291 (1) - try x:368?
01:43:291 (2,3) - add HDash?

good as always. nothing much to mention xD

good luck :)

2nd EDIT : oh hi CLSW xD
Len

Vhy wrote:

hello ~
my friend suggest me this map, and im really interested to mod this owo
let's see what i can do here...

[Fast's Rain]
00:07:427 (1,1) - maybe swap their position? as you can hear on 00:07:018 (1,1) has very loud instrument which i think it should deserve a higher distance. if you do this then don't forget with the stream as well hm.. keep it..
00:08:109 (5,6) - better to merge these notes to a 1/2 slider with reverse here. this way is matches well with the streams. also the pattern can be reworked a bit to smth like this http://osu.ppy.sh/ss/2294832 hm.......................
00:10:018 (3,4) - why don't just copy paste the slider on 00:09:473 (1) and place on the same x? imo it's better to keep the movement in same equal k
00:13:564 (1,2,3) - hmmm change it to smth like this? http://osu.ppy.sh/ss/2294890. imo the slider head should be placed in a timeline where the drum sound is highlighted so the HDash and movement here could be more natural this way good >_<
00:17:109 (3) - how about remove this and add stream from 00:16:973 to 00:17:314? you know the music and sb support it well okok
00:17:655 (5,6,7,8) - if you did above then this stream should be removed since it has nothing to do with the music ok remove it
00:20:382 (2,3) - movement can be better if you change this to a 1/2 slider straighten to left is better imo hm.. i don't think so .. so i keep it now
00:21:200 (1,2,3,4) - add whistle? and add finish on (1)? to be comsistency with 00:22:291 (1) ok i add
00:22:291 (1,2,3,4) - add whistle same as above ^
00:26:995 (6) - missing whistle? nope.. Intend
00:27:745 (1,1) - how about move to x:32, x:424? to hard x_x
00:31:155 (2,3,4) - the movement could be nicer if you balance the distance tho can't this cuz no idea im baka x_x
00:36:473 (1,2,3,4) - you'd better to make them consistency each other. here i prefer all of them to be a 1/2 long ye
00:37:564 (1,2,3,4) - imo adding a finish sound fit here more okay good
00:37:836 (5) - remove finish on head ^
00:38:245 - add note here? or maybe change 00:38:109 (6) to a 1/2 slider better. i don't think leaving a little gap here is good hm.. here is good i think
00:50:382 (1) - hmmm imo player can easily miss the droplet here. a normal curve one would better ok i make better maybe
00:56:109 (4,1,2,3) - this section is good for a little break. i suggesting a pattern like this http://puu.sh/dbog1.jpg keep it cuz makes boring..
00:58:291 (1,1,1,1,1) - lol why the distance here is increasing more? it's better to do smth like what i suggest above imo ok i change a little (?
01:10:564 (5,6) - maybe change it to a 1/2 slider? it connect better with the stream before ok
01:11:109 (5,6) - same as above same as above
01:11:382 (1,1,1,1,1) - really2 a nice spot for spamming a HDash as the song goes intense at this section if i get the same mod it, i will o.o
01:14:041 (6,7) - x:344, x:320? nope..
01:25:018 (1) - x:48? change a little 01:24:473 (1,1,1,1) - but not x48 ;w;
01:26:518 (3,1) - maybe you move this to x:168 to have a nice impact for a HDash, and also you can move 01:26:655 (1) by 2 grid to right to maximize the movement keep it ! ;w;
01:26:927 - how about add a new greenline with volume 60% here to highlight a new instrument here, then lowering it by 5% for each tick on timeline? add
01:28:836 (1,2) - lower the distance pls, i found this really hard to catch. this is require a full dash with a nice intuition also with a good sightread too imo. ok fix it
01:30:473 (2) - ctrl+g it and place to its current position? at least tend to get a normal flow movement one here ok i change 01:30:200 - ~ 01:31:155 -
01:38:382 (2) - x:288? move x236 zz
01:40:291 (1,2,3,4,1) - try this pattern instead? http://osu.ppy.sh/ss/2295854 cant open.. x.x

awesome... i enjoyed this diff a lot
in general spacing they're seems a bit too much but it's well organized with the pattern you made. good job!

k i need to go college now. will mod spec's later when i back home tomorrow, too tired owo
thanks !

code
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Normal
StackLeniency: 0.2
Mode: 2
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 11382,28564,35382,37564,55018,70155,74927,90200,107109
DistanceSpacing: 1.6
BeatDivisor: 4
GridSize: 4
TimelineZoom: 2.699999

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Fast's Rain
Source:
Tags:t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P_A_N Aka EvilElvis Gero Onosakihito DJNightmare Fast Spectator
BeatmapID:517720
BeatmapSetID:139525

[Difficulty]
HPDrainRate:5.3
CircleSize:3.5
OverallDifficulty:9
ApproachRate:9
SliderMultiplier:1.97
SliderTickRate:1

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,75,1,0
7018,-100,4,1,0,75,0,0
7836,-100,4,2,0,75,0,0
8109,-76.9230769230769,4,1,0,75,0,0
8245,-100,4,2,0,75,0,0
8518,-100,4,1,0,75,0,0
8655,-100,4,2,0,75,0,0
8927,-100,4,1,0,75,0,0
9064,-100,4,2,0,75,0,0
9200,-100,4,1,0,75,0,0
9609,-100,4,2,0,75,0,0
9745,-100,4,1,0,75,0,0
9882,-100,4,2,0,75,0,0
10018,-100,4,1,0,75,0,0
11109,-58.8235294117647,4,1,0,75,0,0
11245,-66.6666666666667,4,2,0,75,0,0
11382,-100,4,1,0,75,0,0
11518,-100,4,2,0,75,0,0
11791,-100,4,1,0,75,0,0
11927,-100,4,2,0,75,0,0
12200,-100,4,1,0,75,0,0
12336,-100,4,2,0,75,0,0
12473,-100,4,1,0,75,0,0
12541,-100,4,2,0,40,0,0
12609,-100,4,1,0,60,0,0
12745,-100,4,1,0,75,0,0
12882,-100,4,1,0,60,0,0
13018,-100,4,1,0,75,0,0
13086,-100,4,2,0,40,0,0
13155,-100,4,1,0,60,0,0
13291,-100,4,1,0,75,0,0
13359,-100,4,2,0,40,0,0
13427,-100,4,1,0,60,0,0
13564,-100,4,1,0,75,0,0
13700,-100,4,2,0,75,0,0
13973,-100,4,1,0,75,0,0
14109,-100,4,2,0,75,0,0
14382,-100,4,1,0,75,0,0
14518,-100,4,2,0,75,0,0
14655,-83.3333333333333,4,1,0,75,0,0
14791,-100,4,1,0,60,0,0
14927,-100,4,1,0,75,0,0
15064,-100,4,1,0,60,0,0
15200,-100,4,1,0,75,0,0
15336,-100,4,1,0,60,0,0
15473,-83.3333333333333,4,1,0,75,0,0
15609,-100,4,2,0,60,0,0
15745,-100,4,1,1,75,0,0
15882,-100,4,2,0,75,0,0
16291,-100,4,1,1,80,0,0
16427,-100,4,2,0,80,0,0
16564,-100,4,1,0,70,0,0
16700,-100,4,2,0,80,0,0
16836,-100,4,1,0,80,0,0
16905,-100,4,2,0,80,0,0
17382,-100,4,1,1,80,0,0
17518,-100,4,2,0,80,0,0
17927,-100,4,2,1,80,0,0
18064,-100,4,2,0,80,0,0
18200,-100,4,2,1,65,0,0
18336,-100,4,3,0,80,0,0
18473,-100,4,2,0,80,0,0
18745,-100,4,3,0,80,0,0
18882,-100,4,2,0,80,0,0
19018,-100,4,1,0,80,0,0
19291,-100,4,2,0,80,0,0
19836,-50,4,1,0,80,0,0
20109,-100,4,1,1,80,0,1
20177,-100,4,1,1,80,0,0
20791,-100,4,2,0,80,0,0
20927,-100,4,1,1,80,0,0
21064,-100,4,2,0,80,0,0
21200,-100,4,1,1,80,0,0
21268,-100,4,2,0,80,0,0
21473,-100,4,1,1,80,0,0
21609,-100,4,2,0,80,0,0
21745,-100,4,1,1,80,0,0
21882,-100,4,2,0,80,0,0
22018,-100,4,1,1,80,0,0
22155,-100,4,2,0,80,0,0
22291,-100,4,1,1,80,0,0
22359,-100,4,2,0,80,0,0
22564,-100,4,1,1,80,0,0
22700,-100,4,2,0,80,0,0
22836,-100,4,1,1,80,0,0
22973,-100,4,2,0,80,0,0
23109,-100,4,1,1,80,0,0
23518,-100,4,2,0,80,0,0
23655,-100,4,1,1,80,0,0
23791,-100,4,2,0,80,0,0
24200,-50,4,1,0,80,0,0
24473,-100,4,1,1,80,0,0
25155,-100,4,2,0,80,0,0
25291,-100,4,1,1,80,0,0
25427,-100,4,2,1,80,0,0
25564,-100,4,1,1,80,0,0
25700,-100,4,2,0,80,0,0
25836,-100,4,1,1,80,0,0
25973,-100,4,2,0,80,0,0
26109,-100,4,1,1,80,0,0
26245,-100,4,2,0,80,0,0
26382,-100,4,1,1,80,0,0
26518,-100,4,2,0,80,0,0
26655,-100,4,1,1,40,0,0
26927,-100,4,1,1,35,0,0
27200,-100,4,1,1,30,0,0
27336,-100,4,1,1,20,0,0
27473,-100,4,2,0,75,0,0
27745,-100,4,1,0,80,0,0
28291,-100,4,2,0,80,0,0
28564,-100,4,2,1,80,0,0
28836,-100,4,1,1,75,0,0
29109,-100,4,1,1,75,0,0
29245,-100,4,2,0,75,0,0
29382,-100,4,1,1,75,0,0
29518,-100,4,2,0,75,0,0
29655,-100,4,1,1,75,0,0
29791,-100,4,2,0,75,0,0
29927,-100,4,1,1,75,0,0
30064,-100,4,2,0,75,0,0
30200,-100,4,1,1,75,0,0
31427,-100,4,2,0,75,0,0
31564,-100,4,1,1,75,0,0
31700,-100,4,2,0,75,0,0
31836,-100,4,1,1,75,0,0
31973,-100,4,2,0,75,0,0
32109,-100,4,1,1,75,0,0
32245,-100,4,2,0,75,0,0
32382,-100,4,1,1,75,0,0
32518,-100,4,2,0,75,0,0
32655,-100,4,1,1,75,0,0
32927,-100,4,2,1,75,0,0
33200,-100,4,1,1,75,0,0
33609,-100,4,2,0,75,0,0
33745,-100,4,1,1,75,0,0
33882,-100,4,2,0,75,0,0
34018,-100,4,3,0,75,0,0
34291,-100,4,1,1,75,0,0
34700,-100,4,2,0,75,0,0
34836,-100,4,1,1,75,0,0
34973,-100,4,2,0,75,0,0
35109,-100,4,1,0,75,0,0
35382,-100,4,1,1,60,0,0
35518,-111.111111111111,4,2,0,60,0,0
35995,-100,4,2,0,5,0,0
36405,-100,4,2,0,40,0,0
36473,-100,4,1,0,80,0,0
36677,-100,4,2,0,80,0,0
36745,-100,4,1,0,80,0,0
36950,-100,4,2,0,80,0,0
37018,-100,4,1,0,80,0,0
37155,-100,4,2,0,80,0,0
37291,-100,4,1,0,80,0,0
37427,-100,4,2,0,80,0,0
37564,-100,4,3,0,80,0,0
37836,-100,4,2,0,75,0,0
38109,-100,4,1,1,75,0,1
38177,-100,4,2,0,75,0,0
38382,-71.4285714285714,4,2,0,80,0,0
38655,-100,4,1,1,50,0,0
38723,-100,4,2,0,50,0,0
38791,-100,4,1,0,60,0,0
38859,-100,4,2,0,60,0,0
38927,-100,4,3,0,70,0,0
38995,-100,4,2,0,70,0,0
39064,-100,4,1,0,75,0,0
39132,-100,4,2,0,75,0,0
39200,-71.4285714285714,4,1,1,80,0,0
39336,-71.4285714285714,4,2,0,75,0,0
39473,-71.4285714285714,4,1,1,80,0,0
39609,-100,4,1,0,60,0,0
39745,-100,4,1,0,70,0,0
40291,-100,4,1,1,75,0,0
40427,-100,4,2,0,40,0,0
40700,-100,4,2,0,75,0,0
40836,-100,4,2,1,40,0,0
40973,-100,4,1,0,50,0,0
41041,-100,4,2,0,50,0,0
41109,-100,4,3,0,60,0,0
41177,-100,4,2,0,60,0,0
41245,-100,4,1,0,70,0,0
41314,-100,4,2,0,70,0,0
41382,-100,4,1,1,75,0,0
41586,-100,4,2,0,40,0,0
41655,-62.5,4,1,0,75,0,0
41859,-100,4,2,0,75,0,0
41927,-100,4,1,0,75,0,0
42336,-100,4,2,0,75,0,0
42473,-100,4,1,0,75,0,0
42609,-100,4,2,0,75,0,0
42745,-100,4,1,0,75,0,0
42882,-100,4,2,0,75,0,0
43018,-100,4,1,1,75,0,0
43086,-100,4,2,0,75,0,0
43155,-100,4,1,0,75,0,0
43223,-100,4,2,0,75,0,0
43291,-100,4,3,0,75,0,0
43427,-100,4,1,0,75,0,0
43564,-100,4,1,1,75,0,0
43700,-100,4,2,0,75,0,0
43836,-100,4,1,1,75,0,0
43973,-100,4,1,0,60,0,0
44177,-100,4,2,0,5,0,0
44655,-100,4,2,0,20,0,0
44791,-100,4,2,0,30,0,0
44927,-100,4,2,0,45,0,0
45064,-100,4,2,0,70,0,0
45200,-66.6666666666667,4,1,0,75,0,0
45336,-100,4,1,0,60,0,0
45473,-100,4,1,0,75,0,0
45541,-100,4,2,0,40,0,0
45609,-100,4,1,0,60,0,0
45745,-66.6666666666667,4,1,0,75,0,0
45882,-100,4,1,0,60,0,0
46018,-76.9230769230769,4,1,0,75,0,0
46086,-100,4,2,0,40,0,0
46155,-100,4,2,0,60,0,0
46291,-100,4,1,0,75,0,0
46564,-100,4,2,0,75,0,0
46836,-100,4,1,1,75,0,0
47109,-100,4,2,0,80,0,0
47382,-100,4,1,1,50,0,0
47518,-100,4,1,0,60,0,0
47655,-100,4,3,0,70,0,0
47791,-100,4,1,0,75,0,0
47927,-100,4,1,1,80,0,0
48064,-100,4,2,0,75,0,0
48200,-100,4,1,1,80,0,0
48336,-100,4,1,0,60,0,0
48473,-100,4,1,0,70,0,0
48745,-100,4,1,0,75,0,0
48814,-100,4,2,0,40,0,0
49018,-100,4,1,1,75,0,0
49155,-100,4,2,0,40,0,0
49427,-100,4,2,0,75,0,0
49564,-100,4,2,1,40,0,0
49700,-100,4,1,0,50,0,0
49836,-100,4,3,0,60,0,0
49973,-100,4,1,0,70,0,0
50109,-66.6666666666667,4,1,1,75,0,0
50245,-66.6666666666667,4,2,0,40,0,0
50382,-50,4,1,0,75,0,0
50655,-100,4,1,0,75,0,0
51609,-100,4,2,0,50,0,0
51745,-100,4,1,0,50,0,0
52018,-100,4,3,0,60,0,0
52086,-100,4,2,0,60,0,0
52155,-100,4,1,0,70,0,0
52291,-100,4,1,1,80,0,0
52427,-100,4,2,0,75,0,0
52564,-100,4,1,1,80,0,0
52700,-100,4,1,0,60,0,0
52836,-66.6666666666667,4,1,0,75,0,0
53791,-50,4,1,0,60,0,0
53927,-100,4,2,1,80,0,0
54064,-50,4,2,0,80,0,0
54200,-50,4,2,1,65,0,0
54336,-50,4,3,0,80,0,0
54473,-50,4,2,0,80,0,0
54745,-66.6666666666667,4,3,0,80,0,0
54882,-50,4,2,0,40,0,0
55018,-50,4,1,0,75,0,0
55291,-133.333333333333,4,2,0,60,0,0
55836,-71.4285714285714,4,2,0,60,0,0
55973,-133.333333333333,4,2,0,30,0,0
56109,-133.333333333333,4,2,0,60,0,0
57200,-133.333333333333,4,2,0,50,0,0
57336,-133.333333333333,4,2,0,40,0,0
57473,-133.333333333333,4,2,0,30,0,0
57609,-76.9230769230769,4,2,0,50,0,0
57882,-133.333333333333,4,2,0,30,0,0
58155,-133.333333333333,4,2,0,20,0,0
58291,-133.333333333333,4,2,0,58,0,0
58564,-133.333333333333,4,2,0,48,0,0
58836,-133.333333333333,4,2,0,38,0,0
59109,-133.333333333333,4,2,0,28,0,0
59382,-100,4,1,1,60,0,0
59791,-100,4,2,0,40,0,0
59927,-100,4,1,1,60,0,0
60064,-100,4,2,0,40,0,0
60200,-100,4,1,1,60,0,0
60336,-100,4,1,0,40,0,0
60473,-100,4,1,1,60,0,0
60882,-100,4,2,0,40,0,0
61018,-100,4,3,1,60,0,0
61155,-100,4,2,0,40,0,0
61291,-100,4,3,0,60,0,0
61427,-100,4,2,0,40,0,0
61564,-100,4,1,0,60,0,0
61973,-100,4,1,1,65,0,0
62245,-100,4,2,0,75,0,0
62518,-100,4,1,0,40,0,0
62655,-100,4,1,1,75,0,0
62745,-100,4,2,0,40,0,0
63473,-50,4,1,0,75,0,0
63745,-83.3333333333333,4,1,1,75,0,1
64291,-83.3333333333333,4,1,0,75,0,1
64427,-83.3333333333333,4,2,0,75,0,1
64564,-83.3333333333333,4,1,1,75,0,1
64700,-83.3333333333333,4,2,0,75,0,1
64836,-83.3333333333333,4,1,1,75,0,1
64973,-83.3333333333333,4,2,0,75,0,1
65109,-83.3333333333333,4,1,1,75,0,1
65245,-83.3333333333333,4,2,0,75,0,1
65382,-83.3333333333333,4,1,1,75,0,1
65518,-83.3333333333333,4,2,0,75,0,1
65655,-83.3333333333333,4,1,1,75,0,1
65791,-83.3333333333333,4,2,0,75,0,1
65927,-83.3333333333333,4,1,1,75,0,1
66064,-83.3333333333333,4,2,0,75,0,1
66200,-83.3333333333333,4,1,1,75,0,1
66336,-83.3333333333333,4,2,0,75,0,1
66473,-83.3333333333333,4,1,1,75,0,1
66609,-83.3333333333333,4,2,0,75,0,1
66745,-83.3333333333333,4,1,1,75,0,1
66882,-83.3333333333333,4,2,0,75,0,1
67018,-83.3333333333333,4,1,1,75,0,1
67155,-83.3333333333333,4,2,0,75,0,1
67291,-83.3333333333333,4,1,1,75,0,1
67427,-83.3333333333333,4,2,0,75,0,1
67564,-83.3333333333333,4,1,1,75,0,1
67836,-83.3333333333333,4,1,1,80,0,1
68109,-83.3333333333333,4,1,1,75,0,1
68518,-83.3333333333333,4,2,0,75,0,1
68655,-83.3333333333333,4,1,1,75,0,1
68791,-83.3333333333333,4,2,0,75,0,1
68927,-83.3333333333333,4,1,1,75,0,1
69064,-83.3333333333333,4,2,0,75,0,1
69200,-83.3333333333333,4,1,1,75,0,1
69336,-83.3333333333333,4,2,0,75,0,1
69473,-83.3333333333333,4,1,1,75,0,1
69609,-83.3333333333333,4,2,0,75,0,1
69745,-83.3333333333333,4,1,1,75,0,1
69882,-83.3333333333333,4,2,0,75,0,1
70018,-83.3333333333333,4,1,1,75,0,1
70291,-83.3333333333333,4,2,0,75,0,1
70564,-71.4285714285714,4,1,0,75,0,1
70836,-83.3333333333333,4,2,0,75,0,1
71109,-76.9230769230769,4,1,0,75,0,1
71382,-83.3333333333333,4,2,0,100,0,1
71518,-83.3333333333333,4,2,0,75,0,1
71655,-83.3333333333333,4,2,0,100,0,1
71791,-83.3333333333333,4,2,0,75,0,1
71927,-83.3333333333333,4,2,0,100,0,1
72064,-83.3333333333333,4,2,0,75,0,1
72200,-83.3333333333333,4,1,0,75,0,1
72336,-83.3333333333333,4,2,0,75,0,1
72473,-83.3333333333333,4,1,1,75,0,1
72609,-83.3333333333333,4,2,0,75,0,1
72745,-83.3333333333333,4,1,1,75,0,1
72882,-83.3333333333333,4,2,0,75,0,1
73018,-83.3333333333333,4,1,1,75,0,1
73155,-83.3333333333333,4,2,0,75,0,1
73291,-83.3333333333333,4,1,1,75,0,1
73427,-83.3333333333333,4,2,0,75,0,1
73564,-83.3333333333333,4,1,1,75,0,1
73700,-83.3333333333333,4,2,0,75,0,1
73836,-83.3333333333333,4,1,1,75,0,1
73905,-83.3333333333333,4,2,0,75,0,1
74109,-83.3333333333333,4,1,1,75,0,1
74245,-83.3333333333333,4,2,0,75,0,1
74382,-83.3333333333333,4,1,1,75,0,1
74518,-83.3333333333333,4,2,0,75,0,1
74655,-83.3333333333333,4,1,1,75,0,1
74791,-83.3333333333333,4,2,0,75,0,1
74927,-83.3333333333333,4,1,1,75,0,1
75064,-83.3333333333333,4,2,0,75,0,1
75200,-83.3333333333333,4,1,1,75,0,1
75336,-83.3333333333333,4,2,0,75,0,1
75473,-83.3333333333333,4,1,1,75,0,1
75609,-83.3333333333333,4,2,0,75,0,1
75745,-83.3333333333333,4,1,1,75,0,1
75814,-83.3333333333333,4,2,0,75,0,1
76018,-83.3333333333333,4,1,1,75,0,1
76155,-83.3333333333333,4,2,0,75,0,1
76291,-83.3333333333333,4,1,1,50,0,1
76564,-83.3333333333333,4,2,0,75,0,1
76836,-83.3333333333333,4,1,1,75,0,1
76973,-83.3333333333333,4,2,0,75,0,1
77245,-83.3333333333333,4,1,1,75,0,1
77382,-83.3333333333333,4,2,0,75,0,1
77655,-52.6315789473684,4,1,1,75,0,1
77791,-83.3333333333333,4,2,0,75,0,1
78064,-50,4,1,1,75,0,1
78200,-83.3333333333333,4,2,0,75,0,1
78336,-83.3333333333333,4,1,1,75,0,1
78609,-83.3333333333333,4,2,0,75,0,1
78745,-83.3333333333333,4,1,1,65,0,1
78882,-83.3333333333333,4,2,0,75,0,1
79155,-83.3333333333333,4,1,1,65,0,1
79291,-83.3333333333333,4,2,0,65,0,1
79427,-83.3333333333333,4,1,1,65,0,1
79564,-83.3333333333333,4,2,0,65,0,1
79700,-83.3333333333333,4,1,0,65,0,1
79836,-83.3333333333333,4,2,0,65,0,1
80109,-100,4,1,0,75,0,0
80143,-100,4,2,0,40,0,0
80927,-62.5,4,1,0,75,0,0
81473,-133.333333333333,4,2,0,75,0,0
81609,-133.333333333333,4,2,0,40,0,0
81745,-133.333333333333,4,2,0,60,0,0
82155,-133.333333333333,4,2,0,30,0,0
82291,-133.333333333333,4,2,0,60,0,0
82564,-133.333333333333,4,2,0,40,0,0
82836,-133.333333333333,4,2,0,60,0,0
83109,-133.333333333333,4,2,0,40,0,0
83382,-133.333333333333,4,2,0,60,0,0
83655,-133.333333333333,4,2,0,40,0,0
83791,-133.333333333333,4,2,0,40,0,0
84064,-133.333333333333,4,2,0,35,0,0
84473,-133.333333333333,4,2,0,58,0,0
84745,-100,4,2,0,48,0,0
85018,-100,4,2,0,38,0,0
85291,-100,4,2,0,28,0,0
85564,-100,4,2,0,60,0,0
85836,-100,4,2,0,40,0,0
86655,-100,4,1,0,90,0,0
86689,-100,4,2,0,40,0,0
86723,-100,4,2,0,35,0,0
86757,-100,4,2,0,30,0,0
86791,-100,4,2,0,25,0,0
86825,-100,4,2,0,20,0,0
86859,-100,4,2,0,15,0,0
86893,-100,4,2,0,10,0,0
86927,-100,4,2,0,58,0,0
86961,-100,4,2,0,38,0,0
86995,-100,4,2,0,34,0,0
87030,-100,4,2,0,30,0,0
87064,-100,4,2,0,26,0,0
87098,-100,4,2,0,22,0,0
87132,-100,4,2,0,28,0,0
87166,-100,4,2,0,14,0,0
87200,-100,4,2,0,10,0,0
87405,-100,4,2,0,30,0,0
87473,-100,4,2,0,40,0,0
87745,-100,4,1,1,40,0,0
88018,-66.6666666666667,4,1,0,85,0,0
88155,-66.6666666666667,4,2,0,85,0,0
88291,-100,4,1,1,40,0,0
88564,-66.6666666666667,4,1,0,85,0,0
88700,-66.6666666666667,4,2,0,85,0,0
88836,-66.6666666666667,4,1,1,70,0,0
89109,-66.6666666666667,4,2,0,50,0,0
89200,-66.6666666666667,4,2,0,15,0,0
89382,-66.6666666666667,4,2,0,50,0,0
89473,-66.6666666666667,4,2,0,15,0,0
89655,-66.6666666666667,4,1,1,60,0,0
89927,-66.6666666666667,4,1,1,80,0,0
90200,-100,4,1,1,75,0,0
90336,-100,4,2,0,75,0,0
90473,-100,4,1,1,75,0,0
90609,-100,4,2,0,75,0,0
90745,-100,4,1,1,75,0,0
90882,-100,4,2,0,75,0,0
91018,-100,4,1,1,75,0,0
91155,-100,4,2,0,75,0,0
91291,-100,4,1,1,75,0,0
91427,-100,4,2,0,75,0,0
91564,-100,4,1,1,75,0,0
91836,-66.6666666666667,4,1,1,75,0,0
91973,-50,4,2,0,75,0,0
92109,-100,4,1,1,75,0,0
92382,-100,4,2,0,75,0,0
92655,-100,4,2,0,40,0,0
93200,-100,4,1,1,40,0,0
93268,-100,4,2,0,40,0,0
93336,-100,4,1,0,40,0,0
93405,-100,4,2,0,40,0,0
93473,-100,4,3,0,40,0,0
93541,-100,4,2,0,40,0,0
93609,-100,4,1,0,40,0,0
93677,-100,4,2,0,40,0,0
93745,-66.6666666666667,4,1,1,40,0,0
94018,-100,4,1,1,75,0,0
94700,-100,4,2,0,75,0,0
94836,-100,4,1,1,75,0,0
94973,-100,4,2,0,75,0,0
95109,-100,4,1,1,75,0,0
95245,-100,4,2,0,75,0,0
95382,-100,4,1,1,75,0,0
95518,-100,4,2,0,75,0,0
95655,-100,4,1,1,75,0,0
95927,-100,4,1,1,80,0,0
96473,-76.9230769230769,4,1,1,65,0,0
97018,-100,4,1,0,40,0,0
97223,-100,4,2,0,30,0,0
97564,-66.6666666666667,4,1,0,65,0,0
97700,-66.6666666666667,4,2,0,65,0,0
97836,-66.6666666666667,4,1,0,65,0,0
97973,-66.6666666666667,4,2,0,65,0,0
98109,-66.6666666666667,4,1,0,65,0,0
98382,-66.6666666666667,4,1,0,70,0,0
98655,-100,4,1,1,75,0,0
99064,-100,4,2,0,75,0,0
99200,-100,4,1,1,75,0,0
99336,-100,4,2,0,75,0,0
99473,-100,4,1,1,75,0,0
99609,-100,4,2,0,75,0,0
99745,-100,4,1,1,75,0,0
99882,-100,4,2,0,75,0,0
100018,-100,4,1,1,75,0,0
100155,-100,4,2,0,75,0,0
100291,-100,4,1,1,85,0,0
100836,-100,4,1,1,75,0,0
100973,-100,4,2,0,75,0,0
101382,-100,4,2,0,40,0,0
101927,-100,4,1,1,40,0,0
101995,-100,4,2,0,40,0,0
102745,-100,4,1,0,40,0,0
103018,-100,4,1,1,75,0,0
103427,-100,4,2,0,75,0,0
103564,-100,4,1,1,75,0,0
103700,-100,4,2,0,75,0,0
103836,-100,4,1,1,75,0,0
103973,-100,4,2,0,75,0,0
104109,-100,4,1,1,75,0,0
104245,-100,4,2,0,75,0,0
104382,-100,4,1,1,50,0,0
104655,-100,4,1,1,75,0,0
104791,-100,4,2,0,75,0,0
104927,-100,4,1,1,50,0,0
105336,-100,4,2,0,50,0,0
105473,-100,4,2,0,80,0,0
105609,-100,4,2,0,50,0,0
105745,-100,4,1,0,50,0,0
105814,-100,4,2,0,40,0,0
106291,-66.6666666666667,4,1,0,75,0,0
106427,-50,4,2,0,75,0,0
106564,-50,4,1,0,75,0,0
106700,-50,4,2,0,75,0,0
106836,-50,4,1,0,75,0,0
106973,-50,4,2,0,75,0,0
107109,-58.8235294117647,4,1,0,75,0,0
107518,-100,4,2,0,75,0,0
107791,-100,4,1,0,75,0,0
107927,-100,4,2,0,75,0,0
108200,-100,4,1,0,75,0,0
108336,-100,4,2,0,75,0,0
108473,-100,4,1,0,75,0,0
108541,-100,4,2,0,40,0,0
108609,-100,4,1,0,60,0,0
108745,-100,4,1,0,75,0,0
108882,-100,4,1,0,60,0,0
109018,-100,4,1,0,75,0,0
109086,-100,4,2,0,40,0,0
109155,-100,4,1,0,60,0,0
109291,-100,4,1,0,75,0,0
109359,-100,4,2,0,40,0,0
109427,-100,4,1,0,60,0,0
109564,-100,4,1,0,75,0,0
109700,-100,4,2,0,75,0,0
109973,-100,4,1,0,75,0,0
110109,-100,4,2,0,75,0,0
110382,-100,4,1,0,75,0,0
110518,-100,4,2,0,75,0,0
110655,-83.3333333333333,4,1,0,75,0,0
110791,-100,4,1,0,60,0,0
110927,-100,4,1,0,75,0,0
111064,-100,4,1,0,60,0,0
111200,-100,4,1,0,75,0,0
111336,-100,4,1,0,60,0,0
111473,-83.3333333333333,4,1,0,75,0,0
111609,-100,4,2,0,60,0,0
111745,-100,4,1,1,75,0,0
111882,-100,4,2,0,40,0,0
112291,-100,4,1,1,80,0,0
112427,-100,4,2,0,75,0,0
112564,-100,4,1,0,70,0,0
112700,-100,4,2,0,75,0,0
112836,-58.8235294117647,4,1,0,75,0,0
112973,-100,4,2,0,75,0,0
113382,-100,4,1,1,75,0,0
113518,-100,4,2,0,75,0,0
113927,-100,4,2,1,75,0,0
114064,-100,4,2,0,75,0,0
114200,-100,4,2,1,80,0,0
114336,-100,4,3,0,75,0,0
114745,-100,4,1,0,75,0,0
114882,-100,4,2,0,75,0,0
115018,-100,4,1,0,75,0,0
115291,-100,4,2,0,75,0,0
115836,-100,4,1,0,100,0,0


[Colours]
Combo1 : 184,113,255
Combo2 : 255,81,81
Combo3 : 89,242,242
Combo4 : 255,128,64

[HitObjects]
64,184,7018,5,4,0:3:0:0:
232,152,7427,5,4,0:3:0:0:
408,112,7836,5,2,0:0:0:0:
380,145,7905,1,2,0:0:0:0:
375,187,7973,1,2,0:0:0:0:
394,226,8041,1,2,0:0:0:0:
431,247,8109,2,0,P|311:251|229:118,1,256.099988276673,4|0,0:3|0:0,0:0:0:0:
372,80,8518,1,4,0:3:0:0:
104,96,8655,1,0,0:0:0:0:
56,144,8791,1,0,0:0:0:0:
45,211,8927,1,4,0:3:0:0:
75,272,9064,1,0,0:0:0:0:
134,305,9200,1,4,0:3:0:0:
472,112,9473,6,0,L|344:112,1,98.5,4|0,0:3|0:0,0:0:0:0:
232,200,9745,2,0,L|360:200,1,98.5,4|0,0:3|0:0,0:0:0:0:
480,312,10018,2,0,L|352:312,1,98.5,4|0,0:3|0:0,0:0:0:0:
144,40,10291,5,0,0:2:0:0:
100,61,10359,1,0,0:2:0:0:
77,104,10427,1,0,0:2:0:0:
83,152,10495,1,0,0:2:0:0:
116,188,10564,1,0,0:2:0:0:
148,224,10632,1,0,0:2:0:0:
154,272,10700,1,0,0:2:0:0:
131,314,10768,1,0,0:2:0:0:
88,336,10836,6,0,L|32:328,2,49.25,0|0|0,0:2|0:2|0:2,0:0:0:0:
320,384,11109,2,0,L|520:384,1,167.450003193855,6|0,0:0|0:0,0:0:0:0:
376,312,11382,5,4,0:3:0:0:
240,312,11518,1,0,0:0:0:0:
32,264,11655,2,0,L|19:166,1,98.5,0|4,0:0|0:3,0:0:0:0:
307,166,11927,2,0,L|320:264,1,98.5,0|0,0:0|0:0,0:0:0:0:
176,264,12200,2,0,L|163:166,1,98.5,4|0,0:3|0:0,0:0:0:0:
464,264,12473,6,0,L|528:280,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
224,240,12745,6,0,L|104:240,1,98.5,2|0,0:0|0:0,0:0:0:0:
384,168,13018,6,0,L|448:184,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
160,160,13291,6,0,L|96:176,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
424,184,13564,6,0,L|496:296,2,98.5,4|0|0,0:3|0:0|0:0,0:0:0:0:
88,184,13973,2,0,L|16:296,2,98.5,4|0|0,0:3|0:0|0:0,0:0:0:0:
240,208,14382,2,0,L|256:320,1,98.5,4|0,0:3|0:0,0:0:0:0:
120,104,14655,6,0,L|264:104,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
480,192,14927,6,0,L|360:192,1,98.5,2|0,0:1|0:0,0:0:0:0:
240,256,15200,6,0,L|360:256,1,98.5,2|0,0:1|0:0,0:0:0:0:
448,320,15473,6,0,L|304:320,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
83,337,15745,5,8,0:2:0:0:
131,328,15882,1,0,0:0:0:0:
171,298,16018,1,0,0:0:0:0:
194,255,16155,1,4,0:3:0:0:
197,207,16291,1,8,0:2:0:0:
179,161,16427,1,0,0:0:0:0:
144,128,16564,1,0,0:0:0:0:
0,120,16700,1,0,0:0:0:0:
200,64,16836,5,2,0:2:0:0:
237,94,16904,1,2,0:2:0:0:
248,141,16972,1,2,0:2:0:0:
227,185,17040,1,2,0:2:0:0:
184,207,17108,1,2,0:2:0:0:
140,228,17177,1,2,0:2:0:0:
120,272,17245,1,2,0:2:0:0:
131,319,17313,1,2,0:2:0:0:
168,350,17382,2,0,L|280:350,1,98.5,8|0,0:2|0:0,0:0:0:0:
464,324,17655,2,0,P|488:260|480:220,1,98.5,2|2,0:2|0:0,0:0:0:0:
168,132,17927,6,0,L|80:200,2,98.5,8|4|0,0:2|0:3|0:0,0:0:0:0:
388,136,18336,2,0,L|476:204,2,98.5,0|4|0,0:0|0:3|0:0,0:0:0:0:
132,120,18745,2,0,L|12:120,1,98.5,0|0,0:0|0:0,0:0:0:0:
304,224,19018,1,4,0:3:0:0:
336,104,19291,5,2,0:0:0:0:
100,216,19564,5,0,0:0:0:0:
444,120,19836,5,4,0:3:0:0:
96,264,20109,6,0,L|240:264,1,98.5,12|0,0:2|0:0,0:0:0:0:
400,152,20382,1,8,0:2:0:0:
424,312,20518,1,0,0:0:0:0:
152,232,20655,2,0,L|53:232,1,98.5,8|0,0:2|0:0,0:0:0:0:
80,112,20927,2,0,L|178:112,1,98.5,8|0,0:2|0:0,0:0:0:0:
440,88,21200,5,14,0:2:0:0:
473,123,21268,1,2,0:0:0:0:
480,171,21336,1,2,0:0:0:0:
459,214,21405,1,2,0:0:0:0:
417,238,21473,2,0,L|312:240,1,98.5,8|0,0:2|0:0,0:0:0:0:
120,112,21745,1,8,0:2:0:0:
88,288,21882,1,0,0:0:0:0:
296,160,22018,1,8,0:2:0:0:
328,336,22155,1,0,0:0:0:0:
72,88,22291,5,14,0:2:0:0:
39,123,22359,1,2,0:0:0:0:
32,171,22427,1,2,0:0:0:0:
53,214,22495,1,2,0:0:0:0:
95,238,22564,2,0,L|200:240,1,98.5,8|0,0:2|0:0,0:0:0:0:
416,80,22836,1,8,0:2:0:0:
415,114,22973,1,0,0:0:0:0:
424,147,23109,1,8,0:2:0:0:
208,56,23245,1,0,0:0:0:0:
208,90,23382,1,8,0:2:0:0:
444,175,23518,5,0,0:0:0:0:
471,196,23655,1,8,0:2:0:0:
199,123,23791,1,0,0:0:0:0:
192,152,23927,1,4,0:3:0:0:
424,147,24064,1,0,0:0:0:0:
471,196,24200,2,0,B|352:192|352:192|384:216|384:216|368:240|368:240|376:256|376:256|352:280|352:280|392:304|392:304|344:296|248:320,1,394,2|12,0:0|0:2,0:0:0:0:
48,320,24609,6,0,L|64:200,1,98.5,0|8,0:0|0:2,0:0:0:0:
197,281,24882,2,0,L|184:184,1,98.5,0|8,0:0|0:2,0:0:0:0:
24,232,25155,2,0,L|40:112,1,98.5,0|8,0:0|0:2,0:0:0:0:
50,36,25427,1,0,0:0:0:0:
464,320,25564,6,0,L|448:200,1,98.5,8|0,0:2|0:0,0:0:0:0:
232,296,25836,2,0,L|246:199,1,98.5,8|0,0:2|0:0,0:0:0:0:
260,100,26109,1,8,0:2:0:0:
488,232,26245,2,0,L|472:112,1,98.5,0|8,0:0|0:2,0:0:0:0:
320,72,26518,1,0,0:0:0:0:
120,32,26655,5,2,0:3:0:0:
75,51,26723,1,2,0:3:0:0:
49,92,26791,1,2,0:3:0:0:
52,141,26859,1,2,0:3:0:0:
81,180,26927,1,2,0:3:0:0:
110,218,26995,1,0,2:0:0:0:
112,267,27064,1,2,0:3:0:0:
86,308,27132,1,2,0:3:0:0:
42,328,27200,5,2,0:3:0:0:
192,360,27336,1,2,0:3:0:0:
136,296,27473,1,4,0:0:0:0:
288,352,27609,1,0,0:0:0:0:
232,272,27745,5,2,0:0:0:0:
376,304,28018,5,2,0:0:0:0:
160,200,28291,5,2,0:2:0:0:
400,176,28564,5,2,0:3:0:0:
192,32,28836,6,0,L|312:32,1,98.5,12|0,0:2|0:0,0:0:0:0:
152,120,29109,2,0,L|272:120,1,98.5,8|0,0:2|0:0,0:0:0:0:
128,208,29382,2,0,L|248:208,1,98.5,8|0,0:2|0:0,0:0:0:0:
448,144,29655,2,0,P|472:184|472:256,1,98.5,8|0,0:2|0:0,0:0:0:0:
352,320,29927,6,0,L|480:320,1,98.5,4|0,0:2|0:0,0:0:0:0:
304,216,30200,2,0,L|432:216,1,98.5,8|0,0:2|0:0,0:0:0:0:
280,128,30473,1,8,0:2:0:0:
384,72,30609,1,0,0:3:0:0:
168,72,30745,1,10,0:2:0:0:
119,79,30814,1,2,0:2:0:0:
81,109,30882,1,2,0:2:0:0:
63,154,30950,1,2,0:2:0:0:
68,203,31018,5,12,0:2:0:0:
232,272,31155,1,0,0:0:0:0:
152,168,31291,1,8,0:2:0:0:
24,296,31427,1,0,0:0:0:0:
376,280,31564,2,0,L|504:280,1,98.5,8|0,0:2|0:0,0:0:0:0:
448,184,31836,2,0,L|320:184,1,98.5,8|0,0:2|0:0,0:0:0:0:
136,280,32109,6,0,L|8:280,1,98.5,8|0,0:2|0:0,0:0:0:0:
64,184,32382,2,0,L|192:184,1,98.5,8|0,0:2|0:0,0:0:0:0:
16,56,32655,1,8,0:2:0:0:
168,24,32791,1,0,0:0:0:0:
371,101,32927,1,10,0:2:0:0:
415,129,32995,1,2,0:2:0:0:
433,178,33064,1,2,0:2:0:0:
417,226,33132,1,2,0:2:0:0:
376,256,33200,5,12,0:2:0:0:
208,128,33336,1,0,0:0:0:0:
168,24,33473,1,8,0:2:0:0:
368,240,33609,1,0,0:0:0:0:
400,360,33745,1,8,0:2:0:0:
200,160,33882,1,0,0:0:0:0:
56,192,34018,1,2,0:2:0:0:
26,241,34086,1,2,0:2:0:0:
30,299,34155,1,2,0:2:0:0:
68,344,34222,1,2,0:2:0:0:
125,357,34291,5,12,0:2:0:0:
264,312,34427,1,0,0:0:0:0:
120,264,34564,1,8,0:2:0:0:
144,152,34700,1,0,0:0:0:0:
368,240,34836,1,8,0:2:0:0:
328,104,34973,1,0,0:0:0:0:
101,148,35109,6,2,P|63:235|107:319,1,197,2|8,0:0|0:2,0:0:0:0:
160,296,35518,1,2,0:0:0:0:
192,232,35655,1,2,0:0:0:0:
152,168,35791,1,2,0:0:0:0:
93,131,35927,6,0,B|40:132|40:80|44:-28|152:16|280:100,1,310.274990531159,2|0,0:0|0:0,0:0:0:0:
392,76,36473,6,0,L|460:152,1,98.5,6|0,0:0|0:0,0:0:0:0:
224,88,36745,2,0,L|116:128,1,98.5,6|0,0:0|0:0,0:0:0:0:
400,152,37018,2,0,L|504:176,1,98.5,6|0,0:0|0:0,0:0:0:0:
180,196,37291,2,0,L|60:196,1,98.5,6|0,0:0|0:0,0:0:0:0:
368,264,37564,5,6,0:2:0:0:
402,262,37632,1,6,0:2:0:0:
432,247,37700,1,6,0:2:0:0:
454,220,37768,1,6,0:2:0:0:
463,188,37836,2,0,L|448:80,1,98.5,2|0,0:1|0:0,0:0:0:0:
64,88,38109,1,14,0:2:0:0:
40,104,38382,6,0,L|192:104,1,137.899995791626
376,32,38655,1,8,0:2:0:0:
408,68,38723,1,0,0:0:0:0:
418,116,38791,1,0,0:0:0:0:
402,162,38859,1,0,0:2:0:0:
366,194,38927,1,2,0:2:0:0:
329,226,38995,1,0,0:0:0:0:
313,272,39064,1,0,0:0:0:0:
323,319,39132,1,0,0:0:0:0:
356,356,39200,2,0,P|424:320|504:360,1,137.899995791626,8|0,0:2|0:0,0:0:0:0:
192,312,39473,2,0,P|120:280|44:316,1,137.899995791626,8|0,0:2|0:0,0:0:0:0:
376,32,39745,6,0,P|440:112|398:198,1,197,2|2,0:1|0:1,0:0:0:0:
168,216,40155,1,2,0:1:0:0:
40,128,40291,2,0,L|176:112,2,98.5,8|0|0,0:2|0:0|0:0,0:0:0:0:
104,288,40700,1,2,0:1:0:0:
376,32,40836,5,8,0:2:0:0:
408,68,40905,1,0,0:0:0:0:
418,116,40973,1,0,0:0:0:0:
402,162,41041,1,0,0:0:0:0:
366,194,41109,1,2,0:2:0:0:
329,226,41177,1,0,0:0:0:0:
313,272,41245,1,0,0:0:0:0:
323,319,41314,1,0,0:0:0:0:
356,356,41382,2,0,B|416:320|464:360|464:360|496:312,1,147.75,8|0,0:2|0:0,0:0:0:0:
304,256,41655,2,0,P|184:224|56:272,1,236.4,6|0,0:0|0:0,0:0:0:0:
40,232,41927,5,2,0:2:0:0:
22,186,41995,1,2,0:2:0:0:
31,138,42064,1,2,0:2:0:0:
62,101,42132,1,2,0:2:0:0:
108,85,42200,2,0,L|248:96,1,98.5,2|0,0:1|0:0,0:0:0:0:
499,153,42473,2,0,L|400:160,1,98.5,2|0,0:1|0:0,0:0:0:0:
112,176,42745,2,0,L|211:183,1,98.5,2|0,0:1|0:0,0:0:0:0:
430,348,43018,5,8,0:2:0:0:
461,310,43086,1,0,0:0:0:0:
471,263,43155,1,0,0:0:0:0:
456,216,43223,1,0,0:0:0:0:
421,182,43291,2,0,L|318:180,1,98.5,2|0,0:2|0:0,0:0:0:0:
31,138,43564,2,0,L|48:16,1,98.5,8|0,0:2|0:0,0:0:0:0:
248,240,43836,2,0,L|231:118,1,98.5,8|0,0:2|0:0,0:0:0:0:
16,288,44109,6,0,B|40:240|40:240|56:368|56:368|88:312|88:312|160:360|240:304,1,394,4|0,0:3|0:0,0:0:0:0:
288,264,44791,1,0,0:0:0:0:
280,208,44927,1,0,0:0:0:0:
240,176,45064,1,0,0:0:0:0:
186,153,45200,6,0,P|120:104|24:96,1,147.750005636215,2|0,0:0|0:0,0:0:0:0:
392,176,45473,6,0,L|464:160,2,49.25,2|0|0,0:0|0:0|0:0,0:0:0:0:
160,200,45745,6,0,P|96:136|0:144,1,147.750005636215,2|0,0:0|0:0,0:0:0:0:
416,208,46018,6,0,L|496:192,2,64.0249970691682,2|0|0,0:0|0:0|0:0,0:0:0:0:
160,200,46291,5,2,0:2:0:0:
114,236,46359,1,2,0:2:0:0:
99,292,46427,1,2,0:2:0:0:
121,345,46495,1,2,0:2:0:0:
172,368,46564,2,0,L|288:368,1,98.5,6|0,0:1|0:0,0:0:0:0:
472,168,46836,2,0,P|464:104|344:64,1,197,14|0,0:2|0:0,0:0:0:0:
456,40,47245,1,0,0:0:0:0:
232,120,47382,6,0,L|120:104,2,98.5,8|0|0,0:2|0:0|0:0,0:0:0:0:
352,184,47791,1,0,0:0:0:0:
144,200,47927,2,0,L|32:184,2,98.5,0|0|0,0:0|0:0|0:0,0:0:0:0:
72,272,48336,1,0,0:0:0:0:
176,320,48473,6,0,L|68:326,1,98.5,2|2,0:0|0:0,0:0:0:0:
432,200,48745,1,2,0:1:0:0:
480,216,48814,1,0,0:0:0:0:
504,256,48882,1,0,0:0:0:0:
504,308,48950,1,0,0:0:0:0:
477,347,49018,2,0,L|368:344,1,98.5,8|0,0:2|0:0,0:0:0:0:
320,232,49291,2,0,L|418:234,1,98.5,0|2,0:0|0:1,0:0:0:0:
136,296,49564,5,8,0:0:0:0:
86,242,49700,1,0,0:0:0:0:
84,170,49836,1,2,0:2:0:0:
130,114,49973,1,0,0:0:0:0:
202,102,50109,6,0,B|136:104|136:104|48:96,1,147.750005636215,8|0,0:2|0:0,0:0:0:0:
300,80,50382,6,0,B|377:28|401:68|401:68|385:80|385:80|393:88|393:88|381:96|381:96|393:104|393:104|377:120|377:120|397:124|397:124|385:136|385:136|397:148|397:148|377:152|377:152|389:156|389:156|325:144|286:180,1,394,6|2,0:1|0:2,0:0:0:0:
232,216,50723,1,2,0:2:0:0:
200,270,50791,1,2,0:2:0:0:
217,330,50859,1,2,0:2:0:0:
271,361,50927,1,2,0:1:0:0:
480,304,51200,1,2,0:1:0:0:
200,352,51473,6,0,L|101:345,1,98.5,2|0,0:0|0:0,0:0:0:0:
328,336,51745,1,2,0:2:0:0:
372,316,51814,1,2,0:2:0:0:
398,275,51882,1,2,0:2:0:0:
395,226,51950,1,2,0:2:0:0:
366,187,52018,1,2,0:2:0:0:
336,148,52086,1,0,0:0:0:0:
334,99,52155,1,0,0:0:0:0:
360,58,52223,1,0,0:0:0:0:
404,38,52291,6,0,L|512:40,1,98.5,8|0,0:2|0:0,0:0:0:0:
144,80,52564,2,0,L|36:82,1,98.5,8|0,0:2|0:0,0:0:0:0:
248,168,52836,5,6,0:0:0:0:
400,224,53245,5,6,0:0:0:0:
144,296,53518,5,6,0:0:0:0:
408,352,53791,5,6,0:0:0:0:
144,376,53927,5,10,0:2:0:0:
213,341,54064,1,0,0:0:0:0:
252,274,54200,1,8,0:2:0:0:
249,196,54336,1,4,0:3:0:0:
204,133,54473,1,0,0:0:0:0:
132,104,54609,1,0,0:0:0:0:
56,112,54745,6,0,L|224:112,1,147.750005636215,4|0,0:3|0:0,0:0:0:0:
464,112,55018,1,4,0:3:0:0:
352,192,55291,5,2,0:0:0:0:
496,248,55564,1,2,0:0:0:0:
440,336,55836,2,0,L|280:336,1,137.899995791626
72,112,56109,1,0,0:0:0:0:
180,164,56382,5,2,0:0:0:0:
36,244,56655,1,0,0:0:0:0:
204,284,56927,1,2,0:0:0:0:
56,144,57200,6,0,L|152:128,1,73.8750028181077,2|0,0:0|0:0,0:0:0:0:
0,200,57473,1,0,0:0:0:0:
136,88,57609,2,0,B|216:120|264:64|264:64|292:128|400:144,2,256.099988276673,2|2|2,0:2|0:0|0:0,0:0:0:0:
432,312,58291,5,2,0:0:0:0:
256,264,58564,5,2,0:0:0:0:
416,224,58836,5,2,0:0:0:0:
308,336,59109,5,2,0:0:0:0:
456,144,59382,5,8,0:2:0:0:
168,80,59518,1,0,0:0:0:0:
24,168,59655,2,0,L|48:280,1,98.5,8|0,0:2|0:0,0:0:0:0:
296,272,59927,1,8,0:2:0:0:
440,184,60064,2,0,L|416:72,1,98.5,0|8,0:0|0:2,0:0:0:0:
264,56,60336,1,0,0:0:0:0:
48,248,60473,6,0,L|256:248,1,197,8|8,0:2|0:2,0:0:0:0:
136,176,60882,1,0,0:0:0:0:
272,160,61018,2,0,L|280:48,1,98.5,8|0,0:2|0:0,0:0:0:0:
112,144,61291,2,0,L|104:32,1,98.5,4|0,0:3|0:0,0:0:0:0:
352,32,61564,5,2,0:0:0:0:
48,168,61973,5,8,0:2:0:0:
280,232,62245,5,2,0:0:0:0:
144,312,62518,5,2,0:0:0:0:
344,344,62655,5,8,0:2:0:0:
387,329,62745,1,2,0:1:0:0:
422,300,62836,1,2,0:1:0:0:
444,260,62927,1,2,0:1:0:0:
450,215,63018,1,2,0:1:0:0:
439,171,63109,1,2,0:1:0:0:
412,134,63200,1,2,0:1:0:0:
374,109,63291,1,2,0:1:0:0:
329,100,63382,1,2,0:1:0:0:
284,109,63473,2,0,P|200:152|112:112,1,197,2|0,0:1|0:0,0:0:0:0:
312,192,63745,6,0,L|464:192,1,118.199996392822,12|0,0:2|0:0,0:0:0:0:
304,296,64018,2,0,P|176:264|160:144,1,236.399992785645,8|0,0:2|0:0,0:0:0:0:
48,248,64427,1,0,0:0:0:0:
192,240,64564,1,8,0:2:0:0:
72,160,64700,1,0,0:0:0:0:
336,184,64836,6,0,L|464:184,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
504,296,65109,1,0,0:0:0:0:
376,352,65245,1,0,0:0:0:0:
176,200,65382,2,0,L|48:200,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
8,88,65655,1,8,0:2:0:0:
176,40,65791,1,0,0:0:0:0:
416,72,65927,5,8,0:2:0:0:
448,184,66064,1,0,0:0:0:0:
480,296,66200,1,8,0:2:0:0:
232,120,66336,1,0,0:0:0:0:
208,240,66473,1,8,0:2:0:0:
464,200,66609,1,0,0:0:0:0:
496,312,66745,1,8,0:2:0:0:
120,288,66882,1,0,0:0:0:0:
24,200,67018,6,0,L|144:200,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
392,272,67291,1,8,0:2:0:0:
480,176,67427,1,0,0:0:0:0:
328,152,67564,6,0,L|320:288,1,118.199996392822,12|0,0:2|0:0,0:0:0:0:
464,96,67836,2,0,L|472:232,1,118.199996392822,12|0,0:2|0:0,0:0:0:0:
160,336,68109,5,12,0:2:0:0:
24,272,68245,2,0,L|30:154,1,118.199996392822,0|8,0:0|0:2,0:0:0:0:
288,128,68518,1,0,0:0:0:0:
424,192,68655,2,0,L|417:309,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
136,280,68927,2,0,L|129:162,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
272,96,69200,5,8,0:2:0:0:
264,152,69336,1,0,0:0:0:0:
56,208,69473,1,8,0:2:0:0:
40,264,69609,1,0,0:0:0:0:
320,296,69745,1,8,0:2:0:0:
346,349,69882,1,0,0:0:0:0:
134,331,70018,2,0,L|16:328,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
296,240,70291,5,2,0:2:0:0:
338,213,70359,1,2,0:2:0:0:
358,167,70427,1,2,0:2:0:0:
345,116,70495,1,2,0:2:0:0:
303,84,70564,2,0,L|468:88,1,137.899995791626,4|0,0:2|0:0,0:0:0:0:
88,80,70836,5,2,0:0:0:0:
46,112,70905,1,2,0:0:0:0:
33,163,70973,1,2,0:0:0:0:
53,209,71041,1,2,0:0:0:0:
95,236,71109,2,0,L|244:236,1,128.049994138336,4|0,0:0|0:0,0:0:0:0:
464,296,71382,6,0,L|448:168,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
320,304,71655,6,0,L|304:176,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
472,304,71927,6,0,L|456:176,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
328,312,72200,6,0,L|312:184,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
40,304,72473,6,0,L|56:176,1,118.199996392822,12|0,0:2|0:0,0:0:0:0:
336,320,72745,2,0,L|320:192,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
200,144,73018,1,8,0:2:0:0:
336,88,73155,1,0,0:0:0:0:
120,48,73291,1,8,0:2:0:0:
16,128,73427,1,0,0:0:0:0:
144,192,73564,5,8,0:2:0:0:
48,272,73700,1,0,0:0:0:0:
297,247,73836,1,8,0:2:0:0:
338,217,73905,1,0,0:0:0:0:
354,169,73973,1,0,0:0:0:0:
336,120,74041,1,0,0:0:0:0:
292,92,74109,1,8,0:2:0:0:
440,128,74245,1,0,0:0:0:0:
200,192,74382,2,0,L|72:192,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
224,296,74655,6,0,L|240:168,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
88,320,74927,2,0,L|72:192,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
368,336,75200,1,8,0:2:0:0:
352,280,75336,1,0,0:0:0:0:
207,237,75473,1,8,0:2:0:0:
216,176,75609,1,0,0:0:0:0:
368,144,75745,6,0,L|440:160,2,59.0999981964112,8|0|0,0:2|0:0|0:0,0:0:0:0:
224,120,76018,1,8,0:2:0:0:
360,88,76155,1,0,0:0:0:0:
128,64,76291,6,0,P|64:32|-16:56,1,118.199996392822,0|0,0:2|0:0,0:0:0:0:
264,304,76564,1,2,0:0:0:0:
304,304,76632,1,2,0:0:0:0:
340,283,76700,1,2,0:0:0:0:
359,248,76768,1,2,0:0:0:0:
352,208,76836,5,12,0:2:0:0:
96,176,76973,1,0,0:0:0:0:
80,232,77245,5,12,0:2:0:0:
392,192,77382,1,0,0:0:0:0:
432,232,77655,5,12,0:2:0:0:
64,288,77791,2,0,L|48:160,1,118.199996392822,0|0,0:0|0:0,0:0:0:0:
288,248,78064,5,8,0:2:0:0:
408,304,78200,2,0,L|424:176,1,118.199996392822,0|8,0:0|0:2,0:0:0:0:
272,304,78473,2,0,L|257:186,1,118.199996392822,4|0,0:3|0:0,0:0:0:0:
96,336,78745,2,0,L|110:218,1,118.199996392822,4|0,0:3|0:0,0:0:0:0:
80,192,79155,5,12,0:2:0:0:
384,208,79291,1,0,0:0:0:0:
416,208,79427,1,8,0:2:0:0:
168,328,79564,1,4,0:3:0:0:
72,344,79700,1,0,0:0:0:0:
32,304,79836,1,4,0:3:0:0:
312,296,79973,1,0,0:0:0:0:
432,336,80109,6,0,L|456:304,22,24.625,4|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0,0:2|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
272,264,80927,6,0,B|182:244|182:244|195:289|195:289|182:270|182:270|246:295|246:295|288:240|336:264,1,315.2,4|4,0:2|0:2,0:0:0:0:
128,232,81473,6,0,L|40:216,1,73.8750028181077,2|0,0:0|0:0,0:0:0:0:
16,104,81745,1,0,0:0:0:0:
384,232,82018,2,0,L|472:216,1,73.8750028181077,2|0,0:0|0:0,0:0:0:0:
496,104,82290,1,2,0:0:0:0:
240,152,82564,1,2,0:0:0:0:
104,96,82836,1,2,0:0:0:0:
312,128,83109,1,2,0:0:0:0:
96,176,83382,6,0,P|88:112|136:32,1,147.750005636215,2|0,0:0|0:0,0:0:0:0:
352,232,83791,2,0,P|423:245|483:205,2,147.750005636215,2|0|2,0:0|0:0|0:0,0:0:0:0:
76,128,84473,5,0,0:0:0:0:
16,248,84745,5,2,0:0:0:0:
180,208,85018,5,2,0:0:0:0:
64,336,85291,5,2,0:0:0:0:
288,336,85564,6,0,P|384:336|448:248,1,197,2|2,0:0|0:0,0:0:0:0:
200,56,86109,2,0,P|104:56|40:144,1,197,2|2,0:0|0:0,0:0:0:0:
180,208,86518,1,2,0:0:0:0:
456,132,86655,6,0,L|462:99,22,24.625,4|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0,0:2|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
144,144,87473,5,2,0:0:0:0:
116,184,87541,1,2,0:0:0:0:
114,232,87609,1,2,0:0:0:0:
136,275,87677,1,2,0:0:0:0:
178,300,87745,5,8,0:2:0:0:
416,256,87882,1,8,0:2:0:0:
464,112,88018,1,6,0:2:0:0:
176,72,88155,1,0,0:0:0:0:
114,232,88291,5,8,0:2:0:0:
392,280,88427,1,8,0:2:0:0:
488,224,88564,2,0,P|424:184|312:224,1,147.750005636215,6|0,0:2|0:0,0:0:0:0:
68,170,88836,6,0,B|140:146|140:146|164:226,1,147.750005636215,8|0,0:2|0:0,0:0:0:0:
52,258,89109,1,2,0:1:0:0:
46,238,89200,1,2,0:1:0:0:
43,218,89291,1,2,0:1:0:0:
47,199,89382,1,2,0:1:0:0:
55,181,89473,1,2,0:1:0:0:
66,165,89564,1,2,0:1:0:0:
80,152,89655,1,12,0:2:0:0:
436,288,89927,5,12,0:2:0:0:
200,232,90200,6,0,L|332:232,1,98.5,8|0,0:2|0:0,0:0:0:0:
336,136,90473,2,0,L|204:136,1,98.5,8|0,0:2|0:0,0:0:0:0:
172,44,90745,2,0,L|304:44,1,98.5,8|0,0:2|0:0,0:0:0:0:
500,244,91018,6,0,L|372:244,1,98.5,8|0,0:2|0:0,0:0:0:0:
152,236,91291,2,0,L|54:236,1,98.5,8|0,0:2|0:0,0:0:0:0:
192,200,91564,1,8,0:2:0:0:
214,156,91632,1,0,0:0:0:0:
212,107,91700,1,0,0:0:0:0:
186,66,91768,1,0,0:0:0:0:
144,41,91836,2,0,B|32:40|32:40|32:96,1,147.750005636215,8|0,0:2|0:0,0:0:0:0:
328,136,92109,1,4,0:2:0:0:
141,127,92382,5,2,0:1:0:0:
117,144,92450,1,0,0:1:0:0:
99,167,92518,1,0,0:1:0:0:
89,195,92586,1,0,0:1:0:0:
88,224,92655,1,2,0:1:0:0:
97,252,92723,1,2,0:1:0:0:
114,276,92791,1,2,0:1:0:0:
138,293,92859,1,2,0:1:0:0:
176,304,92927,2,0,L|246:294,1,49.25,2|2,0:1|0:1,0:0:0:0:
304,296,93064,2,0,L|374:286,1,49.25,2|2,0:1|0:1,0:0:0:0:
423,336,93200,5,8,0:2:0:0:
455,300,93268,1,0,0:0:0:0:
462,251,93336,1,0,0:0:0:0:
440,208,93405,1,0,0:0:0:0:
397,185,93473,1,0,0:0:0:0:
354,162,93541,1,0,0:0:0:0:
332,119,93609,1,0,0:0:0:0:
339,70,93677,1,0,0:0:0:0:
371,34,93745,2,0,B|416:80|416:80|448:32|504:64,1,147.750005636215,8|0,0:2|0:0,0:0:0:0:
184,144,94018,5,12,0:2:0:0:
0,56,94291,5,12,0:2:0:0:
216,336,94564,6,0,L|314:336,1,98.5,8|0,0:2|0:0,0:0:0:0:
184,248,94836,2,0,L|282:248,1,98.5,8|0,0:2|0:0,0:0:0:0:
168,152,95109,1,8,0:2:0:0:
280,104,95245,1,0,0:0:0:0:
32,72,95382,6,0,L|48:200,1,98.5,8|0,0:2|0:0,0:0:0:0:
176,104,95655,2,0,L|160:232,1,98.5,8|0,0:2|0:0,0:0:0:0:
16,328,95927,1,8,0:2:0:0:
144,360,96064,1,0,0:0:0:0:
480,224,96200,2,0,L|376:224,1,98.5,8|0,0:2|0:0,0:0:0:0:
112,208,96473,6,0,L|256:208,1,128.049994138336,8|0,0:2|0:0,0:0:0:0:
464,136,96745,1,8,0:2:0:0:
256,64,97018,5,2,0:2:0:0:
219,77,97086,1,2,0:2:0:0:
191,105,97155,1,2,0:2:0:0:
176,142,97223,1,2,0:2:0:0:
176,180,97291,1,2,0:2:0:0:
190,216,97359,1,2,0:2:0:0:
217,245,97427,1,2,0:2:0:0:
253,260,97495,1,2,0:2:0:0:
293,260,97564,5,2,0:1:0:0:
464,136,97700,2,0,L|448:312,1,147.750005636215,0|2,0:0|0:1,0:0:0:0:
72,280,97973,1,0,0:0:0:0:
48,136,98109,6,0,L|248:136,1,147.750005636215,2|0,0:1|0:0,0:0:0:0:
236,308,98382,2,0,L|89:308,1,147.750005636215,2|0,0:2|0:0,0:0:0:0:
48,136,98655,1,12,0:2:0:0:
472,128,98927,6,0,L|352:112,1,98.5,8|0,0:2|0:0,0:0:0:0:
232,240,99200,2,0,L|352:224,1,98.5,8|0,0:2|0:0,0:0:0:0:
456,352,99473,1,8,0:2:0:0:
320,328,99609,1,0,0:0:0:0:
24,176,99745,5,8,0:2:0:0:
48,320,99882,1,0,0:0:0:0:
192,312,100018,1,8,0:2:0:0:
176,168,100155,1,0,0:0:0:0:
320,312,100291,5,8,0:2:0:0:
336,168,100427,1,0,0:0:0:0:
504,320,100564,1,8,0:2:0:0:
488,176,100700,1,0,0:0:0:0:
256,96,100836,6,0,B|64:136|64:136|248:200,1,344.75,8|0,0:2|0:0,0:0:0:0:
336,168,101382,5,2,0:2:0:0:
369,175,101450,1,2,0:2:0:0:
395,197,101518,1,2,0:2:0:0:
408,228,101586,1,2,0:2:0:0:
406,262,101655,1,2,0:2:0:0:
388,291,101723,1,2,0:2:0:0:
358,309,101791,1,2,0:2:0:0:
324,311,101859,1,2,0:2:0:0:
128,296,101927,5,10,0:2:0:0:
80,285,101995,1,2,0:2:0:0:
43,253,102064,1,2,0:2:0:0:
27,207,102132,1,2,0:2:0:0:
35,159,102200,1,2,0:2:0:0:
65,121,102268,1,2,0:2:0:0:
110,103,102336,1,2,0:2:0:0:
159,109,102405,1,2,0:2:0:0:
198,138,102473,1,2,0:2:0:0:
336,168,102609,1,0,0:0:0:0:
120,200,102745,2,0,L|16:200,1,98.5
416,80,103018,6,0,P|486:144|464:235,1,197,12|8,0:2|0:2,0:0:0:0:
248,248,103427,1,0,0:0:0:0:
120,200,103564,2,0,P|72:216|40:280,1,98.5
336,224,103836,2,0,L|312:96,1,98.5,8|0,0:2|0:0,0:0:0:0:
88,64,104109,6,0,L|73:161,1,98.5,8|0,0:2|0:0,0:0:0:0:
248,272,104382,1,2,0:2:0:0:
284,237,104450,1,2,0:2:0:0:
304,192,104518,1,2,0:2:0:0:
297,137,104586,1,2,0:2:0:0:
264,96,104655,1,10,0:2:0:0:
136,80,104791,1,0,0:2:0:0:
400,120,104927,1,2,0:0:0:0:
410,130,104961,1,2,0:0:0:0:
417,143,104995,1,2,0:0:0:0:
422,157,105030,1,2,0:0:0:0:
424,171,105064,1,2,0:0:0:0:
422,186,105098,1,2,0:0:0:0:
417,200,105132,1,2,0:1:0:0:
184,96,105200,5,12,0:2:0:0:
80,144,105336,1,0,0:0:0:0:
40,248,105473,1,6,0:1:0:0:
72,344,105609,1,0,0:0:0:0:
385,340,105745,1,6,0:1:0:0:
422,309,105814,1,0,0:0:0:0:
435,262,105882,1,0,0:0:0:0:
417,217,105950,1,0,0:0:0:0:
376,192,106018,1,0,0:0:0:0:
335,167,106086,1,0,0:0:0:0:
317,122,106155,1,0,0:0:0:0:
330,75,106223,1,0,0:0:0:0:
367,44,106291,6,0,L|504:136,1,147.750005636215,2|0,0:1|0:0,0:0:0:0:
232,168,106564,6,0,B|184:96|184:96|168:160|88:168,1,197,2|0,0:1|0:0,0:0:0:0:
344,272,106836,6,0,B|440:264|440:264|400:200|488:176,1,197,2|0,0:1|0:0,0:0:0:0:
176,352,107109,5,6,0:1:0:0:
136,312,107382,5,4,0:3:0:0:
272,312,107518,1,0,0:0:0:0:
480,264,107655,2,0,L|493:166,1,98.5,0|4,0:0|0:3,0:0:0:0:
205,166,107927,2,0,L|192:264,1,98.5,0|0,0:0|0:0,0:0:0:0:
336,264,108200,2,0,L|349:166,1,98.5,4|0,0:3|0:0,0:0:0:0:
48,264,108473,6,0,L|-16:280,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
288,240,108745,6,0,L|408:240,1,98.5,2|0,0:0|0:0,0:0:0:0:
128,168,109018,6,0,L|64:184,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
352,160,109291,6,0,L|416:176,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
88,184,109564,6,0,L|75:281,1,98.5,4|0,0:3|0:0,0:0:0:0:
320,272,109836,2,0,L|306:175,1,98.5,0|4,0:0|0:3,0:0:0:0:
448,280,110109,2,0,L|461:183,1,98.5
312,176,110382,2,0,L|298:273,1,98.5,4|0,0:3|0:0,0:0:0:0:
392,104,110655,6,0,L|248:104,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
32,192,110927,6,0,L|152:192,1,98.5,2|0,0:1|0:0,0:0:0:0:
272,256,111200,6,0,L|152:256,1,98.5,2|0,0:1|0:0,0:0:0:0:
64,320,111473,6,0,L|208:320,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
424,336,111745,5,8,0:2:0:0:
376,327,111882,1,0,0:0:0:0:
336,297,112018,1,0,0:0:0:0:
313,254,112155,1,4,0:3:0:0:
310,206,112291,1,8,0:2:0:0:
328,160,112427,1,0,0:0:0:0:
363,127,112564,1,0,0:0:0:0:
512,128,112700,1,0,0:0:0:0:
312,64,112836,6,0,L|224:88,1,83.7250015969277,2|2,0:2|0:2,0:0:0:0:
152,108,112973,1,2,0:0:0:0:
32,224,113109,2,0,L|144:224,1,98.5,0|0,0:0|0:0,0:0:0:0:
448,272,113382,2,0,L|336:272,1,98.5,8|0,0:2|0:0,0:0:0:0:
144,328,113655,1,2,0:0:0:0:
111,292,113723,1,2,0:0:0:0:
104,244,113791,1,2,0:0:0:0:
126,201,113859,1,2,0:0:0:0:
168,177,113927,1,10,0:2:0:0:
296,200,114064,5,0,0:0:0:0:
184,256,114200,1,8,0:2:0:0:
140,96,114336,1,4,0:0:0:0:
368,144,114473,2,0,P|384:184|368:256,1,98.5
129,70,114745,2,0,L|112:168,1,98.5,4|0,0:3|0:0,0:0:0:0:
440,88,115018,5,4,0:3:0:0:
296,200,115291,5,2,0:0:0:0:
464,192,115564,5,0,0:0:0:0:
72,88,115836,5,4,0:3:0:0:
CLSW
I would check it after the full update, notice me if you were ready!
OnosakiHito

Hanjamon wrote:

SPOILER
[Ono's Inner Oni]

  • Hmm.. is a bit weird using 1,30 sv.. at least imo is more fun with 1,40 sv but i know you are using 1,30 sv due to the high bpm >.<
    If you decide to change the sv to 1,40 don't forget to snap this slider 01:26:655 (2) - For now I will keep it and think a bit about it. I'm fine with both ways, 1.4. and 1.3. BPM of song was one reason, but not a significant one. Kinda felt like that SV 1.3 might work here, since the original / authentic SV seem to be somewhere between 1.3 ~ 1.4.

    00:09:200 (6) - move to 00:08:927 - and add a d note in 00:09:336 - ? sounds better imo and if you hear slowly you will notice these xxx xxx 1/2 Tried to use some own patterns, but I guess yours work better to the music. Changed.
    00:17:518 (3) - change to k? (ddddkkkkddkdk) sounds better imo but i think you want to keep this simple yeah, wanted to keep it simple.
    01:18:200 (1,1,1,1,1,1,1,1,1) - change to dkdkdkkdk? i think sounds better, dkdkdkdkd sounds a bit weird imo
Changed to something else. But you are probably right.

This is all, good luck to all ^^

Nofool wrote:

SPOILER
[Ono's Inner Oni]
Gonna mod it since the map owner asked, even tho something from a QAT should be perfect hue. (well thats not a mad mod é_è i wrote what i think even tho im not "experienced")

Some important problem imo :
- Base SV 1,30 ? it is just so uncomfortable to play... if you did it because 220 bpm is considered as "high", i think we are still far from a bpm where we should start lowering the SV x_x (well HD won't be too easy with that SV but still...). For now I will keep it and think a bit about it. I'm fine with both ways, 1.4. and 1.3. BPM of song was one reason, but not a significant one. Kinda felt like that SV 1.3 might work here, since the original / authentic SV seem to be somewhere between 1.3 ~ 1.4.

- 00:02:655 (1) - SVx4 here (not only here ofc, just an example)? First the song is still pretty calm so this is not justified, it is not intuitiv and most of the players (even the very best) will miss here and i doubt that a map that you have to play more than once before being able to FC should be ranked (well maybe i am wrong idk). But the real problem is that it is even worse to play when the base SV is lowered, you got an incredibly fast note for no real reason and then a huge amount of slow notes. Would like to keep it since I had various reasons for this: Didn't wanted to have many notes here because, as you said, it is a calm part. So I used a single finisher with the idea to make upcoming part ( 00:07:836 ) more emphasized with the patterns it contains. But to make the single finishers not too unsignificant, I tried to make them more important by acceleraiting their SV, which imo, also fits to this deep sudden bass at the beginning. - The playability shouldn't be a problem for higher players. On first play it will be tricky for sure, but not once they got the idea. Also, it's something different at the beginning as if you do it somewhere in the middle of the map.

- Some part are not mapped at all like the one that starts at - 00:55:018 - where you can easily follow the melody, and then you start to map again on this same melody a bit later at - 00:57:200 -. A bit awkward to play, and this while most of the map looks overmapped (it is an inner tho... as you want).
So as i said, it was pretty uncomfortable to play when i tested it, it also means that it was not really "funny" to play (but well maybe it was intended ? i don't get it if so). Don't want to suggest anything about these 3 things, it all depends on you. Everything intended. Those big breaks are also doing their part to emphasize either patterns or upcoming sections. Another reason, which isn't that important but had influence in my decision, is to avoide possible less well looking SV changes at 00:57:200, since deceleration is often a "how it looks" question. I guess at some point it has also something to do with personal preferences huh

What i could suggest about the structure :
- why not adding d at - 00:18:064 -, - 00:18:473 -, and k at - 00:18:882 - since you did not added finishers on the 4 first d, starting at - 00:17:927 (1) - ? finishers or more notes are Didn't you just said something about overmapping? :p Anyway, it was intentional. I wanted less notes here so the part at 00:20:109 has a much higher impact. If there would be more notes, impact could be lower. Beside that, I do not like to map with similar density in a map, since a song contains different parts in it. So I try to have different densities which follow those different parts in a song and make the map not look to monotonically. You know, Taiko doesn't have so many possibilitie sin mapping as osu have.
- 00:54:882 - k deserved here, + notes on the whole aprt i mentioned earlier, that starts at - 00:55:018 -. No work on the volum at all, but it is pretty important for this part. If you ask me, the kat isn't really needed here since the high pitched sound ends at 00:54:745. Another reason was, that I wanted to undock the finisher from it's patterns, so it has an higher impact, considering that "bash" sound at 00:55:018.
- 01:03:882 (1,2,1,1,2,1) - these xxyx xy patterns do not fit the song and are a bit weird to play (if you just wanted to do something a bit hard it's alright tho). Something like what you did at - 01:12:473 (1,2,1,1,1,2,1) definitrly sounds better. Overall, I tried to use mainly my own patterns. But I will check that some more times.
- 01:07:018 (1,1,2,3,1,1,2) - that patterns sounds better as kdddkdd ,_, i understand the effect created by dkkkdkk + fits the next D but it doesn't really play good imo. same at - 01:15:745 - i guess. Yeah. Probably you are right that it plays harder / worse / dunno than usin gthe main d beat, but that would go totally against the beat I'm using here. Every 1/1 = one don.
- 01:21:200 - and you mapped this part, why not the similar one earlier then o_o ? and then nothing after - 01:25:564 - x_x ? Im trying to see the effect/why you do that but can't find it yet. I can tell you: Previously my intention was to have some break, due to emphasize and stuff, you know. This time, I have that break at 01:25:564, so I used the part at 01:21:200 for having a "rise of notes", when comparing it with previous part. Well... stanza wise it might be a bit better so I will check it once again to make sure it can be improved.
- 01:42:677 - maybe add something (d) here ? no real reasons to break here. I would like to use it, really, but I try if possible, to avoid having ...oX patterns. lol
- 01:45:473 - two beats/One beat+a pattern missed here, on purpose i guess but it still feels a bit weird while playing. Another break I put intentionally, but I might wanna rethink about this one again.
- 01:48:473 - not a big fan of that pattern here again, maybe something like ddkkddkk... (or whatever else) could fit better ? Yeah, at this point I agree. Actually, the kiai was previously an experiment. Told it project leader before, but I never came to it back to change.

Nothing else that i find important to point, im not a fan of the structure style (i find some part overmapped as i said before, + sometimes the pattern could fit more the song or idk) but the style you used is consistent on (almost) the whole map so it is still alright. I think so you should work more on the volum and SV changes. Yeah, you are absolutely right with the SV changes. Wanted to change it earlier already, but didn't found the time. Will refine it later.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Good luck'
Thanks for the mods!


Current download: http://puu.sh/dfO55/b9eb9c45b0.7z
Will make some adjustments with SV and last kiai
Ciyus Miapah
OMG THIS MAPSET!!!
Len
thanks clsw

to clsw: 00:16:155 (4,5) - 이부분은 도저히 못고치겠.. 다른부분은 고친다고 고쳤는데
code
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Normal
StackLeniency: 0.2
Mode: 2
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 11382,22836,23109,23382,23655,28564,35382,37564,55018,70155,74927,77655,78064,78336,78473,78745,79155,79427,79564,79836,90200,107109
DistanceSpacing: 1.6
BeatDivisor: 4
GridSize: 4
TimelineZoom: 2.699999

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Fast's Rain
Source:
Tags:t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P_A_N Aka EvilElvis Gero Onosakihito DJNightmare Fast Spectator
BeatmapID:517720
BeatmapSetID:139525

[Difficulty]
HPDrainRate:5.3
CircleSize:3.5
OverallDifficulty:9
ApproachRate:9
SliderMultiplier:1.97
SliderTickRate:1

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,75,1,0
7018,-100,4,1,0,75,0,0
7836,-100,4,2,0,75,0,0
8109,-76.9230769230769,4,1,0,75,0,0
8245,-100,4,2,0,75,0,0
8518,-100,4,1,0,75,0,0
8655,-100,4,2,0,75,0,0
8927,-100,4,1,0,75,0,0
9064,-100,4,2,0,75,0,0
9200,-100,4,1,0,75,0,0
9609,-100,4,2,0,75,0,0
9745,-100,4,1,0,75,0,0
9882,-100,4,2,0,75,0,0
10018,-100,4,1,0,75,0,0
11109,-58.8235294117647,4,1,0,75,0,0
11245,-66.6666666666667,4,2,0,75,0,0
11382,-100,4,1,0,75,0,0
11518,-100,4,2,0,75,0,0
11791,-100,4,1,0,75,0,0
11927,-100,4,2,0,75,0,0
12200,-100,4,1,0,75,0,0
12336,-100,4,2,0,75,0,0
12473,-100,4,1,0,75,0,0
12541,-100,4,2,0,40,0,0
12609,-100,4,1,0,60,0,0
12745,-100,4,1,0,75,0,0
12882,-100,4,1,0,60,0,0
13018,-100,4,1,0,75,0,0
13086,-100,4,2,0,40,0,0
13155,-100,4,1,0,60,0,0
13291,-100,4,1,0,75,0,0
13359,-100,4,2,0,40,0,0
13427,-100,4,1,0,60,0,0
13564,-100,4,1,0,75,0,0
13700,-100,4,2,0,75,0,0
13973,-100,4,1,0,75,0,0
14109,-100,4,2,0,75,0,0
14382,-100,4,1,0,75,0,0
14518,-100,4,2,0,75,0,0
14655,-83.3333333333333,4,1,0,75,0,0
14791,-100,4,1,0,60,0,0
14927,-100,4,1,0,75,0,0
15064,-100,4,1,0,60,0,0
15200,-100,4,1,0,75,0,0
15336,-100,4,1,0,60,0,0
15473,-83.3333333333333,4,1,0,75,0,0
15609,-100,4,2,0,60,0,0
15745,-100,4,1,1,75,0,0
15882,-100,4,2,0,75,0,0
16291,-100,4,1,1,80,0,0
16427,-100,4,2,0,80,0,0
16564,-100,4,1,0,70,0,0
16700,-100,4,2,0,80,0,0
16836,-100,4,1,0,80,0,0
16905,-100,4,2,0,80,0,0
17382,-100,4,1,1,80,0,0
17518,-100,4,2,0,80,0,0
17927,-100,4,2,1,80,0,0
18064,-100,4,2,0,80,0,0
18200,-100,4,2,1,65,0,0
18336,-100,4,3,0,80,0,0
18473,-100,4,2,0,80,0,0
18745,-100,4,3,0,80,0,0
18882,-100,4,2,0,80,0,0
19018,-100,4,1,0,80,0,0
19291,-100,4,2,0,80,0,0
19836,-50,4,1,0,80,0,0
20109,-100,4,1,1,80,0,1
20177,-100,4,1,1,80,0,0
20791,-100,4,2,0,80,0,0
20927,-100,4,1,1,80,0,0
21064,-100,4,2,0,80,0,0
21200,-100,4,1,1,80,0,0
21268,-100,4,2,0,80,0,0
21473,-100,4,1,1,80,0,0
21609,-100,4,2,0,80,0,0
21745,-100,4,1,1,80,0,0
21882,-100,4,2,0,80,0,0
22018,-100,4,1,1,80,0,0
22155,-100,4,2,0,80,0,0
22291,-100,4,1,1,80,0,0
22359,-100,4,2,0,80,0,0
22564,-100,4,1,1,80,0,0
22700,-100,4,2,0,80,0,0
22836,-100,4,1,1,80,0,0
22973,-100,4,2,0,80,0,0
23109,-100,4,1,1,80,0,0
23518,-100,4,2,0,80,0,0
23655,-100,4,2,1,80,0,0
23791,-100,4,2,1,80,0,0
24200,-58.8235294117647,4,1,0,80,0,0
24473,-100,4,1,1,80,0,0
25155,-100,4,2,0,80,0,0
25291,-100,4,1,1,80,0,0
25427,-100,4,2,1,80,0,0
25564,-100,4,1,1,80,0,0
25700,-100,4,2,0,80,0,0
25836,-100,4,1,1,80,0,0
25973,-100,4,2,0,80,0,0
26109,-100,4,1,1,80,0,0
26245,-100,4,2,0,80,0,0
26382,-100,4,1,1,80,0,0
26518,-100,4,2,0,80,0,0
26655,-100,4,1,1,40,0,0
26927,-100,4,1,1,35,0,0
27200,-100,4,1,1,30,0,0
27336,-100,4,1,1,20,0,0
27473,-100,4,2,0,75,0,0
27745,-100,4,1,0,80,0,0
28291,-100,4,2,0,80,0,0
28564,-100,4,2,1,80,0,0
28836,-100,4,1,1,75,0,0
29109,-100,4,1,1,75,0,0
29245,-100,4,2,0,75,0,0
29382,-100,4,1,1,75,0,0
29518,-100,4,2,0,75,0,0
29655,-100,4,1,1,75,0,0
29791,-100,4,2,0,75,0,0
29927,-100,4,1,1,75,0,0
30064,-100,4,2,0,75,0,0
30200,-100,4,1,1,75,0,0
31427,-100,4,2,0,75,0,0
31564,-100,4,1,1,75,0,0
31700,-100,4,2,0,75,0,0
31836,-100,4,1,1,75,0,0
31973,-100,4,2,0,75,0,0
32109,-100,4,1,1,75,0,0
32245,-100,4,2,0,75,0,0
32382,-100,4,1,1,75,0,0
32518,-100,4,2,0,75,0,0
32655,-100,4,1,1,75,0,0
32927,-100,4,2,1,75,0,0
33200,-100,4,1,1,75,0,0
33609,-100,4,2,0,75,0,0
33745,-100,4,1,1,75,0,0
33882,-100,4,2,0,75,0,0
34018,-100,4,3,0,75,0,0
34291,-100,4,1,1,75,0,0
34700,-100,4,2,0,75,0,0
34836,-100,4,1,1,75,0,0
34973,-100,4,2,0,75,0,0
35109,-100,4,1,0,75,0,0
35382,-100,4,1,1,60,0,0
35518,-111.111111111111,4,2,0,60,0,0
35995,-100,4,2,0,5,0,0
36405,-100,4,2,0,40,0,0
36473,-100,4,1,0,80,0,0
36677,-100,4,2,0,80,0,0
36745,-100,4,1,0,80,0,0
36950,-100,4,2,0,80,0,0
37018,-100,4,1,0,80,0,0
37155,-100,4,2,0,80,0,0
37291,-100,4,1,0,80,0,0
37427,-100,4,2,0,80,0,0
37564,-100,4,3,0,80,0,0
37836,-100,4,2,0,75,0,0
38109,-100,4,1,1,75,0,1
38177,-100,4,2,0,75,0,0
38382,-71.4285714285714,4,2,0,80,0,0
38655,-100,4,1,1,50,0,0
38723,-100,4,2,0,50,0,0
38791,-100,4,1,0,60,0,0
38859,-100,4,2,0,60,0,0
38927,-100,4,3,0,70,0,0
38995,-100,4,2,0,70,0,0
39064,-100,4,1,0,75,0,0
39132,-100,4,2,0,75,0,0
39200,-71.4285714285714,4,1,1,80,0,0
39336,-71.4285714285714,4,2,0,75,0,0
39473,-71.4285714285714,4,1,1,80,0,0
39609,-100,4,1,0,60,0,0
39745,-100,4,1,0,70,0,0
40291,-100,4,1,1,75,0,0
40427,-100,4,2,0,40,0,0
40700,-100,4,2,0,75,0,0
40836,-100,4,2,1,40,0,0
40973,-100,4,1,0,50,0,0
41041,-100,4,2,0,50,0,0
41109,-100,4,3,0,60,0,0
41177,-100,4,2,0,60,0,0
41245,-100,4,1,0,70,0,0
41314,-100,4,2,0,70,0,0
41382,-100,4,1,1,75,0,0
41586,-100,4,2,0,40,0,0
41655,-62.5,4,1,0,75,0,0
41859,-100,4,2,0,75,0,0
41927,-100,4,1,0,75,0,0
42336,-100,4,2,0,75,0,0
42473,-100,4,1,0,75,0,0
42609,-100,4,2,0,75,0,0
42745,-100,4,1,0,75,0,0
42882,-100,4,2,0,75,0,0
43018,-100,4,1,1,75,0,0
43086,-100,4,2,0,75,0,0
43155,-100,4,1,0,75,0,0
43223,-100,4,2,0,75,0,0
43291,-100,4,3,0,75,0,0
43427,-100,4,1,0,75,0,0
43564,-100,4,1,1,75,0,0
43700,-100,4,2,0,75,0,0
43836,-100,4,1,1,75,0,0
43973,-100,4,1,0,60,0,0
44177,-100,4,2,0,5,0,0
44655,-100,4,2,0,20,0,0
44791,-100,4,2,0,30,0,0
44927,-100,4,2,0,45,0,0
45064,-100,4,2,0,70,0,0
45200,-66.6666666666667,4,1,0,75,0,0
45336,-100,4,1,0,60,0,0
45473,-100,4,1,0,75,0,0
45541,-100,4,2,0,40,0,0
45609,-100,4,1,0,60,0,0
45745,-66.6666666666667,4,1,0,75,0,0
45882,-100,4,1,0,60,0,0
46018,-76.9230769230769,4,1,0,75,0,0
46086,-100,4,2,0,40,0,0
46155,-100,4,2,0,60,0,0
46291,-100,4,1,0,75,0,0
46564,-100,4,2,0,75,0,0
46836,-100,4,1,1,75,0,0
47109,-100,4,2,0,80,0,0
47382,-100,4,1,1,50,0,0
47518,-100,4,1,0,60,0,0
47655,-100,4,3,0,70,0,0
47791,-100,4,1,0,75,0,0
47927,-100,4,1,1,80,0,0
48064,-100,4,2,0,75,0,0
48200,-100,4,1,1,80,0,0
48336,-100,4,1,0,60,0,0
48473,-100,4,1,0,70,0,0
48745,-100,4,1,0,75,0,0
49018,-100,4,2,1,75,0,0
49155,-100,4,2,0,40,0,0
49427,-100,4,2,0,75,0,0
49564,-100,4,2,1,40,0,0
49700,-100,4,1,0,50,0,0
49836,-100,4,3,0,60,0,0
49973,-100,4,1,0,70,0,0
50109,-66.6666666666667,4,1,1,75,0,0
50245,-66.6666666666667,4,2,0,40,0,0
50382,-52.6315789473684,4,1,0,75,0,0
50655,-100,4,1,0,75,0,0
51609,-100,4,2,0,50,0,0
51745,-100,4,1,0,50,0,0
52018,-100,4,3,0,60,0,0
52086,-100,4,2,0,60,0,0
52155,-100,4,1,0,70,0,0
52291,-100,4,1,1,80,0,0
52427,-100,4,2,0,75,0,0
52564,-100,4,1,1,80,0,0
52700,-100,4,1,0,60,0,0
52836,-66.6666666666667,4,1,0,75,0,0
53791,-50,4,1,0,60,0,0
53927,-100,4,2,1,80,0,0
54064,-50,4,2,0,80,0,0
54200,-50,4,2,1,65,0,0
54336,-50,4,3,0,80,0,0
54473,-50,4,2,0,80,0,0
54745,-66.6666666666667,4,3,0,80,0,0
54882,-50,4,2,0,40,0,0
55018,-50,4,1,0,75,0,0
55291,-133.333333333333,4,2,0,60,0,0
55836,-71.4285714285714,4,2,0,60,0,0
55973,-133.333333333333,4,2,0,30,0,0
56109,-133.333333333333,4,2,0,60,0,0
57200,-133.333333333333,4,2,0,50,0,0
57336,-133.333333333333,4,2,0,40,0,0
57473,-133.333333333333,4,2,0,30,0,0
57609,-76.9230769230769,4,2,0,50,0,0
57882,-133.333333333333,4,2,0,30,0,0
58155,-133.333333333333,4,2,0,20,0,0
58291,-133.333333333333,4,2,0,58,0,0
58564,-133.333333333333,4,2,0,48,0,0
58836,-133.333333333333,4,2,0,38,0,0
59109,-133.333333333333,4,2,0,28,0,0
59382,-100,4,1,1,60,0,0
59791,-100,4,2,0,40,0,0
59927,-100,4,1,1,60,0,0
60064,-100,4,2,0,40,0,0
60200,-100,4,1,1,60,0,0
60336,-100,4,1,0,40,0,0
60473,-100,4,1,1,60,0,0
60882,-100,4,2,0,40,0,0
61018,-100,4,3,1,60,0,0
61155,-100,4,2,0,40,0,0
61291,-100,4,3,0,60,0,0
61427,-100,4,2,0,40,0,0
61564,-100,4,1,0,60,0,0
61973,-100,4,1,1,65,0,0
62245,-100,4,2,0,75,0,0
62518,-100,4,1,0,40,0,0
62655,-100,4,1,1,75,0,0
62745,-100,4,2,0,40,0,0
63473,-50,4,1,0,75,0,0
63745,-83.3333333333333,4,1,1,75,0,1
64291,-83.3333333333333,4,1,0,75,0,1
64427,-83.3333333333333,4,2,0,75,0,1
64564,-83.3333333333333,4,1,1,75,0,1
64700,-83.3333333333333,4,2,0,75,0,1
64836,-83.3333333333333,4,1,1,75,0,1
64973,-83.3333333333333,4,2,0,75,0,1
65109,-83.3333333333333,4,1,1,75,0,1
65245,-83.3333333333333,4,2,0,75,0,1
65382,-83.3333333333333,4,1,1,75,0,1
65518,-83.3333333333333,4,2,0,75,0,1
65655,-83.3333333333333,4,1,1,75,0,1
65791,-83.3333333333333,4,2,0,75,0,1
65927,-83.3333333333333,4,1,1,75,0,1
66064,-83.3333333333333,4,2,0,75,0,1
66200,-83.3333333333333,4,1,1,75,0,1
66336,-83.3333333333333,4,2,0,75,0,1
66473,-83.3333333333333,4,1,1,75,0,1
66609,-83.3333333333333,4,2,0,75,0,1
66745,-83.3333333333333,4,1,1,75,0,1
66882,-83.3333333333333,4,2,0,75,0,1
67018,-83.3333333333333,4,1,1,75,0,1
67155,-83.3333333333333,4,2,0,75,0,1
67291,-83.3333333333333,4,1,1,75,0,1
67427,-83.3333333333333,4,2,0,75,0,1
67564,-83.3333333333333,4,1,1,75,0,1
67836,-83.3333333333333,4,1,1,80,0,1
68109,-83.3333333333333,4,1,1,75,0,1
68518,-83.3333333333333,4,2,0,75,0,1
68655,-83.3333333333333,4,1,1,75,0,1
68791,-83.3333333333333,4,2,0,75,0,1
68927,-83.3333333333333,4,1,1,75,0,1
69064,-83.3333333333333,4,2,0,75,0,1
69200,-83.3333333333333,4,1,1,75,0,1
69336,-83.3333333333333,4,2,0,75,0,1
69473,-83.3333333333333,4,1,1,75,0,1
69609,-83.3333333333333,4,2,0,75,0,1
69745,-83.3333333333333,4,1,1,75,0,1
69882,-83.3333333333333,4,2,0,75,0,1
70018,-83.3333333333333,4,1,1,75,0,1
70291,-83.3333333333333,4,2,0,75,0,1
70564,-71.4285714285714,4,1,0,75,0,1
70836,-83.3333333333333,4,2,0,75,0,1
71109,-76.9230769230769,4,1,0,75,0,1
71382,-83.3333333333333,4,2,0,100,0,1
71518,-83.3333333333333,4,2,0,75,0,1
71655,-83.3333333333333,4,2,0,100,0,1
71791,-83.3333333333333,4,2,0,75,0,1
71927,-83.3333333333333,4,2,0,100,0,1
72064,-83.3333333333333,4,2,0,75,0,1
72200,-83.3333333333333,4,1,0,75,0,1
72336,-83.3333333333333,4,2,0,75,0,1
72473,-83.3333333333333,4,1,1,75,0,1
72609,-83.3333333333333,4,2,0,75,0,1
72745,-83.3333333333333,4,1,1,75,0,1
72882,-83.3333333333333,4,2,0,75,0,1
73018,-83.3333333333333,4,1,1,75,0,1
73155,-83.3333333333333,4,2,0,75,0,1
73291,-83.3333333333333,4,1,1,75,0,1
73427,-83.3333333333333,4,2,0,75,0,1
73564,-83.3333333333333,4,1,1,75,0,1
73700,-83.3333333333333,4,2,0,75,0,1
73836,-83.3333333333333,4,1,1,75,0,1
73905,-83.3333333333333,4,2,0,75,0,1
74109,-83.3333333333333,4,1,1,75,0,1
74245,-83.3333333333333,4,2,0,75,0,1
74382,-83.3333333333333,4,1,1,75,0,1
74518,-83.3333333333333,4,2,0,75,0,1
74655,-83.3333333333333,4,1,1,75,0,1
74791,-83.3333333333333,4,2,0,75,0,1
74927,-83.3333333333333,4,1,1,75,0,1
75064,-83.3333333333333,4,2,0,75,0,1
75200,-83.3333333333333,4,1,1,75,0,1
75336,-83.3333333333333,4,2,0,75,0,1
75473,-83.3333333333333,4,1,1,75,0,1
75609,-83.3333333333333,4,2,0,75,0,1
75745,-83.3333333333333,4,1,1,75,0,1
75814,-83.3333333333333,4,2,0,75,0,1
76018,-83.3333333333333,4,1,1,75,0,1
76155,-83.3333333333333,4,2,0,75,0,1
76291,-83.3333333333333,4,1,1,50,0,1
76564,-83.3333333333333,4,2,0,75,0,1
76836,-83.3333333333333,4,1,1,75,0,1
76973,-83.3333333333333,4,2,0,75,0,1
77245,-83.3333333333333,4,1,1,75,0,1
77382,-83.3333333333333,4,2,0,75,0,1
77655,-52.6315789473684,4,1,1,75,0,1
77791,-83.3333333333333,4,2,0,75,0,1
78064,-50,4,1,1,75,0,1
78200,-83.3333333333333,4,2,0,75,0,1
78336,-83.3333333333333,4,1,1,75,0,1
78609,-83.3333333333333,4,2,0,75,0,1
78745,-83.3333333333333,4,1,1,65,0,1
78882,-83.3333333333333,4,2,0,75,0,1
79155,-83.3333333333333,4,1,1,65,0,1
79291,-83.3333333333333,4,2,0,65,0,1
79427,-83.3333333333333,4,1,1,65,0,1
79564,-83.3333333333333,4,2,0,65,0,1
79700,-83.3333333333333,4,1,0,65,0,1
79836,-83.3333333333333,4,2,0,65,0,1
80109,-100,4,1,0,75,0,0
80143,-100,4,2,0,40,0,0
80927,-50,4,1,0,75,0,0
81473,-133.333333333333,4,2,0,75,0,0
81609,-133.333333333333,4,2,0,40,0,0
81745,-133.333333333333,4,2,0,60,0,0
82155,-133.333333333333,4,2,0,30,0,0
82291,-133.333333333333,4,2,0,60,0,0
82564,-133.333333333333,4,2,0,40,0,0
82836,-133.333333333333,4,2,0,60,0,0
83109,-133.333333333333,4,2,0,40,0,0
83382,-133.333333333333,4,2,0,60,0,0
83655,-133.333333333333,4,2,0,40,0,0
83791,-133.333333333333,4,2,0,40,0,0
84064,-133.333333333333,4,2,0,35,0,0
84473,-133.333333333333,4,2,0,58,0,0
84745,-100,4,2,0,48,0,0
85018,-100,4,2,0,38,0,0
85291,-100,4,2,0,28,0,0
85564,-100,4,2,0,60,0,0
85836,-100,4,2,0,40,0,0
86655,-100,4,1,0,90,0,0
86689,-100,4,2,0,40,0,0
86723,-100,4,2,0,35,0,0
86757,-100,4,2,0,30,0,0
86791,-100,4,2,0,25,0,0
86825,-100,4,2,0,20,0,0
86859,-100,4,2,0,15,0,0
86893,-100,4,2,0,10,0,0
86927,-100,4,2,0,58,0,0
86961,-100,4,2,0,38,0,0
86995,-100,4,2,0,34,0,0
87030,-100,4,2,0,30,0,0
87064,-100,4,2,0,26,0,0
87098,-100,4,2,0,22,0,0
87132,-100,4,2,0,28,0,0
87166,-100,4,2,0,14,0,0
87200,-100,4,2,0,10,0,0
87405,-100,4,2,0,30,0,0
87473,-100,4,2,0,40,0,0
87745,-100,4,1,1,40,0,0
88018,-66.6666666666667,4,1,0,85,0,0
88155,-66.6666666666667,4,2,0,85,0,0
88291,-100,4,1,1,40,0,0
88564,-66.6666666666667,4,1,0,85,0,0
88700,-66.6666666666667,4,2,0,85,0,0
88836,-66.6666666666667,4,1,1,70,0,0
89109,-66.6666666666667,4,2,0,50,0,0
89200,-66.6666666666667,4,2,0,15,0,0
89382,-66.6666666666667,4,2,0,50,0,0
89473,-66.6666666666667,4,2,0,15,0,0
89655,-66.6666666666667,4,1,1,60,0,0
89927,-66.6666666666667,4,1,1,80,0,0
90200,-100,4,1,1,75,0,0
90336,-100,4,2,0,75,0,0
90473,-100,4,1,1,75,0,0
90609,-100,4,2,0,75,0,0
90745,-100,4,1,1,75,0,0
90882,-100,4,2,0,75,0,0
91018,-100,4,1,1,75,0,0
91155,-100,4,2,0,75,0,0
91291,-100,4,1,1,75,0,0
91427,-100,4,2,0,75,0,0
91564,-100,4,1,1,75,0,0
91836,-66.6666666666667,4,1,1,75,0,0
91973,-50,4,2,0,75,0,0
92109,-100,4,1,1,75,0,0
92382,-100,4,2,0,75,0,0
92655,-100,4,2,0,40,0,0
93200,-100,4,1,1,40,0,0
93268,-100,4,2,0,40,0,0
93336,-100,4,1,0,40,0,0
93405,-100,4,2,0,40,0,0
93473,-100,4,3,0,40,0,0
93541,-100,4,2,0,40,0,0
93609,-100,4,1,0,40,0,0
93677,-100,4,2,0,40,0,0
93745,-66.6666666666667,4,1,1,40,0,0
94018,-100,4,1,1,75,0,0
94700,-100,4,2,0,75,0,0
94836,-100,4,1,1,75,0,0
94973,-100,4,2,0,75,0,0
95109,-100,4,1,1,75,0,0
95245,-100,4,2,0,75,0,0
95382,-100,4,1,1,75,0,0
95518,-100,4,2,0,75,0,0
95655,-100,4,1,1,75,0,0
95927,-100,4,1,1,80,0,0
96473,-76.9230769230769,4,1,1,65,0,0
97018,-100,4,1,0,40,0,0
97223,-100,4,2,0,30,0,0
97564,-66.6666666666667,4,1,0,65,0,0
97700,-66.6666666666667,4,2,0,65,0,0
97836,-66.6666666666667,4,1,0,65,0,0
97973,-66.6666666666667,4,2,0,65,0,0
98109,-66.6666666666667,4,1,0,65,0,0
98382,-66.6666666666667,4,1,0,70,0,0
98655,-100,4,1,1,75,0,0
99064,-100,4,2,0,75,0,0
99200,-100,4,1,1,75,0,0
99336,-100,4,2,0,75,0,0
99473,-100,4,1,1,75,0,0
99609,-100,4,2,0,75,0,0
99745,-100,4,1,1,75,0,0
99882,-100,4,2,0,75,0,0
100018,-100,4,1,1,75,0,0
100155,-100,4,2,0,75,0,0
100291,-100,4,1,1,85,0,0
100836,-100,4,1,1,75,0,0
100973,-100,4,2,0,75,0,0
101382,-100,4,2,0,40,0,0
101927,-100,4,1,1,40,0,0
101995,-100,4,2,0,40,0,0
102745,-100,4,1,0,40,0,0
103018,-100,4,1,1,75,0,0
103427,-100,4,2,0,75,0,0
103564,-100,4,1,1,75,0,0
103700,-100,4,2,0,75,0,0
103836,-100,4,1,1,75,0,0
103973,-100,4,2,0,75,0,0
104109,-100,4,1,1,75,0,0
104245,-100,4,2,0,75,0,0
104382,-100,4,1,1,50,0,0
104655,-100,4,1,1,75,0,0
104791,-100,4,2,0,75,0,0
104927,-100,4,1,1,50,0,0
105336,-100,4,2,0,50,0,0
105473,-100,4,2,0,80,0,0
105609,-100,4,2,0,50,0,0
105745,-100,4,1,0,50,0,0
105814,-100,4,2,0,40,0,0
106291,-66.6666666666667,4,1,0,75,0,0
106427,-50,4,2,0,75,0,0
106564,-50,4,1,0,75,0,0
106700,-50,4,2,0,75,0,0
106836,-50,4,1,0,75,0,0
106973,-50,4,2,0,75,0,0
107109,-58.8235294117647,4,1,0,75,0,0
107518,-100,4,2,0,75,0,0
107791,-100,4,1,0,75,0,0
107927,-100,4,2,0,75,0,0
108200,-100,4,1,0,75,0,0
108336,-100,4,2,0,75,0,0
108473,-100,4,1,0,75,0,0
108541,-100,4,2,0,40,0,0
108609,-100,4,1,0,60,0,0
108745,-100,4,1,0,75,0,0
108882,-100,4,1,0,60,0,0
109018,-100,4,1,0,75,0,0
109086,-100,4,2,0,40,0,0
109155,-100,4,1,0,60,0,0
109291,-100,4,1,0,75,0,0
109359,-100,4,2,0,40,0,0
109427,-100,4,1,0,60,0,0
109564,-100,4,1,0,75,0,0
109700,-100,4,2,0,75,0,0
109973,-100,4,1,0,75,0,0
110109,-100,4,2,0,75,0,0
110382,-100,4,1,0,75,0,0
110518,-100,4,2,0,75,0,0
110655,-83.3333333333333,4,1,0,75,0,0
110791,-100,4,1,0,60,0,0
110927,-100,4,1,0,75,0,0
111064,-100,4,1,0,60,0,0
111200,-100,4,1,0,75,0,0
111336,-100,4,1,0,60,0,0
111473,-83.3333333333333,4,1,0,75,0,0
111609,-100,4,2,0,60,0,0
111745,-100,4,1,1,75,0,0
111882,-100,4,2,0,40,0,0
112291,-100,4,1,1,80,0,0
112427,-100,4,2,0,75,0,0
112564,-100,4,1,0,70,0,0
112700,-100,4,2,0,75,0,0
112836,-58.8235294117647,4,1,0,75,0,0
112973,-100,4,2,0,75,0,0
113382,-100,4,1,1,75,0,0
113518,-100,4,2,0,75,0,0
113927,-100,4,2,1,75,0,0
114064,-100,4,2,0,75,0,0
114200,-100,4,2,1,80,0,0
114336,-100,4,3,0,75,0,0
114745,-100,4,1,0,75,0,0
114882,-100,4,2,0,75,0,0
115018,-100,4,1,0,75,0,0
115291,-100,4,2,0,75,0,0
115836,-100,4,1,0,100,0,0


[Colours]
Combo1 : 184,113,255
Combo2 : 255,81,81
Combo3 : 89,242,242
Combo4 : 255,128,64

[HitObjects]
64,184,7018,5,4,0:3:0:0:
232,152,7427,5,4,0:3:0:0:
408,112,7836,5,2,0:0:0:0:
380,145,7905,1,2,0:0:0:0:
375,187,7973,1,2,0:0:0:0:
394,226,8041,1,2,0:0:0:0:
431,247,8109,2,0,P|311:251|229:118,1,256.099988276673,4|0,0:3|0:0,0:0:0:0:
372,80,8518,1,4,0:3:0:0:
104,96,8655,1,0,0:0:0:0:
56,144,8791,1,0,0:0:0:0:
45,211,8927,1,4,0:3:0:0:
75,272,9064,1,0,0:0:0:0:
134,305,9200,1,4,0:3:0:0:
472,112,9473,6,0,L|344:112,1,98.5,4|0,0:3|0:0,0:0:0:0:
232,200,9745,2,0,L|360:200,1,98.5,4|0,0:3|0:0,0:0:0:0:
480,312,10018,2,0,L|352:312,1,98.5,4|0,0:3|0:0,0:0:0:0:
144,40,10291,5,0,0:2:0:0:
100,61,10359,1,0,0:2:0:0:
77,104,10427,1,0,0:2:0:0:
83,152,10495,1,0,0:2:0:0:
116,188,10564,1,0,0:2:0:0:
148,224,10632,1,0,0:2:0:0:
154,272,10700,1,0,0:2:0:0:
131,314,10768,1,0,0:2:0:0:
88,336,10836,6,0,L|32:328,2,49.25,0|0|0,0:2|0:2|0:2,0:0:0:0:
320,384,11109,2,0,L|520:384,1,167.450003193855,6|0,0:0|0:0,0:0:0:0:
376,312,11382,5,4,0:3:0:0:
240,312,11518,1,0,0:0:0:0:
32,264,11655,2,0,L|19:166,1,98.5,0|4,0:0|0:3,0:0:0:0:
307,166,11927,2,0,L|320:264,1,98.5,0|0,0:0|0:0,0:0:0:0:
176,264,12200,2,0,L|163:166,1,98.5,4|0,0:3|0:0,0:0:0:0:
464,264,12473,6,0,L|528:280,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
224,240,12745,6,0,L|104:240,1,98.5,2|0,0:0|0:0,0:0:0:0:
384,168,13018,6,0,L|448:184,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
160,160,13291,6,0,L|96:176,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
424,184,13564,6,0,L|496:296,2,98.5,4|0|0,0:3|0:0|0:0,0:0:0:0:
88,184,13973,2,0,L|16:296,2,98.5,4|0|0,0:3|0:0|0:0,0:0:0:0:
240,208,14382,2,0,L|256:320,1,98.5,4|0,0:3|0:0,0:0:0:0:
120,104,14655,6,0,L|264:104,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
480,192,14927,6,0,L|360:192,1,98.5,2|0,0:1|0:0,0:0:0:0:
240,256,15200,6,0,L|360:256,1,98.5,2|0,0:1|0:0,0:0:0:0:
448,320,15473,6,0,L|304:320,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
83,337,15745,5,8,0:2:0:0:
131,328,15882,1,0,0:0:0:0:
171,298,16018,1,0,0:0:0:0:
194,255,16155,1,4,0:3:0:0:
197,207,16291,1,8,0:2:0:0:
179,161,16427,1,0,0:0:0:0:
144,128,16564,1,0,0:0:0:0:
0,120,16700,1,0,0:0:0:0:
200,64,16836,5,2,0:2:0:0:
237,94,16904,1,2,0:2:0:0:
248,141,16972,1,2,0:2:0:0:
227,185,17040,1,2,0:2:0:0:
184,207,17108,1,2,0:2:0:0:
140,228,17177,1,2,0:2:0:0:
120,272,17245,1,2,0:2:0:0:
131,319,17313,1,2,0:2:0:0:
168,350,17382,2,0,L|280:350,1,98.5,8|0,0:2|0:0,0:0:0:0:
464,324,17655,2,0,P|488:260|480:220,1,98.5,2|2,0:2|0:0,0:0:0:0:
168,132,17927,6,0,L|80:200,2,98.5,8|4|0,0:2|0:3|0:0,0:0:0:0:
388,136,18336,2,0,L|476:204,2,98.5,0|4|0,0:0|0:3|0:0,0:0:0:0:
132,120,18745,2,0,L|12:120,1,98.5,0|0,0:0|0:0,0:0:0:0:
304,224,19018,1,4,0:3:0:0:
336,104,19291,5,2,0:0:0:0:
100,216,19564,5,0,0:0:0:0:
444,120,19836,5,4,0:3:0:0:
96,264,20109,6,0,L|240:264,1,98.5,12|0,0:2|0:0,0:0:0:0:
400,152,20382,1,8,0:2:0:0:
424,312,20518,1,0,0:0:0:0:
152,232,20655,2,0,L|53:232,1,98.5,8|0,0:2|0:0,0:0:0:0:
80,112,20927,2,0,L|178:112,1,98.5,8|0,0:2|0:0,0:0:0:0:
440,88,21200,5,14,0:2:0:0:
473,123,21268,1,2,0:0:0:0:
480,171,21336,1,2,0:0:0:0:
459,214,21405,1,2,0:0:0:0:
417,238,21473,2,0,L|312:240,1,98.5,8|0,0:2|0:0,0:0:0:0:
120,112,21745,1,8,0:2:0:0:
88,288,21882,1,0,0:0:0:0:
296,160,22018,1,8,0:2:0:0:
328,336,22155,1,0,0:0:0:0:
68,88,22291,5,14,0:2:0:0:
35,123,22359,1,2,0:0:0:0:
28,171,22427,1,2,0:0:0:0:
49,214,22495,1,2,0:0:0:0:
91,238,22564,2,0,L|196:240,1,98.5,8|0,0:2|0:0,0:0:0:0:
392,152,22836,2,0,L|497:154,1,98.5,8|0,0:2|0:0,0:0:0:0:
508,256,23109,2,0,L|403:258,1,98.5,8|0,0:2|0:0,0:0:0:0:
152,256,23382,6,0,L|40:208,2,98.5,8|0|8,0:2|0:0|1:2,0:0:0:0:
384,308,23791,2,0,L|496:260,2,98.5,0|2|0,0:0|0:0|0:0,0:0:0:0:
152,256,24200,6,0,B|64:248|64:248|84:84|84:84|200:128,1,334.900006387711,4|0,0:2|0:0,0:0:0:0:
464,320,24609,6,0,L|448:200,1,98.5,0|8,0:0|0:2,0:0:0:0:
248,280,24882,2,0,L|235:183,1,98.5,0|8,0:0|0:2,0:0:0:0:
24,232,25155,2,0,L|40:112,1,98.5,0|8,0:0|0:2,0:0:0:0:
308,360,25427,1,0,0:0:0:0:
464,320,25564,6,0,L|448:200,1,98.5,8|0,0:2|0:0,0:0:0:0:
80,296,25836,2,0,L|94:199,1,98.5,8|0,0:2|0:0,0:0:0:0:
360,308,26109,1,8,0:2:0:0:
488,232,26245,2,0,L|472:112,1,98.5,0|8,0:0|0:2,0:0:0:0:
320,72,26518,1,0,0:0:0:0:
120,32,26655,5,2,0:3:0:0:
75,51,26723,1,2,0:3:0:0:
49,92,26791,1,2,0:3:0:0:
52,141,26859,1,2,0:3:0:0:
81,180,26927,1,2,0:3:0:0:
110,218,26995,1,0,2:0:0:0:
112,267,27064,1,2,0:3:0:0:
86,308,27132,1,2,0:3:0:0:
42,328,27200,5,2,0:3:0:0:
192,360,27336,1,2,0:3:0:0:
136,296,27473,1,4,0:0:0:0:
288,352,27609,1,0,0:0:0:0:
232,272,27745,5,2,0:0:0:0:
376,304,28018,5,2,0:0:0:0:
160,200,28291,5,2,0:2:0:0:
400,176,28564,5,2,0:3:0:0:
192,32,28836,6,0,L|312:32,1,98.5,12|0,0:2|0:0,0:0:0:0:
156,120,29109,2,0,L|276:120,1,98.5,8|0,0:2|0:0,0:0:0:0:
128,208,29382,2,0,L|248:208,1,98.5,8|0,0:2|0:0,0:0:0:0:
448,144,29655,2,0,P|472:184|472:256,1,98.5,8|0,0:2|0:0,0:0:0:0:
352,320,29927,6,0,L|480:320,1,98.5,4|0,0:2|0:0,0:0:0:0:
316,228,30200,2,0,L|444:228,1,98.5,8|0,0:2|0:0,0:0:0:0:
280,128,30473,1,8,0:2:0:0:
384,72,30609,1,0,0:3:0:0:
168,72,30745,1,10,0:2:0:0:
119,79,30814,1,2,0:2:0:0:
81,109,30882,1,2,0:2:0:0:
63,154,30950,1,2,0:2:0:0:
68,203,31018,5,12,0:2:0:0:
232,272,31155,1,0,0:0:0:0:
152,168,31291,1,8,0:2:0:0:
24,296,31427,1,0,0:0:0:0:
376,280,31564,2,0,L|504:280,1,98.5,8|0,0:2|0:0,0:0:0:0:
448,184,31836,2,0,L|320:184,1,98.5,8|0,0:2|0:0,0:0:0:0:
136,280,32109,6,0,L|8:280,1,98.5,8|0,0:2|0:0,0:0:0:0:
64,184,32382,2,0,L|192:184,1,98.5,8|0,0:2|0:0,0:0:0:0:
16,56,32655,1,8,0:2:0:0:
168,24,32791,1,0,0:0:0:0:
371,101,32927,1,10,0:2:0:0:
415,129,32995,1,2,0:2:0:0:
433,178,33064,1,2,0:2:0:0:
417,226,33132,1,2,0:2:0:0:
376,256,33200,5,12,0:2:0:0:
208,128,33336,1,0,0:0:0:0:
168,24,33473,1,8,0:2:0:0:
368,240,33609,1,0,0:0:0:0:
400,360,33745,1,8,0:2:0:0:
200,160,33882,1,0,0:0:0:0:
56,192,34018,1,2,0:2:0:0:
26,241,34086,1,2,0:2:0:0:
30,299,34155,1,2,0:2:0:0:
68,344,34222,1,2,0:2:0:0:
125,357,34291,5,12,0:2:0:0:
264,312,34427,1,0,0:0:0:0:
120,264,34564,1,8,0:2:0:0:
144,152,34700,1,0,0:0:0:0:
368,240,34836,1,8,0:2:0:0:
328,104,34973,1,0,0:0:0:0:
101,148,35109,6,2,P|63:235|107:319,1,197,2|8,0:0|0:2,0:0:0:0:
240,296,35518,1,2,0:0:0:0:
272,232,35655,1,2,0:0:0:0:
232,168,35791,1,2,0:0:0:0:
93,131,35927,6,0,B|40:132|40:80|44:-28|152:16|280:100,1,310.274990531159,2|0,0:0|0:0,0:0:0:0:
392,76,36473,6,0,L|460:152,1,98.5,6|0,0:0|0:0,0:0:0:0:
224,88,36745,2,0,L|116:128,1,98.5,6|0,0:0|0:0,0:0:0:0:
400,152,37018,2,0,L|504:176,1,98.5,6|0,0:0|0:0,0:0:0:0:
180,196,37291,2,0,L|60:196,1,98.5,6|0,0:0|0:0,0:0:0:0:
368,264,37564,5,6,0:2:0:0:
402,262,37632,1,6,0:2:0:0:
432,247,37700,1,6,0:2:0:0:
454,220,37768,1,6,0:2:0:0:
463,188,37836,2,0,L|448:80,1,98.5,2|0,0:1|0:0,0:0:0:0:
64,88,38109,1,14,0:2:0:0:
40,104,38382,6,0,L|192:104,1,137.899995791626
376,32,38655,1,8,0:2:0:0:
408,68,38723,1,0,0:0:0:0:
418,116,38791,1,0,0:0:0:0:
402,162,38859,1,0,0:2:0:0:
366,194,38927,1,2,0:2:0:0:
329,226,38995,1,0,0:0:0:0:
313,272,39064,1,0,0:0:0:0:
323,319,39132,1,0,0:0:0:0:
356,356,39200,2,0,P|424:320|504:360,1,137.899995791626,8|0,0:2|0:0,0:0:0:0:
192,312,39473,2,0,P|120:280|44:316,1,137.899995791626,8|0,0:2|0:0,0:0:0:0:
376,32,39745,6,0,P|440:112|398:198,1,197,2|2,0:1|0:1,0:0:0:0:
168,216,40155,1,2,0:1:0:0:
40,128,40291,2,0,L|176:112,2,98.5,8|0|0,0:2|0:0|0:0,0:0:0:0:
104,288,40700,1,2,0:1:0:0:
376,32,40836,5,8,0:2:0:0:
408,68,40905,1,0,0:0:0:0:
418,116,40973,1,0,0:0:0:0:
402,162,41041,1,0,0:0:0:0:
366,194,41109,1,2,0:2:0:0:
329,226,41177,1,0,0:0:0:0:
313,272,41245,1,0,0:0:0:0:
323,319,41314,1,0,0:0:0:0:
356,356,41382,2,0,B|416:320|464:360|464:360|496:312,1,147.75,8|0,0:2|0:0,0:0:0:0:
304,256,41655,2,0,P|184:224|56:272,1,236.4,6|0,0:0|0:0,0:0:0:0:
40,232,41927,5,2,0:2:0:0:
22,186,41995,1,2,0:2:0:0:
31,138,42064,1,2,0:2:0:0:
62,101,42132,1,2,0:2:0:0:
108,85,42200,2,0,L|248:96,1,98.5,2|0,0:1|0:0,0:0:0:0:
499,153,42473,2,0,L|400:160,1,98.5,2|0,0:1|0:0,0:0:0:0:
112,176,42745,2,0,L|211:183,1,98.5,2|0,0:1|0:0,0:0:0:0:
430,348,43018,5,8,0:2:0:0:
461,310,43086,1,0,0:0:0:0:
471,263,43155,1,0,0:0:0:0:
456,216,43223,1,0,0:0:0:0:
421,182,43291,2,0,L|318:180,1,98.5,2|0,0:2|0:0,0:0:0:0:
31,138,43564,2,0,L|48:16,1,98.5,8|0,0:2|0:0,0:0:0:0:
248,240,43836,2,0,L|231:118,1,98.5,8|0,0:2|0:0,0:0:0:0:
16,288,44109,6,0,B|40:240|40:240|56:368|56:368|88:312|88:312|160:360|240:304,1,394,4|0,0:3|0:0,0:0:0:0:
288,264,44791,1,0,0:0:0:0:
280,208,44927,1,0,0:0:0:0:
240,176,45064,1,0,0:0:0:0:
186,153,45200,6,0,P|120:104|24:96,1,147.750005636215,2|0,0:0|0:0,0:0:0:0:
392,176,45473,6,0,L|464:160,2,49.25,2|0|0,0:0|0:0|0:0,0:0:0:0:
160,200,45745,6,0,P|96:136|0:144,1,147.750005636215,2|0,0:0|0:0,0:0:0:0:
416,208,46018,6,0,L|496:192,2,64.0249970691682,2|0|0,0:0|0:0|0:0,0:0:0:0:
160,200,46291,5,2,0:2:0:0:
114,236,46359,1,2,0:2:0:0:
99,292,46427,1,2,0:2:0:0:
121,345,46495,1,2,0:2:0:0:
172,368,46564,2,0,L|288:368,1,98.5,6|0,0:1|0:0,0:0:0:0:
472,168,46836,2,0,P|464:104|344:64,1,197,14|0,0:2|0:0,0:0:0:0:
456,40,47245,1,0,0:0:0:0:
232,120,47382,6,0,L|120:104,2,98.5,8|0|0,0:2|0:0|0:0,0:0:0:0:
352,184,47791,1,0,0:0:0:0:
144,200,47927,2,0,L|32:184,1,98.5,0|0,0:0|0:0,0:0:0:0:
312,256,48200,2,0,L|424:240,1,98.5,0|0,0:0|0:0,0:0:0:0:
92,264,48473,6,0,P|36:216|112:104,1,197,2|2,0:0|0:0,0:0:0:0:
396,276,48882,2,0,L|512:276,2,98.5,2|8|0,0:0|1:2|0:0,0:0:0:0:
196,320,49291,2,0,L|98:322,1,98.5,2|2,0:1|0:1,0:0:0:0:
396,276,49564,5,8,0:0:0:0:
480,200,49700,1,0,0:0:0:0:
460,108,49836,1,2,0:2:0:0:
364,76,49973,1,0,0:0:0:0:
148,156,50109,6,0,B|82:158|82:158|4:104,1,147.750005636215,8|0,0:2|0:0,0:0:0:0:
312,84,50382,6,0,B|381:37|403:73|403:73|388:84|388:84|395:91|395:91|385:98|385:98|395:105|395:105|381:120|381:120|399:123|399:123|388:134|388:134|399:145|399:145|381:148|381:148|392:152|392:152|334:141|268:184,1,374.299990005112,6|2,0:1|0:2,0:0:0:0:
220,180,50723,1,2,0:2:0:0:
192,240,50791,1,2,0:2:0:0:
216,296,50859,1,2,0:2:0:0:
272,304,50927,1,2,0:1:0:0:
484,288,51200,1,2,0:1:0:0:
200,348,51473,6,0,L|101:341,1,98.5,2|0,0:0|0:0,0:0:0:0:
328,336,51745,1,2,0:2:0:0:
372,316,51814,1,2,0:2:0:0:
398,275,51882,1,2,0:2:0:0:
395,226,51950,1,2,0:2:0:0:
366,187,52018,1,2,0:2:0:0:
336,148,52086,1,0,0:0:0:0:
334,99,52155,1,0,0:0:0:0:
360,58,52223,1,0,0:0:0:0:
404,38,52291,6,0,L|512:40,1,98.5,8|0,0:2|0:0,0:0:0:0:
144,80,52564,2,0,L|36:82,1,98.5,8|0,0:2|0:0,0:0:0:0:
248,168,52836,5,6,0:0:0:0:
400,224,53245,5,6,0:0:0:0:
144,296,53518,5,6,0:0:0:0:
408,352,53791,5,6,0:0:0:0:
144,376,53927,5,10,0:2:0:0:
213,341,54064,1,0,0:0:0:0:
252,274,54200,1,8,0:2:0:0:
249,196,54336,1,4,0:3:0:0:
204,133,54473,1,0,0:0:0:0:
132,104,54609,1,0,0:0:0:0:
56,112,54745,6,0,L|224:112,1,147.750005636215,4|0,0:3|0:0,0:0:0:0:
464,112,55018,1,4,0:3:0:0:
352,192,55291,5,2,0:0:0:0:
496,248,55564,1,2,0:0:0:0:
440,336,55836,2,0,L|280:336,1,137.899995791626
72,112,56109,1,0,0:0:0:0:
180,164,56382,5,2,0:0:0:0:
36,244,56655,1,0,0:0:0:0:
204,284,56927,1,2,0:0:0:0:
56,144,57200,6,0,L|152:128,1,73.8750028181077,2|0,0:0|0:0,0:0:0:0:
0,200,57473,1,0,0:0:0:0:
136,88,57609,2,0,B|216:120|264:64|264:64|292:128|400:144,2,256.099988276673,2|2|2,0:2|0:0|0:0,0:0:0:0:
432,312,58291,5,2,0:0:0:0:
256,264,58564,5,2,0:0:0:0:
416,224,58836,5,2,0:0:0:0:
308,336,59109,5,2,0:0:0:0:
456,144,59382,5,8,0:2:0:0:
168,80,59518,1,0,0:0:0:0:
24,168,59655,2,0,L|48:280,1,98.5,8|0,0:2|0:0,0:0:0:0:
296,272,59927,1,8,0:2:0:0:
440,184,60064,2,0,L|416:72,1,98.5,0|8,0:0|0:2,0:0:0:0:
264,56,60336,1,0,0:0:0:0:
48,248,60473,6,0,L|256:248,1,197,8|8,0:2|0:2,0:0:0:0:
136,176,60882,1,0,0:0:0:0:
272,160,61018,2,0,L|280:48,1,98.5,8|0,0:2|0:0,0:0:0:0:
112,144,61291,2,0,L|104:32,1,98.5,4|0,0:3|0:0,0:0:0:0:
352,32,61564,5,2,0:0:0:0:
48,168,61973,5,8,0:2:0:0:
280,232,62245,5,2,0:0:0:0:
144,312,62518,5,2,0:0:0:0:
344,344,62655,5,8,0:2:0:0:
387,329,62745,1,2,0:1:0:0:
422,300,62836,1,2,0:1:0:0:
444,260,62927,1,2,0:1:0:0:
450,215,63018,1,2,0:1:0:0:
439,171,63109,1,2,0:1:0:0:
412,134,63200,1,2,0:1:0:0:
374,109,63291,1,2,0:1:0:0:
329,100,63382,1,2,0:1:0:0:
284,109,63473,2,0,P|200:152|112:112,1,197,2|0,0:1|0:0,0:0:0:0:
312,192,63745,6,0,L|464:192,1,118.199996392822,12|0,0:2|0:0,0:0:0:0:
304,296,64018,2,0,P|176:264|160:144,1,236.399992785645,8|0,0:2|0:0,0:0:0:0:
48,248,64427,1,0,0:0:0:0:
192,240,64564,1,8,0:2:0:0:
72,160,64700,1,0,0:0:0:0:
336,184,64836,6,0,L|464:184,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
504,296,65109,1,0,0:0:0:0:
376,352,65245,1,0,0:0:0:0:
176,200,65382,2,0,L|48:200,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
8,88,65655,1,8,0:2:0:0:
176,40,65791,1,0,0:0:0:0:
416,72,65927,5,8,0:2:0:0:
448,184,66064,1,0,0:0:0:0:
480,296,66200,1,8,0:2:0:0:
232,120,66336,1,0,0:0:0:0:
208,240,66473,1,8,0:2:0:0:
464,200,66609,1,0,0:0:0:0:
496,312,66745,1,8,0:2:0:0:
120,288,66882,1,0,0:0:0:0:
24,200,67018,6,0,L|144:200,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
392,272,67291,1,8,0:2:0:0:
480,176,67427,1,0,0:0:0:0:
328,152,67564,6,0,L|320:288,1,118.199996392822,12|0,0:2|0:0,0:0:0:0:
464,96,67836,2,0,L|472:232,1,118.199996392822,12|0,0:2|0:0,0:0:0:0:
160,336,68109,5,12,0:2:0:0:
24,272,68245,2,0,L|30:154,1,118.199996392822,0|8,0:0|0:2,0:0:0:0:
288,128,68518,1,0,0:0:0:0:
424,192,68655,2,0,L|417:309,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
136,280,68927,2,0,L|129:162,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
272,96,69200,5,8,0:2:0:0:
264,152,69336,1,0,0:0:0:0:
56,208,69473,1,8,0:2:0:0:
40,264,69609,1,0,0:0:0:0:
320,296,69745,1,8,0:2:0:0:
346,349,69882,1,0,0:0:0:0:
134,331,70018,2,0,L|16:328,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
296,240,70291,5,2,0:2:0:0:
338,213,70359,1,2,0:2:0:0:
358,167,70427,1,2,0:2:0:0:
345,116,70495,1,2,0:2:0:0:
303,84,70564,2,0,L|468:88,1,137.899995791626,4|0,0:2|0:0,0:0:0:0:
88,80,70836,5,2,0:0:0:0:
46,112,70905,1,2,0:0:0:0:
33,163,70973,1,2,0:0:0:0:
53,209,71041,1,2,0:0:0:0:
95,236,71109,2,0,L|244:236,1,128.049994138336,4|0,0:0|0:0,0:0:0:0:
464,296,71382,6,0,L|448:168,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
320,304,71655,6,0,L|304:176,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
472,304,71927,6,0,L|456:176,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
328,312,72200,6,0,L|312:184,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
40,304,72473,6,0,L|56:176,1,118.199996392822,12|0,0:2|0:0,0:0:0:0:
336,320,72745,2,0,L|320:192,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
200,144,73018,1,8,0:2:0:0:
336,88,73155,1,0,0:0:0:0:
120,48,73291,1,8,0:2:0:0:
16,128,73427,1,0,0:0:0:0:
144,192,73564,5,8,0:2:0:0:
48,272,73700,1,0,0:0:0:0:
297,247,73836,1,8,0:2:0:0:
338,217,73905,1,0,0:0:0:0:
354,169,73973,1,0,0:0:0:0:
336,120,74041,1,0,0:0:0:0:
292,92,74109,1,8,0:2:0:0:
440,128,74245,1,0,0:0:0:0:
200,192,74382,2,0,L|72:192,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
224,296,74655,6,0,L|240:168,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
88,320,74927,2,0,L|72:192,1,118.199996392822,8|0,0:2|0:0,0:0:0:0:
368,336,75200,1,8,0:2:0:0:
352,280,75336,1,0,0:0:0:0:
207,237,75473,1,8,0:2:0:0:
216,176,75609,1,0,0:0:0:0:
368,144,75745,6,0,L|428:196,2,59.0999981964112,8|0|0,0:2|0:0|0:0,0:0:0:0:
224,120,76018,1,8,0:2:0:0:
360,88,76155,1,0,0:0:0:0:
128,64,76291,6,0,P|64:32|-16:56,1,118.199996392822,0|0,0:2|0:0,0:0:0:0:
264,304,76564,1,2,0:0:0:0:
304,304,76632,1,2,0:0:0:0:
340,283,76700,1,2,0:0:0:0:
359,248,76768,1,2,0:0:0:0:
352,208,76836,5,12,0:2:0:0:
96,176,76973,1,0,0:0:0:0:
80,232,77245,5,12,0:2:0:0:
392,192,77382,1,0,0:0:0:0:
432,232,77655,5,12,0:2:0:0:
92,116,77791,1,4,0:0:0:0:
80,232,78064,5,8,0:2:0:0:
352,152,78200,2,0,L|472:184,1,118.199996392822,0|4,0:0|0:3,0:0:0:0:
208,316,78473,1,0,0:0:0:0:
80,232,78609,2,0,L|96:72,1,118.199996392822,0|8,0:0|0:2,0:0:0:0:
404,276,78882,1,4,0:3:0:0:
424,204,79155,5,12,0:2:0:0:
176,64,79291,2,0,L|36:92,1,118.199996392822,0|8,0:0|0:2,0:0:0:0:
32,232,79564,1,4,0:3:0:0:
260,344,79700,2,0,L|400:316,1,118.199996392822,0|4,0:0|0:3,0:0:0:0:
404,176,79973,1,0,0:0:0:0:
32,280,80109,6,0,L|8:248,22,24.625,4|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0,0:2|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
256,264,80927,6,0,B|336:236|336:236|336:272|336:272|336:272|336:272|356:272|356:272|336:272|336:272|352:280|352:280|348:308|348:308|368:300|368:300|264:280|164:300,1,394,4|4,0:2|0:2,0:0:0:0:
348,224,81473,6,0,L|436:208,1,73.8750028181077,2|0,0:0|0:0,0:0:0:0:
460,96,81745,1,2,0:0:0:0:
168,252,82018,2,0,L|80:236,1,73.8750028181077,2|0,0:0|0:0,0:0:0:0:
56,124,82290,1,2,0:0:0:0:
264,164,82564,1,2,0:0:0:0:
108,80,82836,1,2,0:0:0:0:
312,128,83109,1,2,0:0:0:0:
96,176,83382,6,0,P|88:112|136:32,1,147.750005636215,2|0,0:0|0:0,0:0:0:0:
352,232,83791,2,0,P|423:245|483:205,2,147.750005636215,2|0|2,0:0|0:0|0:0,0:0:0:0:
76,128,84473,5,0,0:0:0:0:
16,248,84745,5,2,0:0:0:0:
180,208,85018,5,2,0:0:0:0:
64,336,85291,5,2,0:0:0:0:
288,336,85564,6,0,P|384:336|448:248,1,197,2|2,0:0|0:0,0:0:0:0:
200,56,86109,2,0,P|104:56|40:144,1,197,2|2,0:0|0:0,0:0:0:0:
180,208,86518,1,2,0:0:0:0:
456,132,86655,6,0,L|462:99,22,24.625,4|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0,0:2|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
144,144,87473,5,2,0:0:0:0:
116,184,87541,1,2,0:0:0:0:
114,232,87609,1,2,0:0:0:0:
136,275,87677,1,2,0:0:0:0:
178,300,87745,5,8,0:2:0:0:
416,256,87882,1,8,0:2:0:0:
464,112,88018,1,6,0:2:0:0:
176,72,88155,1,0,0:0:0:0:
114,232,88291,5,8,0:2:0:0:
392,280,88427,1,8,0:2:0:0:
488,224,88564,2,0,P|424:184|312:224,1,147.750005636215,6|0,0:2|0:0,0:0:0:0:
68,170,88836,6,0,B|140:146|140:146|164:226,1,147.750005636215,8|0,0:2|0:0,0:0:0:0:
52,258,89109,1,2,0:1:0:0:
46,238,89200,1,2,0:1:0:0:
43,218,89291,1,2,0:1:0:0:
47,199,89382,1,2,0:1:0:0:
55,181,89473,1,2,0:1:0:0:
66,165,89564,1,2,0:1:0:0:
80,152,89655,1,12,0:2:0:0:
436,288,89927,5,12,0:2:0:0:
200,232,90200,6,0,L|332:232,1,98.5,8|0,0:2|0:0,0:0:0:0:
336,136,90473,2,0,L|204:136,1,98.5,8|0,0:2|0:0,0:0:0:0:
172,44,90745,2,0,L|304:44,1,98.5,8|0,0:2|0:0,0:0:0:0:
500,244,91018,6,0,L|372:244,1,98.5,8|0,0:2|0:0,0:0:0:0:
152,236,91291,2,0,L|54:236,1,98.5,8|0,0:2|0:0,0:0:0:0:
192,200,91564,1,8,0:2:0:0:
214,156,91632,1,0,0:0:0:0:
212,107,91700,1,0,0:0:0:0:
186,66,91768,1,0,0:0:0:0:
144,41,91836,2,0,B|32:40|32:40|32:96,1,147.750005636215,8|0,0:2|0:0,0:0:0:0:
328,136,92109,1,4,0:2:0:0:
141,127,92382,5,2,0:1:0:0:
117,144,92450,1,0,0:1:0:0:
99,167,92518,1,0,0:1:0:0:
89,195,92586,1,0,0:1:0:0:
88,224,92655,1,2,0:1:0:0:
97,252,92723,1,2,0:1:0:0:
114,276,92791,1,2,0:1:0:0:
138,293,92859,1,2,0:1:0:0:
176,304,92927,2,0,L|246:294,1,49.25,2|2,0:1|0:1,0:0:0:0:
304,296,93064,2,0,L|374:286,1,49.25,2|2,0:1|0:1,0:0:0:0:
423,336,93200,5,8,0:2:0:0:
455,300,93268,1,0,0:0:0:0:
462,251,93336,1,0,0:0:0:0:
440,208,93405,1,0,0:0:0:0:
397,185,93473,1,0,0:0:0:0:
354,162,93541,1,0,0:0:0:0:
332,119,93609,1,0,0:0:0:0:
339,70,93677,1,0,0:0:0:0:
371,34,93745,2,0,B|416:80|416:80|448:32|504:64,1,147.750005636215,8|0,0:2|0:0,0:0:0:0:
184,144,94018,5,12,0:2:0:0:
0,56,94291,5,12,0:2:0:0:
216,336,94564,6,0,L|314:336,1,98.5,8|0,0:2|0:0,0:0:0:0:
184,248,94836,2,0,L|282:248,1,98.5,8|0,0:2|0:0,0:0:0:0:
168,152,95109,1,8,0:2:0:0:
280,104,95245,1,0,0:0:0:0:
32,72,95382,6,0,L|48:200,1,98.5,8|0,0:2|0:0,0:0:0:0:
176,104,95655,2,0,L|160:232,1,98.5,8|0,0:2|0:0,0:0:0:0:
16,328,95927,1,8,0:2:0:0:
144,360,96064,1,0,0:0:0:0:
480,224,96200,2,0,L|376:224,1,98.5,8|0,0:2|0:0,0:0:0:0:
112,208,96473,6,0,L|256:208,1,128.049994138336,8|0,0:2|0:0,0:0:0:0:
464,136,96745,1,8,0:2:0:0:
256,64,97018,5,2,0:2:0:0:
219,77,97086,1,2,0:2:0:0:
191,105,97155,1,2,0:2:0:0:
176,142,97223,1,2,0:2:0:0:
176,180,97291,1,2,0:2:0:0:
190,216,97359,1,2,0:2:0:0:
217,245,97427,1,2,0:2:0:0:
253,260,97495,1,2,0:2:0:0:
293,260,97564,5,2,0:1:0:0:
464,136,97700,2,0,L|448:312,1,147.750005636215,0|2,0:0|0:1,0:0:0:0:
72,280,97973,1,0,0:0:0:0:
48,136,98109,6,0,L|248:136,1,147.750005636215,2|0,0:1|0:0,0:0:0:0:
236,308,98382,2,0,L|89:308,1,147.750005636215,2|0,0:2|0:0,0:0:0:0:
48,136,98655,1,12,0:2:0:0:
472,128,98927,6,0,L|352:112,1,98.5,8|0,0:2|0:0,0:0:0:0:
232,240,99200,2,0,L|352:224,1,98.5,8|0,0:2|0:0,0:0:0:0:
456,352,99473,1,8,0:2:0:0:
320,328,99609,1,0,0:0:0:0:
24,176,99745,5,8,0:2:0:0:
48,320,99882,1,0,0:0:0:0:
192,312,100018,1,8,0:2:0:0:
176,168,100155,1,0,0:0:0:0:
320,312,100291,5,8,0:2:0:0:
336,168,100427,1,0,0:0:0:0:
504,320,100564,1,8,0:2:0:0:
488,176,100700,1,0,0:0:0:0:
256,96,100836,6,0,B|64:136|64:136|248:200,1,344.75,8|0,0:2|0:0,0:0:0:0:
336,168,101382,5,2,0:2:0:0:
369,175,101450,1,2,0:2:0:0:
395,197,101518,1,2,0:2:0:0:
408,228,101586,1,2,0:2:0:0:
406,262,101655,1,2,0:2:0:0:
388,291,101723,1,2,0:2:0:0:
358,309,101791,1,2,0:2:0:0:
324,311,101859,1,2,0:2:0:0:
128,296,101927,5,10,0:2:0:0:
80,285,101995,1,2,0:2:0:0:
43,253,102064,1,2,0:2:0:0:
27,207,102132,1,2,0:2:0:0:
35,159,102200,1,2,0:2:0:0:
65,121,102268,1,2,0:2:0:0:
110,103,102336,1,2,0:2:0:0:
159,109,102405,1,2,0:2:0:0:
198,138,102473,1,2,0:2:0:0:
336,168,102609,1,0,0:0:0:0:
120,200,102745,2,0,L|16:200,1,98.5
416,80,103018,6,0,P|486:144|464:235,1,197,12|8,0:2|0:2,0:0:0:0:
248,248,103427,1,0,0:0:0:0:
120,200,103564,2,0,P|72:216|40:280,1,98.5
336,224,103836,2,0,L|312:96,1,98.5,8|0,0:2|0:0,0:0:0:0:
88,64,104109,6,0,L|73:161,1,98.5,8|0,0:2|0:0,0:0:0:0:
248,272,104382,1,2,0:2:0:0:
284,237,104450,1,2,0:2:0:0:
304,192,104518,1,2,0:2:0:0:
297,137,104586,1,2,0:2:0:0:
264,96,104655,1,10,0:2:0:0:
136,80,104791,1,0,0:2:0:0:
400,120,104927,1,2,0:0:0:0:
410,130,104961,1,2,0:0:0:0:
417,143,104995,1,2,0:0:0:0:
422,157,105030,1,2,0:0:0:0:
424,171,105064,1,2,0:0:0:0:
422,186,105098,1,2,0:0:0:0:
417,200,105132,1,2,0:1:0:0:
184,96,105200,5,12,0:2:0:0:
80,144,105336,1,0,0:0:0:0:
40,248,105473,1,6,0:1:0:0:
72,344,105609,1,0,0:0:0:0:
385,340,105745,1,6,0:1:0:0:
422,309,105814,1,0,0:0:0:0:
435,262,105882,1,0,0:0:0:0:
417,217,105950,1,0,0:0:0:0:
376,192,106018,1,0,0:0:0:0:
335,167,106086,1,0,0:0:0:0:
317,122,106155,1,0,0:0:0:0:
330,75,106223,1,0,0:0:0:0:
367,44,106291,6,0,L|504:136,1,147.750005636215,2|0,0:1|0:0,0:0:0:0:
232,168,106564,6,0,B|184:96|184:96|168:160|88:168,1,197,2|0,0:1|0:0,0:0:0:0:
344,272,106836,6,0,B|440:264|440:264|400:200|488:176,1,197,2|0,0:1|0:0,0:0:0:0:
176,352,107109,5,6,0:1:0:0:
136,312,107382,5,4,0:3:0:0:
272,312,107518,1,0,0:0:0:0:
480,264,107655,2,0,L|493:166,1,98.5,0|4,0:0|0:3,0:0:0:0:
205,166,107927,2,0,L|192:264,1,98.5,0|0,0:0|0:0,0:0:0:0:
336,264,108200,2,0,L|349:166,1,98.5,4|0,0:3|0:0,0:0:0:0:
48,264,108473,6,0,L|-16:280,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
288,240,108745,6,0,L|408:240,1,98.5,2|0,0:0|0:0,0:0:0:0:
128,168,109018,6,0,L|64:184,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
352,160,109291,6,0,L|416:176,2,49.25,2|0|0,0:1|0:0|0:0,0:0:0:0:
88,184,109564,6,0,L|75:281,1,98.5,4|0,0:3|0:0,0:0:0:0:
320,272,109836,2,0,L|306:175,1,98.5,0|4,0:0|0:3,0:0:0:0:
448,280,110109,2,0,L|461:183,1,98.5
312,176,110382,2,0,L|298:273,1,98.5,4|0,0:3|0:0,0:0:0:0:
392,104,110655,6,0,L|248:104,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
32,192,110927,6,0,L|152:192,1,98.5,2|0,0:1|0:0,0:0:0:0:
272,256,111200,6,0,L|152:256,1,98.5,2|0,0:1|0:0,0:0:0:0:
64,320,111473,6,0,L|208:320,1,118.199996392822,2|0,0:1|0:0,0:0:0:0:
424,336,111745,5,8,0:2:0:0:
376,327,111882,1,0,0:0:0:0:
336,297,112018,1,0,0:0:0:0:
313,254,112155,1,4,0:3:0:0:
310,206,112291,1,8,0:2:0:0:
328,160,112427,1,0,0:0:0:0:
363,127,112564,1,0,0:0:0:0:
512,128,112700,1,0,0:0:0:0:
312,64,112836,6,0,L|224:88,1,83.7250015969277,2|2,0:2|0:2,0:0:0:0:
152,108,112973,1,2,0:0:0:0:
32,224,113109,2,0,L|144:224,1,98.5,0|0,0:0|0:0,0:0:0:0:
448,272,113382,2,0,L|336:272,1,98.5,8|0,0:2|0:0,0:0:0:0:
144,328,113655,1,2,0:0:0:0:
111,292,113723,1,2,0:0:0:0:
104,244,113791,1,2,0:0:0:0:
126,201,113859,1,2,0:0:0:0:
168,177,113927,1,10,0:2:0:0:
296,200,114064,5,0,0:0:0:0:
184,256,114200,1,8,0:2:0:0:
140,96,114336,1,4,0:0:0:0:
368,144,114473,2,0,P|384:184|368:256,1,98.5
129,70,114745,2,0,L|112:168,1,98.5,4|0,0:3|0:0,0:0:0:0:
440,88,115018,5,4,0:3:0:0:
296,200,115291,5,2,0:0:0:0:
464,192,115564,5,0,0:0:0:0:
72,88,115836,5,4,0:3:0:0:
Topic Starter
Fatfan Kolek
Updated both Fast's and Spectator's difficulties.
Avena
Pointing out a few critical things I found.

xxxxTREME
  1. This diff's NC spam is seriously overdone, I can understand it on some SV changes, but on parts like the 1/3 streams it's just unneeded and completely breaks the whole map's HP Drain, You should really rework the NCing here to a point where it doesn't make the drain borderline broken.
Yukoversible's xxxxTRA
  1. 01:02:655 (1) - Ticks should be muted considering this is 1/3 and not 1/4 or 1/2. Also, maybe have the slider end at 01:03:382 - So it's more logical with the song?
  2. 01:44:382 (1,1,1,1) - I already pointed it in my mod, This is clearly 1/4
Akalvis' Insane
  1. 01:02:655 (1,2,3) - These should be 2/3 to fit better with the music. Also, silence the ticks because they are essentially useless in this part of the music.
Topic Starter
Fatfan Kolek

Priti wrote:

Pointing out a few critical things I found.

xxxxTREME
  1. This diff's NC spam is seriously overdone, I can understand it on some SV changes, but on parts like the 1/3 streams it's just unneeded and completely breaks the whole map's HP Drain, You should really rework the NCing here to a point where it doesn't make the drain borderline broken.
Fixed them more or less I think. We also discussed a bit about the placing. I'd welcome a recheck from you! :3

Yukoversible's xxxxTRA
  1. 01:02:655 (1) - Ticks should be muted considering this is 1/3 and not 1/4 or 1/2. Also, maybe have the slider end at 01:03:382 - So it's more logical with the song?
  2. 01:44:382 (1,1,1,1) - I already pointed it in my mod, This is clearly 1/4


Fixed them with Irre's permission.
Also, I think it would be a good idea if you go through Priti's mod again since it's more than useful and you missed it apparently.
Yukoversible's xxxxTRA
  1. Change Diffname to Yukoversible's Expert due to this being distinctively easier than fanzhen's and Fatfan's Extra diffs?
  2. Check AiMod, there are quite a bit of unsnapped notes.
  3. This diff is really heavy on back and forths which I can understand, but it's strange considering sometimes you used a combo for every 2 notes but sometimes you used them every 8 notes, Please try to find how many notes per combo you want for the back and forths of the map instead of having the amount random.
  4. 00:19:291 (2,1) - Blanket is really off, move 00:19:836 (1) - a bit back in the timeline temporarily so you can see the blanket better.
  5. 00:38:109 (1,2) - This anti-jump is a bit awkward and makes the pattern look like there's a 1/4 gap between these. Please use x1.55 spacing for these so you can make a perfect triangle together with 00:38:655 (3)
  6. 00:42:473 (1,2) - This stack feels really strange to play, if anything, consider stacking the circle ontop of 00:43:018 (3) - Which will be nicer to read and feel more natural.
  7. 00:55:155 - Seems like the editor derped here, please manually place a break.
  8. 00:59:382 - What's up with the strangely high SV here and the low volume? You should fix this by just redoing the section instead of having it all floppy and strange.
  9. 01:11:927 (1) - 01:12:473 (1) - These two sliders aren't actually the same due to the tail of the first one of the two doesn't have it's last point at the center of the tail, causing Ctrl + G to mess up the shape. Please fixadoodle the slider by downscaling it until the last point is at the center of the tail.
  10. 01:21:268 - Seems like the editor derped here, please manually place a break.
  11. 01:28:836 (1,2,3,4,5,6,7) - This stack seems anything but appealing ingame tbh, Please make a manually spaced stream that has low spacing (Around x0.15 will be good) and redo it so it looks cleaner.
  12. 01:44:382 (1,1,1,1) - This is 1/4...
CLSW
Hey, I didn't finish my mod yet..

[Fast's Rain]
so fast
21:08 CLSW: 딱히 지적할게 없네여
21:09 Fast: 넘 어렵지않나여
21:09 CLSW: 어려운데
21:09 CLSW: 네버에버랜드보단 덜 어려우니 ㄱㅊ ^오^
21:09 Fast: ㄳㄳ
21:09 CLSW: 난이도 논란이 있는 사람은 당장 Crystal's Rain부터 해보고 오라그래여
21:09 CLSW: 저는 이런쪽에 매---우 관대한 뱃임
21:10 Fast: 어 ...
21:10 Fast: 결론은 지금 이상태 괜찮다는?
21:10 CLSW: 다만 00:22:836 (6,7,8,9,10,1,2,3,4,5) - 여기 이 리듬은 좀 이해하기가 어렵네여
21:10 CLSW: ㄴㄴ 절때아님
21:10 Fast: 패턴을 바꿔보겠
21:10 CLSW: 00:30:200 (2) - 이거 걍 x : 320정도로 해주세여
21:10 CLSW: consistency문제
21:11 Fast: 그럼 이것도? 00:29:109 (2) -
21:11 CLSW: 00:35:518 (2,3,4) - 이거 한꺼번에 드래그해서 x : 240쯤으로
21:11 CLSW: 넴 그것도
21:11 CLSW: 비슷하게 맞춰주시길
21:12 Fast: ㅇㅋㅇㅋ
21:13 CLSW: 00:47:927 (3,4,1) - 이거 무빙이 매우매우 난감합니다
21:13 CLSW: 걍 딱 붙여주셈
21:14 Fast: ?
21:14 CLSW: 3의 슬라이더 끝나는 부분하고
21:14 CLSW: 4랑 거리가 좁은데
21:14 CLSW: 이게 좀 혼란스러워여
21:14 CLSW: 하이퍼대시 끊어서 움직여야되서 상당히 골치아픔
21:14 Fast: 음
21:15 Fast: 그럼 패턴을 바꿀게여
21:15 CLSW: 01:17:655 (1,2,1,2,3,4,1,2,3,4,5,6,7) - ??????????????????????
21:15 CLSW: 피니시 사운드마다 점프넣어주세여
21:16 Fast: 어.. 여긴 딱히 수정할 패턴이 ..
21:16 Fast: 대체할 패턴이
21:17 CLSW: 그냥 이상한곳에 배치된 점프는 없애고 stack해주시고
21:17 CLSW: 피니시 사운드에 맞춰서 점프넣어주시면 댐
21:17 Fast: 지금 넣은 피니시마다 점프 ?
21:17 CLSW: 넴
21:18 Fast: ㅇㅇㅇㅇ
21:18 CLSW: 굳 이게 다입니다
21:18 CLSW: 진짜 이게 다임;
21:18 CLSW: 우1르사같은애들이 이상한거 트집잡을거같지만
21:18 Fast: ???????
21:18 CLSW: 캐치매퍼의 숙명입니다
21:19 Fast: Vhy는 엄청 많이 지적하던뎅
21:19 CLSW: 저는 별로 많이 안보이던데요
21:19 CLSW: 저는 걍 매퍼의 생각을 많이 반영하는편이라
21:20 Fast: 아 그래서 크리스탈 난이도들이 ..
21:20 CLSW: 아 01:52:155 (4,5) - 여기 사이에 점프하나 추가
21:21 Fast: 넹
21:22 CLSW: 이거 초기패턴 복붙버전같은데
21:22 Fast: dd..
21:22 CLSW: 처음에 있는부분도
21:22 Fast: 패턴이 딱히 생각이안나서
21:22 Fast: 넹
21:22 CLSW: 그래도 흐름이 좋은데여
21:23 CLSW: 이제 정말 없음

[Spec's Hi-Speed Overdose]
00:11:655 (3,6) - 갠적으로 하이퍼대시 붙어있는편이 좋은듯
00:16:700 (6,1) - 점프 하나 넣어주세요. 대충 00:16:836 (1,2,3,4,5,6,7,8) - 이 S자 연타를 Rotate by...로 각도 조절하시면 리맵 안하셔도 될듯.
00:34:018 (1,2,3,4) - ctrl + g 후 재배치. 관성조절하기 힘들고 3->4->1로 가는 대시타이밍이 부자연스럽습니다.
00:35:927 (5) - 뒤의 00:35:382 (1,2,3,4) - 는 거의 제자리인데 갑자기 여기서 커브가 나오니 당황스럽네요.
00:39:473 (2) - 슬라이더 끝부분에 하이퍼대시
00:53:518 (1) - 의도하신거같은데 그래도 이 슬라이더 처음에 나오는 좁쌀이 거슬립니다. 그냥 좁쌀도 좌측에서 나오도록 해주세요.
01:14:109 (6,7) - 두 패턴 연결이 숨이 턱 막히는 느낌입니다. 특히 연타 이후 6번 슬라이더는 무빙이 없어서 매우 심심한 편. 슬라이더를 지우고 서클로 대신해서 점프패턴 다채롭게 넣어보시는게?
01:47:655 (3,6) - 위의 11초 부분과 동일

I love the SB, nice job to all :3
Spectator

CLSW wrote:

Hey, I didn't finish my mod yet..

[Fast's Rain]
so fast
21:08 CLSW: 딱히 지적할게 없네여
21:09 Fast: 넘 어렵지않나여
21:09 CLSW: 어려운데
21:09 CLSW: 네버에버랜드보단 덜 어려우니 ㄱㅊ ^오^
21:09 Fast: ㄳㄳ
21:09 CLSW: 난이도 논란이 있는 사람은 당장 Crystal's Rain부터 해보고 오라그래여
21:09 CLSW: 저는 이런쪽에 매---우 관대한 뱃임
21:10 Fast: 어 ...
21:10 Fast: 결론은 지금 이상태 괜찮다는?
21:10 CLSW: 다만 00:22:836 (6,7,8,9,10,1,2,3,4,5) - 여기 이 리듬은 좀 이해하기가 어렵네여
21:10 CLSW: ㄴㄴ 절때아님
21:10 Fast: 패턴을 바꿔보겠
21:10 CLSW: 00:30:200 (2) - 이거 걍 x : 320정도로 해주세여
21:10 CLSW: consistency문제
21:11 Fast: 그럼 이것도? 00:29:109 (2) -
21:11 CLSW: 00:35:518 (2,3,4) - 이거 한꺼번에 드래그해서 x : 240쯤으로
21:11 CLSW: 넴 그것도
21:11 CLSW: 비슷하게 맞춰주시길
21:12 Fast: ㅇㅋㅇㅋ
21:13 CLSW: 00:47:927 (3,4,1) - 이거 무빙이 매우매우 난감합니다
21:13 CLSW: 걍 딱 붙여주셈
21:14 Fast: ?
21:14 CLSW: 3의 슬라이더 끝나는 부분하고
21:14 CLSW: 4랑 거리가 좁은데
21:14 CLSW: 이게 좀 혼란스러워여
21:14 CLSW: 하이퍼대시 끊어서 움직여야되서 상당히 골치아픔
21:14 Fast: 음
21:15 Fast: 그럼 패턴을 바꿀게여
21:15 CLSW: 01:17:655 (1,2,1,2,3,4,1,2,3,4,5,6,7) - ??????????????????????
21:15 CLSW: 피니시 사운드마다 점프넣어주세여
21:16 Fast: 어.. 여긴 딱히 수정할 패턴이 ..
21:16 Fast: 대체할 패턴이
21:17 CLSW: 그냥 이상한곳에 배치된 점프는 없애고 stack해주시고
21:17 CLSW: 피니시 사운드에 맞춰서 점프넣어주시면 댐
21:17 Fast: 지금 넣은 피니시마다 점프 ?
21:17 CLSW: 넴
21:18 Fast: ㅇㅇㅇㅇ
21:18 CLSW: 굳 이게 다입니다
21:18 CLSW: 진짜 이게 다임;
21:18 CLSW: 우1르사같은애들이 이상한거 트집잡을거같지만
21:18 Fast: ???????
21:18 CLSW: 캐치매퍼의 숙명입니다
21:19 Fast: Vhy는 엄청 많이 지적하던뎅
21:19 CLSW: 저는 별로 많이 안보이던데요
21:19 CLSW: 저는 걍 매퍼의 생각을 많이 반영하는편이라
21:20 Fast: 아 그래서 크리스탈 난이도들이 ..
21:20 CLSW: 아 01:52:155 (4,5) - 여기 사이에 점프하나 추가
21:21 Fast: 넹
21:22 CLSW: 이거 초기패턴 복붙버전같은데
21:22 Fast: dd..
21:22 CLSW: 처음에 있는부분도
21:22 Fast: 패턴이 딱히 생각이안나서
21:22 Fast: 넹
21:22 CLSW: 그래도 흐름이 좋은데여
21:23 CLSW: 이제 정말 없음

[Spec's Hi-Speed Overdose]
00:11:655 (3,6) - 갠적으로 하이퍼대시 붙어있는편이 좋은듯 Fixed
00:16:700 (6,1) - 점프 하나 넣어주세요. 대충 00:16:836 (1,2,3,4,5,6,7,8) - 이 S자 연타를 Rotate by...로 각도 조절하시면 리맵 안하셔도 될듯. 여긴 점프없이 두고싶네요
00:34:018 (1,2,3,4) - ctrl + g 후 재배치. 관성조절하기 힘들고 3->4->1로 가는 대시타이밍이 부자연스럽습니다. 살짝 너프했습니다.
00:35:927 (5) - 뒤의 00:35:382 (1,2,3,4) - 는 거의 제자리인데 갑자기 여기서 커브가 나오니 당황스럽네요. 이건 제 스타일이라.. 유지하겠습니다.
00:39:473 (2) - 슬라이더 끝부분에 하이퍼대시 Fixed
00:53:518 (1) - 의도하신거같은데 그래도 이 슬라이더 처음에 나오는 좁쌀이 거슬립니다. 그냥 좁쌀도 좌측에서 나오도록 해주세요. 이건 꼭 유지하고 싶네요 ㅠ
01:14:109 (6,7) - 두 패턴 연결이 숨이 턱 막히는 느낌입니다. 특히 연타 이후 6번 슬라이더는 무빙이 없어서 매우 심심한 편. 슬라이더를 지우고 서클로 대신해서 점프패턴 다채롭게 넣어보시는게? Fixed
01:47:655 (3,6) - 위의 11초 부분과 동일 Fixed

I love the SB, nice job to all :3

Hi-speed
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Soft
StackLeniency: 0.2
Mode: 2
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 70155
DistanceSpacing: 1
BeatDivisor: 4
GridSize: 4
TimelineZoom: 1.6

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Spec's Hi-Speed Overdose
Source:
Tags:t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P_A_N Aka EvilElvis Gero Onosakihito DJNightmare Fast Spectator
BeatmapID:481938
BeatmapSetID:139525

[Difficulty]
HPDrainRate:5.7
CircleSize:3.8
OverallDifficulty:9.4
ApproachRate:9.4
SliderMultiplier:1.75
SliderTickRate:2

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255

[TimingPoints]
2655,272.727272727273,4,2,0,75,1,0
7018,-100,4,1,0,75,0,0
7836,-100,4,2,0,75,0,0
8109,-100,4,1,0,75,0,0
8245,-100,4,2,0,75,0,0
8518,-100,4,1,0,75,0,0
8655,-100,4,2,0,75,0,0
8927,-100,4,1,0,75,0,0
9064,-100,4,2,0,75,0,0
9200,-100,4,1,0,75,0,0
9336,-100,4,2,0,75,0,0
9609,-100,4,1,0,75,0,0
9745,-100,4,2,0,75,0,0
11109,-66.6666666666667,4,1,0,75,0,0
11245,-66.6666666666667,4,2,0,75,0,0
11382,-100,4,1,0,75,0,0
11518,-100,4,2,0,75,0,0
11791,-100,4,1,0,75,0,0
11927,-100,4,2,0,75,0,0
12200,-100,4,1,0,75,0,0
12405,-100,4,2,0,75,0,0
12473,-100,4,1,0,75,0,0
12677,-100,4,2,0,75,0,0
12745,-100,4,1,0,75,0,0
12882,-100,4,2,0,75,0,0
13018,-100,4,1,0,75,0,0
13155,-100,4,2,0,75,0,0
13291,-100,4,1,0,75,0,0
13427,-100,4,2,0,75,0,0
13564,-100,4,1,0,75,0,0
13700,-100,4,2,0,75,0,0
13973,-100,4,1,0,75,0,0
14109,-100,4,2,0,75,0,0
14655,-100,4,1,0,75,0,0
14791,-100,4,2,0,75,0,0
14927,-100,4,1,0,75,0,0
15064,-100,4,2,0,75,0,0
15200,-100,4,1,0,75,0,0
15336,-100,4,2,0,75,0,0
15473,-100,4,1,0,75,0,0
15609,-100,4,2,0,75,0,0
15745,-100,4,1,0,75,0,0
15882,-100,4,2,0,75,0,0
16291,-100,4,1,0,80,0,0
16427,-100,4,2,0,80,0,0
16836,-100,4,1,0,80,0,0
16905,-100,4,2,0,80,0,0
17382,-100,4,1,0,80,0,0
17518,-100,4,2,0,80,0,0
17927,-100,4,3,0,80,0,0
18064,-100,4,2,0,80,0,0
18336,-100,4,3,0,80,0,0
18473,-100,4,2,0,80,0,0
18745,-100,4,3,0,80,0,0
18882,-100,4,2,0,80,0,0
19018,-100,4,1,0,80,0,0
19223,-100,4,2,0,80,0,0
19836,-50,4,1,0,80,0,0
19973,-50,4,2,0,80,0,0
20109,-100,4,1,0,80,0,0
20791,-100,4,2,0,80,0,0
20927,-100,4,1,0,80,0,0
21064,-100,4,2,0,80,0,0
21200,-100,4,1,0,80,0,0
21336,-100,4,2,0,80,0,0
21473,-100,4,1,0,80,0,0
21609,-100,4,2,0,80,0,0
21745,-100,4,1,0,80,0,0
21882,-100,4,2,0,80,0,0
22018,-100,4,1,0,80,0,0
22155,-100,4,2,0,80,0,0
22291,-100,4,1,0,80,0,0
22427,-100,4,2,0,80,0,0
22564,-100,4,1,0,80,0,0
22700,-100,4,2,0,80,0,0
22836,-100,4,1,0,80,0,0
22973,-100,4,2,0,80,0,0
23109,-100,4,1,0,80,0,0
23382,-100,4,1,0,80,0,0
23518,-100,4,2,0,80,0,0
23655,-100,4,1,0,80,0,0
23791,-100,4,2,0,80,0,0
24200,-66.6666666666667,4,1,0,80,0,0
24336,-66.6666666666667,4,2,0,80,0,0
24473,-100,4,1,0,80,0,0
25155,-100,4,2,0,80,0,0
25291,-100,4,1,0,80,0,0
25427,-100,4,2,0,80,0,0
25564,-100,4,1,0,80,0,0
25700,-100,4,2,0,80,0,0
25836,-100,4,1,0,80,0,0
25973,-100,4,2,0,80,0,0
26109,-100,4,1,0,80,0,0
26245,-100,4,2,0,80,0,0
26382,-100,4,1,0,80,0,0
26518,-100,4,2,0,80,0,0
27473,-100,4,2,0,75,0,0
27745,-100,4,1,0,80,0,0
27882,-100,4,2,0,80,0,0
28018,-100,4,1,0,80,0,0
28155,-100,4,2,0,80,0,0
28291,-100,4,1,0,80,0,0
28427,-100,4,2,0,80,0,0
28836,-100,4,1,0,75,0,0
29109,-100,4,2,0,75,0,0
29245,-100,4,1,0,75,0,0
29382,-100,4,2,0,75,0,0
29518,-100,4,1,0,75,0,0
29655,-100,4,2,0,75,0,0
29791,-100,4,1,0,75,0,0
29927,-100,4,2,0,75,0,0
30064,-100,4,1,0,75,0,0
30200,-100,4,2,0,75,0,0
30473,-100,4,1,0,75,0,0
30609,-100,4,2,0,75,0,0
31018,-100,4,1,0,75,0,0
31291,-100,4,2,0,75,0,0
31427,-100,4,1,0,75,0,0
31564,-100,4,2,0,75,0,0
31700,-100,4,1,0,75,0,0
31836,-100,4,2,0,75,0,0
31973,-100,4,1,0,75,0,0
32109,-100,4,2,0,75,0,0
32245,-100,4,1,0,75,0,0
32382,-100,4,2,0,75,0,0
32518,-100,4,1,0,75,0,0
32655,-100,4,2,0,75,0,0
32791,-100,4,1,0,75,0,0
32927,-100,4,2,0,75,0,0
32995,-100,4,3,0,75,0,0
33200,-100,4,1,0,75,0,0
33473,-100,4,2,0,75,0,0
33609,-100,4,1,0,75,0,0
33745,-100,4,2,0,75,0,0
33882,-100,4,1,0,75,0,0
34018,-100,4,3,0,75,0,0
34291,-100,4,1,0,75,0,0
34564,-100,4,2,0,75,0,0
34700,-100,4,1,0,75,0,0
34836,-100,4,2,0,75,0,0
34973,-100,4,1,0,75,0,0
35382,-100,4,1,0,60,0,0
35518,-100,4,2,0,60,0,0
35995,-100,4,2,0,5,0,0
36473,-100,4,1,0,80,0,0
36609,-100,4,2,0,80,0,0
36745,-100,4,1,0,80,0,0
36882,-100,4,2,0,80,0,0
37018,-100,4,1,0,80,0,0
37155,-100,4,2,0,80,0,0
37291,-100,4,1,0,80,0,0
37359,-100,4,2,0,80,0,0
37564,-100,4,3,0,80,0,0
37836,-100,4,2,0,75,0,0
38109,-100,4,1,0,75,0,1
38245,-100,4,2,0,75,0,0
38382,-100,4,2,0,80,0,0
38655,-100,4,2,0,75,0,0
38689,-100,4,1,0,75,0,0
38825,-100,4,2,0,75,0,0
38927,-100,4,1,0,75,0,0
38961,-100,4,2,0,75,0,0
39064,-100,4,1,0,75,0,0
39098,-100,4,2,0,75,0,0
39200,-100,4,1,0,75,0,0
39336,-100,4,2,0,75,0,0
39609,-100,4,1,0,75,0,0
40018,-100,4,2,0,75,0,0
40291,-100,4,1,0,75,0,0
40359,-100,4,2,0,5,0,0
40700,-100,4,2,0,75,0,0
40973,-100,4,1,0,75,0,0
41109,-100,4,2,0,75,0,0
41245,-100,4,1,0,75,0,0
41382,-100,4,2,0,75,0,0
41655,-100,4,1,0,75,0,0
41791,-100,4,2,0,75,0,0
42200,-100,4,1,0,75,0,0
42268,-100,4,2,0,75,0,0
42473,-100,4,1,0,75,0,0
42609,-100,4,2,0,75,0,0
42882,-100,4,1,0,75,0,0
43018,-100,4,2,0,75,0,0
43086,-100,4,1,0,75,0,0
43189,-100,4,2,0,75,0,0
43291,-100,4,1,0,75,0,0
43325,-100,4,2,0,75,0,0
43427,-100,4,1,0,75,0,0
43461,-100,4,2,0,75,0,0
43564,-100,4,1,0,75,0,0
43700,-100,4,2,0,75,0,0
43973,-100,4,1,0,75,0,0
44245,-100,4,2,0,75,0,0
44723,-100,4,2,0,5,0,0
45064,-100,4,2,0,70,0,0
45200,-100,4,1,0,75,0,0
45268,-100,4,2,0,75,0,0
45473,-100,4,1,0,75,0,0
45541,-100,4,2,0,75,0,0
45745,-100,4,1,0,75,0,0
45814,-100,4,2,0,75,0,0
46018,-76.9230769230769,4,2,0,75,0,0
46291,-100,4,1,0,50,0,0
46564,-100,4,1,0,75,0,0
46973,-100,4,2,0,75,0,0
47109,-100,4,1,0,75,0,0
47245,-100,4,2,0,75,0,0
47518,-100,4,1,0,75,0,0
47552,-100,4,2,0,75,0,0
47655,-100,4,1,0,75,0,0
47689,-100,4,2,0,75,0,0
47791,-100,4,1,0,75,0,0
47825,-100,4,2,0,75,0,0
47927,-100,4,1,0,75,0,0
48064,-100,4,2,0,75,0,0
48336,-100,4,1,0,75,0,0
48541,-100,4,2,0,75,0,0
48745,-100,4,1,0,75,0,0
48882,-100,4,2,0,75,0,0
49018,-100,4,1,0,75,0,0
49155,-100,4,2,0,75,0,0
49427,-100,4,1,0,75,0,0
49632,-100,4,2,0,75,0,0
50109,-50,4,2,0,75,0,0
50382,-50,4,1,0,75,0,0
50655,-100,4,1,0,75,0,0
51064,-100,4,2,0,75,0,0
51200,-100,4,1,0,75,0,0
51336,-100,4,2,0,75,0,0
51473,-100,4,1,0,75,0,0
51609,-100,4,2,0,75,0,0
51745,-100,4,1,0,60,0,0
52018,-100,4,1,0,75,0,0
52155,-100,4,2,0,75,0,0
52700,-100,4,1,0,75,0,0
52836,-66.6666666666667,4,1,0,75,0,0
52905,-66.6666666666667,4,1,0,5,0,0
53245,-66.6666666666667,4,1,0,75,0,0
53518,-50,4,1,0,75,0,0
53586,-50,4,1,0,5,0,0
53791,-50,4,1,0,60,0,0
54064,-50,4,2,0,75,0,0
54336,-50,4,1,0,75,0,0
54473,-50,4,3,0,75,0,0
54745,-50,4,1,0,75,0,0
55018,-50,4,1,0,75,0,0
55291,-133.333333333333,4,2,0,60,0,0
55427,-133.333333333333,4,2,0,5,0,0
55564,-133.333333333333,4,2,0,60,0,0
55973,-133.333333333333,4,2,0,30,0,0
56109,-133.333333333333,4,2,0,60,0,0
56245,-133.333333333333,4,2,0,5,0,0
56382,-133.333333333333,4,2,0,60,0,0
56791,-133.333333333333,4,2,0,5,0,0
56927,-133.333333333333,4,2,0,60,0,0
57200,-133.333333333333,4,2,0,50,0,0
57268,-133.333333333333,4,2,0,5,0,0
57609,-133.333333333333,4,2,0,40,0,0
57950,-133.333333333333,4,2,0,5,0,0
58155,-133.333333333333,4,2,0,20,0,0
58291,-133.333333333333,4,2,0,58,0,0
58564,-133.333333333333,4,2,0,48,0,0
58836,-133.333333333333,4,2,0,38,0,0
59109,-133.333333333333,4,2,0,28,0,0
59382,-100,4,1,0,60,0,0
59791,-100,4,1,0,5,0,0
59927,-100,4,2,0,60,0,0
60064,-100,4,1,0,60,0,0
60200,-100,4,1,0,40,0,0
60473,-100,4,1,0,60,0,0
60882,-100,4,1,0,5,0,0
61018,-100,4,2,0,60,0,0
61155,-100,4,3,0,60,0,0
61291,-100,4,1,0,40,0,0
61564,-100,4,1,0,60,0,0
61700,-100,4,2,0,5,0,0
61836,-100,4,2,0,60,0,0
61973,-100,4,1,0,60,0,0
62109,-100,4,2,0,5,0,0
62245,-100,4,2,0,75,0,0
62382,-100,4,2,0,5,0,0
62518,-100,4,1,0,40,0,0
62655,-100,4,1,0,75,0,0
62745,-100,4,2,0,40,0,0
63473,-50,4,1,0,75,0,0
63745,-100,4,1,0,75,0,1
64155,-100,4,2,0,75,0,1
64291,-100,4,1,0,75,0,1
64427,-100,4,2,0,75,0,1
64564,-100,4,1,0,75,0,1
64700,-100,4,2,0,75,0,1
64836,-100,4,1,0,75,0,1
64973,-100,4,2,0,75,0,1
65109,-100,4,1,0,75,0,1
65177,-100,4,2,0,75,0,1
65382,-100,4,1,0,75,0,1
65518,-100,4,2,0,75,0,1
65655,-100,4,1,0,75,0,1
65791,-100,4,2,0,75,0,1
65927,-100,4,1,0,75,0,1
66064,-100,4,2,0,75,0,1
66200,-100,4,1,0,75,0,1
66336,-100,4,2,0,75,0,1
66473,-100,4,1,0,75,0,1
66609,-100,4,2,0,75,0,1
66745,-100,4,1,0,75,0,1
66882,-100,4,2,0,75,0,1
67018,-100,4,1,0,75,0,1
67155,-100,4,2,0,75,0,1
67291,-100,4,1,0,75,0,1
67427,-100,4,2,0,75,0,1
67564,-100,4,1,0,75,0,1
67836,-100,4,1,0,80,0,1
68109,-100,4,1,0,75,0,1
68518,-100,4,2,0,75,0,1
68655,-100,4,1,0,75,0,1
68791,-100,4,2,0,75,0,1
68927,-100,4,1,0,75,0,1
69064,-100,4,2,0,75,0,1
69200,-100,4,1,0,75,0,1
69336,-100,4,2,0,75,0,1
69473,-100,4,1,0,75,0,1
69541,-100,4,2,0,75,0,1
69745,-100,4,1,0,75,0,1
69814,-100,4,2,0,75,0,1
70018,-100,4,1,0,75,0,1
70291,-100,4,2,0,75,0,1
70564,-100,4,1,0,75,0,1
70836,-100,4,2,0,75,0,1
71109,-100,4,1,0,75,0,1
71382,-50,4,2,0,100,0,1
71518,-50,4,2,0,75,0,1
71655,-50,4,2,0,100,0,1
71791,-50,4,2,0,75,0,1
71927,-50,4,2,0,100,0,1
72064,-50,4,2,0,75,0,1
72200,-100,4,1,0,75,0,1
72268,-100,4,2,0,75,0,1
72473,-100,4,1,0,75,0,1
72609,-100,4,2,0,75,0,1
72745,-100,4,1,0,75,0,1
72882,-100,4,2,0,75,0,1
73018,-100,4,1,0,75,0,1
73155,-100,4,2,0,75,0,1
73291,-100,4,1,0,75,0,1
73427,-100,4,2,0,75,0,1
73564,-100,4,1,0,75,0,1
73700,-100,4,2,0,75,0,1
73836,-100,4,1,0,75,0,1
73905,-100,4,2,0,75,0,1
74109,-100,4,1,0,75,0,1
74245,-100,4,2,0,75,0,1
74382,-100,4,1,0,75,0,1
74518,-100,4,2,0,75,0,1
74655,-100,4,1,0,75,0,1
74791,-100,4,2,0,75,0,1
74927,-100,4,1,0,75,0,1
75064,-100,4,2,0,75,0,1
75200,-100,4,1,0,75,0,1
75336,-100,4,2,0,75,0,1
75473,-100,4,1,0,75,0,1
75609,-100,4,2,0,75,0,1
75745,-100,4,1,0,75,0,1
75882,-100,4,2,0,75,0,1
76018,-100,4,1,0,75,0,1
76155,-100,4,2,0,75,0,1
76836,-100,4,1,0,75,0,1
76973,-100,4,2,0,75,0,1
77245,-100,4,1,0,75,0,1
77382,-100,4,2,0,75,0,1
77655,-100,4,1,0,75,0,1
77791,-100,4,2,0,75,0,1
78064,-100,4,1,0,75,0,1
78200,-100,4,2,0,75,0,1
78336,-100,4,1,0,75,0,1
78405,-100,4,2,0,75,0,1
78473,-100,4,1,0,75,0,1
78541,-100,4,2,0,75,0,1
78745,-100,4,2,0,65,0,1
79155,-100,4,1,0,65,0,1
79291,-100,4,2,0,65,0,1
79427,-100,4,1,0,65,0,1
79564,-100,4,2,0,65,0,1
79700,-100,4,1,0,65,0,1
79836,-100,4,2,0,65,0,1
80109,-100,4,1,0,75,0,0
80143,-100,4,2,0,5,0,0
80927,-100,4,1,0,75,0,0
81473,-133.333333333333,4,2,0,75,0,0
81609,-133.333333333333,4,2,0,5,0,0
81745,-133.333333333333,4,2,0,60,0,0
82155,-133.333333333333,4,2,0,30,0,0
82291,-133.333333333333,4,2,0,60,0,0
82427,-133.333333333333,4,2,0,5,0,0
82564,-133.333333333333,4,2,0,40,0,0
82836,-133.333333333333,4,2,0,60,0,0
82973,-133.333333333333,4,2,0,5,0,0
83109,-133.333333333333,4,2,0,40,0,0
83382,-133.333333333333,4,2,0,60,0,0
83450,-133.333333333333,4,2,0,5,0,0
83791,-133.333333333333,4,2,0,40,0,0
84064,-133.333333333333,4,2,0,35,0,0
84200,-133.333333333333,4,2,0,5,0,0
84473,-133.333333333333,4,3,0,58,0,0
84745,-100,4,3,0,48,0,0
85018,-100,4,3,0,38,0,0
85291,-100,4,3,0,28,0,0
85564,-100,4,2,0,60,0,0
85700,-100,4,2,0,5,0,0
85836,-100,4,2,0,40,0,0
86245,-100,4,2,0,5,0,0
86382,-100,4,2,0,40,0,0
86655,-100,4,1,0,90,0,0
86723,-100,4,2,0,5,0,0
87473,-100,4,2,0,40,0,0
87541,-100,4,2,0,5,0,0
87609,-100,4,2,0,40,0,0
87677,-100,4,2,0,5,0,0
87745,-100,4,1,0,40,0,0
88018,-66.6666666666667,4,1,0,85,0,0
88155,-66.6666666666667,4,2,0,85,0,0
88291,-100,4,1,0,40,0,0
88564,-66.6666666666667,4,1,0,85,0,0
88700,-66.6666666666667,4,2,0,85,0,0
88836,-66.6666666666667,4,1,0,85,0,0
88905,-66.6666666666667,4,2,0,50,0,0
89018,-66.6666666666667,4,2,0,5,0,0
89109,-66.6666666666667,4,2,0,50,0,0
89200,-66.6666666666667,4,2,0,15,0,0
89382,-66.6666666666667,4,2,0,50,0,0
89473,-66.6666666666667,4,2,0,15,0,0
89655,-66.6666666666667,4,1,0,60,0,0
89791,-66.6666666666667,4,2,0,60,0,0
89927,-100,4,1,0,75,0,0
90200,-100,4,2,0,75,0,0
90336,-100,4,1,0,75,0,0
90473,-100,4,2,0,75,0,0
90609,-100,4,1,0,75,0,0
90745,-100,4,2,0,75,0,0
90882,-100,4,1,0,75,0,0
91018,-100,4,2,0,75,0,0
91155,-100,4,1,0,75,0,0
91223,-100,4,2,0,75,0,0
91427,-100,4,1,0,75,0,0
91564,-50,4,1,0,75,0,0
91700,-50,4,2,0,75,0,0
91836,-50,4,1,0,75,0,0
91973,-50,4,2,0,75,0,0
92109,-100,4,1,0,75,0,0
92245,-100,4,2,0,75,0,0
92655,-100,4,2,0,40,0,0
93200,-100,4,1,0,40,0,0
93336,-100,4,2,0,40,0,0
93473,-100,4,1,0,40,0,0
93609,-100,4,2,0,40,0,0
93745,-100,4,1,0,40,0,0
94018,-100,4,1,0,75,0,0
94155,-100,4,2,0,75,0,0
94291,-100,4,1,0,75,0,0
94564,-100,4,2,0,75,0,0
94700,-100,4,1,0,75,0,0
94836,-100,4,2,0,75,0,0
94973,-100,4,1,0,75,0,0
95109,-100,4,2,0,75,0,0
95245,-100,4,1,0,75,0,0
95382,-100,4,2,0,75,0,0
95518,-100,4,1,0,75,0,0
95655,-100,4,2,0,75,0,0
95791,-100,4,1,0,75,0,0
95927,-100,4,1,0,80,0,0
96473,-100,4,1,0,65,0,0
96882,-100,4,2,0,65,0,0
97018,-100,4,1,0,40,0,0
97223,-100,4,2,0,9,0,0
97564,-50,4,1,0,65,0,0
97700,-50,4,2,0,65,0,0
97836,-50,4,1,0,65,0,0
97973,-50,4,2,0,65,0,0
98109,-50,4,1,0,65,0,0
98245,-50,4,2,0,65,0,0
98382,-50,4,1,0,65,0,0
98518,-50,4,2,0,65,0,0
98655,-100,4,1,0,75,0,0
98927,-100,4,2,0,75,0,0
99064,-100,4,1,0,75,0,0
99200,-100,4,2,0,75,0,0
99336,-100,4,1,0,75,0,0
99473,-100,4,2,0,75,0,0
99609,-100,4,1,0,75,0,0
99745,-100,4,2,0,75,0,0
99882,-100,4,1,0,75,0,0
100018,-100,4,2,0,75,0,0
100155,-100,4,1,0,75,0,0
100291,-100,4,1,0,85,0,0
100836,-100,4,1,0,75,0,0
100973,-100,4,2,0,75,0,0
101382,-100,4,2,0,40,0,0
101927,-100,4,1,0,40,0,0
102064,-100,4,2,0,40,0,0
102745,-100,4,1,0,40,0,0
103018,-100,4,1,0,75,0,0
103291,-100,4,2,0,75,0,0
103427,-100,4,1,0,75,0,0
103564,-100,4,2,0,75,0,0
103700,-100,4,1,0,75,0,0
103836,-100,4,2,0,75,0,0
103973,-100,4,1,0,75,0,0
104109,-100,4,2,0,75,0,0
104245,-100,4,1,0,75,0,0
104382,-100,4,1,0,30,0,0
104655,-100,4,1,0,75,0,0
104791,-100,4,2,0,75,0,0
104927,-100,4,2,0,50,0,0
105200,-100,4,1,0,50,0,0
105336,-100,4,2,0,50,0,0
105473,-100,4,2,0,80,0,0
105609,-100,4,2,0,50,0,0
105745,-100,4,1,0,50,0,0
105814,-100,4,2,0,5,0,0
106291,-50,4,1,0,75,0,0
106427,-50,4,2,0,75,0,0
106564,-50,4,1,0,75,0,0
106700,-50,4,2,0,75,0,0
106836,-50,4,1,0,75,0,0
106973,-50,4,2,0,75,0,0
107109,-50,4,1,0,75,0,0
107245,-50,4,2,0,75,0,0
107382,-100,4,1,0,75,0,0
107518,-100,4,2,0,75,0,0
107791,-100,4,1,0,75,0,0
107927,-100,4,2,0,75,0,0
108200,-100,4,1,0,75,0,0
108336,-100,4,2,0,75,0,0
108473,-100,4,1,0,75,0,0
108609,-100,4,2,0,75,0,0
108745,-100,4,1,0,75,0,0
108882,-100,4,2,0,75,0,0
109018,-100,4,1,0,75,0,0
109155,-100,4,2,0,75,0,0
109291,-100,4,1,0,75,0,0
109427,-100,4,2,0,75,0,0
109564,-100,4,1,0,75,0,0
109700,-100,4,2,0,75,0,0
109973,-100,4,1,0,75,0,0
110109,-100,4,2,0,75,0,0
110382,-100,4,1,0,75,0,0
110518,-100,4,2,0,75,0,0
110655,-100,4,1,0,75,0,0
110791,-100,4,2,0,75,0,0
110927,-100,4,1,0,75,0,0
111064,-100,4,2,0,75,0,0
111200,-100,4,1,0,75,0,0
111336,-100,4,2,0,75,0,0
111473,-100,4,1,0,75,0,0
111609,-100,4,2,0,75,0,0
111745,-100,4,1,0,75,0,0
111814,-100,4,2,0,40,0,0
112291,-100,4,1,0,75,0,0
112427,-100,4,2,0,75,0,0
112836,-100,4,1,0,75,0,0
112973,-100,4,2,0,75,0,0
113382,-100,4,1,0,75,0,0
113518,-100,4,2,0,75,0,0
113927,-100,4,1,0,75,0,0
114064,-100,4,3,0,75,0,0
114336,-100,4,1,0,75,0,0
114473,-100,4,3,0,75,0,0
114745,-100,4,1,0,75,0,0
114882,-100,4,2,0,75,0,0
115018,-100,4,1,0,75,0,0
115291,-100,4,2,0,75,0,0
115836,-100,4,1,0,100,0,0


[Colours]
Combo1 : 184,113,255
Combo2 : 255,81,81
Combo3 : 89,242,242
Combo4 : 255,128,64

[HitObjects]
40,96,7018,5,0,0:0:0:0:
488,296,7427,5,0,0:0:0:0:
332,356,7836,5,0,0:0:0:0:
307,330,7905,1,0,0:0:0:0:
296,296,7973,1,0,0:0:0:0:
304,262,8041,1,0,0:0:0:0:
331,240,8109,6,0,P|378:247|438:227,2,87.5
238,213,8518,1,0,0:0:0:0:
330,129,8655,1,0,0:0:0:0:
214,91,8791,1,0,0:0:0:0:
204,64,8927,1,0,0:0:0:0:
197,39,9064,1,0,0:0:0:0:
354,30,9200,6,0,P|303:38|251:14,1,87.5
16,183,9473,2,0,P|67:175|119:199,1,87.5
250,336,9745,1,0,0:0:0:0:
269,268,9882,1,0,0:0:0:0:
310,211,10018,1,2,0:0:0:0:
375,185,10155,1,0,0:0:0:0:
444,184,10291,6,0,L|400:147,1,43.75
232,32,10427,1,0,0:0:0:0:
192,52,10495,1,0,0:0:0:0:
172,92,10564,1,0,0:0:0:0:
168,136,10632,1,0,0:0:0:0:
188,176,10700,1,0,0:0:0:0:
224,200,10768,1,0,0:0:0:0:
268,208,10836,6,0,B|328:200|328:200|400:212,1,131.25
219,277,11109,6,0,P|147:293|55:269,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
452,348,11382,5,0,0:0:0:0:
368,284,11518,1,0,0:0:0:0:
464,232,11655,1,0,0:0:0:0:
227,209,11791,1,0,0:0:0:0:
323,145,11927,1,0,0:0:0:0:
211,105,12064,1,0,0:0:0:0:
476,51,12200,2,0,L|312:23,1,131.25000500679,8|0,0:0|0:0,0:0:0:0:
104,37,12473,6,0,L|183:143,1,131.25,2|0,0:0|0:0,0:0:0:0:
376,180,12745,6,0,P|328:140|256:160,1,131.25,2|0,0:0|0:0,0:0:0:0:
49,164,13018,6,0,L|128:270,1,131.25,2|0,0:0|0:0,0:0:0:0:
320,324,13290,6,0,P|272:284|200:304,1,131.25,2|0,0:0|0:0,0:0:0:0:
36,344,13564,6,0,L|48:232,1,87.5
164,252,13836,2,0,L|152:124,1,87.5,2|0,0:0|0:0,0:0:0:0:
32,176,14109,1,0,0:0:0:0:
132,129,14245,1,0,0:0:0:0:
10,71,14382,1,8,0:0:0:0:
147,16,14518,1,0,0:0:0:0:
276,16,14655,6,0,P|346:39|442:29,1,131.25,2|0,0:0|0:0,0:0:0:0:
188,104,14927,6,0,P|118:127|22:117,1,131.25,2|0,0:0|0:0,0:0:0:0:
332,144,15200,6,0,P|402:167|498:157,1,131.25,2|0,0:0|0:0,0:0:0:0:
244,232,15472,6,0,P|174:255|78:245,1,131.25,2|0,0:0|0:0,0:0:0:0:
35,305,15745,6,0,L|25:191,1,87.5,0|2,0:0|0:0,0:0:0:0:
477,79,16018,2,0,L|487:193,1,87.5,8|0,0:0|0:0,0:0:0:0:
252,56,16291,1,0,0:0:0:0:
187,114,16427,1,0,0:0:0:0:
173,200,16564,1,0,0:0:0:0:
209,279,16700,1,0,0:0:0:0:
292,316,16836,5,0,0:0:0:0:
332,300,16905,1,0,0:0:0:0:
352,260,16973,1,0,0:0:0:0:
352,216,17041,1,0,0:0:0:0:
332,176,17109,1,0,0:0:0:0:
308,140,17177,1,0,0:0:0:0:
308,96,17245,1,0,0:0:0:0:
332,60,17314,1,0,0:0:0:0:
419,34,17382,6,0,L|519:34,2,87.5,0|0|2,0:0|0:0|0:0,0:0:0:0:
80,296,17927,5,8,0:0:0:0:
27,214,18064,1,0,0:0:0:0:
180,231,18200,5,0,0:0:0:0:
155,119,18336,1,8,0:0:0:0:
432,291,18473,5,0,0:0:0:0:
485,214,18610,1,0,0:0:0:0:
332,231,18745,5,8,0:0:0:0:
357,119,18882,1,0,0:0:0:0:
80,348,19018,5,0,0:0:0:0:
213,221,19291,1,2,0:0:0:0:
42,150,19564,1,2,0:0:0:0:
474,61,19836,6,0,B|438:122|438:122|377:129|377:129|300:61,1,175,2|0,0:0|0:0,0:0:0:0:
57,36,20109,5,0,0:0:0:0:
176,120,20245,1,0,0:0:0:0:
176,120,20314,1,0,0:0:0:0:
176,120,20382,1,0,0:0:0:0:
47,185,20518,1,0,0:0:0:0:
460,306,20655,2,0,L|452:182,1,87.5,0|2,0:0|0:0,0:0:0:0:
81,111,20927,2,0,L|89:235,1,87.5,0|2,0:0|0:0,0:0:0:0:
304,292,21200,6,0,P|352:308|412:300,1,87.5,0|2,0:0|0:0,0:0:0:0:
276,196,21473,2,0,P|228:180|168:188,1,87.5,0|2,0:0|0:0,0:0:0:0:
480,224,21745,1,0,0:0:0:0:
368,144,21882,1,0,0:0:0:0:
484,56,22018,2,0,B|476:80|476:80|492:76|492:76|480:72|480:72|488:88|488:88|480:104|480:104|492:120|492:120|472:156,1,131.25
264,352,22291,6,0,L|288:240,1,87.5,0|2,0:0|0:0,0:0:0:0:
56,227,22564,2,0,L|128:155,1,87.5,0|2,0:0|0:0,0:0:0:0:
488,148,22836,1,0,0:0:0:0:
376,236,22973,1,2,0:0:0:0:
504,296,23109,1,0,0:0:0:0:
504,296,23177,1,0,0:0:0:0:
504,296,23245,1,0,0:0:0:0:
268,280,23382,6,0,B|216:288|216:288|156:280,1,87.5
100,156,23655,2,0,B|48:148|48:148|-12:156,1,87.5,0|2,0:0|0:0,0:0:0:0:
260,180,23927,6,0,P|230:112|204:56,1,131.25
8,80,24200,2,0,P|72:84|132:36,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
437,28,24473,5,0,0:0:0:0:
310,113,24609,1,0,0:0:0:0:
302,144,24677,1,0,0:0:0:0:
294,175,24745,1,0,0:0:0:0:
432,205,24882,2,0,L|489:315,1,87.5
212,332,25155,2,0,L|332:332,1,87.5,2|0,0:0|0:0,0:0:0:0:
39,282,25427,2,0,L|80:205,1,87.5,2|0,0:0|0:0,0:0:0:0:
332,32,25700,5,2,0:0:0:0:
259,87,25836,1,0,0:0:0:0:
237,166,25973,1,2,0:0:0:0:
267,247,26109,1,0,0:0:0:0:
332,296,26245,1,2,0:0:0:0:
416,320,26382,2,0,P|344:308|260:336,1,131.25
90,308,26655,5,2,0:0:0:0:
85,276,26723,1,2,0:0:0:0:
75,246,26791,1,2,0:0:0:0:
61,219,26859,1,2,0:0:0:0:
46,197,26927,2,0,P|50:144|59:71,1,87.5,2|2,0:0|0:0,0:0:0:0:
466,187,27200,2,0,P|462:240|453:313,1,87.5,2|2,0:0|0:0,0:0:0:0:
168,280,27473,5,0,0:0:0:0:
162,236,27541,1,0,0:0:0:0:
142,197,27609,1,0,0:0:0:0:
109,168,27677,1,0,0:0:0:0:
68,152,27745,6,0,B|44:224|44:224|72:248|72:248|56:304,1,131.25,2|0,0:0|0:0,0:0:0:0:
213,268,28018,2,0,B|248:249|248:249|252:233|252:233|320:200,1,131.25,2|0,0:0|0:0,0:0:0:0:
474,154,28291,6,0,P|427:171|359:170,1,87.5
38,230,28564,2,0,P|85:213|153:214,1,87.5,2|0,0:0|0:0,0:0:0:0:
488,56,28836,5,0,0:0:0:0:
368,20,28973,2,0,L|388:136,1,87.5,2|0,0:0|0:0,0:0:0:0:
92,76,29245,6,0,L|72:192,1,87.5,2|0,0:0|0:0,0:0:0:0:
416,148,29518,6,0,L|436:264,1,87.5,2|0,0:0|0:0,0:0:0:0:
136,208,29790,6,0,L|121:294,1,87.5,2|0,0:0|0:0,0:0:0:0:
468,244,30064,6,0,L|488:360,1,87.5,2|0,0:0|0:0,0:0:0:0:
56,200,30336,1,0,0:0:0:0:
143,105,30473,1,2,0:0:0:0:
24,48,30609,1,0,0:0:0:0:
442,58,30745,5,0,0:0:0:0:
399,89,30814,1,0,0:0:0:0:
386,139,30882,1,0,0:0:0:0:
411,184,30950,1,0,0:0:0:0:
453,214,31018,6,0,L|449:333,1,87.5,0|2,0:0|0:0,0:0:0:0:
114,15,31291,6,0,L|103:126,1,87.5,0|2,0:0|0:0,0:0:0:0:
411,279,31564,6,0,L|407:398,1,87.5,0|2,0:0|0:0,0:0:0:0:
41,320,31837,6,0,L|30:209,1,87.5,0|2,0:0|0:0,0:0:0:0:
375,85,32109,6,0,L|371:204,1,87.5,0|2,0:0|0:0,0:0:0:0:
92,34,32382,6,0,L|103:145,1,87.5,0|2,0:0|0:0,0:0:0:0:
360,204,32655,6,0,P|412:208|472:200,2,87.5,0|2|0,0:0|0:0|0:0,0:0:0:0:
348,254,32995,1,0,0:0:0:0:
323,301,33064,1,0,0:0:0:0:
278,329,33132,1,0,0:0:0:0:
126,288,33200,6,0,P|82:288|28:305,1,87.5,0|2,0:0|0:0,0:0:0:0:
162,193,33473,6,0,P|118:193|64:176,1,87.5,0|2,0:0|0:0,0:0:0:0:
120,84,33745,6,0,P|76:84|22:101,1,87.5,0|2,0:0|0:0,0:0:0:0:
326,172,34018,5,0,0:0:0:0:
332,119,34086,1,0,0:0:0:0:
361,74,34155,1,0,0:0:0:0:
413,59,34223,1,0,0:0:0:0:
466,61,34291,6,0,L|438:175,1,87.5,0|2,0:0|0:0,0:0:0:0:
233,246,34564,6,0,L|261:360,1,87.5,0|2,0:0|0:0,0:0:0:0:
22,154,34836,6,0,L|-6:40,1,87.5,0|2,0:0|0:0,0:0:0:0:
296,68,35109,6,0,L|333:58,6,21.875,0|0|0|0|0|0|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
162,84,35382,5,0,0:0:0:0:
148,152,35518,1,0,0:0:0:0:
133,220,35655,1,2,0:0:0:0:
118,288,35791,1,0,0:0:0:0:
67,335,35927,2,0,P|-5:239|119:119,1,306.25,2|0,0:0|0:0,0:0:0:0:
238,332,36473,6,0,B|296:353|296:353|363:303,1,131.25,2|0,0:0|0:0,0:0:0:0:
492,208,36745,6,0,B|434:187|434:187|367:237,1,131.25,2|0,0:0|0:0,0:0:0:0:
199,148,37018,6,0,B|257:169|257:169|324:119,1,131.25,2|0,0:0|0:0,0:0:0:0:
457,30,37290,6,0,B|399:9|399:9|332:59,1,131.25,2|0,0:0|0:0,0:0:0:0:
152,54,37564,5,0,0:0:0:0:
143,52,37632,1,0,0:0:0:0:
134,50,37700,1,0,0:0:0:0:
125,48,37768,1,0,0:0:0:0:
116,45,37836,2,0,P|72:55|54:137,1,131.25,10|0,0:0|0:0,0:0:0:0:
215,199,38109,6,0,L|304:195,1,87.5,2|0,0:0|0:0,0:0:0:0:
405,280,38382,2,0,L|316:276,1,87.5,2|2,0:0|0:0,0:0:0:0:
64,208,38655,6,0,L|60:176,1,21.875
152,156,38791,2,0,L|156:128,1,21.875
248,220,38927,2,0,L|244:188,1,21.875,2|0,0:0|0:0,0:0:0:0:
336,168,39063,2,0,L|340:140,1,21.875,2|0,0:0|0:0,0:0:0:0:
444,228,39200,6,0,P|412:252|352:252,1,87.5,0|2,0:0|0:0,0:0:0:0:
265,126,39473,2,0,P|297:102|357:102,1,87.5,0|2,0:0|0:0,0:0:0:0:
143,251,39745,6,0,L|9:227,1,131.25,2|0,0:0|0:0,0:0:0:0:
188,148,40018,2,0,L|300:128,1,87.5,2|2,0:0|0:0,0:0:0:0:
432,32,40291,2,0,P|384:108|512:176,1,262.5,0|2,0:0|0:0,0:0:0:0:
364,272,40836,6,0,L|341:164,1,87.5,2|0,0:0|0:0,0:0:0:0:
224,160,41109,2,0,L|201:52,1,87.5,0|0,0:0|0:0,0:0:0:0:
106,151,41382,6,0,P|63:108|4:33,1,131.25,2|0,0:0|0:0,0:0:0:0:
225,69,41655,2,0,L|343:51,1,87.5,4|0,0:0|0:0,0:0:0:0:
512,201,41927,5,0,0:0:0:0:
468,206,41995,1,0,0:0:0:0:
424,211,42064,1,0,0:0:0:0:
380,207,42132,1,0,0:0:0:0:
328,206,42200,2,0,P|271:231|186:222,1,131.25
24,279,42473,6,0,L|139:316,1,87.5,2|0,0:0|0:0,0:0:0:0:
488,105,42745,2,0,L|373:68,1,87.5,2|0,0:0|0:0,0:0:0:0:
6,56,43018,6,0,L|-2:96,1,21.875
102,84,43155,2,0,L|108:121,1,21.875
201,31,43291,2,0,L|193:71,1,21.875,2|0,0:0|0:0,0:0:0:0:
297,59,43428,2,0,L|303:96,1,21.875,2|0,0:0|0:0,0:0:0:0:
512,106,43564,6,0,L|419:120,1,87.5,0|2,0:0|0:0,0:0:0:0:
305,197,43836,2,0,L|392:211,1,87.5,0|2,0:0|0:0,0:0:0:0:
105,48,44109,5,0,0:0:0:0:
35,101,44245,1,0,0:0:0:0:
22,187,44382,1,2,0:0:0:0:
51,268,44518,1,0,0:0:0:0:
124,316,44655,2,0,B|150:192|150:192|192:196|192:196|168:324,1,262.5,2|0,0:0|0:0,0:0:0:0:
396,208,45200,6,0,B|444:220|444:220|484:116,1,131.25,2|0,0:0|0:0,0:0:0:0:
276,40,45473,6,0,B|228:28|228:28|188:132,1,131.25,2|0,0:0|0:0,0:0:0:0:
412,264,45745,6,0,B|460:272|460:272|524:192,1,131.25,2|0,0:0|0:0,0:0:0:0:
312,76,46018,6,0,B|264:64|264:64|141:85,1,170.624992189408,2|0,0:0|0:0,0:0:0:0:
0,60,46291,5,0,0:0:0:0:
13,77,46359,1,0,0:0:0:0:
20,97,46427,1,0,0:0:0:0:
21,118,46495,1,0,0:0:0:0:
0,183,46564,2,0,P|74:180|147:235,1,131.25,2|0,0:0|0:0,0:0:0:0:
344,316,46836,6,0,L|452:304,1,87.5,0|2,0:0|0:0,0:0:0:0:
304,216,47109,2,0,L|196:228,1,87.5,0|2,0:0|0:0,0:0:0:0:
480,168,47382,6,0,L|464:136,1,21.875
386,375,47518,2,0,L|370:343,1,21.875,0|0,0:0|0:0,0:0:0:0:
268,39,47655,2,0,L|252:7,1,21.875,2|0,0:0|0:0,0:0:0:0:
182,249,47791,2,0,L|166:217,1,21.875,2|0,0:0|0:0,0:0:0:0:
7,78,47927,6,0,P|44:83|105:73,1,87.5,0|2,0:0|0:0,0:0:0:0:
0,177,48200,2,0,P|37:182|98:172,1,87.5,0|2,0:0|0:0,0:0:0:0:
448,197,48473,6,0,L|419:351,1,131.25,2|0,0:0|0:0,0:0:0:0:
275,282,48745,2,0,L|202:341,1,87.5,2|0,0:0|0:0,0:0:0:0:
0,194,49018,2,0,L|62:298,1,87.5,0|2,0:0|0:0,0:0:0:0:
288,156,49291,2,0,L|215:215,1,87.5,2|0,0:0|0:0,0:0:0:0:
20,43,49564,5,0,0:0:0:0:
52,55,49632,1,0,0:0:0:0:
80,75,49700,1,2,0:0:0:0:
95,106,49768,1,0,0:0:0:0:
102,140,49836,1,0,0:0:0:0:
97,175,49905,1,0,0:0:0:0:
83,207,49973,1,2,0:0:0:0:
58,232,50041,1,0,0:0:0:0:
24,256,50109,6,0,B|-8:244|-20:220|-20:192|4:164|36:156|76:168|88:212|76:244,1,175
463,91,50382,1,6,0:0:0:0:
244,52,50655,5,0,0:0:0:0:
200,60,50723,1,0,0:0:0:0:
156,64,50791,1,0,0:0:0:0:
112,72,50859,1,0,0:0:0:0:
64,80,50927,2,0,L|0:208,1,131.25,4|0,0:0|0:0,0:0:0:0:
216,160,51200,2,0,L|312:264,1,131.25
96,292,51473,2,0,L|4:332,1,87.5,6|0,0:0|0:0,0:0:0:0:
464,117,51745,5,0,0:0:0:0:
465,139,51814,1,0,0:0:0:0:
457,160,51882,1,0,0:0:0:0:
460,181,51950,1,0,0:0:0:0:
450,202,52018,2,0,L|330:219,1,87.5,2|0,0:0|0:0,0:0:0:0:
88,118,52291,2,0,L|208:101,1,87.5,2|0,0:0|0:0,0:0:0:0:
478,343,52564,2,0,L|358:360,1,87.5,2|0,0:0|0:0,0:0:0:0:
56,320,52836,6,0,P|176:184|36:100,1,393.750015020371
396,328,53518,6,0,B|416:248|416:248|332:240|332:240|324:152|400:152|400:152|512:168,1,350,2|0,0:0|0:0,0:0:0:0:
238,40,53927,5,0,0:0:0:0:
188,56,54064,1,0,0:0:0:0:
159,99,54200,1,2,0:0:0:0:
154,151,54336,1,0,0:0:0:0:
165,202,54473,1,0,0:0:0:0:
199,241,54609,1,0,0:0:0:0:
246,263,54745,1,2,0:0:0:0:
298,264,54882,1,0,0:0:0:0:
349,252,55018,1,4,0:0:0:0:
0,152,55291,6,0,P|18:77|6:4,1,131.25000500679,2|2,0:0|0:0,0:0:0:0:
376,52,55836,2,0,L|392:128,1,65.6250025033952,2|0,0:0|0:0,0:0:0:0:
492,80,56109,2,0,P|500:156|484:236,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
20,304,56655,2,0,P|12:228|28:148,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
363,291,57200,6,0,P|278:296|164:247,1,196.875007510186,2|0,0:0|0:0,0:0:0:0:
24,232,57882,2,0,B|71:185|71:185|136:137,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
320,28,58291,5,0,0:0:0:0:
324,36,58564,5,0,0:0:0:0:
328,44,58836,5,0,0:0:0:0:
332,52,59109,5,0,0:0:0:0:
415,58,59382,6,0,L|399:158,1,87.5
272,160,59655,2,0,L|308:344,1,175,8|2,0:0|0:0,0:0:0:0:
88,280,60064,1,0,0:0:0:0:
29,214,60200,1,8,0:0:0:0:
14,127,60336,1,0,0:0:0:0:
49,46,60473,1,0,0:0:0:0:
130,14,60609,1,0,0:0:0:0:
216,25,60745,6,0,P|307:46|400:15,1,175,8|2,0:0|0:0,0:0:0:0:
509,79,61155,1,0,0:0:0:0:
369,147,61291,1,8,0:0:0:0:
508,231,61427,1,0,0:0:0:0:
203,350,61564,6,0,L|20:294,1,175,2|2,0:0|0:0,0:0:0:0:
309,34,61973,2,0,L|492:90,2,175,2|2|0,0:0|0:0|0:0,0:0:0:0:
76,36,62655,5,0,0:0:0:0:
61,67,62745,1,0,0:0:0:0:
52,101,62836,1,0,0:0:0:0:
58,135,62927,1,2,0:0:0:0:
74,166,63018,1,0,0:0:0:0:
82,199,63109,1,0,0:0:0:0:
79,233,63200,1,2,0:0:0:0:
67,266,63291,1,0,0:0:0:0:
43,291,63382,1,0,0:0:0:0:
4,316,63473,6,0,P|112:304|232:328,1,175,2|0,0:0|0:0,0:0:0:0:
456,320,63745,5,0,0:0:0:0:
336,228,63882,1,0,0:0:0:0:
336,228,63950,1,0,0:0:0:0:
336,228,64018,1,0,0:0:0:0:
472,144,64155,1,2,0:0:0:0:
192,159,64291,2,0,L|183:54,1,87.5,0|2,0:0|0:0,0:0:0:0:
75,247,64564,2,0,L|105:134,1,87.5,0|2,0:0|0:0,0:0:0:0:
420,340,64836,6,0,L|390:227,1,87.5,0|2,0:0|0:0,0:0:0:0:
112,316,65109,1,0,0:0:0:0:
105,290,65177,1,0,0:0:0:0:
95,265,65245,1,2,0:0:0:0:
81,242,65314,1,0,0:0:0:0:
64,220,65382,6,0,L|100:104,1,87.5,0|2,0:0|0:0,0:0:0:0:
153,28,65655,5,0,0:0:0:0:
11,114,65791,1,0,0:0:0:0:
155,115,65927,5,0,0:0:0:0:
13,201,66063,1,2,0:0:0:0:
156,204,66200,5,0,0:0:0:0:
14,290,66336,1,2,0:0:0:0:
336,292,66473,2,0,L|428:308,1,87.5,0|2,0:0|0:0,0:0:0:0:
176,92,66745,2,0,L|84:76,1,87.5,0|2,0:0|0:0,0:0:0:0:
384,200,67018,6,0,L|476:216,1,87.5,0|2,0:0|0:0,0:0:0:0:
123,181,67291,2,0,L|31:165,1,87.5,0|2,0:0|0:0,0:0:0:0:
486,306,67564,5,6,0:0:0:0:
22,56,67836,1,6,0:0:0:0:
435,52,68109,5,0,0:0:0:0:
333,138,68245,1,0,0:0:0:0:
333,138,68314,1,0,0:0:0:0:
333,138,68382,1,0,0:0:0:0:
463,192,68518,1,2,0:0:0:0:
94,290,68655,2,0,L|74:194,1,87.5,0|0,0:0|0:0,0:0:0:0:
418,94,68927,2,0,L|438:190,1,87.5,0|0,0:0|0:0,0:0:0:0:
208,332,69200,6,0,L|312:304,1,87.5,0|2,0:0|0:0,0:0:0:0:
80,44,69473,1,0,0:0:0:0:
44,69,69541,1,0,0:0:0:0:
33,111,69609,1,2,0:0:0:0:
51,150,69677,1,0,0:0:0:0:
88,172,69745,5,0,0:0:0:0:
125,195,69814,1,0,0:0:0:0:
148,231,69882,1,2,0:0:0:0:
142,274,69950,1,0,0:0:0:0:
110,304,70018,2,0,L|56:325,1,43.75
263,215,70155,2,0,L|317:236,1,43.75
32,224,70291,5,2,0:0:0:0:
14,184,70359,1,0,0:0:0:0:
6,140,70427,1,2,0:0:0:0:
8,96,70495,1,0,0:0:0:0:
24,52,70564,2,0,L|134:46,1,87.5,6|0,0:0|0:0,0:0:0:0:
480,160,70836,5,2,0:0:0:0:
498,200,70904,1,0,0:0:0:0:
506,244,70972,1,2,0:0:0:0:
504,288,71040,1,0,0:0:0:0:
488,332,71109,2,0,L|378:338,1,87.5,6|0,0:0|0:0,0:0:0:0:
54,353,71382,6,0,B|46:316|46:316|64:279|64:279|28:250|28:250|87:190|6:119,1,262.5,6|0,0:0|0:0,0:0:0:0:
248,8,71655,6,0,B|256:45|256:45|238:82|238:82|274:111|274:111|215:171|296:242,1,262.5,6|0,0:0|0:0,0:0:0:0:
496,344,71927,6,0,B|488:307|488:307|506:270|506:270|470:241|470:241|529:181|448:110,1,262.5,6|0,0:0|0:0,0:0:0:0:
231,100,72200,6,0,P|187:105|144:97,1,87.5,6|2,0:0|0:0,0:0:0:0:
458,231,72473,5,0,0:0:0:0:
345,174,72609,1,2,0:0:0:0:
462,114,72745,1,0,0:0:0:0:
124,101,72882,2,0,L|29:115,2,87.5,2|0|2,0:0|0:0|0:0,0:0:0:0:
388,101,73291,2,0,L|483:115,2,87.5,0|2|0,0:0|0:0|0:0,0:0:0:0:
33,52,73700,5,0,0:0:0:0:
133,104,73836,1,0,0:0:0:0:
128,148,73905,1,0,0:0:0:0:
113,187,73973,1,2,0:0:0:0:
81,215,74041,1,0,0:0:0:0:
45,231,74109,2,0,L|72:329,1,87.5,0|2,0:0|0:0,0:0:0:0:
356,160,74382,2,0,L|329:258,1,87.5,0|2,0:0|0:0,0:0:0:0:
133,104,74655,6,0,P|64:112|12:108,1,87.5,0|2,0:0|0:0,0:0:0:0:
379,104,74927,2,0,P|448:112|500:108,1,87.5,0|2,0:0|0:0,0:0:0:0:
168,56,75200,2,0,L|260:96,1,87.5,0|2,0:0|0:0,0:0:0:0:
512,192,75473,2,0,L|420:232,1,87.5,0|2,0:0|0:0,0:0:0:0:
104,184,75745,6,0,L|16:148,1,87.5,0|2,0:0|0:0,0:0:0:0:
140,84,76018,2,0,L|52:48,1,87.5,0|2,0:0|0:0,0:0:0:0:
450,303,76291,5,2,0:0:0:0:
440,52,76427,1,2,0:0:0:0:
48,48,76564,1,2,0:0:0:0:
58,120,76632,1,0,0:0:0:0:
57,193,76700,1,2,0:0:0:0:
47,268,76768,1,0,0:0:0:0:
22,338,76836,5,0,0:0:0:0:
155,248,76973,1,0,0:0:0:0:
1,167,77109,1,2,0:0:0:0:
316,264,77245,2,0,P|388:280|484:240,1,175,0|2,0:0|0:0,0:0:0:0:
196,120,77655,2,0,P|124:104|28:144,1,175,0|2,0:0|0:0,0:0:0:0:
364,272,78064,6,0,L|505:263,1,131.25,0|2,0:0|0:0,0:0:0:0:
460,252,78336,1,0,0:0:0:0:
425,221,78405,1,0,0:0:0:0:
408,180,78473,1,0,0:0:0:0:
409,136,78541,1,0,0:0:0:0:
429,97,78609,1,0,0:0:0:0:
467,76,78677,1,0,0:0:0:0:
508,56,78745,6,0,L|452:36,1,43.75,2|0,0:0|0:0,0:0:0:0:
296,96,78882,2,0,L|240:104,1,43.75,2|0,0:0|0:0,0:0:0:0:
92,382,79155,5,0,0:0:0:0:
170,344,79291,1,0,0:0:0:0:
207,265,79427,1,0,0:0:0:0:
209,177,79564,1,0,0:0:0:0:
176,96,79700,1,0,0:0:0:0:
103,46,79836,1,0,0:0:0:0:
17,30,79973,1,0,0:0:0:0:
106,51,80109,6,0,L|127:53,22,21.875,2|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
304,112,80927,1,6,0:0:0:0:
476,160,81200,5,4,0:0:0:0:
0,152,81473,6,0,P|18:77|6:4,1,131.25000500679,2|2,0:0|0:0,0:0:0:0:
376,52,82018,2,0,L|392:128,1,65.6250025033952,2|0,0:0|0:0,0:0:0:0:
492,80,82291,2,0,P|500:156|484:236,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
20,304,82837,2,0,P|12:228|28:148,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
363,291,83382,6,0,P|278:296|164:247,1,196.875007510186,2|0,0:0|0:0,0:0:0:0:
24,232,84064,2,0,B|71:185|71:185|136:137,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
320,28,84473,5,0,0:0:0:0:
324,36,84746,5,0,0:0:0:0:
328,44,85018,5,0,0:0:0:0:
332,52,85291,5,0,0:0:0:0:
467,125,85564,6,0,P|394:106|285:145,1,175,2|0,0:0|0:0,0:0:0:0:
45,259,86109,2,0,P|118:278|227:239,1,175,2|0,0:0|0:0,0:0:0:0:
484,208,86518,1,0,0:0:0:0:
212,306,86655,6,0,B|180:288|161:272|158:236|151:207|160:180|169:156|169:156|193:153|217:162|232:166|249:189|249:189|260:167|277:160|301:153|321:153|321:153|340:182|343:214|357:275|267:319,1,525,4|2,0:0|0:0,0:0:0:0:
240,304,87541,1,0,0:0:0:0:
196,304,87609,1,2,0:0:0:0:
152,304,87677,1,0,0:0:0:0:
108,304,87745,6,0,L|8:292,1,87.5
324,130,88018,6,0,L|173:111,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
404,80,88291,6,0,L|504:92,1,87.5
188,254,88564,6,0,L|339:273,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
72,356,88836,5,0,0:0:0:0:
38,315,88927,1,0,0:0:0:0:
21,265,89018,1,0,0:0:0:0:
23,212,89109,1,2,0:0:0:0:
42,163,89200,1,0,0:0:0:0:
78,125,89291,1,0,0:0:0:0:
127,107,89382,1,2,0:0:0:0:
184,100,89473,1,0,0:0:0:0:
248,108,89564,1,0,0:0:0:0:
312,128,89655,6,0,L|446:126,2,131.25000500679,2|0|0,0:0|0:0|0:0,0:0:0:0:
37,49,90064,5,2,0:0:0:0:
26,73,90200,1,2,0:0:0:0:
127,86,90336,5,2,0:0:0:0:
119,112,90473,1,2,0:0:0:0:
233,96,90609,5,2,0:0:0:0:
233,126,90745,1,2,0:0:0:0:
348,87,90882,5,2,0:0:0:0:
357,120,91018,1,2,0:0:0:0:
463,48,91155,5,2,0:0:0:0:
484,79,91291,1,2,0:0:0:0:
500,107,91427,1,2,0:0:0:0:
288,244,91564,6,0,P|260:336|192:232,1,262.5,4|0,0:0|0:0,0:0:0:0:
16,192,91836,2,0,B|48:132|48:132|16:84|16:84|56:40|56:40|132:20,1,262.5,4|0,0:0|0:0,0:0:0:0:
320,62,92109,6,0,L|414:53,1,87.5,0|2,0:0|0:0,0:0:0:0:
512,125,92382,2,0,L|418:134,1,87.5,2|2,0:0|0:0,0:0:0:0:
125,41,92655,1,0,0:0:0:0:
88,65,92723,1,0,0:0:0:0:
75,104,92791,1,2,0:0:0:0:
93,143,92859,1,0,0:0:0:0:
131,164,92927,1,0,0:0:0:0:
160,196,92995,1,0,0:0:0:0:
167,239,93064,1,2,0:0:0:0:
153,280,93132,1,0,0:0:0:0:
114,300,93200,6,0,L|25:308,1,87.5,0|2,0:0|0:0,0:0:0:0:
160,223,93473,2,0,L|247:215,1,87.5,0|2,0:0|0:0,0:0:0:0:
460,232,93745,2,0,L|468:116,1,87.5
136,64,94018,2,0,L|27:222,1,175,4|0,0:0|0:0,0:0:0:0:
344,340,94427,6,2,L|408:240,1,87.5
168,44,94700,2,2,L|104:144,1,87.5
360,144,94973,2,2,P|396:116|448:104,1,87.5
152,240,95245,6,2,P|116:268|64:280,1,87.5
384,232,95518,2,2,P|440:224|488:224,1,87.5
128,152,95791,2,2,P|72:160|24:160,1,87.5,2|6,0:0|0:0,0:0:0:0:
466,93,96200,5,4,0:0:0:0:
98,48,96473,2,0,P|42:56|-6:56,1,87.5,0|0,0:0|0:0,0:0:0:0:
138,143,96745,2,0,P|82:151|34:151,1,87.5,0|2,0:0|0:0,0:0:0:0:
174,234,97018,1,0,0:0:0:0:
444,193,97155,6,0,L|476:186,9,21.875,0|0|0|0|0|0|0|0|0|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
383,131,97564,6,0,B|327:187|327:187|355:219|355:219|343:263|343:263|423:335,1,262.5,4|0,0:0|0:0,0:0:0:0:
171,351,97836,6,0,B|115:295|115:295|143:263|143:263|131:219|131:219|211:147,1,262.5,4|0,0:0|0:0,0:0:0:0:
471,24,98109,6,0,B|527:80|527:80|499:112|499:112|511:156|511:156|431:228,1,262.5,4|0,0:0|0:0,0:0:0:0:
34,220,98381,6,0,B|-22:164|-22:164|6:132|6:132|-6:88|-6:88|74:16,1,262.5,4|0,0:0|0:0,0:0:0:0:
311,100,98655,6,0,P|265:85|205:88,1,87.5,0|2,0:0|0:0,0:0:0:0:
458,221,98927,2,0,L|455:107,1,87.5,0|2,0:0|0:0,0:0:0:0:
201,284,99200,2,0,P|247:299|307:296,1,87.5,0|2,0:0|0:0,0:0:0:0:
50,128,99472,2,0,L|53:242,1,87.5,0|2,0:0|0:0,0:0:0:0:
324,352,99745,6,0,L|420:328,1,87.5,2|2,0:0|0:0,0:0:0:0:
188,32,100018,2,0,L|92:56,1,87.5,2|2,0:0|0:0,0:0:0:0:
476,124,100291,5,0,0:0:0:0:
32,216,100564,1,0,0:0:0:0:
404,348,100836,6,0,L|331:282,1,87.5
456,256,101109,2,0,L|420:169,1,87.5,2|0,0:0|0:0,0:0:0:0:
176,132,101382,6,0,L|216:25,1,87.5,2|0,0:0|0:0,0:0:0:0:
484,88,101655,1,2,0:0:0:0:
502,127,101723,1,0,0:0:0:0:
506,170,101791,1,2,0:0:0:0:
501,213,101859,1,0,0:0:0:0:
485,253,101927,2,0,L|423:342,1,87.5,0|2,0:0|0:0,0:0:0:0:
385,361,102132,5,0,0:0:0:0:
350,334,102200,1,2,0:0:0:0:
324,298,102268,1,0,0:0:0:0:
313,255,102336,1,2,0:0:0:0:
322,211,102405,1,0,0:0:0:0:
354,181,102473,1,2,0:0:0:0:
384,150,102541,1,0,0:0:0:0:
388,106,102609,1,2,0:0:0:0:
373,64,102677,1,0,0:0:0:0:
339,36,102745,1,0,0:0:0:0:
119,62,103018,6,0,L|16:70,1,87.5,0|2,0:0|0:0,0:0:0:0:
167,149,103291,2,0,L|270:141,1,87.5,2|2,0:0|0:0,0:0:0:0:
91,228,103564,2,0,L|-12:236,1,87.5,2|2,0:0|0:0,0:0:0:0:
139,315,103837,2,0,L|242:307,1,87.5,2|2,0:0|0:0,0:0:0:0:
468,224,104109,6,0,L|476:108,1,87.5,2|2,0:0|0:0,0:0:0:0:
236,272,104382,1,0,0:0:0:0:
228,229,104450,1,0,0:0:0:0:
206,191,104518,1,0,0:0:0:0:
176,158,104586,1,0,0:0:0:0:
134,141,104655,6,0,L|116:44,1,87.5,2|2,0:0|0:0,0:0:0:0:
255,62,104927,2,0,L|289:56,6,21.875,0|0|0|0|0|0|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
408,96,105200,6,0,L|512:74,1,87.5,0|2,0:0|0:0,0:0:0:0:
88,284,105473,2,0,L|-16:306,1,87.5,4|0,0:0|0:0,0:0:0:0:
420,360,105745,6,0,P|500:284|410:116,1,306.25,4|0,0:0|0:0,0:0:0:0:
246,44,106291,6,0,B|224:106|224:106|267:121|267:121|252:168|252:168|313:187|313:187|281:222,1,262.5,6|0,0:0|0:0,0:0:0:0:
134,129,106564,6,0,B|156:191|156:191|113:206|113:206|128:253|128:253|67:272|67:272|99:307,1,262.5,6|0,0:0|0:0,0:0:0:0:
258,118,106836,6,0,B|236:180|236:180|279:195|279:195|264:242|264:242|325:261|325:261|293:296,1,262.5,6|0,0:0|0:0,0:0:0:0:
32,336,107109,6,0,L|28:132,1,175
452,348,107382,5,0,0:0:0:0:
368,284,107518,1,0,0:0:0:0:
464,232,107655,1,2,0:0:0:0:
231,219,107791,1,0,0:0:0:0:
327,155,107927,1,0,0:0:0:0:
215,115,108064,1,2,0:0:0:0:
476,51,108200,2,0,L|312:23,1,131.25000500679,8|0,0:0|0:0,0:0:0:0:
104,37,108473,6,0,L|183:143,1,131.25,2|0,0:0|0:0,0:0:0:0:
376,180,108745,6,0,P|328:140|256:160,1,131.25,2|0,0:0|0:0,0:0:0:0:
49,164,109018,6,0,L|128:270,1,131.25,2|0,0:0|0:0,0:0:0:0:
320,324,109290,6,0,P|272:284|200:304,1,131.25,2|0,0:0|0:0,0:0:0:0:
36,344,109564,6,0,L|48:232,1,87.5
164,252,109836,2,0,L|152:124,1,87.5,2|0,0:0|0:0,0:0:0:0:
32,176,110109,1,0,0:0:0:0:
132,129,110245,1,0,0:0:0:0:
10,71,110382,1,8,0:0:0:0:
147,16,110518,1,0,0:0:0:0:
276,16,110655,6,0,P|346:39|442:29,1,131.25,2|0,0:0|0:0,0:0:0:0:
188,104,110927,6,0,P|118:127|22:117,1,131.25,2|0,0:0|0:0,0:0:0:0:
332,144,111200,6,0,P|402:167|498:157,1,131.25,2|0,0:0|0:0,0:0:0:0:
244,232,111472,6,0,P|174:255|78:245,1,131.25,2|0,0:0|0:0,0:0:0:0:
292,316,111745,5,0,0:0:0:0:
332,300,111814,1,0,0:0:0:0:
352,260,111882,1,0,0:0:0:0:
352,216,111950,1,0,0:0:0:0:
332,176,112018,1,2,0:0:0:0:
308,140,112086,1,0,0:0:0:0:
308,96,112154,1,0,0:0:0:0:
332,60,112223,1,0,0:0:0:0:
420,32,112291,6,0,L|520:32,1,87.5,8|2,0:0|0:0,0:0:0:0:
92,352,112564,2,0,L|-8:352,1,87.5,2|0,0:0|0:0,0:0:0:0:
477,305,112836,6,0,L|487:191,1,87.5,0|2,0:0|0:0,0:0:0:0:
35,79,113109,2,0,L|25:193,1,87.5,8|0,0:0|0:0,0:0:0:0:
260,56,113382,1,2,0:0:0:0:
325,114,113518,1,2,0:0:0:0:
339,200,113655,1,2,0:0:0:0:
303,279,113791,1,2,0:0:0:0:
80,296,113927,5,8,0:0:0:0:
27,214,114064,1,0,0:0:0:0:
332,231,114200,5,0,0:0:0:0:
357,119,114336,1,8,0:0:0:0:
180,231,114473,5,0,0:0:0:0:
155,119,114609,1,0,0:0:0:0:
432,291,114745,5,8,0:0:0:0:
485,214,114882,1,0,0:0:0:0:
80,348,115018,5,0,0:0:0:0:
213,221,115291,1,2,0:0:0:0:
42,150,115564,1,2,0:0:0:0:
492,60,115836,5,4,0:2:0:0:

Thx for the mod
ErunamoJAZZ

Flask wrote:

We've changed the stack leniency in fanzhen's diff (raise up one tick), remove source since the balalala sdvx things, standards should be fine now.

I enjoyed the diffs a lot, did you?

hello.
You forgot a litemagic point. in easy...
01:40:836 (1) - is very close to 01:43:564 (1) - . Can try fix like:




:3
Topic Starter
Fatfan Kolek

ErunamoJAZZ wrote:

Flask wrote:

We've changed the stack leniency in fanzhen's diff (raise up one tick), remove source since the balalala sdvx things, standards should be fine now.

I enjoyed the diffs a lot, did you?

hello.
You forgot a litemagic point. in easy...
01:40:836 (1) - is very close to 01:43:564 (1) - . Can try fix like:




:3
Damnit D:
Gonna fix it soon, thanks for pointing that out :3/
konekokittenzzz
don't want to be "that guy", but isn't this from sound voltex II?

shouldn't that be the source?
CLSW
Recheck for CtB, no kds.

[General]
Add "SOUND VOLTEX II -infinite infection-" in Source, since its song is from the game.

[Fast's Rain]
HP Drain 5.3 -> 5.4 for consistency.

irc
22:40 CLSW: 크랙 트랙스말인데
22:40 Fast: ne
22:40 CLSW: 몇가지 개선해볼만한 파트좀 얘기해드리려고여
22:41 Fast: 네
22:41 CLSW: 00:07:018 (1,1) - 이거 그냥 우-좌-우 형태로
22:41 CLSW: 풀대시 점프 어떠심
22:41 Fast: 그거 맨첨에 그렇게할려했는데
22:42 Fast: Spectator 님께서 자기 난이도랑 비슷하게된다고
22:42 Fast: 이렇게 뒀는데 흠..
22:42 CLSW: 비슷하면 뭐 어때여
22:42 CLSW: 일단 시작점이 달라서 ㄱㅊ
22:43 Fast: 00:07:018 (1) - 446
22:43 Fast: 아니 448\
22:43 Fast: 00:07:427 (1) - 64로 옮겼어요
22:44 CLSW: ㅇㅋ
22:44 CLSW: 00:11:382 (1,2) - 이거 두개 ctrl + g하시는거 어떰
22:44 CLSW: 이미 여기서 우방향 대시가 있기때문에
22:45 CLSW: 흐름을 딱 새로 시작할만한 패턴이 필요해보이거든여
22:45 Fast: 컨G하면 너무어려워지는데
22:45 CLSW: ㄱㅊ
22:45 CLSW: 님이 할맵 아님
22:45 Fast: 저 노스핀이라
22:45 Fast: #1먹고싶은데
22:45 CLSW: 근데 좀 그래여
22:45 CLSW: 좀 구림 지금은
22:45 CLSW: 어색하고
22:45 Fast: 음..
22:46 Fast: 그러면
22:46 Fast: 거리를 약간 좁힐게요
22:47 CLSW: 네 그렇게 하시는것도 좋은방..법이려나
22:47 CLSW: 00:18:745 (3) - 얘가 00:17:927 (1,2) - 랑 형태가 따로노네요
22:48 Fast: 일부러 펼쳤는데
22:48 Fast: 좁힐게요
22:49 CLSW: 00:45:064 (4) - 여기 하이퍼대시 넣어보시는게
22:50 CLSW: 00:55:836 (3) - ctrl + g 하시고 정중앙에 배치
22:51 CLSW: 00:56:655 (2,3) - 둘 사이의 거리는 특별히 조금 더 멀리, 하이퍼대시가 되지는 않게요
22:51 CLSW: 음이 올라가서 거리 좀더 벌리는 편이 좋을거같음
22:51 Fast: 이부분
22:52 Fast: 00:44:109 (1,2,3,4) -
22:52 Fast: http://puu.sh/dISOc/f576e2506d.jpg
22:52 Fast: 이렇게해도 되나여
22:52 CLSW: 4에 하이퍼대시 붙어있다면
22:52 CLSW: 그렇게 하셔도 댐
22:53 Fast: 00:55:836 (3) - 이거 정중앙에 배치하면 넘어려워짐
22:53 CLSW: 그럼 조금 더 오른쪽으로
22:53 Fast: 컨G하고 약간 옮길게여
22:53 CLSW: 아니면 슬라이더를 좀 기울이세여
22:54 Fast: ㅇㅋㅇㅋ
22:55 Fast: 다 수정했어여
22:56 CLSW: 01:04:427 (3,4,5) - https://osu.ppy.sh/ss/2386831 이렇게 해보시는게
22:57 Fast: ㅇㅋㅇㅋ
22:58 CLSW: 01:05:927 (1,2,3,4,5,6,7,8) -
22:58 CLSW: 12/34/56/78 이렇게 나누시는게 좋을거같은데
22:58 CLSW: 너무 리듬이 제각각이라서 혼란스럽네여
23:00 Fast: 2/2/2/2로 나눴어요
23:00 CLSW: 굳
23:00 CLSW: 아 저렇게 쪼개실때
23:01 Fast: https://osu.ppy.sh/ss/2386849
23:01 CLSW: 01:06:745 (7,8,1) - 이 부분 자연스럽게 연결되는지
23:01 CLSW: 이게 중요
23:01 Fast: 배치는 이런식으로 점점
23:01 Fast: 멀어지게끔
23:01 Fast: 잘이어지네요
23:01 CLSW: 굳
23:01 CLSW: 01:07:564 (1) - 왜 안 하이퍼대시요
23:02 CLSW: 1과 2 사이에는 하이퍼대시 안붙어있어도 되는데
23:02 CLSW: 1에는 넣어주시기바람
23:03 Fast: 01:07:564 (1) - 를 172 로 옮겨서
23:03 Fast: 둘다 하이퍼넣었ㅅ므니다
23:05 CLSW: 01:24:473 (1,1,1,1) - 이거 걍 스택
23:05 CLSW: 아니면 아주 조금씩 변화를 주세여
23:05 CLSW: 스펙님 난이도처럼 하시는게 좋을듯
23:06 Fast: 그렇게하면 너무 지루해지는데...
23:07 CLSW: 스택하는 편이 더 좋다고 생각합니다
23:07 CLSW: 일종의 브레이크타임이라고 생각하세여
23:07 CLSW: 솔직히 저기다가 뭔가 추가로 무브먼트를 넣었다가는
23:07 CLSW: 오버매핑될거가틈
23:07 CLSW: 아니면 towa yori towa ni처럼 하이퍼대시 ㅋㅋ
23:09 CLSW: 01:28:564 (3) - 걍 01:28:018 (3,4) - 쓰시지..
23:09 CLSW: 오히려 더 강조되어야할 부분에 하이퍼대시 없으니 좀 이상해여
23:09 Fast: 일단 수정했어여
23:10 CLSW: 차라리 처음부분에 노말대시 넣으시고 해당 파트에 하이퍼대시 넣으시는게 어떰
23:10 Fast: ?
23:11 CLSW: 01:44:109 (1) - 하이퍼대시 추가
23:11 CLSW: 그러니까 01:28:018 (3,4) - 여기에 01:28:564 (3) - 이걸 넣고
23:11 CLSW: 01:28:564 (3) - 여기에 01:28:018 (3,4) - 이걸 넣었으면 좋겠다는거에여
23:12 Fast: 두개 스왑 ??
23:12 CLSW: 근데 갠적으로는
23:12 CLSW: 걍 둘다 01:28:018 (3,4) - 이거 쓰시는게 좋을거같음
23:13 Fast: 01:28:836 (1,2,3,4,5,6,7,8) -
23:13 Fast: 이건 어케처리할까요
23:15 CLSW: 01:28:564 (3,4) - 이걸 그대로 쓴다고 친다면
23:15 Fast: http://osu.ppy.sh/ss/2386897 ?
23:15 CLSW: 01:28:836 (1) - 이걸 지우고 대신 서클을 넣으셔서
23:16 CLSW: 4-1-2의 진행이 우-좌(하이퍼대시)-우 이런식으로 가시면 될거같은데
23:16 CLSW: 아 저게 더 좋아보이네여
23:16 CLSW: 대신 1번 슬라이더 그냥 쭉 직선으로 배치해주셈
23:17 Fast: ㅇㅋㅇㅋ
23:17 CLSW: 01:44:109 (1) - 하이퍼대시 잊지마시고요
23:18 Fast: 이미넣었어요ㅕ
23:18 Fast: 44로 옮김
23:18 CLSW: 01:42:745 (11) - 이거 걍 http://osu.ppy.sh/ss/2386913 이렇게 하시는게 어떰
23:19 Fast: 오오
23:19 Fast: 굿
23:20 CLSW: 01:52:700 (8) - x : 496정도로 줄여주세여
23:21 CLSW: 플레이어의 시선은 저기보단 중앙에서 다가오는 01:52:836 (1,2,3) - 이거에 주목을 더 하려고 할거임
23:21 CLSW: 저도 그중 한사람이고
23:21 CLSW: 그러니까 타이밍 조금 어긋나도 받을수 있게 판정 완화점여
23:21 Fast: 그렇게하면
23:21 Fast: 01:52:836 (1) - 여기에 하이퍼가생기는데
23:21 Fast: 좀 줄여야겠..
23:22 CLSW: ㅇㅋ
23:23 Fast: 아 뭘해도 하이퍼는 생기네요
23:23 CLSW: ? 하이퍼 안생기는데여
23:24 Fast: ?
23:24 CLSW: http://osu.ppy.sh/ss/2386939 이렇게 해보셈
23:26 Fast: ㅇㅋㅇㅋ
23:27 CLSW: 00:08:109 (1) - NC
23:27 CLSW: 00:19:018 (1) - NC
23:28 CLSW: 00:35:518 (2) - 00:38:655 (2) - 00:41:382 (9) - 00:50:723 (2) - NC
23:28 CLSW: 00:51:473 (1) - 여기 NC 지우시고 00:51:745 (2) - 여기다가 다세여
23:29 CLSW: 00:55:018 (2) - NC 00:55:291 (1) - Delete NC
23:29 Fast: ㅇㅇㅇ
23:30 CLSW: 00:56:382 (1) - Delete NC 01:03:473 (10) - Add NC 01:07:836 (2) - Add NC 01:32:109 (8) - Add NC 01:32:382 (1) - Delete NC
23:32 CLSW: 01:38:655 (3) - Add NC 01:38:927 (1) - Delete NC 01:40:564 (3) - Add NC 01:44:655 (6) - Add NC 01:53:927 (9) - Add NC 01:54:064 (1) - Delete NC
23:32 CLSW: 끗
23:33 Fast: ㅇㅋㅇㅋㅇㅋ
23:33 Fast: ㄳㄳㄳ
23:33 CLSW: 이제 fatfan한테 전하세여
23:33 CLSW: 그리고 갓-스펙님의 난이도는
23:33 Fast: 올리기전에
23:33 Fast: 수정한것들 테스트해주세여
23:33 CLSW: 존나 하찮아서 리맵하는게 좋을듯
23:34 Fast: http://puu.sh/dIUnq/2cd1391341.osu
23:34 CLSW: ㅇㅇㅋ
23:36 CLSW: 00:28:291 (1,1) - 이 두개는 하이퍼대시 넣어보시는게 어떰여
23:36 Fast: 그 위에 말 전해드릴게여
23:37 Fast: ㅇㅋㅇㅋ
23:37 Fast: 아 하이퍼 못넣을거같아여 이거
23:37 Fast: 다음꺼랑 이어지는게 너무어려움
23:37 CLSW: ㅇㅋ
23:37 CLSW: 01:37:564 (1) - 여기 하이퍼대시점
23:38 CLSW: 01:40:291 (1,2) - 이거 통째로 드래그해서 x : 40으로 옮겨보세여
23:38 CLSW: 여기에 직각노브소리들려서 하이퍼로 악센트 넣어주는게 좋을거같음
23:39 CLSW: 01:52:700 (8,1) - 이 사이에 하이퍼대시 있어야되는뎀;
23:39 CLSW: 정확히는 8에 하이퍼대시
23:39 Fast: 8이 빨간과일?
23:40 CLSW: 8에 하이퍼 안붙었어요
23:40 Fast: 수정했어여
23:41 CLSW: 마지막으로 00:31:018 (1,2,3,4) - 여기인데
23:41 CLSW: 00:30:745 (5,6,7,8) - 이거 스트림 형태를 좀더 안쪽으로 굽어진 형태로 배치하셔가지고
23:42 CLSW: http://osu.ppy.sh/ss/2387022 이런식의 배치가 가능하게 됐으면 좋겠네요
23:43 CLSW: 마지막은 훼이크고 00:57:473 (2) - 이거 하이퍼대시점
23:43 CLSW: 2와 3 사이가 넘 어렵
23:43 CLSW: 이제 진짜 끝
23:46 Fast: https://osu.ppy.sh/ss/2387038
23:46 CLSW: ㅇㅋ 굳
23:48 Fast: 하이퍼 놓으면 어려워지니까
23:48 Fast: 그 다음꺼 1/1/1/1 좀 좁혔어요
23:48 CLSW: 넹 ㅇㅋ
23:50 CLSW: 이제 끝 이라고 말해드리고싶네여
23:53 Fast: ㄳㄳ

[Spec's Overdose]
01:37:155 (1) - 01:37:495 여기에 박자 하나가 부족한거같은데 기분탓인가요?

Shit map as always, delete it from the mapset

I think it's ready for being appled, so call me back if you were ready!
Topic Starter
Fatfan Kolek

CLSW wrote:

Recheck for CtB, no kds.

[General]
Add "SOUND VOLTEX II -infinite infection-" in Source, since its song is from the game.

Flask wrote:

We've changed the stack leniency in fanzhen's diff (raise up one tick), remove source since the balalala sdvx things, standards should be fine now.

I enjoyed the diffs a lot, did you?

Osu Mapman

Priti wrote:

Akalvis' Insane
  1. 01:02:655 (1,2,3) - These should be 2/3 to fit better with the music. Also, silence the ticks because they are essentially useless in this part of the music.
No, because it could be mapped like this and i can't see anything critical or unfitting, it works fine as it is.
Spectator
overdose
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Normal
StackLeniency: 0.2
Mode: 2
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
Bookmarks: 70155
DistanceSpacing: 1
BeatDivisor: 4
GridSize: 4
TimelineZoom: 1.6

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:Spec's Hi-Speed Overdose
Source:
Tags:t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P_A_N Aka EvilElvis Gero Onosakihito DJNightmare Fast Spectator
BeatmapID:481938
BeatmapSetID:139525

[Difficulty]
HPDrainRate:5.7
CircleSize:3.8
OverallDifficulty:9.4
ApproachRate:9.4
SliderMultiplier:1.75
SliderTickRate:2

[Events]
//Background and Video events
0,0,"bg.jpg",0,0
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples

[TimingPoints]
2655,272.727272727273,4,2,0,75,1,0
7018,-100,4,1,0,75,0,0
7836,-100,4,2,0,75,0,0
8109,-100,4,1,0,75,0,0
8245,-100,4,2,0,75,0,0
8518,-100,4,1,0,75,0,0
8655,-100,4,2,0,75,0,0
8927,-100,4,1,0,75,0,0
9064,-100,4,2,0,75,0,0
9200,-100,4,1,0,75,0,0
9336,-100,4,2,0,75,0,0
9609,-100,4,1,0,75,0,0
9745,-100,4,2,0,75,0,0
11109,-66.6666666666667,4,1,0,75,0,0
11245,-66.6666666666667,4,2,0,75,0,0
11382,-100,4,1,0,75,0,0
11518,-100,4,2,0,75,0,0
11791,-100,4,1,0,75,0,0
11927,-100,4,2,0,75,0,0
12200,-100,4,1,0,75,0,0
12405,-100,4,2,0,75,0,0
12473,-100,4,1,0,75,0,0
12677,-100,4,2,0,75,0,0
12745,-100,4,1,0,75,0,0
12882,-100,4,2,0,75,0,0
13018,-100,4,1,0,75,0,0
13155,-100,4,2,0,75,0,0
13291,-100,4,1,0,75,0,0
13427,-100,4,2,0,75,0,0
13564,-100,4,1,0,75,0,0
13700,-100,4,2,0,75,0,0
13973,-100,4,1,0,75,0,0
14109,-100,4,2,0,75,0,0
14655,-100,4,1,0,75,0,0
14791,-100,4,2,0,75,0,0
14927,-100,4,1,0,75,0,0
15064,-100,4,2,0,75,0,0
15200,-100,4,1,0,75,0,0
15336,-100,4,2,0,75,0,0
15473,-100,4,1,0,75,0,0
15609,-100,4,2,0,75,0,0
15745,-100,4,1,0,75,0,0
15882,-100,4,2,0,75,0,0
16291,-100,4,1,0,80,0,0
16427,-100,4,2,0,80,0,0
16836,-100,4,1,0,80,0,0
16905,-100,4,2,0,80,0,0
17382,-100,4,1,0,80,0,0
17518,-100,4,2,0,80,0,0
17927,-100,4,3,0,80,0,0
18064,-100,4,2,0,80,0,0
18336,-100,4,3,0,80,0,0
18473,-100,4,2,0,80,0,0
18745,-100,4,3,0,80,0,0
18882,-100,4,2,0,80,0,0
19018,-100,4,1,0,80,0,0
19223,-100,4,2,0,80,0,0
19836,-50,4,1,0,80,0,0
19973,-50,4,2,0,80,0,0
20109,-100,4,1,0,80,0,0
20791,-100,4,2,0,80,0,0
20927,-100,4,1,0,80,0,0
21064,-100,4,2,0,80,0,0
21200,-100,4,1,0,80,0,0
21336,-100,4,2,0,80,0,0
21473,-100,4,1,0,80,0,0
21609,-100,4,2,0,80,0,0
21745,-100,4,1,0,80,0,0
21882,-100,4,2,0,80,0,0
22018,-100,4,1,0,80,0,0
22155,-100,4,2,0,80,0,0
22291,-100,4,1,0,80,0,0
22427,-100,4,2,0,80,0,0
22564,-100,4,1,0,80,0,0
22700,-100,4,2,0,80,0,0
22836,-100,4,1,0,80,0,0
22973,-100,4,2,0,80,0,0
23109,-100,4,1,0,80,0,0
23382,-100,4,1,0,80,0,0
23518,-100,4,2,0,80,0,0
23655,-100,4,1,0,80,0,0
23791,-100,4,2,0,80,0,0
24200,-66.6666666666667,4,1,0,80,0,0
24336,-66.6666666666667,4,2,0,80,0,0
24473,-100,4,1,0,80,0,0
25155,-100,4,2,0,80,0,0
25291,-100,4,1,0,80,0,0
25427,-100,4,2,0,80,0,0
25564,-100,4,1,0,80,0,0
25700,-100,4,2,0,80,0,0
25836,-100,4,1,0,80,0,0
25973,-100,4,2,0,80,0,0
26109,-100,4,1,0,80,0,0
26245,-100,4,2,0,80,0,0
26382,-100,4,1,0,80,0,0
26518,-100,4,2,0,80,0,0
27473,-100,4,2,0,75,0,0
27745,-100,4,1,0,80,0,0
27882,-100,4,2,0,80,0,0
28018,-100,4,1,0,80,0,0
28155,-100,4,2,0,80,0,0
28291,-100,4,1,0,80,0,0
28427,-100,4,2,0,80,0,0
28836,-100,4,1,0,75,0,0
29109,-100,4,2,0,75,0,0
29245,-100,4,1,0,75,0,0
29382,-100,4,2,0,75,0,0
29518,-100,4,1,0,75,0,0
29655,-100,4,2,0,75,0,0
29791,-100,4,1,0,75,0,0
29927,-100,4,2,0,75,0,0
30064,-100,4,1,0,75,0,0
30200,-100,4,2,0,75,0,0
30473,-100,4,1,0,75,0,0
30609,-100,4,2,0,75,0,0
31018,-100,4,1,0,75,0,0
31291,-100,4,2,0,75,0,0
31427,-100,4,1,0,75,0,0
31564,-100,4,2,0,75,0,0
31700,-100,4,1,0,75,0,0
31836,-100,4,2,0,75,0,0
31973,-100,4,1,0,75,0,0
32109,-100,4,2,0,75,0,0
32245,-100,4,1,0,75,0,0
32382,-100,4,2,0,75,0,0
32518,-100,4,1,0,75,0,0
32655,-100,4,2,0,75,0,0
32791,-100,4,1,0,75,0,0
32927,-100,4,2,0,75,0,0
32995,-100,4,3,0,75,0,0
33200,-100,4,1,0,75,0,0
33473,-100,4,2,0,75,0,0
33609,-100,4,1,0,75,0,0
33745,-100,4,2,0,75,0,0
33882,-100,4,1,0,75,0,0
34018,-100,4,3,0,75,0,0
34291,-100,4,1,0,75,0,0
34564,-100,4,2,0,75,0,0
34700,-100,4,1,0,75,0,0
34836,-100,4,2,0,75,0,0
34973,-100,4,1,0,75,0,0
35382,-100,4,1,0,60,0,0
35518,-100,4,2,0,60,0,0
35995,-100,4,2,0,5,0,0
36473,-100,4,1,0,80,0,0
36609,-100,4,2,0,80,0,0
36745,-100,4,1,0,80,0,0
36882,-100,4,2,0,80,0,0
37018,-100,4,1,0,80,0,0
37155,-100,4,2,0,80,0,0
37291,-100,4,1,0,80,0,0
37359,-100,4,2,0,80,0,0
37564,-100,4,3,0,80,0,0
37836,-100,4,2,0,75,0,0
38109,-100,4,1,0,75,0,1
38245,-100,4,2,0,75,0,0
38382,-100,4,2,0,80,0,0
38655,-100,4,2,0,75,0,0
38689,-100,4,1,0,75,0,0
38825,-100,4,2,0,75,0,0
38927,-100,4,1,0,75,0,0
38961,-100,4,2,0,75,0,0
39064,-100,4,1,0,75,0,0
39098,-100,4,2,0,75,0,0
39200,-100,4,1,0,75,0,0
39336,-100,4,2,0,75,0,0
39609,-100,4,1,0,75,0,0
40018,-100,4,2,0,75,0,0
40291,-100,4,1,0,75,0,0
40359,-100,4,2,0,5,0,0
40700,-100,4,2,0,75,0,0
40973,-100,4,1,0,75,0,0
41109,-100,4,2,0,75,0,0
41245,-100,4,1,0,75,0,0
41382,-100,4,2,0,75,0,0
41655,-100,4,1,0,75,0,0
41791,-100,4,2,0,75,0,0
42200,-100,4,1,0,75,0,0
42268,-100,4,2,0,75,0,0
42473,-100,4,1,0,75,0,0
42609,-100,4,2,0,75,0,0
42882,-100,4,1,0,75,0,0
43018,-100,4,2,0,75,0,0
43086,-100,4,1,0,75,0,0
43189,-100,4,2,0,75,0,0
43291,-100,4,1,0,75,0,0
43325,-100,4,2,0,75,0,0
43427,-100,4,1,0,75,0,0
43461,-100,4,2,0,75,0,0
43564,-100,4,1,0,75,0,0
43700,-100,4,2,0,75,0,0
43973,-100,4,1,0,75,0,0
44245,-100,4,2,0,75,0,0
44723,-100,4,2,0,5,0,0
45064,-100,4,2,0,70,0,0
45200,-100,4,1,0,75,0,0
45268,-100,4,2,0,75,0,0
45473,-100,4,1,0,75,0,0
45541,-100,4,2,0,75,0,0
45745,-100,4,1,0,75,0,0
45814,-100,4,2,0,75,0,0
46018,-76.9230769230769,4,2,0,75,0,0
46291,-100,4,1,0,50,0,0
46564,-100,4,1,0,75,0,0
46973,-100,4,2,0,75,0,0
47109,-100,4,1,0,75,0,0
47245,-100,4,2,0,75,0,0
47518,-100,4,1,0,75,0,0
47552,-100,4,2,0,75,0,0
47655,-100,4,1,0,75,0,0
47689,-100,4,2,0,75,0,0
47791,-100,4,1,0,75,0,0
47825,-100,4,2,0,75,0,0
47927,-100,4,1,0,75,0,0
48064,-100,4,2,0,75,0,0
48336,-100,4,1,0,75,0,0
48541,-100,4,2,0,75,0,0
48745,-100,4,1,0,75,0,0
48882,-100,4,2,0,75,0,0
49018,-100,4,1,0,75,0,0
49155,-100,4,2,0,75,0,0
49427,-100,4,1,0,75,0,0
49632,-100,4,2,0,75,0,0
50109,-50,4,2,0,75,0,0
50382,-50,4,1,0,75,0,0
50655,-100,4,1,0,75,0,0
51064,-100,4,2,0,75,0,0
51200,-100,4,1,0,75,0,0
51336,-100,4,2,0,75,0,0
51473,-100,4,1,0,75,0,0
51609,-100,4,2,0,75,0,0
51745,-100,4,1,0,60,0,0
52018,-100,4,1,0,75,0,0
52155,-100,4,2,0,75,0,0
52700,-100,4,1,0,75,0,0
52836,-66.6666666666667,4,1,0,75,0,0
52905,-66.6666666666667,4,1,0,5,0,0
53245,-66.6666666666667,4,1,0,75,0,0
53518,-50,4,1,0,75,0,0
53586,-50,4,1,0,5,0,0
53791,-50,4,1,0,60,0,0
54064,-50,4,2,0,75,0,0
54336,-50,4,1,0,75,0,0
54473,-50,4,3,0,75,0,0
54745,-50,4,1,0,75,0,0
55018,-50,4,1,0,75,0,0
55291,-133.333333333333,4,2,0,60,0,0
55427,-133.333333333333,4,2,0,5,0,0
55564,-133.333333333333,4,2,0,60,0,0
55973,-133.333333333333,4,2,0,30,0,0
56109,-133.333333333333,4,2,0,60,0,0
56245,-133.333333333333,4,2,0,5,0,0
56382,-133.333333333333,4,2,0,60,0,0
56791,-133.333333333333,4,2,0,5,0,0
56927,-133.333333333333,4,2,0,60,0,0
57200,-133.333333333333,4,2,0,50,0,0
57268,-133.333333333333,4,2,0,5,0,0
57609,-133.333333333333,4,2,0,40,0,0
57950,-133.333333333333,4,2,0,5,0,0
58155,-133.333333333333,4,2,0,20,0,0
58291,-133.333333333333,4,2,0,58,0,0
58564,-133.333333333333,4,2,0,48,0,0
58836,-133.333333333333,4,2,0,38,0,0
59109,-133.333333333333,4,2,0,28,0,0
59382,-100,4,1,0,60,0,0
59791,-100,4,1,0,5,0,0
59927,-100,4,2,0,60,0,0
60064,-100,4,1,0,60,0,0
60200,-100,4,1,0,40,0,0
60473,-100,4,1,0,60,0,0
60882,-100,4,1,0,5,0,0
61018,-100,4,2,0,60,0,0
61155,-100,4,3,0,60,0,0
61291,-100,4,1,0,40,0,0
61564,-100,4,1,0,60,0,0
61700,-100,4,2,0,5,0,0
61836,-100,4,2,0,60,0,0
61973,-100,4,1,0,60,0,0
62109,-100,4,2,0,5,0,0
62245,-100,4,2,0,75,0,0
62382,-100,4,2,0,5,0,0
62518,-100,4,1,0,40,0,0
62655,-100,4,1,0,75,0,0
62745,-100,4,2,0,40,0,0
63473,-50,4,1,0,75,0,0
63745,-100,4,1,0,75,0,1
64155,-100,4,2,0,75,0,1
64291,-100,4,1,0,75,0,1
64427,-100,4,2,0,75,0,1
64564,-100,4,1,0,75,0,1
64700,-100,4,2,0,75,0,1
64836,-100,4,1,0,75,0,1
64973,-100,4,2,0,75,0,1
65109,-100,4,1,0,75,0,1
65177,-100,4,2,0,75,0,1
65382,-100,4,1,0,75,0,1
65518,-100,4,2,0,75,0,1
65655,-100,4,1,0,75,0,1
65791,-100,4,2,0,75,0,1
65927,-100,4,1,0,75,0,1
66064,-100,4,2,0,75,0,1
66200,-100,4,1,0,75,0,1
66336,-100,4,2,0,75,0,1
66473,-100,4,1,0,75,0,1
66609,-100,4,2,0,75,0,1
66745,-100,4,1,0,75,0,1
66882,-100,4,2,0,75,0,1
67018,-100,4,1,0,75,0,1
67155,-100,4,2,0,75,0,1
67291,-100,4,1,0,75,0,1
67427,-100,4,2,0,75,0,1
67564,-100,4,1,0,75,0,1
67836,-100,4,1,0,80,0,1
68109,-100,4,1,0,75,0,1
68518,-100,4,2,0,75,0,1
68655,-100,4,1,0,75,0,1
68791,-100,4,2,0,75,0,1
68927,-100,4,1,0,75,0,1
69064,-100,4,2,0,75,0,1
69200,-100,4,1,0,75,0,1
69336,-100,4,2,0,75,0,1
69473,-100,4,1,0,75,0,1
69541,-100,4,2,0,75,0,1
69745,-100,4,1,0,75,0,1
69814,-100,4,2,0,75,0,1
70018,-100,4,1,0,75,0,1
70291,-100,4,2,0,75,0,1
70564,-100,4,1,0,75,0,1
70836,-100,4,2,0,75,0,1
71109,-100,4,1,0,75,0,1
71382,-50,4,2,0,100,0,1
71518,-50,4,2,0,75,0,1
71655,-50,4,2,0,100,0,1
71791,-50,4,2,0,75,0,1
71927,-50,4,2,0,100,0,1
72064,-50,4,2,0,75,0,1
72200,-100,4,1,0,75,0,1
72268,-100,4,2,0,75,0,1
72473,-100,4,1,0,75,0,1
72609,-100,4,2,0,75,0,1
72745,-100,4,1,0,75,0,1
72882,-100,4,2,0,75,0,1
73018,-100,4,1,0,75,0,1
73155,-100,4,2,0,75,0,1
73291,-100,4,1,0,75,0,1
73427,-100,4,2,0,75,0,1
73564,-100,4,1,0,75,0,1
73700,-100,4,2,0,75,0,1
73836,-100,4,1,0,75,0,1
73905,-100,4,2,0,75,0,1
74109,-100,4,1,0,75,0,1
74245,-100,4,2,0,75,0,1
74382,-100,4,1,0,75,0,1
74518,-100,4,2,0,75,0,1
74655,-100,4,1,0,75,0,1
74791,-100,4,2,0,75,0,1
74927,-100,4,1,0,75,0,1
75064,-100,4,2,0,75,0,1
75200,-100,4,1,0,75,0,1
75336,-100,4,2,0,75,0,1
75473,-100,4,1,0,75,0,1
75609,-100,4,2,0,75,0,1
75745,-100,4,1,0,75,0,1
75882,-100,4,2,0,75,0,1
76018,-100,4,1,0,75,0,1
76155,-100,4,2,0,75,0,1
76836,-100,4,1,0,75,0,1
76973,-100,4,2,0,75,0,1
77245,-100,4,1,0,75,0,1
77382,-100,4,2,0,75,0,1
77655,-100,4,1,0,75,0,1
77791,-100,4,2,0,75,0,1
78064,-100,4,1,0,75,0,1
78200,-100,4,2,0,75,0,1
78336,-100,4,1,0,75,0,1
78405,-100,4,2,0,75,0,1
78473,-100,4,1,0,75,0,1
78541,-100,4,2,0,75,0,1
78745,-100,4,2,0,65,0,1
79155,-100,4,1,0,65,0,1
79291,-100,4,2,0,65,0,1
79427,-100,4,1,0,65,0,1
79564,-100,4,2,0,65,0,1
79700,-100,4,1,0,65,0,1
79836,-100,4,2,0,65,0,1
80109,-100,4,1,0,75,0,0
80143,-100,4,2,0,5,0,0
80927,-100,4,1,0,75,0,0
81473,-133.333333333333,4,2,0,75,0,0
81609,-133.333333333333,4,2,0,5,0,0
81745,-133.333333333333,4,2,0,60,0,0
82155,-133.333333333333,4,2,0,30,0,0
82291,-133.333333333333,4,2,0,60,0,0
82427,-133.333333333333,4,2,0,5,0,0
82564,-133.333333333333,4,2,0,40,0,0
82836,-133.333333333333,4,2,0,60,0,0
82973,-133.333333333333,4,2,0,5,0,0
83109,-133.333333333333,4,2,0,40,0,0
83382,-133.333333333333,4,2,0,60,0,0
83450,-133.333333333333,4,2,0,5,0,0
83791,-133.333333333333,4,2,0,40,0,0
84064,-133.333333333333,4,2,0,35,0,0
84200,-133.333333333333,4,2,0,5,0,0
84473,-133.333333333333,4,3,0,58,0,0
84745,-100,4,3,0,48,0,0
85018,-100,4,3,0,38,0,0
85291,-100,4,3,0,28,0,0
85564,-100,4,2,0,60,0,0
85700,-100,4,2,0,5,0,0
85836,-100,4,2,0,40,0,0
86245,-100,4,2,0,5,0,0
86382,-100,4,2,0,40,0,0
86655,-100,4,1,0,90,0,0
86723,-100,4,2,0,5,0,0
87473,-100,4,2,0,40,0,0
87541,-100,4,2,0,5,0,0
87609,-100,4,2,0,40,0,0
87677,-100,4,2,0,5,0,0
87745,-100,4,1,0,40,0,0
88018,-66.6666666666667,4,1,0,85,0,0
88155,-66.6666666666667,4,2,0,85,0,0
88291,-100,4,1,0,40,0,0
88564,-66.6666666666667,4,1,0,85,0,0
88700,-66.6666666666667,4,2,0,85,0,0
88836,-66.6666666666667,4,1,0,85,0,0
88905,-66.6666666666667,4,2,0,50,0,0
89018,-66.6666666666667,4,2,0,5,0,0
89109,-66.6666666666667,4,2,0,50,0,0
89200,-66.6666666666667,4,2,0,15,0,0
89382,-66.6666666666667,4,2,0,50,0,0
89473,-66.6666666666667,4,2,0,15,0,0
89655,-66.6666666666667,4,1,0,60,0,0
89791,-66.6666666666667,4,2,0,60,0,0
89927,-100,4,1,0,75,0,0
90200,-100,4,2,0,75,0,0
90336,-100,4,1,0,75,0,0
90473,-100,4,2,0,75,0,0
90609,-100,4,1,0,75,0,0
90745,-100,4,2,0,75,0,0
90882,-100,4,1,0,75,0,0
91018,-100,4,2,0,75,0,0
91155,-100,4,1,0,75,0,0
91223,-100,4,2,0,75,0,0
91427,-100,4,1,0,75,0,0
91564,-50,4,1,0,75,0,0
91700,-50,4,2,0,75,0,0
91836,-50,4,1,0,75,0,0
91973,-50,4,2,0,75,0,0
92109,-100,4,1,0,75,0,0
92245,-100,4,2,0,75,0,0
92655,-100,4,2,0,40,0,0
93200,-100,4,1,0,40,0,0
93336,-100,4,2,0,40,0,0
93473,-100,4,1,0,40,0,0
93609,-100,4,2,0,40,0,0
93745,-100,4,1,0,40,0,0
94018,-100,4,1,0,75,0,0
94155,-100,4,2,0,75,0,0
94291,-100,4,1,0,75,0,0
94564,-100,4,2,0,75,0,0
94700,-100,4,1,0,75,0,0
94836,-100,4,2,0,75,0,0
94973,-100,4,1,0,75,0,0
95109,-100,4,2,0,75,0,0
95245,-100,4,1,0,75,0,0
95382,-100,4,2,0,75,0,0
95518,-100,4,1,0,75,0,0
95655,-100,4,2,0,75,0,0
95791,-100,4,1,0,75,0,0
95927,-100,4,1,0,80,0,0
96473,-100,4,1,0,65,0,0
96882,-100,4,2,0,65,0,0
97018,-100,4,1,0,40,0,0
97223,-100,4,2,0,9,0,0
97564,-50,4,1,0,65,0,0
97700,-50,4,2,0,65,0,0
97836,-50,4,1,0,65,0,0
97973,-50,4,2,0,65,0,0
98109,-50,4,1,0,65,0,0
98245,-50,4,2,0,65,0,0
98382,-50,4,1,0,65,0,0
98518,-50,4,2,0,65,0,0
98655,-100,4,1,0,75,0,0
98927,-100,4,2,0,75,0,0
99064,-100,4,1,0,75,0,0
99200,-100,4,2,0,75,0,0
99336,-100,4,1,0,75,0,0
99473,-100,4,2,0,75,0,0
99609,-100,4,1,0,75,0,0
99745,-100,4,2,0,75,0,0
99882,-100,4,1,0,75,0,0
100018,-100,4,2,0,75,0,0
100155,-100,4,1,0,75,0,0
100291,-100,4,1,0,85,0,0
100836,-100,4,1,0,75,0,0
100973,-100,4,2,0,75,0,0
101382,-100,4,2,0,40,0,0
101927,-100,4,1,0,40,0,0
102064,-100,4,2,0,40,0,0
102745,-100,4,1,0,40,0,0
103018,-100,4,1,0,75,0,0
103291,-100,4,2,0,75,0,0
103427,-100,4,1,0,75,0,0
103564,-100,4,2,0,75,0,0
103700,-100,4,1,0,75,0,0
103836,-100,4,2,0,75,0,0
103973,-100,4,1,0,75,0,0
104109,-100,4,2,0,75,0,0
104245,-100,4,1,0,75,0,0
104382,-100,4,1,0,30,0,0
104655,-100,4,1,0,75,0,0
104791,-100,4,2,0,75,0,0
104927,-100,4,2,0,50,0,0
105200,-100,4,1,0,50,0,0
105336,-100,4,2,0,50,0,0
105473,-100,4,2,0,80,0,0
105609,-100,4,2,0,50,0,0
105745,-100,4,1,0,50,0,0
105814,-100,4,2,0,5,0,0
106291,-50,4,1,0,75,0,0
106427,-50,4,2,0,75,0,0
106564,-50,4,1,0,75,0,0
106700,-50,4,2,0,75,0,0
106836,-50,4,1,0,75,0,0
106973,-50,4,2,0,75,0,0
107109,-50,4,1,0,75,0,0
107245,-50,4,2,0,75,0,0
107382,-100,4,1,0,75,0,0
107518,-100,4,2,0,75,0,0
107791,-100,4,1,0,75,0,0
107927,-100,4,2,0,75,0,0
108200,-100,4,1,0,75,0,0
108336,-100,4,2,0,75,0,0
108473,-100,4,1,0,75,0,0
108609,-100,4,2,0,75,0,0
108745,-100,4,1,0,75,0,0
108882,-100,4,2,0,75,0,0
109018,-100,4,1,0,75,0,0
109155,-100,4,2,0,75,0,0
109291,-100,4,1,0,75,0,0
109427,-100,4,2,0,75,0,0
109564,-100,4,1,0,75,0,0
109700,-100,4,2,0,75,0,0
109973,-100,4,1,0,75,0,0
110109,-100,4,2,0,75,0,0
110382,-100,4,1,0,75,0,0
110518,-100,4,2,0,75,0,0
110655,-100,4,1,0,75,0,0
110791,-100,4,2,0,75,0,0
110927,-100,4,1,0,75,0,0
111064,-100,4,2,0,75,0,0
111200,-100,4,1,0,75,0,0
111336,-100,4,2,0,75,0,0
111473,-100,4,1,0,75,0,0
111609,-100,4,2,0,75,0,0
111745,-100,4,1,0,75,0,0
111814,-100,4,2,0,40,0,0
112291,-100,4,1,0,75,0,0
112427,-100,4,2,0,75,0,0
112836,-100,4,1,0,75,0,0
112973,-100,4,2,0,75,0,0
113382,-100,4,1,0,75,0,0
113518,-100,4,2,0,75,0,0
113927,-100,4,1,0,75,0,0
114064,-100,4,3,0,75,0,0
114336,-100,4,1,0,75,0,0
114473,-100,4,3,0,75,0,0
114745,-100,4,1,0,75,0,0
114882,-100,4,2,0,75,0,0
115018,-100,4,1,0,75,0,0
115291,-100,4,2,0,75,0,0
115836,-100,4,1,0,100,0,0


[Colours]
Combo1 : 184,113,255
Combo2 : 255,81,81
Combo3 : 89,242,242
Combo4 : 255,128,64

[HitObjects]
40,96,7018,5,0,0:0:0:0:
488,296,7427,5,0,0:0:0:0:
332,356,7836,5,0,0:0:0:0:
307,330,7905,1,0,0:0:0:0:
296,296,7973,1,0,0:0:0:0:
304,262,8041,1,0,0:0:0:0:
331,240,8109,6,0,P|378:247|438:227,2,87.5
238,213,8518,1,0,0:0:0:0:
330,129,8655,1,0,0:0:0:0:
214,91,8791,1,0,0:0:0:0:
204,64,8927,1,0,0:0:0:0:
197,39,9064,1,0,0:0:0:0:
354,30,9200,6,0,P|303:38|251:14,1,87.5
16,183,9473,2,0,P|67:175|119:199,1,87.5
250,336,9745,1,0,0:0:0:0:
269,268,9882,1,0,0:0:0:0:
310,211,10018,1,2,0:0:0:0:
375,185,10155,1,0,0:0:0:0:
444,184,10291,6,0,L|400:147,1,43.75
232,32,10427,1,0,0:0:0:0:
192,52,10495,1,0,0:0:0:0:
172,92,10564,1,0,0:0:0:0:
168,136,10632,1,0,0:0:0:0:
188,176,10700,1,0,0:0:0:0:
224,200,10768,1,0,0:0:0:0:
268,208,10836,6,0,B|328:200|328:200|400:212,1,131.25
219,277,11109,6,0,P|147:293|55:269,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
452,348,11382,5,0,0:0:0:0:
368,284,11518,1,0,0:0:0:0:
464,232,11655,1,0,0:0:0:0:
227,209,11791,1,0,0:0:0:0:
323,145,11927,1,0,0:0:0:0:
211,105,12064,1,0,0:0:0:0:
476,51,12200,2,0,L|312:23,1,131.25000500679,8|0,0:0|0:0,0:0:0:0:
104,37,12473,6,0,L|183:143,1,131.25,2|0,0:0|0:0,0:0:0:0:
376,180,12745,6,0,P|328:140|256:160,1,131.25,2|0,0:0|0:0,0:0:0:0:
49,164,13018,6,0,L|128:270,1,131.25,2|0,0:0|0:0,0:0:0:0:
320,324,13290,6,0,P|272:284|200:304,1,131.25,2|0,0:0|0:0,0:0:0:0:
36,344,13564,6,0,L|48:232,1,87.5
164,252,13836,2,0,L|152:124,1,87.5,2|0,0:0|0:0,0:0:0:0:
32,176,14109,1,0,0:0:0:0:
132,129,14245,1,0,0:0:0:0:
10,71,14382,1,8,0:0:0:0:
147,16,14518,1,0,0:0:0:0:
276,16,14655,6,0,P|346:39|442:29,1,131.25,2|0,0:0|0:0,0:0:0:0:
188,104,14927,6,0,P|118:127|22:117,1,131.25,2|0,0:0|0:0,0:0:0:0:
332,144,15200,6,0,P|402:167|498:157,1,131.25,2|0,0:0|0:0,0:0:0:0:
244,232,15472,6,0,P|174:255|78:245,1,131.25,2|0,0:0|0:0,0:0:0:0:
35,305,15745,6,0,L|25:191,1,87.5,0|2,0:0|0:0,0:0:0:0:
477,79,16018,2,0,L|487:193,1,87.5,8|0,0:0|0:0,0:0:0:0:
252,56,16291,1,0,0:0:0:0:
187,114,16427,1,0,0:0:0:0:
173,200,16564,1,0,0:0:0:0:
209,279,16700,1,0,0:0:0:0:
292,316,16836,5,0,0:0:0:0:
332,300,16905,1,0,0:0:0:0:
352,260,16973,1,0,0:0:0:0:
352,216,17041,1,0,0:0:0:0:
332,176,17109,1,0,0:0:0:0:
308,140,17177,1,0,0:0:0:0:
308,96,17245,1,0,0:0:0:0:
332,60,17314,1,0,0:0:0:0:
419,34,17382,6,0,L|519:34,2,87.5,0|0|2,0:0|0:0|0:0,0:0:0:0:
80,296,17927,5,8,0:0:0:0:
27,214,18064,1,0,0:0:0:0:
180,231,18200,5,0,0:0:0:0:
155,119,18336,1,8,0:0:0:0:
432,291,18473,5,0,0:0:0:0:
485,214,18610,1,0,0:0:0:0:
332,231,18745,5,8,0:0:0:0:
357,119,18882,1,0,0:0:0:0:
80,348,19018,5,0,0:0:0:0:
213,221,19291,1,2,0:0:0:0:
42,150,19564,1,2,0:0:0:0:
474,61,19836,6,0,B|438:122|438:122|377:129|377:129|300:61,1,175,2|0,0:0|0:0,0:0:0:0:
57,36,20109,5,0,0:0:0:0:
176,120,20245,1,0,0:0:0:0:
176,120,20314,1,0,0:0:0:0:
176,120,20382,1,0,0:0:0:0:
47,185,20518,1,0,0:0:0:0:
460,306,20655,2,0,L|452:182,1,87.5,0|2,0:0|0:0,0:0:0:0:
81,111,20927,2,0,L|89:235,1,87.5,0|2,0:0|0:0,0:0:0:0:
304,292,21200,6,0,P|352:308|412:300,1,87.5,0|2,0:0|0:0,0:0:0:0:
276,196,21473,2,0,P|228:180|168:188,1,87.5,0|2,0:0|0:0,0:0:0:0:
480,224,21745,1,0,0:0:0:0:
368,144,21882,1,0,0:0:0:0:
484,56,22018,2,0,B|476:80|476:80|492:76|492:76|480:72|480:72|488:88|488:88|480:104|480:104|492:120|492:120|472:156,1,131.25
264,352,22291,6,0,L|288:240,1,87.5,0|2,0:0|0:0,0:0:0:0:
56,227,22564,2,0,L|128:155,1,87.5,0|2,0:0|0:0,0:0:0:0:
488,148,22836,1,0,0:0:0:0:
376,236,22973,1,2,0:0:0:0:
504,296,23109,1,0,0:0:0:0:
504,296,23177,1,0,0:0:0:0:
504,296,23245,1,0,0:0:0:0:
268,280,23382,6,0,B|216:288|216:288|156:280,1,87.5
100,156,23655,2,0,B|48:148|48:148|-12:156,1,87.5,0|2,0:0|0:0,0:0:0:0:
260,180,23927,6,0,P|230:112|204:56,1,131.25
8,80,24200,2,0,P|72:84|132:36,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
437,28,24473,5,0,0:0:0:0:
310,113,24609,1,0,0:0:0:0:
302,144,24677,1,0,0:0:0:0:
294,175,24745,1,0,0:0:0:0:
432,205,24882,2,0,L|489:315,1,87.5
212,332,25155,2,0,L|332:332,1,87.5,2|0,0:0|0:0,0:0:0:0:
39,282,25427,2,0,L|80:205,1,87.5,2|0,0:0|0:0,0:0:0:0:
332,32,25700,5,2,0:0:0:0:
259,87,25836,1,0,0:0:0:0:
237,166,25973,1,2,0:0:0:0:
267,247,26109,1,0,0:0:0:0:
332,296,26245,1,2,0:0:0:0:
416,320,26382,2,0,P|344:308|260:336,1,131.25
90,308,26655,5,2,0:0:0:0:
85,276,26723,1,2,0:0:0:0:
75,246,26791,1,2,0:0:0:0:
61,219,26859,1,2,0:0:0:0:
46,197,26927,2,0,P|50:144|59:71,1,87.5,2|2,0:0|0:0,0:0:0:0:
466,187,27200,2,0,P|462:240|453:313,1,87.5,2|2,0:0|0:0,0:0:0:0:
168,280,27473,5,0,0:0:0:0:
162,236,27541,1,0,0:0:0:0:
142,197,27609,1,0,0:0:0:0:
109,168,27677,1,0,0:0:0:0:
68,152,27745,6,0,B|44:224|44:224|72:248|72:248|56:304,1,131.25,2|0,0:0|0:0,0:0:0:0:
213,268,28018,2,0,B|248:249|248:249|252:233|252:233|320:200,1,131.25,2|0,0:0|0:0,0:0:0:0:
474,154,28291,6,0,P|427:171|359:170,1,87.5
38,230,28564,2,0,P|85:213|153:214,1,87.5,2|0,0:0|0:0,0:0:0:0:
488,56,28836,5,0,0:0:0:0:
368,20,28973,2,0,L|388:136,1,87.5,2|0,0:0|0:0,0:0:0:0:
92,76,29245,6,0,L|72:192,1,87.5,2|0,0:0|0:0,0:0:0:0:
416,148,29518,6,0,L|436:264,1,87.5,2|0,0:0|0:0,0:0:0:0:
136,208,29790,6,0,L|121:294,1,87.5,2|0,0:0|0:0,0:0:0:0:
468,244,30064,6,0,L|488:360,1,87.5,2|0,0:0|0:0,0:0:0:0:
56,200,30336,1,0,0:0:0:0:
143,105,30473,1,2,0:0:0:0:
24,48,30609,1,0,0:0:0:0:
442,58,30745,5,0,0:0:0:0:
399,89,30814,1,0,0:0:0:0:
386,139,30882,1,0,0:0:0:0:
411,184,30950,1,0,0:0:0:0:
453,214,31018,6,0,L|449:333,1,87.5,0|2,0:0|0:0,0:0:0:0:
114,15,31291,6,0,L|103:126,1,87.5,0|2,0:0|0:0,0:0:0:0:
411,279,31564,6,0,L|407:398,1,87.5,0|2,0:0|0:0,0:0:0:0:
41,320,31837,6,0,L|30:209,1,87.5,0|2,0:0|0:0,0:0:0:0:
375,85,32109,6,0,L|371:204,1,87.5,0|2,0:0|0:0,0:0:0:0:
92,34,32382,6,0,L|103:145,1,87.5,0|2,0:0|0:0,0:0:0:0:
360,204,32655,6,0,P|412:208|472:200,2,87.5,0|2|0,0:0|0:0|0:0,0:0:0:0:
348,254,32995,1,0,0:0:0:0:
323,301,33064,1,0,0:0:0:0:
278,329,33132,1,0,0:0:0:0:
126,288,33200,6,0,P|82:288|28:305,1,87.5,0|2,0:0|0:0,0:0:0:0:
162,193,33473,6,0,P|118:193|64:176,1,87.5,0|2,0:0|0:0,0:0:0:0:
120,84,33745,6,0,P|76:84|22:101,1,87.5,0|2,0:0|0:0,0:0:0:0:
326,172,34018,5,0,0:0:0:0:
332,119,34086,1,0,0:0:0:0:
361,74,34155,1,0,0:0:0:0:
413,59,34223,1,0,0:0:0:0:
466,61,34291,6,0,L|438:175,1,87.5,0|2,0:0|0:0,0:0:0:0:
233,246,34564,6,0,L|261:360,1,87.5,0|2,0:0|0:0,0:0:0:0:
22,154,34836,6,0,L|-6:40,1,87.5,0|2,0:0|0:0,0:0:0:0:
296,68,35109,6,0,L|333:58,6,21.875,0|0|0|0|0|0|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
162,84,35382,5,0,0:0:0:0:
148,152,35518,1,0,0:0:0:0:
133,220,35655,1,2,0:0:0:0:
118,288,35791,1,0,0:0:0:0:
67,335,35927,2,0,P|-5:239|119:119,1,306.25,2|0,0:0|0:0,0:0:0:0:
238,332,36473,6,0,B|296:353|296:353|363:303,1,131.25,2|0,0:0|0:0,0:0:0:0:
492,208,36745,6,0,B|434:187|434:187|367:237,1,131.25,2|0,0:0|0:0,0:0:0:0:
199,148,37018,6,0,B|257:169|257:169|324:119,1,131.25,2|0,0:0|0:0,0:0:0:0:
457,30,37290,6,0,B|399:9|399:9|332:59,1,131.25,2|0,0:0|0:0,0:0:0:0:
152,54,37564,5,0,0:0:0:0:
143,52,37632,1,0,0:0:0:0:
134,50,37700,1,0,0:0:0:0:
125,48,37768,1,0,0:0:0:0:
116,45,37836,2,0,P|72:55|54:137,1,131.25,10|0,0:0|0:0,0:0:0:0:
215,199,38109,6,0,L|304:195,1,87.5,2|0,0:0|0:0,0:0:0:0:
405,280,38382,2,0,L|316:276,1,87.5,2|2,0:0|0:0,0:0:0:0:
64,208,38655,6,0,L|60:176,1,21.875
152,156,38791,2,0,L|156:128,1,21.875
248,220,38927,2,0,L|244:188,1,21.875,2|0,0:0|0:0,0:0:0:0:
336,168,39063,2,0,L|340:140,1,21.875,2|0,0:0|0:0,0:0:0:0:
444,228,39200,6,0,P|412:252|352:252,1,87.5,0|2,0:0|0:0,0:0:0:0:
265,126,39473,2,0,P|297:102|357:102,1,87.5,0|2,0:0|0:0,0:0:0:0:
143,251,39745,6,0,L|9:227,1,131.25,2|0,0:0|0:0,0:0:0:0:
188,148,40018,2,0,L|300:128,1,87.5,2|2,0:0|0:0,0:0:0:0:
432,32,40291,2,0,P|384:108|512:176,1,262.5,0|2,0:0|0:0,0:0:0:0:
364,272,40836,6,0,L|341:164,1,87.5,2|0,0:0|0:0,0:0:0:0:
224,160,41109,2,0,L|201:52,1,87.5,0|0,0:0|0:0,0:0:0:0:
106,151,41382,6,0,P|63:108|4:33,1,131.25,2|0,0:0|0:0,0:0:0:0:
225,69,41655,2,0,L|343:51,1,87.5,4|0,0:0|0:0,0:0:0:0:
512,201,41927,5,0,0:0:0:0:
468,206,41995,1,0,0:0:0:0:
424,211,42064,1,0,0:0:0:0:
380,207,42132,1,0,0:0:0:0:
328,206,42200,2,0,P|271:231|186:222,1,131.25
24,279,42473,6,0,L|139:316,1,87.5,2|0,0:0|0:0,0:0:0:0:
488,105,42745,2,0,L|373:68,1,87.5,2|0,0:0|0:0,0:0:0:0:
6,56,43018,6,0,L|-2:96,1,21.875
102,84,43155,2,0,L|108:121,1,21.875
201,31,43291,2,0,L|193:71,1,21.875,2|0,0:0|0:0,0:0:0:0:
297,59,43428,2,0,L|303:96,1,21.875,2|0,0:0|0:0,0:0:0:0:
512,106,43564,6,0,L|419:120,1,87.5,0|2,0:0|0:0,0:0:0:0:
305,197,43836,2,0,L|392:211,1,87.5,0|2,0:0|0:0,0:0:0:0:
105,48,44109,5,0,0:0:0:0:
35,101,44245,1,0,0:0:0:0:
22,187,44382,1,2,0:0:0:0:
51,268,44518,1,0,0:0:0:0:
124,316,44655,2,0,B|150:192|150:192|192:196|192:196|168:324,1,262.5,2|0,0:0|0:0,0:0:0:0:
396,208,45200,6,0,B|444:220|444:220|484:116,1,131.25,2|0,0:0|0:0,0:0:0:0:
276,40,45473,6,0,B|228:28|228:28|188:132,1,131.25,2|0,0:0|0:0,0:0:0:0:
412,264,45745,6,0,B|460:272|460:272|524:192,1,131.25,2|0,0:0|0:0,0:0:0:0:
312,76,46018,6,0,B|264:64|264:64|141:85,1,170.624992189408,2|0,0:0|0:0,0:0:0:0:
0,60,46291,5,0,0:0:0:0:
13,77,46359,1,0,0:0:0:0:
20,97,46427,1,0,0:0:0:0:
21,118,46495,1,0,0:0:0:0:
0,183,46564,2,0,P|74:180|147:235,1,131.25,2|0,0:0|0:0,0:0:0:0:
344,316,46836,6,0,L|452:304,1,87.5,0|2,0:0|0:0,0:0:0:0:
304,216,47109,2,0,L|196:228,1,87.5,0|2,0:0|0:0,0:0:0:0:
480,168,47382,6,0,L|464:136,1,21.875
386,375,47518,2,0,L|370:343,1,21.875,0|0,0:0|0:0,0:0:0:0:
268,39,47655,2,0,L|252:7,1,21.875,2|0,0:0|0:0,0:0:0:0:
182,249,47791,2,0,L|166:217,1,21.875,2|0,0:0|0:0,0:0:0:0:
7,78,47927,6,0,P|44:83|105:73,1,87.5,0|2,0:0|0:0,0:0:0:0:
0,177,48200,2,0,P|37:182|98:172,1,87.5,0|2,0:0|0:0,0:0:0:0:
448,197,48473,6,0,L|419:351,1,131.25,2|0,0:0|0:0,0:0:0:0:
275,282,48745,2,0,L|202:341,1,87.5,2|0,0:0|0:0,0:0:0:0:
0,194,49018,2,0,L|62:298,1,87.5,0|2,0:0|0:0,0:0:0:0:
288,156,49291,2,0,L|215:215,1,87.5,2|0,0:0|0:0,0:0:0:0:
20,43,49564,5,0,0:0:0:0:
52,55,49632,1,0,0:0:0:0:
80,75,49700,1,2,0:0:0:0:
95,106,49768,1,0,0:0:0:0:
102,140,49836,1,0,0:0:0:0:
97,175,49905,1,0,0:0:0:0:
83,207,49973,1,2,0:0:0:0:
58,232,50041,1,0,0:0:0:0:
24,256,50109,6,0,B|-8:244|-20:220|-20:192|4:164|36:156|76:168|88:212|76:244,1,175
463,91,50382,1,6,0:0:0:0:
244,52,50655,5,0,0:0:0:0:
200,60,50723,1,0,0:0:0:0:
156,64,50791,1,0,0:0:0:0:
112,72,50859,1,0,0:0:0:0:
64,80,50927,2,0,L|0:208,1,131.25,4|0,0:0|0:0,0:0:0:0:
216,160,51200,2,0,L|312:264,1,131.25
96,292,51473,2,0,L|4:332,1,87.5,6|0,0:0|0:0,0:0:0:0:
464,117,51745,5,0,0:0:0:0:
465,139,51814,1,0,0:0:0:0:
457,160,51882,1,0,0:0:0:0:
460,181,51950,1,0,0:0:0:0:
450,202,52018,2,0,L|330:219,1,87.5,2|0,0:0|0:0,0:0:0:0:
88,118,52291,2,0,L|208:101,1,87.5,2|0,0:0|0:0,0:0:0:0:
478,343,52564,2,0,L|358:360,1,87.5,2|0,0:0|0:0,0:0:0:0:
56,320,52836,6,0,P|176:184|36:100,1,393.750015020371
396,328,53518,6,0,B|416:248|416:248|332:240|332:240|324:152|400:152|400:152|512:168,1,350,2|0,0:0|0:0,0:0:0:0:
238,40,53927,5,0,0:0:0:0:
188,56,54064,1,0,0:0:0:0:
159,99,54200,1,2,0:0:0:0:
154,151,54336,1,0,0:0:0:0:
165,202,54473,1,0,0:0:0:0:
199,241,54609,1,0,0:0:0:0:
246,263,54745,1,2,0:0:0:0:
298,264,54882,1,0,0:0:0:0:
349,252,55018,1,4,0:0:0:0:
0,152,55291,6,0,P|18:77|6:4,1,131.25000500679,2|2,0:0|0:0,0:0:0:0:
376,52,55836,2,0,L|392:128,1,65.6250025033952,2|0,0:0|0:0,0:0:0:0:
492,80,56109,2,0,P|500:156|484:236,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
20,304,56655,2,0,P|12:228|28:148,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
363,291,57200,6,0,P|278:296|164:247,1,196.875007510186,2|0,0:0|0:0,0:0:0:0:
24,232,57882,2,0,B|71:185|71:185|136:137,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
320,28,58291,5,0,0:0:0:0:
324,36,58564,5,0,0:0:0:0:
328,44,58836,5,0,0:0:0:0:
332,52,59109,5,0,0:0:0:0:
415,58,59382,6,0,L|399:158,1,87.5
272,160,59655,2,0,L|308:344,1,175,8|2,0:0|0:0,0:0:0:0:
88,280,60064,1,0,0:0:0:0:
29,214,60200,1,8,0:0:0:0:
14,127,60336,1,0,0:0:0:0:
49,46,60473,1,0,0:0:0:0:
130,14,60609,1,0,0:0:0:0:
216,25,60745,6,0,P|307:46|400:15,1,175,8|2,0:0|0:0,0:0:0:0:
509,79,61155,1,0,0:0:0:0:
369,147,61291,1,8,0:0:0:0:
508,231,61427,1,0,0:0:0:0:
203,350,61564,6,0,L|20:294,1,175,2|2,0:0|0:0,0:0:0:0:
309,34,61973,2,0,L|492:90,2,175,2|2|0,0:0|0:0|0:0,0:0:0:0:
76,36,62655,5,0,0:0:0:0:
61,67,62745,1,0,0:0:0:0:
52,101,62836,1,0,0:0:0:0:
58,135,62927,1,2,0:0:0:0:
74,166,63018,1,0,0:0:0:0:
82,199,63109,1,0,0:0:0:0:
79,233,63200,1,2,0:0:0:0:
67,266,63291,1,0,0:0:0:0:
43,291,63382,1,0,0:0:0:0:
4,316,63473,6,0,P|112:304|232:328,1,175,2|0,0:0|0:0,0:0:0:0:
456,320,63745,5,0,0:0:0:0:
336,228,63882,1,0,0:0:0:0:
336,228,63950,1,0,0:0:0:0:
336,228,64018,1,0,0:0:0:0:
472,144,64155,1,2,0:0:0:0:
192,159,64291,2,0,L|183:54,1,87.5,0|2,0:0|0:0,0:0:0:0:
75,247,64564,2,0,L|105:134,1,87.5,0|2,0:0|0:0,0:0:0:0:
420,340,64836,6,0,L|390:227,1,87.5,0|2,0:0|0:0,0:0:0:0:
112,316,65109,1,0,0:0:0:0:
105,290,65177,1,0,0:0:0:0:
95,265,65245,1,2,0:0:0:0:
81,242,65314,1,0,0:0:0:0:
64,220,65382,6,0,L|100:104,1,87.5,0|2,0:0|0:0,0:0:0:0:
153,28,65655,5,0,0:0:0:0:
11,114,65791,1,0,0:0:0:0:
155,115,65927,5,0,0:0:0:0:
13,201,66063,1,2,0:0:0:0:
156,204,66200,5,0,0:0:0:0:
14,290,66336,1,2,0:0:0:0:
336,292,66473,2,0,L|428:308,1,87.5,0|2,0:0|0:0,0:0:0:0:
176,92,66745,2,0,L|84:76,1,87.5,0|2,0:0|0:0,0:0:0:0:
384,200,67018,6,0,L|476:216,1,87.5,0|2,0:0|0:0,0:0:0:0:
123,181,67291,2,0,L|31:165,1,87.5,0|2,0:0|0:0,0:0:0:0:
486,306,67564,5,6,0:0:0:0:
22,56,67836,1,6,0:0:0:0:
435,52,68109,5,0,0:0:0:0:
333,138,68245,1,0,0:0:0:0:
333,138,68314,1,0,0:0:0:0:
333,138,68382,1,0,0:0:0:0:
463,192,68518,1,2,0:0:0:0:
94,290,68655,2,0,L|74:194,1,87.5,0|0,0:0|0:0,0:0:0:0:
418,94,68927,2,0,L|438:190,1,87.5,0|0,0:0|0:0,0:0:0:0:
208,332,69200,6,0,L|312:304,1,87.5,0|2,0:0|0:0,0:0:0:0:
80,44,69473,1,0,0:0:0:0:
44,69,69541,1,0,0:0:0:0:
33,111,69609,1,2,0:0:0:0:
51,150,69677,1,0,0:0:0:0:
88,172,69745,5,0,0:0:0:0:
125,195,69814,1,0,0:0:0:0:
148,231,69882,1,2,0:0:0:0:
142,274,69950,1,0,0:0:0:0:
110,304,70018,2,0,L|56:325,1,43.75
263,215,70155,2,0,L|317:236,1,43.75
32,224,70291,5,2,0:0:0:0:
14,184,70359,1,0,0:0:0:0:
6,140,70427,1,2,0:0:0:0:
8,96,70495,1,0,0:0:0:0:
24,52,70564,2,0,L|134:46,1,87.5,6|0,0:0|0:0,0:0:0:0:
480,160,70836,5,2,0:0:0:0:
498,200,70904,1,0,0:0:0:0:
506,244,70972,1,2,0:0:0:0:
504,288,71040,1,0,0:0:0:0:
488,332,71109,2,0,L|378:338,1,87.5,6|0,0:0|0:0,0:0:0:0:
54,353,71382,6,0,B|46:316|46:316|64:279|64:279|28:250|28:250|87:190|6:119,1,262.5,6|0,0:0|0:0,0:0:0:0:
248,8,71655,6,0,B|256:45|256:45|238:82|238:82|274:111|274:111|215:171|296:242,1,262.5,6|0,0:0|0:0,0:0:0:0:
496,344,71927,6,0,B|488:307|488:307|506:270|506:270|470:241|470:241|529:181|448:110,1,262.5,6|0,0:0|0:0,0:0:0:0:
231,100,72200,6,0,P|187:105|144:97,1,87.5,6|2,0:0|0:0,0:0:0:0:
458,231,72473,5,0,0:0:0:0:
345,174,72609,1,2,0:0:0:0:
462,114,72745,1,0,0:0:0:0:
124,101,72882,2,0,L|29:115,2,87.5,2|0|2,0:0|0:0|0:0,0:0:0:0:
388,101,73291,2,0,L|483:115,2,87.5,0|2|0,0:0|0:0|0:0,0:0:0:0:
33,52,73700,5,0,0:0:0:0:
133,104,73836,1,0,0:0:0:0:
128,148,73905,1,0,0:0:0:0:
113,187,73973,1,2,0:0:0:0:
81,215,74041,1,0,0:0:0:0:
45,231,74109,2,0,L|72:329,1,87.5,0|2,0:0|0:0,0:0:0:0:
356,160,74382,2,0,L|329:258,1,87.5,0|2,0:0|0:0,0:0:0:0:
133,104,74655,6,0,P|64:112|12:108,1,87.5,0|2,0:0|0:0,0:0:0:0:
379,104,74927,2,0,P|448:112|500:108,1,87.5,0|2,0:0|0:0,0:0:0:0:
168,56,75200,2,0,L|260:96,1,87.5,0|2,0:0|0:0,0:0:0:0:
512,192,75473,2,0,L|420:232,1,87.5,0|2,0:0|0:0,0:0:0:0:
104,184,75745,6,0,L|16:148,1,87.5,0|2,0:0|0:0,0:0:0:0:
140,84,76018,2,0,L|52:48,1,87.5,0|2,0:0|0:0,0:0:0:0:
450,303,76291,5,2,0:0:0:0:
440,52,76427,1,2,0:0:0:0:
48,48,76564,1,2,0:0:0:0:
58,120,76632,1,0,0:0:0:0:
57,193,76700,1,2,0:0:0:0:
47,268,76768,1,0,0:0:0:0:
22,338,76836,5,0,0:0:0:0:
155,248,76973,1,0,0:0:0:0:
1,167,77109,1,2,0:0:0:0:
316,264,77245,2,0,P|388:280|484:240,1,175,0|2,0:0|0:0,0:0:0:0:
196,120,77655,2,0,P|124:104|28:144,1,175,0|2,0:0|0:0,0:0:0:0:
364,272,78064,6,0,L|505:263,1,131.25,0|2,0:0|0:0,0:0:0:0:
460,252,78336,1,0,0:0:0:0:
425,221,78405,1,0,0:0:0:0:
408,180,78473,1,0,0:0:0:0:
409,136,78541,1,0,0:0:0:0:
429,97,78609,1,0,0:0:0:0:
467,76,78677,1,0,0:0:0:0:
508,56,78745,6,0,L|452:36,1,43.75,2|0,0:0|0:0,0:0:0:0:
296,96,78882,2,0,L|240:104,1,43.75,2|0,0:0|0:0,0:0:0:0:
92,382,79155,5,0,0:0:0:0:
170,344,79291,1,0,0:0:0:0:
207,265,79427,1,0,0:0:0:0:
209,177,79564,1,0,0:0:0:0:
176,96,79700,1,0,0:0:0:0:
103,46,79836,1,0,0:0:0:0:
17,30,79973,1,0,0:0:0:0:
106,51,80109,6,0,L|127:53,22,21.875,2|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
304,112,80927,1,6,0:0:0:0:
476,160,81200,5,4,0:0:0:0:
0,152,81473,6,0,P|18:77|6:4,1,131.25000500679,2|2,0:0|0:0,0:0:0:0:
376,52,82018,2,0,L|392:128,1,65.6250025033952,2|0,0:0|0:0,0:0:0:0:
492,80,82291,2,0,P|500:156|484:236,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
20,304,82837,2,0,P|12:228|28:148,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
363,291,83382,6,0,P|278:296|164:247,1,196.875007510186,2|0,0:0|0:0,0:0:0:0:
24,232,84064,2,0,B|71:185|71:185|136:137,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
320,28,84473,5,0,0:0:0:0:
324,36,84746,5,0,0:0:0:0:
328,44,85018,5,0,0:0:0:0:
332,52,85291,5,0,0:0:0:0:
467,125,85564,6,0,P|394:106|285:145,1,175,2|0,0:0|0:0,0:0:0:0:
45,259,86109,2,0,P|118:278|227:239,1,175,2|0,0:0|0:0,0:0:0:0:
484,208,86518,1,0,0:0:0:0:
212,306,86655,6,0,B|180:288|161:272|158:236|151:207|160:180|169:156|169:156|193:153|217:162|232:166|249:189|249:189|260:167|277:160|301:153|321:153|321:153|340:182|343:214|357:275|267:319,1,525,4|2,0:0|0:0,0:0:0:0:
240,304,87541,1,0,0:0:0:0:
196,304,87609,1,2,0:0:0:0:
152,304,87677,1,0,0:0:0:0:
108,304,87745,6,0,L|8:292,1,87.5
324,130,88018,6,0,L|173:111,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
404,80,88291,6,0,L|504:92,1,87.5
188,254,88564,6,0,L|339:273,1,131.25000500679,2|0,0:0|0:0,0:0:0:0:
72,356,88836,5,0,0:0:0:0:
38,315,88927,1,0,0:0:0:0:
21,265,89018,1,0,0:0:0:0:
23,212,89109,1,2,0:0:0:0:
42,163,89200,1,0,0:0:0:0:
78,125,89291,1,0,0:0:0:0:
127,107,89382,1,2,0:0:0:0:
184,100,89473,1,0,0:0:0:0:
248,108,89564,1,0,0:0:0:0:
312,128,89655,6,0,L|446:126,2,131.25000500679,2|0|0,0:0|0:0|0:0,0:0:0:0:
37,49,90064,5,2,0:0:0:0:
26,73,90200,1,2,0:0:0:0:
127,86,90336,5,2,0:0:0:0:
119,112,90473,1,2,0:0:0:0:
233,96,90609,5,2,0:0:0:0:
233,126,90745,1,2,0:0:0:0:
348,87,90882,5,2,0:0:0:0:
357,120,91018,1,2,0:0:0:0:
463,48,91155,5,2,0:0:0:0:
484,79,91291,1,2,0:0:0:0:
500,107,91427,1,2,0:0:0:0:
288,244,91564,6,0,P|260:336|192:232,1,262.5,4|0,0:0|0:0,0:0:0:0:
16,192,91836,2,0,B|48:132|48:132|16:84|16:84|56:40|56:40|132:20,1,262.5,4|0,0:0|0:0,0:0:0:0:
320,62,92109,6,0,L|414:53,1,87.5,0|2,0:0|0:0,0:0:0:0:
512,125,92382,2,0,L|418:134,1,87.5,2|2,0:0|0:0,0:0:0:0:
125,41,92655,1,0,0:0:0:0:
88,65,92723,1,0,0:0:0:0:
75,104,92791,1,2,0:0:0:0:
93,143,92859,1,0,0:0:0:0:
131,164,92927,1,0,0:0:0:0:
160,196,92995,1,0,0:0:0:0:
167,239,93064,1,2,0:0:0:0:
153,280,93132,1,0,0:0:0:0:
114,300,93200,6,0,L|25:308,1,87.5,0|2,0:0|0:0,0:0:0:0:
160,223,93473,2,0,L|247:215,1,87.5,0|2,0:0|0:0,0:0:0:0:
460,232,93745,2,0,L|468:116,1,87.5
136,64,94018,2,0,L|27:222,1,175,4|0,0:0|0:0,0:0:0:0:
344,340,94427,6,2,L|408:240,1,87.5
168,44,94700,2,2,L|104:144,1,87.5
360,144,94973,2,2,P|396:116|448:104,1,87.5
152,240,95245,6,2,P|116:268|64:280,1,87.5
384,232,95518,2,2,P|440:224|488:224,1,87.5
128,152,95791,2,2,P|72:160|24:160,1,87.5,2|6,0:0|0:0,0:0:0:0:
466,93,96200,5,4,0:0:0:0:
98,48,96473,2,0,P|42:56|-6:56,1,87.5,0|0,0:0|0:0,0:0:0:0:
138,143,96745,2,0,P|82:151|34:151,1,87.5,0|2,0:0|0:0,0:0:0:0:
174,234,97018,1,0,0:0:0:0:
444,193,97155,6,0,L|476:186,10,21.875,0|0|0|0|0|0|0|0|0|0|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
383,131,97564,6,0,B|327:187|327:187|355:219|355:219|343:263|343:263|423:335,1,262.5,4|0,0:0|0:0,0:0:0:0:
171,351,97836,6,0,B|115:295|115:295|143:263|143:263|131:219|131:219|211:147,1,262.5,4|0,0:0|0:0,0:0:0:0:
471,24,98109,6,0,B|527:80|527:80|499:112|499:112|511:156|511:156|431:228,1,262.5,4|0,0:0|0:0,0:0:0:0:
34,220,98381,6,0,B|-22:164|-22:164|6:132|6:132|-6:88|-6:88|74:16,1,262.5,4|0,0:0|0:0,0:0:0:0:
311,100,98655,6,0,P|265:85|205:88,1,87.5,0|2,0:0|0:0,0:0:0:0:
458,221,98927,2,0,L|455:107,1,87.5,0|2,0:0|0:0,0:0:0:0:
201,284,99200,2,0,P|247:299|307:296,1,87.5,0|2,0:0|0:0,0:0:0:0:
50,128,99472,2,0,L|53:242,1,87.5,0|2,0:0|0:0,0:0:0:0:
324,352,99745,6,0,L|420:328,1,87.5,2|2,0:0|0:0,0:0:0:0:
188,32,100018,2,0,L|92:56,1,87.5,2|2,0:0|0:0,0:0:0:0:
476,124,100291,5,0,0:0:0:0:
32,216,100564,1,0,0:0:0:0:
404,348,100836,6,0,L|331:282,1,87.5
456,256,101109,2,0,L|420:169,1,87.5,2|0,0:0|0:0,0:0:0:0:
176,132,101382,6,0,L|216:25,1,87.5,2|0,0:0|0:0,0:0:0:0:
484,88,101655,1,2,0:0:0:0:
502,127,101723,1,0,0:0:0:0:
506,170,101791,1,2,0:0:0:0:
501,213,101859,1,0,0:0:0:0:
485,253,101927,2,0,L|423:342,1,87.5,0|2,0:0|0:0,0:0:0:0:
385,361,102132,5,0,0:0:0:0:
350,334,102200,1,2,0:0:0:0:
324,298,102268,1,0,0:0:0:0:
313,255,102336,1,2,0:0:0:0:
322,211,102405,1,0,0:0:0:0:
354,181,102473,1,2,0:0:0:0:
384,150,102541,1,0,0:0:0:0:
388,106,102609,1,2,0:0:0:0:
373,64,102677,1,0,0:0:0:0:
339,36,102745,1,0,0:0:0:0:
119,62,103018,6,0,L|16:70,1,87.5,0|2,0:0|0:0,0:0:0:0:
167,149,103291,2,0,L|270:141,1,87.5,2|2,0:0|0:0,0:0:0:0:
91,228,103564,2,0,L|-12:236,1,87.5,2|2,0:0|0:0,0:0:0:0:
139,315,103837,2,0,L|242:307,1,87.5,2|2,0:0|0:0,0:0:0:0:
468,224,104109,6,0,L|476:108,1,87.5,2|2,0:0|0:0,0:0:0:0:
236,272,104382,1,0,0:0:0:0:
228,229,104450,1,0,0:0:0:0:
206,191,104518,1,0,0:0:0:0:
176,158,104586,1,0,0:0:0:0:
134,141,104655,6,0,L|116:44,1,87.5,2|2,0:0|0:0,0:0:0:0:
255,62,104927,2,0,L|289:56,6,21.875,0|0|0|0|0|0|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
408,96,105200,6,0,L|512:74,1,87.5,0|2,0:0|0:0,0:0:0:0:
88,284,105473,2,0,L|-16:306,1,87.5,4|0,0:0|0:0,0:0:0:0:
420,360,105745,6,0,P|500:284|410:116,1,306.25,4|0,0:0|0:0,0:0:0:0:
246,44,106291,6,0,B|224:106|224:106|267:121|267:121|252:168|252:168|313:187|313:187|281:222,1,262.5,6|0,0:0|0:0,0:0:0:0:
134,129,106564,6,0,B|156:191|156:191|113:206|113:206|128:253|128:253|67:272|67:272|99:307,1,262.5,6|0,0:0|0:0,0:0:0:0:
258,118,106836,6,0,B|236:180|236:180|279:195|279:195|264:242|264:242|325:261|325:261|293:296,1,262.5,6|0,0:0|0:0,0:0:0:0:
32,336,107109,6,0,L|28:132,1,175
452,348,107382,5,0,0:0:0:0:
368,284,107518,1,0,0:0:0:0:
464,232,107655,1,2,0:0:0:0:
231,219,107791,1,0,0:0:0:0:
327,155,107927,1,0,0:0:0:0:
215,115,108064,1,2,0:0:0:0:
476,51,108200,2,0,L|312:23,1,131.25000500679,8|0,0:0|0:0,0:0:0:0:
104,37,108473,6,0,L|183:143,1,131.25,2|0,0:0|0:0,0:0:0:0:
376,180,108745,6,0,P|328:140|256:160,1,131.25,2|0,0:0|0:0,0:0:0:0:
49,164,109018,6,0,L|128:270,1,131.25,2|0,0:0|0:0,0:0:0:0:
320,324,109290,6,0,P|272:284|200:304,1,131.25,2|0,0:0|0:0,0:0:0:0:
36,344,109564,6,0,L|48:232,1,87.5
164,252,109836,2,0,L|152:124,1,87.5,2|0,0:0|0:0,0:0:0:0:
32,176,110109,1,0,0:0:0:0:
132,129,110245,1,0,0:0:0:0:
10,71,110382,1,8,0:0:0:0:
147,16,110518,1,0,0:0:0:0:
276,16,110655,6,0,P|346:39|442:29,1,131.25,2|0,0:0|0:0,0:0:0:0:
188,104,110927,6,0,P|118:127|22:117,1,131.25,2|0,0:0|0:0,0:0:0:0:
332,144,111200,6,0,P|402:167|498:157,1,131.25,2|0,0:0|0:0,0:0:0:0:
244,232,111472,6,0,P|174:255|78:245,1,131.25,2|0,0:0|0:0,0:0:0:0:
292,316,111745,5,0,0:0:0:0:
332,300,111814,1,0,0:0:0:0:
352,260,111882,1,0,0:0:0:0:
352,216,111950,1,0,0:0:0:0:
332,176,112018,1,2,0:0:0:0:
308,140,112086,1,0,0:0:0:0:
308,96,112154,1,0,0:0:0:0:
332,60,112223,1,0,0:0:0:0:
420,32,112291,6,0,L|520:32,1,87.5,8|2,0:0|0:0,0:0:0:0:
92,352,112564,2,0,L|-8:352,1,87.5,2|0,0:0|0:0,0:0:0:0:
477,305,112836,6,0,L|487:191,1,87.5,0|2,0:0|0:0,0:0:0:0:
35,79,113109,2,0,L|25:193,1,87.5,8|0,0:0|0:0,0:0:0:0:
260,56,113382,1,2,0:0:0:0:
325,114,113518,1,2,0:0:0:0:
339,200,113655,1,2,0:0:0:0:
303,279,113791,1,2,0:0:0:0:
80,296,113927,5,8,0:0:0:0:
27,214,114064,1,0,0:0:0:0:
332,231,114200,5,0,0:0:0:0:
357,119,114336,1,8,0:0:0:0:
180,231,114473,5,0,0:0:0:0:
155,119,114609,1,0,0:0:0:0:
432,291,114745,5,8,0:0:0:0:
485,214,114882,1,0,0:0:0:0:
80,348,115018,5,0,0:0:0:0:
213,221,115291,1,2,0:0:0:0:
42,150,115564,1,2,0:0:0:0:
492,60,115836,5,4,0:2:0:0:
Lach
It should still be in the source because that is where it came from. It was only IIDX songs which were removed. You can still download this one https://osu.ppy.sh/s/123456
Len
^beatmap number is 123456 lol

#newpage
CLSW
Everything shall be ok.

circle'd : p/3534913

Note : Blind jump at the beginning of Overdose diff shall be fine, and its diff name includes "overdose" anyways, so it's fine, too.
mingmichael
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa :"D

Red ~> unrakable issue, must be changed
Blue ~> highly suggested, consider to use it
Black ~> suggestion, just free to choose it


====================


[ Muzukashii]

General
i suggest you to change the SV to be 1.20x. IMO with a 1.40x is a bit fast for this Muzukashii with fast BPM (220BPM)


Notes
• delete this one 00:22:427 - . well at least give a little break with a 2/2 break there, like you did on 00:20:245 - and 00:24:609 -

• delete this note too 01:07:427 - . a break will make the instruments sounds clearly on 01:07:018 - ; 01:07:291 - and 01:07:564 - with single 1/1 notes without any 1/2 notes in the middle of them

• delete 01:11:518 - and 01:11:791 - . i tried to delete those notes so the strong instruments on 01:11:382 - and 01:11:655 - could emphasize really well with 1/2 notes only

• delete this one too 01:34:427 - . having a little break would be nice, like you did on 01:30:064 -

• try to move 01:41:518 - to 01:40:973 - . it follows the instruments perfectly there from 01:40:836 - until 01:41:382 -


====================


[ Oni]

General
☞ from 01:24:677 - until 01:25:495 - , is there not any speed downs like you did on your previous inheriting points on 00:58:495 - until 00:59:314 - ?


Notes
• awh, actually we can make this one simpler with 1/2 notes and a small stream from 01:09:745 - until 01:10:564 - . i just want to say that is not all Oni players could play this kind of pattern, a long stream with a fast BPM too. please consider this a bit. and also this stream is just an additional stream because the reason stream should start from 01:10:291 - until 01:10:564 - only. so the previous notes before 01:10:291 - are just 1/2 notes. you can try to hear the music and you'll get it. here i have a little idea. you can just delete 01:09:950 - and 01:10:223 - there. you can just keep one triplet on 01:10:018 - with a 5-plet on 01:10:291 -

• we can just use a triplet + 1/2 note from 01:14:791 - until 01:15:064 - and it would be really nice for some players for having a little break there to the next 7-plet stream on 01:15:200 - . if you're agree, you can just delete 01:14:995 - and change 01:14:859 - to be kat


====================


anyway for Ono, are you sure for using a 4.00x for the first inheriting point? :" it shocked me a lot when i tested it lol IMO it would be better to reduce the speed there and you can try it with 2.00x there
TKS

mingmichael wrote:

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa :"D

Red ~> unrakable issue, must be changed
Blue ~> highly suggested, consider to use it
Black ~> suggestion, just free to choose it


====================


[ Muzukashii]

General
i suggest you to change the SV to be 1.20x. IMO with a 1.40x is a bit fast for this Muzukashii with fast BPM (220BPM) wanna keep for now. the SV is working as a challenging diff.


Notes
• delete this one 00:22:427 - . well at least give a little break with a 2/2 break there, like you did on 00:20:245 - and 00:24:609 - isnt the same sound.

• delete this one too 01:34:427 - . having a little break would be nice, like you did on 01:30:064 - the same as above.


====================


[ Oni]

General
☞ from 01:24:677 - until 01:25:495 - , is there not any speed downs like you did on your previous inheriting points on 00:58:495 - until 00:59:314 - ? its intentional because each part have a different flow.


Notes
• awh, actually we can make this one simpler with 1/2 notes and a small stream from 01:09:745 - until 01:10:564 - . i just want to say that is not all Oni players could play this kind of pattern, a long stream with a fast BPM too. please consider this a bit. and also this stream is just an additional stream because the reason stream should start from 01:10:291 - until 01:10:564 - only. so the previous notes before 01:10:291 - are just 1/2 notes. you can try to hear the music and you'll get it. here i have a little idea. you can just delete 01:09:950 - and 01:10:223 - there. you can just keep one triplet on 01:10:018 - with a 5-plet on 01:10:291 - the pattern is akready simple stream for me. also the set didnt have an Inner Oni before. if we focus on the spread between Muzu-Oni only, its still fine as it is.

• we can just use a triplet + 1/2 note from 01:14:791 - until 01:15:064 - and it would be really nice for some players for having a little break there to the next 7-plet stream on 01:15:200 - . if you're agree, you can just delete 01:14:995 - and change 01:14:859 - to be kat no. your idea is good for me to make a break indeed. but being the 7-plet of this part is just a simple and really easy to beat relatively even tho there is no big break. therefore i want to keep this one, sorry.


====================
thanks for the mod! :)

Muzukashii
osu file format v13

[General]
AudioFilename: Crack Traxxxx.mp3
AudioLeadIn: 0
PreviewTime: 63745
Countdown: 0
SampleSet: Normal
StackLeniency: 0.7
Mode: 1
LetterboxInBreaks: 0
EpilepsyWarning: 1
WidescreenStoryboard: 0

[Editor]
DistanceSpacing: 0.8
BeatDivisor: 4
GridSize: 32
TimelineZoom: 1.6

[Metadata]
Title:Crack traxxxx
TitleUnicode:Crack traxxxx
Artist:Lite Show Magic
ArtistUnicode:Lite Show Magic
Creator:Fatfan Kolek
Version:TK'S Muzukashii
Source:
Tags:t+pazolite c-show TKSalt TKS Dariano Fanzhen0019 Oracle Irreversible Amamiya Yuko Skystar Natsu P_A_N Aka EvilElvis Gero Onosakihito DJNightmare Fast Spectator
BeatmapID:361158
BeatmapSetID:139525

[Difficulty]
HPDrainRate:5
CircleSize:4
OverallDifficulty:5
ApproachRate:7
SliderMultiplier:1.4
SliderTickRate:1

[Events]
//Background and Video events
0,0,"TaikoBG_tks.jpg",0,154
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples

[TimingPoints]
2655,272.727272727273,4,1,0,100,1,0
55291,-100,4,1,0,80,0,0
58495,-100,4,1,0,60,0,0
58768,-100,4,1,0,40,0,0
59041,-100,4,1,0,20,0,0
59314,-100,4,1,0,100,0,0
63745,-100,4,1,0,100,0,1
81200,-100,4,1,0,80,0,0
84677,-100,4,1,0,60,0,0
84950,-100,4,1,0,40,0,0
85223,-100,4,1,0,20,0,0
85495,-100,4,1,0,80,0,0
87745,-100,4,1,0,100,0,0


[Colours]
Combo1 : 128,0,255
Combo2 : 255,0,0
Combo3 : 0,255,255
Combo4 : 255,128,64

[HitObjects]
256,192,473,12,0,2382,0:0:0:0:
256,192,2655,5,4,0:0:0:0:
256,192,2927,1,0,0:0:0:0:
256,192,3200,1,8,0:0:0:0:
256,192,3473,1,0,0:0:0:0:
256,192,3609,1,8,0:0:0:0:
256,192,3882,1,0,0:0:0:0:
256,192,4018,1,8,0:0:0:0:
256,192,4155,1,8,0:0:0:0:
256,192,4291,1,0,0:0:0:0:
256,192,4427,1,8,0:0:0:0:
256,192,4700,1,8,0:0:0:0:
256,192,4836,1,0,0:0:0:0:
256,192,5109,1,0,0:0:0:0:
256,192,5382,1,8,0:0:0:0:
256,192,5655,1,0,0:0:0:0:
256,192,5791,1,8,0:0:0:0:
256,192,5927,1,0,0:0:0:0:
256,192,6064,1,8,0:0:0:0:
256,192,6200,1,8,0:0:0:0:
256,192,6336,1,8,0:0:0:0:
256,192,6609,1,8,0:0:0:0:
256,192,6745,1,8,0:0:0:0:
256,192,6882,1,8,0:0:0:0:
256,192,7018,1,4,0:0:0:0:
256,192,7427,1,4,0:0:0:0:
256,192,7836,1,8,0:0:0:0:
256,192,7905,1,8,0:0:0:0:
256,192,7973,1,8,0:0:0:0:
256,192,8109,1,0,0:0:0:0:
256,192,8382,1,8,0:0:0:0:
256,192,8655,1,8,0:0:0:0:
256,192,8927,1,0,0:0:0:0:
256,192,9064,1,8,0:0:0:0:
256,192,9336,1,8,0:0:0:0:
256,192,9473,1,0,0:0:0:0:
256,192,9745,1,0,0:0:0:0:
256,192,9882,1,0,0:0:0:0:
256,192,10018,1,8,0:0:0:0:
256,192,10291,1,8,0:0:0:0:
256,192,10427,1,8,0:0:0:0:
256,192,10564,1,0,0:0:0:0:
256,192,10632,1,0,0:0:0:0:
256,192,10700,1,0,0:0:0:0:
256,192,10836,1,8,0:0:0:0:
256,192,11109,1,12,0:0:0:0:
256,192,11382,1,0,0:0:0:0:
256,192,11518,1,0,0:0:0:0:
256,192,11655,1,8,0:0:0:0:
256,192,11791,1,0,0:0:0:0:
256,192,11927,1,8,0:0:0:0:
256,192,12200,1,0,0:0:0:0:
256,192,12336,1,0,0:0:0:0:
256,192,12473,1,12,0:0:0:0:
256,192,12745,1,4,0:0:0:0:
256,192,13018,1,12,0:0:0:0:
256,192,13291,1,4,0:0:0:0:
256,192,13564,1,0,0:0:0:0:
256,192,13700,1,0,0:0:0:0:
256,192,13836,1,8,0:0:0:0:
256,192,13973,1,0,0:0:0:0:
256,192,14109,1,8,0:0:0:0:
256,192,14245,1,0,0:0:0:0:
256,192,14382,1,8,0:0:0:0:
256,192,14655,1,4,0:0:0:0:
256,192,14927,1,12,0:0:0:0:
256,192,15200,1,4,0:0:0:0:
256,192,15473,1,12,0:0:0:0:
256,192,15745,1,0,0:0:0:0:
256,192,15882,1,0,0:0:0:0:
256,192,16018,1,0,0:0:0:0:
256,192,16291,1,8,0:0:0:0:
256,192,16427,1,0,0:0:0:0:
256,192,16564,1,8,0:0:0:0:
256,192,16836,1,0,0:0:0:0:
256,192,16905,1,0,0:0:0:0:
256,192,16973,1,0,0:0:0:0:
256,192,17109,1,0,0:0:0:0:
256,192,17382,1,8,0:0:0:0:
256,192,17518,1,0,0:0:0:0:
256,192,17655,1,8,0:0:0:0:
256,192,17927,1,4,0:0:0:0:
256,192,18336,1,4,0:0:0:0:
256,192,18745,1,4,0:0:0:0:
256,192,19018,1,0,0:0:0:0:
256,192,19291,1,0,0:0:0:0:
256,192,19564,1,8,0:0:0:0:
256,192,19836,1,12,0:0:0:0:
256,192,20109,1,0,0:0:0:0:
256,192,20382,1,8,0:0:0:0:
256,192,20518,1,8,0:0:0:0:
256,192,20655,1,0,0:0:0:0:
256,192,20791,1,8,0:0:0:0:
256,192,21064,1,8,0:0:0:0:
256,192,21200,1,0,0:0:0:0:
256,192,21473,1,8,0:0:0:0:
256,192,21609,1,8,0:0:0:0:
256,192,21745,1,0,0:0:0:0:
256,192,21882,1,8,0:0:0:0:
256,192,22018,1,0,0:0:0:0:
256,192,22291,1,0,0:0:0:0:
256,192,22427,1,8,0:0:0:0:
256,192,22564,1,8,0:0:0:0:
256,192,22700,1,8,0:0:0:0:
256,192,22836,1,0,0:0:0:0:
256,192,22973,1,8,0:0:0:0:
256,192,23245,1,8,0:0:0:0:
256,192,23382,1,0,0:0:0:0:
256,192,23655,1,0,0:0:0:0:
256,192,23791,1,8,0:0:0:0:
256,192,23927,1,0,0:0:0:0:
256,192,24200,1,12,0:0:0:0:
256,192,24473,1,0,0:0:0:0:
256,192,24746,1,8,0:0:0:0:
256,192,24882,1,8,0:0:0:0:
256,192,25019,1,0,0:0:0:0:
256,192,25155,1,8,0:0:0:0:
256,192,25428,1,8,0:0:0:0:
256,192,25564,1,0,0:0:0:0:
256,192,25837,1,8,0:0:0:0:
256,192,25973,1,8,0:0:0:0:
256,192,26109,1,0,0:0:0:0:
256,192,26246,1,8,0:0:0:0:
256,192,26382,1,0,0:0:0:0:
256,192,26655,1,8,0:0:0:0:
256,192,26723,1,8,0:0:0:0:
256,192,26791,1,8,0:0:0:0:
256,192,26859,1,8,0:0:0:0:
256,192,26927,1,8,0:0:0:0:
256,192,27200,1,0,0:0:0:0:
256,192,27473,1,8,0:0:0:0:
256,192,27609,1,8,0:0:0:0:
256,192,27745,1,4,0:0:0:0:
256,192,28018,1,4,0:0:0:0:
256,192,28291,1,8,0:0:0:0:
256,192,28564,1,12,0:0:0:0:
256,192,28836,1,0,0:0:0:0:
256,192,29109,1,8,0:0:0:0:
256,192,29245,1,8,0:0:0:0:
256,192,29382,1,0,0:0:0:0:
256,192,29518,1,8,0:0:0:0:
256,192,29791,1,8,0:0:0:0:
256,192,29927,1,0,0:0:0:0:
256,192,30064,1,0,0:0:0:0:
256,192,30200,1,8,0:0:0:0:
256,192,30473,1,8,0:0:0:0:
256,192,30609,1,0,0:0:0:0:
256,192,30745,1,8,0:0:0:0:
256,192,30814,1,8,0:0:0:0:
256,192,30882,1,8,0:0:0:0:
256,192,31018,1,0,0:0:0:0:
256,192,31291,1,8,0:0:0:0:
256,192,31427,1,8,0:0:0:0:
256,192,31564,1,0,0:0:0:0:
256,192,31700,1,8,0:0:0:0:
256,192,31973,1,8,0:0:0:0:
256,192,32109,1,0,0:0:0:0:
256,192,32246,1,0,0:0:0:0:
256,192,32382,1,8,0:0:0:0:
256,192,32655,1,8,0:0:0:0:
256,192,32791,1,8,0:0:0:0:
256,192,32927,1,0,0:0:0:0:
256,192,32996,1,0,0:0:0:0:
256,192,33064,1,0,0:0:0:0:
256,192,33200,1,8,0:0:0:0:
256,192,33473,1,8,0:0:0:0:
256,192,33609,1,8,0:0:0:0:
256,192,33746,1,0,0:0:0:0:
256,192,33882,1,8,0:0:0:0:
256,192,34291,1,0,0:0:0:0:
256,192,34427,1,8,0:0:0:0:
256,192,34564,1,0,0:0:0:0:
256,192,34700,1,8,0:0:0:0:
256,192,34836,1,0,0:0:0:0:
256,192,34973,1,0,0:0:0:0:
256,192,35109,1,12,0:0:0:0:
256,192,35382,12,0,36336,0:0:0:0:
256,192,36473,5,0,0:0:0:0:
256,192,36609,1,0,0:0:0:0:
256,192,36745,1,8,0:0:0:0:
256,192,36882,1,8,0:0:0:0:
256,192,37018,1,0,0:0:0:0:
256,192,37155,1,0,0:0:0:0:
256,192,37291,1,8,0:0:0:0:
256,192,37564,1,0,0:0:0:0:
256,192,37632,1,0,0:0:0:0:
256,192,37700,1,0,0:0:0:0:
256,192,37836,1,0,0:0:0:0:
256,192,38109,1,12,0:0:0:0:
256,192,38655,1,0,0:0:0:0:
256,192,38927,1,8,0:0:0:0:
256,192,39064,1,8,0:0:0:0:
256,192,39200,1,0,0:0:0:0:
256,192,39336,1,0,0:0:0:0:
256,192,39473,1,8,0:0:0:0:
256,192,39745,1,0,0:0:0:0:
256,192,40018,1,8,0:0:0:0:
256,192,40155,1,8,0:0:0:0:
256,192,40291,1,0,0:0:0:0:
256,192,40564,1,8,0:0:0:0:
256,192,40700,1,0,0:0:0:0:
256,192,40973,1,8,0:0:0:0:
256,192,41245,1,8,0:0:0:0:
256,192,41382,1,0,0:0:0:0:
256,192,41655,1,12,0:0:0:0:
256,192,41927,1,0,0:0:0:0:
256,192,41995,1,0,0:0:0:0:
256,192,42064,1,0,0:0:0:0:
256,192,42200,1,0,0:0:0:0:
256,192,42473,1,12,0:0:0:0:
256,192,43018,1,0,0:0:0:0:
256,192,43291,1,8,0:0:0:0:
256,192,43427,1,8,0:0:0:0:
256,192,43564,1,0,0:0:0:0:
256,192,43700,1,0,0:0:0:0:
256,192,43836,1,8,0:0:0:0:
256,192,44109,1,0,0:0:0:0:
256,192,44245,1,8,0:0:0:0:
256,192,44518,1,8,0:0:0:0:
256,192,44655,1,0,0:0:0:0:
256,192,44927,1,0,0:0:0:0:
256,192,45200,1,4,0:0:0:0:
256,192,45473,1,4,0:0:0:0:
256,192,45745,1,4,0:0:0:0:
256,192,46018,1,12,0:0:0:0:
256,192,46291,1,0,0:0:0:0:
256,192,46359,1,0,0:0:0:0:
256,192,46427,1,0,0:0:0:0:
256,192,46563,1,0,0:0:0:0:
256,192,46836,1,12,0:0:0:0:
256,192,47382,1,0,0:0:0:0:
256,192,47654,1,8,0:0:0:0:
256,192,47791,1,8,0:0:0:0:
256,192,47927,1,0,0:0:0:0:
256,192,48063,1,0,0:0:0:0:
256,192,48200,1,8,0:0:0:0:
256,192,48472,1,0,0:0:0:0:
256,192,48745,1,8,0:0:0:0:
256,192,48882,1,8,0:0:0:0:
256,192,49018,1,0,0:0:0:0:
256,192,49291,1,8,0:0:0:0:
256,192,49427,1,0,0:0:0:0:
256,192,49700,1,8,0:0:0:0:
256,192,49972,1,8,0:0:0:0:
256,192,50109,1,0,0:0:0:0:
256,192,50382,1,12,0:0:0:0:
256,192,50654,1,0,0:0:0:0:
256,192,50722,1,0,0:0:0:0:
256,192,50791,1,0,0:0:0:0:
256,192,50927,1,0,0:0:0:0:
256,192,51200,1,12,0:0:0:0:
256,192,51473,1,0,0:0:0:0:
256,192,51745,1,0,0:0:0:0:
256,192,51814,1,0,0:0:0:0:
256,192,51882,1,0,0:0:0:0:
256,192,52018,1,0,0:0:0:0:
256,192,52291,1,8,0:0:0:0:
256,192,52563,1,8,0:0:0:0:
256,192,52836,1,0,0:0:0:0:
256,192,53245,1,0,0:0:0:0:
256,192,53518,1,0,0:0:0:0:
256,192,53791,1,0,0:0:0:0:
256,192,53927,1,0,0:0:0:0:
256,192,54200,1,8,0:0:0:0:
256,192,54336,1,8,0:0:0:0:
256,192,54473,1,0,0:0:0:0:
256,192,54609,1,0,0:0:0:0:
256,192,54745,1,8,0:0:0:0:
256,192,55018,1,4,0:0:0:0:
256,192,55291,1,8,0:0:0:0:
256,192,55564,1,8,0:0:0:0:
256,192,55836,1,8,0:0:0:0:
256,192,55973,1,8,0:0:0:0:
256,192,56109,1,8,0:0:0:0:
256,192,56382,1,8,0:0:0:0:
256,192,56655,1,8,0:0:0:0:
256,192,56927,1,8,0:0:0:0:
256,192,57200,1,8,0:0:0:0:
256,192,57609,1,8,0:0:0:0:
256,192,57882,1,8,0:0:0:0:
256,192,58155,1,8,0:0:0:0:
256,192,58291,1,8,0:0:0:0:
256,192,58564,1,8,0:0:0:0:
256,192,58836,1,8,0:0:0:0:
256,192,59109,1,8,0:0:0:0:
256,192,59382,1,4,0:0:0:0:
256,192,59655,1,8,0:0:0:0:
256,192,59791,1,0,0:0:0:0:
256,192,60064,1,0,0:0:0:0:
256,192,60200,1,8,0:0:0:0:
256,192,60473,1,0,0:0:0:0:
256,192,60745,1,8,0:0:0:0:
256,192,60882,1,0,0:0:0:0:
256,192,61155,1,0,0:0:0:0:
256,192,61291,1,8,0:0:0:0:
256,192,61564,1,4,0:0:0:0:
256,192,61973,1,12,0:0:0:0:
256,192,62245,1,0,0:0:0:0:
256,192,62382,1,8,0:0:0:0:
256,192,62655,12,0,63336,0:0:0:0:
256,192,63473,5,8,0:0:0:0:
256,192,63745,1,0,0:0:0:0:
256,192,63882,1,0,0:0:0:0:
256,192,64018,1,8,0:0:0:0:
256,192,64155,1,8,0:0:0:0:
256,192,64291,1,0,0:0:0:0:
256,192,64564,1,8,0:0:0:0:
256,192,64700,1,8,0:0:0:0:
256,192,64836,1,0,0:0:0:0:
256,192,64973,1,8,0:0:0:0:
256,192,65245,1,8,0:0:0:0:
256,192,65382,1,8,0:0:0:0:
256,192,65518,1,0,0:0:0:0:
256,192,65586,1,0,0:0:0:0:
256,192,65655,1,0,0:0:0:0:
256,192,65791,1,8,0:0:0:0:
256,192,65927,1,0,0:0:0:0:
256,192,66064,1,8,0:0:0:0:
256,192,66336,1,8,0:0:0:0:
256,192,66473,1,0,0:0:0:0:
256,192,66609,1,0,0:0:0:0:
256,192,66745,1,8,0:0:0:0:
256,192,66882,1,8,0:0:0:0:
256,192,67018,1,0,0:0:0:0:
256,192,67291,1,0,0:0:0:0:
256,192,67564,1,12,0:0:0:0:
256,192,67836,1,12,0:0:0:0:
256,192,68109,1,0,0:0:0:0:
256,192,68177,1,0,0:0:0:0:
256,192,68245,1,0,0:0:0:0:
256,192,68382,1,8,0:0:0:0:
256,192,68518,1,8,0:0:0:0:
256,192,68655,1,0,0:0:0:0:
256,192,68927,1,8,0:0:0:0:
256,192,69064,1,8,0:0:0:0:
256,192,69200,1,0,0:0:0:0:
256,192,69336,1,8,0:0:0:0:
256,192,69609,1,8,0:0:0:0:
256,192,69745,1,0,0:0:0:0:
256,192,69882,1,0,0:0:0:0:
256,192,70018,1,8,0:0:0:0:
256,192,70291,1,8,0:0:0:0:
256,192,70359,1,8,0:0:0:0:
256,192,70427,1,8,0:0:0:0:
256,192,70495,1,8,0:0:0:0:
256,192,70564,1,8,0:0:0:0:
256,192,70836,1,0,0:0:0:0:
256,192,70905,1,0,0:0:0:0:
256,192,70973,1,0,0:0:0:0:
256,192,71041,1,0,0:0:0:0:
256,192,71109,1,0,0:0:0:0:
256,192,71382,1,8,0:0:0:0:
256,192,71655,1,8,0:0:0:0:
256,192,71927,1,0,0:0:0:0:
256,192,72200,1,12,0:0:0:0:
256,192,72473,1,8,0:0:0:0:
256,192,72609,1,0,0:0:0:0:
256,192,72745,1,8,0:0:0:0:
256,192,72882,1,8,0:0:0:0:
256,192,73018,1,0,0:0:0:0:
256,192,73291,1,0,0:0:0:0:
256,192,73427,1,8,0:0:0:0:
256,192,73564,1,0,0:0:0:0:
256,192,73701,1,8,0:0:0:0:
256,192,73973,1,8,0:0:0:0:
256,192,74110,1,8,0:0:0:0:
256,192,74245,1,0,0:0:0:0:
256,192,74314,1,0,0:0:0:0:
256,192,74383,1,0,0:0:0:0:
256,192,74519,1,8,0:0:0:0:
256,192,74655,1,0,0:0:0:0:
256,192,74791,1,8,0:0:0:0:
256,192,75064,1,8,0:0:0:0:
256,192,75201,1,0,0:0:0:0:
256,192,75337,1,0,0:0:0:0:
256,192,75473,1,8,0:0:0:0:
256,192,75610,1,8,0:0:0:0:
256,192,75746,1,0,0:0:0:0:
256,192,76019,1,0,0:0:0:0:
256,192,76291,1,8,0:0:0:0:
256,192,76427,1,0,0:0:0:0:
256,192,76564,1,8,0:0:0:0:
256,192,76632,1,8,0:0:0:0:
256,192,76700,1,8,0:0:0:0:
256,192,76836,1,4,0:0:0:0:
256,192,77245,1,4,0:0:0:0:
256,192,77655,1,4,0:0:0:0:
256,192,78064,1,4,0:0:0:0:
256,192,78336,1,4,0:0:0:0:
256,192,78473,1,4,0:0:0:0:
256,192,78745,1,8,0:0:0:0:
256,192,78814,1,8,0:0:0:0:
256,192,78882,1,8,0:0:0:0:
256,192,78950,1,8,0:0:0:0:
256,192,79155,1,0,0:0:0:0:
256,192,79427,1,0,0:0:0:0:
256,192,79564,1,8,0:0:0:0:
256,192,79700,1,0,0:0:0:0:
256,192,79836,1,8,0:0:0:0:
256,192,79973,1,0,0:0:0:0:
256,192,80109,2,0,L|224:224,8,35
256,192,80927,1,12,0:0:0:0:
256,192,81200,1,4,0:0:0:0:
256,192,81473,1,8,0:0:0:0:
256,192,81745,1,0,0:0:0:0:
256,192,82018,1,8,0:0:0:0:
256,192,82155,1,8,0:0:0:0:
256,192,82291,1,8,0:0:0:0:
256,192,82564,1,8,0:0:0:0:
256,192,82836,1,0,0:0:0:0:
256,192,83109,1,8,0:0:0:0:
256,192,83382,1,0,0:0:0:0:
256,192,83791,1,8,0:0:0:0:
256,192,84064,1,8,0:0:0:0:
256,192,84336,1,0,0:0:0:0:
256,192,84473,1,8,0:0:0:0:
256,192,84745,1,8,0:0:0:0:
256,192,85018,1,8,0:0:0:0:
256,192,85291,1,8,0:0:0:0:
256,192,85564,1,0,0:0:0:0:
256,192,85836,1,8,0:0:0:0:
256,192,86109,1,0,0:0:0:0:
256,192,86382,1,8,0:0:0:0:
256,192,86518,1,8,0:0:0:0:
256,192,86655,1,4,0:0:0:0:
256,192,86927,1,8,0:0:0:0:
256,192,87745,1,0,0:0:0:0:
256,192,87882,1,0,0:0:0:0:
256,192,88018,1,12,0:0:0:0:
256,192,88291,1,0,0:0:0:0:
256,192,88427,1,0,0:0:0:0:
256,192,88564,1,12,0:0:0:0:
256,192,88836,12,0,89518,0:0:0:0:
256,192,89655,5,12,0:0:0:0:
256,192,89927,5,0,0:0:0:0:
256,192,90200,1,8,0:0:0:0:
256,192,90336,1,8,0:0:0:0:
256,192,90473,1,0,0:0:0:0:
256,192,90609,1,8,0:0:0:0:
256,192,90882,1,8,0:0:0:0:
256,192,91018,1,0,0:0:0:0:
256,192,91154,1,0,0:0:0:0:
256,192,91291,1,8,0:0:0:0:
256,192,91563,1,4,0:0:0:0:
256,192,91836,1,4,0:0:0:0:
256,192,92109,1,8,0:0:0:0:
256,192,92382,1,8,0:0:0:0:
256,192,92654,1,0,0:0:0:0:
256,192,92723,1,0,0:0:0:0:
256,192,92791,1,0,0:0:0:0:
256,192,92927,1,0,0:0:0:0:
256,192,93200,1,8,0:0:0:0:
256,192,93473,1,8,0:0:0:0:
256,192,93609,1,8,0:0:0:0:
256,192,93745,1,0,0:0:0:0:
256,192,93882,1,0,0:0:0:0:
256,192,94018,1,12,0:0:0:0:
256,192,94291,1,0,0:0:0:0:
256,192,94427,1,0,0:0:0:0:
256,192,94564,1,8,0:0:0:0:
256,192,94700,1,8,0:0:0:0:
256,192,94837,1,0,0:0:0:0:
256,192,94973,1,8,0:0:0:0:
256,192,95246,1,8,0:0:0:0:
256,192,95382,1,0,0:0:0:0:
256,192,95518,1,0,0:0:0:0:
256,192,95655,1,8,0:0:0:0:
256,192,95927,1,4,0:0:0:0:
256,192,96200,1,4,0:0:0:0:
256,192,96473,1,8,0:0:0:0:
256,192,96609,1,0,0:0:0:0:
256,192,96745,1,0,0:0:0:0:
256,192,97018,1,8,0:0:0:0:
256,192,97086,1,8,0:0:0:0:
256,192,97154,1,8,0:0:0:0:
256,192,97291,1,8,0:0:0:0:
256,192,97563,1,4,0:0:0:0:
256,192,97836,1,4,0:0:0:0:
256,192,98109,1,8,0:0:0:0:
256,192,98382,1,12,0:0:0:0:
256,192,98654,1,0,0:0:0:0:
256,192,98927,1,8,0:0:0:0:
256,192,99063,1,8,0:0:0:0:
256,192,99200,1,0,0:0:0:0:
256,192,99336,1,8,0:0:0:0:
256,192,99609,1,8,0:0:0:0:
256,192,99745,1,0,0:0:0:0:
256,192,99882,1,0,0:0:0:0:
256,192,100018,1,8,0:0:0:0:
256,192,100291,1,12,0:0:0:0:
256,192,100563,1,4,0:0:0:0:
256,192,100836,1,8,0:0:0:0:
256,192,100973,1,8,0:0:0:0:
256,192,101109,1,0,0:0:0:0:
256,192,101245,1,0,0:0:0:0:
256,192,101382,1,8,0:0:0:0:
256,192,101655,1,0,0:0:0:0:
256,192,101927,1,8,0:0:0:0:
256,192,102064,1,0,0:0:0:0:
256,192,102200,1,8,0:0:0:0:
256,192,102336,1,8,0:0:0:0:
256,192,102473,1,0,0:0:0:0:
256,192,102745,1,12,0:0:0:0:
256,192,103018,1,0,0:0:0:0:
256,192,103291,1,8,0:0:0:0:
256,192,103427,1,8,0:0:0:0:
256,192,103564,1,0,0:0:0:0:
256,192,103700,1,8,0:0:0:0:
256,192,103973,1,8,0:0:0:0:
256,192,104109,1,0,0:0:0:0:
256,192,104245,1,8,0:0:0:0:
256,192,104382,1,0,0:0:0:0:
256,192,104450,1,0,0:0:0:0:
256,192,104518,1,0,0:0:0:0:
256,192,104655,1,8,0:0:0:0:
256,192,104927,1,8,0:0:0:0:
256,192,104995,1,8,0:0:0:0:
256,192,105064,1,8,0:0:0:0:
256,192,105200,1,0,0:0:0:0:
256,192,105473,1,8,0:0:0:0:
256,192,105745,2,0,L|224:224,4,35
256,192,106291,1,12,0:0:0:0:
256,192,106564,1,0,0:0:0:0:
256,192,106836,1,12,0:0:0:0:
256,192,107382,1,0,0:0:0:0:
256,192,107518,1,0,0:0:0:0:
256,192,107655,1,8,0:0:0:0:
256,192,107791,1,0,0:0:0:0:
256,192,107927,1,8,0:0:0:0:
256,192,108200,1,0,0:0:0:0:
256,192,108336,1,0,0:0:0:0:
256,192,108473,1,12,0:0:0:0:
256,192,108745,1,4,0:0:0:0:
256,192,109018,1,12,0:0:0:0:
256,192,109291,1,4,0:0:0:0:
256,192,109564,1,0,0:0:0:0:
256,192,109700,1,0,0:0:0:0:
256,192,109836,1,8,0:0:0:0:
256,192,109973,1,0,0:0:0:0:
256,192,110109,1,8,0:0:0:0:
256,192,110245,1,0,0:0:0:0:
256,192,110382,1,8,0:0:0:0:
256,192,110655,1,4,0:0:0:0:
256,192,110927,1,12,0:0:0:0:
256,192,111200,1,4,0:0:0:0:
256,192,111473,1,12,0:0:0:0:
256,192,111745,1,0,0:0:0:0:
256,192,111814,1,0,0:0:0:0:
256,192,111882,1,0,0:0:0:0:
256,192,112018,1,8,0:0:0:0:
256,192,112291,1,8,0:0:0:0:
256,192,112427,1,0,0:0:0:0:
256,192,112564,1,8,0:0:0:0:
256,192,112836,1,0,0:0:0:0:
256,192,112973,1,0,0:0:0:0:
256,192,113109,1,8,0:0:0:0:
256,192,113382,1,8,0:0:0:0:
256,192,113518,1,0,0:0:0:0:
256,192,113655,1,8,0:0:0:0:
256,192,113791,1,8,0:0:0:0:
256,192,113927,1,4,0:0:0:0:
256,192,114336,1,4,0:0:0:0:
256,192,114745,1,4,0:0:0:0:
256,192,115018,1,0,0:0:0:0:
256,192,115291,1,0,0:0:0:0:
256,192,115564,1,8,0:0:0:0:
256,192,115836,1,12,0:0:0:0:
Oracle
when?
Gero

Oracle wrote:

when?
Natsu
>:
Topic Starter
Fatfan Kolek
Waiting for Ono. /me hides
Infeh
Wonderful map ^^
Great mapset :3
/me hugs Fatfan Kolek
OnosakiHito
Hab schon einige Änderungen gemacht. Ich sende euch bald das update. Letzte Woche kam etwas unerwartetes dazwischen.
Entschuldige das es so lange dauert.

Edit:
Did some changes: http://puu.sh/f83Dp/d431b64caf.7z

Not sure, but I find the x4 at the beginning really fitting. And since it is the very beginning of the song, it shouldn't be much of a problem for player either, dispite of the first play. Finisher are placed on clear beats, which should be justfied I guess? And big overlapping is prevented due to high SV, since your don't see the notes that well when they float above the others.

About other SV changes I think it can be discussed. But for now I will just leave them and see what modders will say. Maybe I will ask around #taiko, too. Contacted mingmichael for another check of my diff.
Topic Starter
Fatfan Kolek
FULLY UPDATED GUUUUYS AND GUUUURLS

I'm worried about the sb on the taiko difficulties though. :O
Gero

Fatfan Kolek wrote:

I'm worried about the sb on the taiko difficulties though.
Can I help you with that thing if you want :3
OnosakiHito
Would be cool @ Gero
Topic Starter
Fatfan Kolek

OnosakiHito wrote:

Would be cool @ Gero
He already fixed it, but I'm stuck in bss then D:
qoot8123
taiko mod as ming's request

[ TK'S Muzukashii]


Notes
  1. 00:36:473 (1,2,3,4,5,6,7) - i think this pattern could be more simple like 1/1 pattern (D K D K)
  2. 01:40:291 (56) - change toD, D D is more fluent when i playing

[ TK'S Oni]

Notes
  1. 01:40:154 (80,81) - same as muzu, k D would be more fluent


[ Ono's Inner Oni]

General
:idea: the 4x sv on 00:02:655 - is fine to me, but i feel the bar line on 00:02:791 - ~00:06:882 - ,00:07:291 - and 00:07:564 - should be the original sv, to make the player more understand the tempo, but it would be better if the bar line doesn't influence with the sv change

Notes
  1. 00:38:382 (1,2,1) - reverse the color here? i feel ddk would be better to reflect the next part on 00:40:018 (1,2,1) -
  2. 00:42:745 (1,2,1) - ^

that's all from me. the only concern is the sv on inner oni, i wonder if the bar line isn't impacted with the 4.0 sv, it will be more clear to play
TKS
all fixed, thanks qoot for great mod as always!
and some fixed of myself as below.

Muzukashii
01:03:473 (1) - changed to a finisher on Muzukashii, according to 01:29:655 (1) -

Oni
01:03:473 (1,2) - changed to finishers in the same way as Muzukashii. these twin finishers sound really good for me :3
01:40:154 (80) - changed to a kat because of the consistency with 01:40:154 (80) -

https://dl.dropboxusercontent.com/u/263 ... raxxxx.rar
Gero
When?

EDIT: If I'm not wrong honey, you still has an issue at the storyboard so I'm gonna fix it soon as possible.
OnosakiHito
Sorry that it took me so long to response. I thought it might be the best to wait for the SB fix.

qoot8123 wrote:

[ Ono's Inner Oni]

General
:idea: the 4x sv on 00:02:655 - is fine to me, but i feel the bar line on 00:02:791 - ~00:06:882 - ,00:07:291 - and 00:07:564 - should be the original sv, to make the player more understand the tempo, but it would be better if the bar line doesn't influence with the sv change Don't know to be honest. I think the SV changes are fine. I rather worry if people might be against these overlappings overall. I mean, overlaps are really short and do not distract the game play at all, they might be only weird for some guys. So I will better make sure and ask one more time if you think this could be accepted? Else could ask for more opinions (maybe MMzz, aabc271 and other people).

Notes
  1. 00:38:382 (1,2,1) - reverse the color here? i feel ddk would be better to reflect the next part on 00:40:018 (1,2,1) -
  2. 00:42:745 (1,2,1) - ^ Hope you don't mind that I would like to keep it in this way. Spunds like 00:38:655 - are deeper which is why I used this patterns. But d ddk is also something I see rarely even though it is played nicely.

that's all from me. the only concern is the sv on inner oni, i wonder if the bar line isn't impacted with the 4.0 sv, it will be more clear to play
Beside that, I added one kat at 01:20:041 - because in this way the flow and connection to the spinner is better. Before the change, the space kinda interrupted the flow here.


Download: http://puu.sh/guiXr/122ea2314f.7z
Topic Starter
Fatfan Kolek
Updated everything, the great Damnae fixed the storyboard on the taiko diffs, yay! :D/
show more
Please sign in to reply.

New reply