diff --git a/NoteSkins/pump/delta-note-pro/Center Hold Body Active.png b/NoteSkins/pump/delta-note-pro/Center Hold Body Active.png new file mode 100644 index 0000000000..00cca7f50f Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/Center Hold Body Active.png differ diff --git a/NoteSkins/pump/delta-note-pro/Center Hold BottomCap Active.png b/NoteSkins/pump/delta-note-pro/Center Hold BottomCap Active.png new file mode 100644 index 0000000000..592e848dd5 Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/Center Hold BottomCap Active.png differ diff --git a/NoteSkins/pump/delta-note-pro/Center NoteHit.lua b/NoteSkins/pump/delta-note-pro/Center NoteHit.lua new file mode 100644 index 0000000000..c4fd53cafb --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/Center NoteHit.lua @@ -0,0 +1,3 @@ +return LoadActor("_CenterHit")..{ + InitCommand=cmd(x,2;y,2); +} \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/Center Ready Receptor 3x1.png b/NoteSkins/pump/delta-note-pro/Center Ready Receptor 3x1.png new file mode 100644 index 0000000000..2e7aa36341 Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/Center Ready Receptor 3x1.png differ diff --git a/NoteSkins/pump/delta-note-pro/Center Tap Note.lua b/NoteSkins/pump/delta-note-pro/Center Tap Note.lua new file mode 100644 index 0000000000..85e5c1c3df --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/Center Tap Note.lua @@ -0,0 +1,4 @@ +return Def.Sprite { + Texture=NOTESKIN:GetPath( '_center', 'tap note' ); + Frames = Sprite.LinearFrames( 6, 1 ); +}; \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/Center_feet.png b/NoteSkins/pump/delta-note-pro/Center_feet.png new file mode 100644 index 0000000000..5ae1a72b49 Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/Center_feet.png differ diff --git a/NoteSkins/pump/delta-note-pro/DownLeft Hold Body Active.png b/NoteSkins/pump/delta-note-pro/DownLeft Hold Body Active.png new file mode 100644 index 0000000000..c3434c7fda Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/DownLeft Hold Body Active.png differ diff --git a/NoteSkins/pump/delta-note-pro/DownLeft Hold BottomCap Active.png b/NoteSkins/pump/delta-note-pro/DownLeft Hold BottomCap Active.png new file mode 100644 index 0000000000..1923927e7d Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/DownLeft Hold BottomCap Active.png differ diff --git a/NoteSkins/pump/delta-note-pro/DownLeft NoteHit.lua b/NoteSkins/pump/delta-note-pro/DownLeft NoteHit.lua new file mode 100644 index 0000000000..c03e1ff9f9 --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/DownLeft NoteHit.lua @@ -0,0 +1,3 @@ +return LoadActor("_DownLeftHit")..{ + InitCommand=cmd(y,5;x,2); +} \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/DownLeft Ready Receptor 3x1.png b/NoteSkins/pump/delta-note-pro/DownLeft Ready Receptor 3x1.png new file mode 100644 index 0000000000..b9bb356e93 Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/DownLeft Ready Receptor 3x1.png differ diff --git a/NoteSkins/pump/delta-note-pro/DownLeft Tap Note.lua b/NoteSkins/pump/delta-note-pro/DownLeft Tap Note.lua new file mode 100644 index 0000000000..aee5ff13dd --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/DownLeft Tap Note.lua @@ -0,0 +1,4 @@ +return Def.Sprite { + Texture=NOTESKIN:GetPath( '_downleft', 'tap note' ); + Frames = Sprite.LinearFrames( 6, 1 ); +}; \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/DownRight Hold Body Active.png b/NoteSkins/pump/delta-note-pro/DownRight Hold Body Active.png new file mode 100644 index 0000000000..30fb893b8f Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/DownRight Hold Body Active.png differ diff --git a/NoteSkins/pump/delta-note-pro/DownRight Hold BottomCap Active.png b/NoteSkins/pump/delta-note-pro/DownRight Hold BottomCap Active.png new file mode 100644 index 0000000000..fcfbb4b098 Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/DownRight Hold BottomCap Active.png differ diff --git a/NoteSkins/pump/delta-note-pro/DownRight NoteHit.lua b/NoteSkins/pump/delta-note-pro/DownRight NoteHit.lua new file mode 100644 index 0000000000..fe29b678a3 --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/DownRight NoteHit.lua @@ -0,0 +1,3 @@ +return NOTESKIN:LoadActor("DownLeft","NoteHit")..{ + OnCommand=cmd(x,-2;zoomx,-1); +} \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/DownRight Ready Receptor.lua b/NoteSkins/pump/delta-note-pro/DownRight Ready Receptor.lua new file mode 100644 index 0000000000..56db1e8c9f --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/DownRight Ready Receptor.lua @@ -0,0 +1,8 @@ +return NOTESKIN:LoadActor("DownLeft", "Ready Receptor")..{ + Frames = { + { Frame = 0 }; + { Frame = 1 }; + { Frame = 2 }; + }; + --InitCommand=cmd(rotationy,180); +}; \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/DownRight Tap Note.lua b/NoteSkins/pump/delta-note-pro/DownRight Tap Note.lua new file mode 100644 index 0000000000..bb158809a7 --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/DownRight Tap Note.lua @@ -0,0 +1,3 @@ +return NOTESKIN:LoadActor("DownLeft","Tap Note")..{ + --InitCommand=cmd(rotationy,180); +}; \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/DownRight border.redir b/NoteSkins/pump/delta-note-pro/DownRight border.redir new file mode 100644 index 0000000000..aaa6bffb4e --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/DownRight border.redir @@ -0,0 +1 @@ +DownLeft border \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/Mine_Base.png b/NoteSkins/pump/delta-note-pro/Mine_Base.png new file mode 100644 index 0000000000..eeb7a34e2a Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/Mine_Base.png differ diff --git a/NoteSkins/pump/delta-note-pro/Mine_Border.png b/NoteSkins/pump/delta-note-pro/Mine_Border.png new file mode 100644 index 0000000000..b85db5464d Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/Mine_Border.png differ diff --git a/NoteSkins/pump/delta-note-pro/Mine_Fill.png b/NoteSkins/pump/delta-note-pro/Mine_Fill.png new file mode 100644 index 0000000000..57d21a6a9c Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/Mine_Fill.png differ diff --git a/NoteSkins/pump/delta-note-pro/Mine_Light.png b/NoteSkins/pump/delta-note-pro/Mine_Light.png new file mode 100644 index 0000000000..17e66bf9c4 Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/Mine_Light.png differ diff --git a/NoteSkins/pump/delta-note-pro/Mine_Overlay.png b/NoteSkins/pump/delta-note-pro/Mine_Overlay.png new file mode 100644 index 0000000000..21eacac466 Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/Mine_Overlay.png differ diff --git a/NoteSkins/pump/delta-note-pro/UpLeft Explosion.lua b/NoteSkins/pump/delta-note-pro/UpLeft Explosion.lua new file mode 100644 index 0000000000..450bb7daa8 --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/UpLeft Explosion.lua @@ -0,0 +1,40 @@ +return Def.ActorFrame { + + NOTESKIN:LoadActor(Var "Button","NoteHit") .. { + InitCommand=cmd(animate,0;blend,Blend.Add;diffusealpha,0); + + NoneCommand=cmd(playcommand,"Glow"); + PressCommand=cmd(playcommand,"Glow"); + W1Command=cmd(setstate,0;playcommand,"W2"); + W2Command=cmd(setstate,0;playcommand,"Glow"); + W3Command=cmd(setstate,1;playcommand,"Glow"); + W4Command=cmd(setstate,2;playcommand,"Glow"); + W5Command=cmd(); + HitMineCommand=cmd(playcommand,"Glow"); + HeldCommand=cmd(setstate,0;playcommand,"Glow"); + GlowCommand=cmd(stoptweening,zoom,1.05;diffusealpha,1;linear,0.25;zoom,1.1;diffusealpha,0); + }; + + NOTESKIN:LoadActor(Var "Button","NoteHit") .. { + InitCommand=cmd(animate,0;blend,Blend.Add;diffusealpha,0); + + NoneCommand=cmd(playcommand,"Glow"); + PressCommand=cmd(playcommand,"Glow"); + W1Command=cmd(setstate,0;playcommand,"W2"); + W2Command=cmd(setstate,0;playcommand,"Glow"); + W3Command=cmd(setstate,1;playcommand,"Glow"); + W4Command=cmd(setstate,2;playcommand,"Glow"); + W5Command=cmd(); + HitMineCommand=cmd(playcommand,"Glow"); + HeldCommand=cmd(setstate,0;playcommand,"Glow"); + GlowCommand=cmd(stoptweening,zoom,1;diffusealpha,0.4;linear,0.3;zoom,1.2;diffusealpha,0); + }; + + NOTESKIN:LoadActor(Var "Button","NoteHit") .. { + InitCommand=cmd(animate,0;zoom,1.1;blend,Blend.Add;visible,false); + HoldingOnCommand=cmd(visible,true); + HoldingOffCommand=cmd(visible,false); + }; + + +} \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/UpLeft Hold Body Active.png b/NoteSkins/pump/delta-note-pro/UpLeft Hold Body Active.png new file mode 100644 index 0000000000..53450318dc Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/UpLeft Hold Body Active.png differ diff --git a/NoteSkins/pump/delta-note-pro/UpLeft Hold BottomCap Active.png b/NoteSkins/pump/delta-note-pro/UpLeft Hold BottomCap Active.png new file mode 100644 index 0000000000..c83eabd63f Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/UpLeft Hold BottomCap Active.png differ diff --git a/NoteSkins/pump/delta-note-pro/UpLeft NoteHit.lua b/NoteSkins/pump/delta-note-pro/UpLeft NoteHit.lua new file mode 100644 index 0000000000..9b54b344e9 --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/UpLeft NoteHit.lua @@ -0,0 +1,3 @@ +return NOTESKIN:LoadActor("DownLeft","NoteHit")..{ + InitCommand=cmd(rotationy,180;rotationz,180;y,-6;x,2); +} diff --git a/NoteSkins/pump/delta-note-pro/UpLeft Ready Receptor 3x1.png b/NoteSkins/pump/delta-note-pro/UpLeft Ready Receptor 3x1.png new file mode 100644 index 0000000000..7844a65d6b Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/UpLeft Ready Receptor 3x1.png differ diff --git a/NoteSkins/pump/delta-note-pro/UpLeft Receptor.lua b/NoteSkins/pump/delta-note-pro/UpLeft Receptor.lua new file mode 100644 index 0000000000..cc96b63ab0 --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/UpLeft Receptor.lua @@ -0,0 +1,22 @@ +return Def.ActorFrame { + NOTESKIN:LoadActor(Var "Button", "Ready Receptor")..{ + Name="Base"; + InitCommand=cmd(animate,0;setstate,0); + }; + + NOTESKIN:LoadActor(Var "Button", "Ready Receptor")..{ + Name="Glow"; + InitCommand=cmd(animate,0;setstate,1); + OnCommand=cmd(effectclock,"bgm";diffuseshift;effectcolor1,color("#FFFFFFFF");effectcolor2,color("#FFFFFF00");effecttiming,1,0,0,0); + }; + + NOTESKIN:LoadActor(Var "Button", "Ready Receptor")..{ + Name="Tap"; + InitCommand=cmd(animate,0;setstate,2;zoom,1;diffusealpha,0;blend,'BlendMode_Add'); + PressCommand=cmd(diffuse,color("#FFFFAA");stoptweening;zoom,1.1;linear,0.1;diffusealpha,0.6;zoom,1); + LiftCommand=cmd(diffuse,color("#FFFFAA");stoptweening;diffusealpha,0.6;zoom,1;linear,0.15;zoom,1.2;diffusealpha,0); + }; + +} + +--Vin.il was here... =) \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/UpLeft Tap Mine.lua b/NoteSkins/pump/delta-note-pro/UpLeft Tap Mine.lua new file mode 100644 index 0000000000..7215b2e1e9 --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/UpLeft Tap Mine.lua @@ -0,0 +1,26 @@ +local t = Def.ActorFrame{} + + +t[#t+1] = LoadActor("Mine_Base"); + +t[#t+1] = LoadActor("Mine_Fill")..{ + InitCommand=cmd(diffuseshift;effectcolor1,color("#FFFFFFFF");effectcolor2,color("#FFFFFF22");effectclock,"bgm";effectperiod,2); +} +t[#t+1] = LoadActor("Mine_Fill")..{ + InitCommand=cmd(blend,Blend.Add;diffuseshift;effectcolor1,color("#FFFFFFFF");effectcolor2,color("#FFFFFF22");effectclock,"bgm";effectperiod,2); +} + + +t[#t+1] = LoadActor("Mine_Border")..{ + InitCommand=cmd(spin;effectmagnitude,0,0,36); +} + +t[#t+1] = LoadActor("Mine_Overlay"); + + + +t[#t+1] = LoadActor("Mine_Light")..{ + InitCommand=cmd(blend,Blend.Add;diffuseshift;effectcolor1,color("#FFFFFF55");effectcolor2,color("#FFFFFF00");effectclock,"bgm";zoom,1.15;effectperiod,2); +} + +return t \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/UpLeft Tap Note.lua b/NoteSkins/pump/delta-note-pro/UpLeft Tap Note.lua new file mode 100644 index 0000000000..1e8c368c6e --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/UpLeft Tap Note.lua @@ -0,0 +1,4 @@ +return Def.Sprite { + Texture=NOTESKIN:GetPath( '_upleft', 'tap note' ); + Frames = Sprite.LinearFrames( 6, 1 ); +}; \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/UpRight Hold Body Active.png b/NoteSkins/pump/delta-note-pro/UpRight Hold Body Active.png new file mode 100644 index 0000000000..e8321bbeb9 Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/UpRight Hold Body Active.png differ diff --git a/NoteSkins/pump/delta-note-pro/UpRight Hold BottomCap Active.png b/NoteSkins/pump/delta-note-pro/UpRight Hold BottomCap Active.png new file mode 100644 index 0000000000..659b56e041 Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/UpRight Hold BottomCap Active.png differ diff --git a/NoteSkins/pump/delta-note-pro/UpRight NoteHit.lua b/NoteSkins/pump/delta-note-pro/UpRight NoteHit.lua new file mode 100644 index 0000000000..d26d55d0d9 --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/UpRight NoteHit.lua @@ -0,0 +1,3 @@ +return NOTESKIN:LoadActor("DownLeft","NoteHit")..{ + InitCommand=cmd(rotationy,180;rotationz,180;y,-6;x,-2); +} \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/UpRight Ready Receptor.lua b/NoteSkins/pump/delta-note-pro/UpRight Ready Receptor.lua new file mode 100644 index 0000000000..38c7312861 --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/UpRight Ready Receptor.lua @@ -0,0 +1,8 @@ +return NOTESKIN:LoadActor("UpLeft", "Ready Receptor")..{ + Frames = { + { Frame = 0 }; + { Frame = 1 }; + { Frame = 2 }; + }; + --InitCommand=cmd(rotationy,180); +}; \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/UpRight Tap Note.lua b/NoteSkins/pump/delta-note-pro/UpRight Tap Note.lua new file mode 100644 index 0000000000..384d4e4450 --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/UpRight Tap Note.lua @@ -0,0 +1,4 @@ +return NOTESKIN:LoadActor("UpLeft","Tap Note")..{ + --InitCommand=cmd(rotationy,180); + --BaseRotationY=180; +}; \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/UpRight border.redir b/NoteSkins/pump/delta-note-pro/UpRight border.redir new file mode 100644 index 0000000000..d6cfc16ed2 --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/UpRight border.redir @@ -0,0 +1 @@ +UpLeft border \ No newline at end of file diff --git a/NoteSkins/pump/delta-note-pro/_Center Tap Note 6x8.png b/NoteSkins/pump/delta-note-pro/_Center Tap Note 6x8.png new file mode 100644 index 0000000000..15704f09ba Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/_Center Tap Note 6x8.png differ diff --git a/NoteSkins/pump/delta-note-pro/_CenterHit 3x1.png b/NoteSkins/pump/delta-note-pro/_CenterHit 3x1.png new file mode 100644 index 0000000000..d6329d0748 Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/_CenterHit 3x1.png differ diff --git a/NoteSkins/pump/delta-note-pro/_DownLeft Tap Note 6x8.png b/NoteSkins/pump/delta-note-pro/_DownLeft Tap Note 6x8.png new file mode 100644 index 0000000000..deb4861e22 Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/_DownLeft Tap Note 6x8.png differ diff --git a/NoteSkins/pump/delta-note-pro/_DownLeftHit 3x1.png b/NoteSkins/pump/delta-note-pro/_DownLeftHit 3x1.png new file mode 100644 index 0000000000..ebf4f50b7e Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/_DownLeftHit 3x1.png differ diff --git a/NoteSkins/pump/delta-note-pro/_UpLeft Tap Note 6x8.png b/NoteSkins/pump/delta-note-pro/_UpLeft Tap Note 6x8.png new file mode 100644 index 0000000000..c306ed5c41 Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/_UpLeft Tap Note 6x8.png differ diff --git a/NoteSkins/pump/delta-note-pro/_blank.png b/NoteSkins/pump/delta-note-pro/_blank.png new file mode 100644 index 0000000000..95007b9b3c Binary files /dev/null and b/NoteSkins/pump/delta-note-pro/_blank.png differ diff --git a/NoteSkins/pump/delta-note-pro/metrics.ini b/NoteSkins/pump/delta-note-pro/metrics.ini new file mode 100644 index 0000000000..a081255a5c --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/metrics.ini @@ -0,0 +1,38 @@ +[NoteDisplay] +AnimationIsBeatBased=0 + +TapNoteAnimationLength=0.25 +TapMineAnimationLength=0.25 +TapLiftAnimationLength=0.25 +TapFakeAnimationLength=0.25 +HoldHeadAnimationLength=0.25 +HoldTopCapAnimationLength=0.25 +HoldBottomCapAnimationLength=0.25 +HoldBodyAnimationLength=0.25 +HoldTailAnimationLength=0.25 + +HoldLetGoGrayPercent=1 + +FlipHeadAndTailWhenReverse=1 +FlipHoldBodyWhenReverse=1 +TopHoldAnchorWhenReverse=0 +HoldActiveIsAddLayer=0 + +TapNoteNoteColorTextureCoordSpacingX=0 +TapNoteNoteColorTextureCoordSpacingY=0.125 + +HoldHeadNoteColorTextureCoordSpacingX=0 + +HoldHeadNoteColorTextureCoordSpacingY=0.125 + +[Center] + + +[DownLeft] + +[DownRight] + +[UpLeft] + +[UpRight] + diff --git a/NoteSkins/pump/delta-note-pro/reminder.txt b/NoteSkins/pump/delta-note-pro/reminder.txt new file mode 100644 index 0000000000..6213e1d926 --- /dev/null +++ b/NoteSkins/pump/delta-note-pro/reminder.txt @@ -0,0 +1,2 @@ +base color: border darkest +fill: border darkest 40% op \ No newline at end of file diff --git a/NoteSkins/pump/delta-note/_Center Tap Note 6x8.png b/NoteSkins/pump/delta-note/_Center Tap Note 6x8.png index 15704f09ba..86233139a1 100644 Binary files a/NoteSkins/pump/delta-note/_Center Tap Note 6x8.png and b/NoteSkins/pump/delta-note/_Center Tap Note 6x8.png differ diff --git a/NoteSkins/pump/delta-note/_DownLeft Tap Note 6x8.png b/NoteSkins/pump/delta-note/_DownLeft Tap Note 6x8.png index deb4861e22..7c32891dde 100644 Binary files a/NoteSkins/pump/delta-note/_DownLeft Tap Note 6x8.png and b/NoteSkins/pump/delta-note/_DownLeft Tap Note 6x8.png differ diff --git a/NoteSkins/pump/delta-note/_UpLeft Tap Note 6x8.png b/NoteSkins/pump/delta-note/_UpLeft Tap Note 6x8.png index c306ed5c41..7652bfeb18 100644 Binary files a/NoteSkins/pump/delta-note/_UpLeft Tap Note 6x8.png and b/NoteSkins/pump/delta-note/_UpLeft Tap Note 6x8.png differ