diff --git a/NoteSkins/pump/delta-note/Center Hold Body Active.png b/NoteSkins/pump/delta-note/Center Hold Body Active.png deleted file mode 100644 index 00cca7f50f..0000000000 Binary files a/NoteSkins/pump/delta-note/Center Hold Body Active.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/Center Hold BottomCap Active.png b/NoteSkins/pump/delta-note/Center Hold BottomCap Active.png deleted file mode 100644 index 592e848dd5..0000000000 Binary files a/NoteSkins/pump/delta-note/Center Hold BottomCap Active.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/Center NoteHit.lua b/NoteSkins/pump/delta-note/Center NoteHit.lua deleted file mode 100644 index 08e0f4f722..0000000000 --- a/NoteSkins/pump/delta-note/Center NoteHit.lua +++ /dev/null @@ -1,3 +0,0 @@ -return LoadActor("_CenterHit")..{ - InitCommand=cmd(x,2;y,2); -} \ No newline at end of file diff --git a/NoteSkins/pump/delta-note/Center Ready Receptor 3x1.png b/NoteSkins/pump/delta-note/Center Ready Receptor 3x1.png deleted file mode 100644 index 2e7aa36341..0000000000 Binary files a/NoteSkins/pump/delta-note/Center Ready Receptor 3x1.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/Center Tap Note.lua b/NoteSkins/pump/delta-note/Center Tap Note.lua deleted file mode 100644 index 85e5c1c3df..0000000000 --- a/NoteSkins/pump/delta-note/Center Tap Note.lua +++ /dev/null @@ -1,4 +0,0 @@ -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/Center_feet.png b/NoteSkins/pump/delta-note/Center_feet.png deleted file mode 100644 index 5ae1a72b49..0000000000 Binary files a/NoteSkins/pump/delta-note/Center_feet.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/DownLeft Hold Body Active.png b/NoteSkins/pump/delta-note/DownLeft Hold Body Active.png deleted file mode 100644 index c3434c7fda..0000000000 Binary files a/NoteSkins/pump/delta-note/DownLeft Hold Body Active.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/DownLeft Hold BottomCap Active.png b/NoteSkins/pump/delta-note/DownLeft Hold BottomCap Active.png deleted file mode 100644 index 1923927e7d..0000000000 Binary files a/NoteSkins/pump/delta-note/DownLeft Hold BottomCap Active.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/DownLeft NoteHit.lua b/NoteSkins/pump/delta-note/DownLeft NoteHit.lua deleted file mode 100644 index d9bd17bb15..0000000000 --- a/NoteSkins/pump/delta-note/DownLeft NoteHit.lua +++ /dev/null @@ -1,3 +0,0 @@ -return LoadActor("_DownLeftHit")..{ - InitCommand=cmd(y,5;x,2); -} \ No newline at end of file diff --git a/NoteSkins/pump/delta-note/DownLeft Ready Receptor 3x1.png b/NoteSkins/pump/delta-note/DownLeft Ready Receptor 3x1.png deleted file mode 100644 index b9bb356e93..0000000000 Binary files a/NoteSkins/pump/delta-note/DownLeft Ready Receptor 3x1.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/DownLeft Tap Note.lua b/NoteSkins/pump/delta-note/DownLeft Tap Note.lua deleted file mode 100644 index aee5ff13dd..0000000000 --- a/NoteSkins/pump/delta-note/DownLeft Tap Note.lua +++ /dev/null @@ -1,4 +0,0 @@ -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/DownRight Hold Body Active.png b/NoteSkins/pump/delta-note/DownRight Hold Body Active.png deleted file mode 100644 index 30fb893b8f..0000000000 Binary files a/NoteSkins/pump/delta-note/DownRight Hold Body Active.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/DownRight Hold BottomCap Active.png b/NoteSkins/pump/delta-note/DownRight Hold BottomCap Active.png deleted file mode 100644 index fcfbb4b098..0000000000 Binary files a/NoteSkins/pump/delta-note/DownRight Hold BottomCap Active.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/DownRight NoteHit.lua b/NoteSkins/pump/delta-note/DownRight NoteHit.lua deleted file mode 100644 index 69ed3e91be..0000000000 --- a/NoteSkins/pump/delta-note/DownRight NoteHit.lua +++ /dev/null @@ -1,3 +0,0 @@ -return NOTESKIN:LoadActor("DownLeft","NoteHit")..{ - OnCommand=cmd(x,-2;zoomx,-1); -} \ No newline at end of file diff --git a/NoteSkins/pump/delta-note/DownRight Ready Receptor.lua b/NoteSkins/pump/delta-note/DownRight Ready Receptor.lua deleted file mode 100644 index d61466c6b6..0000000000 --- a/NoteSkins/pump/delta-note/DownRight Ready Receptor.lua +++ /dev/null @@ -1,8 +0,0 @@ -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/DownRight Tap Note.lua b/NoteSkins/pump/delta-note/DownRight Tap Note.lua deleted file mode 100644 index 9832f98f23..0000000000 --- a/NoteSkins/pump/delta-note/DownRight Tap Note.lua +++ /dev/null @@ -1,3 +0,0 @@ -return NOTESKIN:LoadActor("DownLeft","Tap Note")..{ - --InitCommand=cmd(rotationy,180); -}; \ No newline at end of file diff --git a/NoteSkins/pump/delta-note/DownRight border.redir b/NoteSkins/pump/delta-note/DownRight border.redir deleted file mode 100644 index aaa6bffb4e..0000000000 --- a/NoteSkins/pump/delta-note/DownRight border.redir +++ /dev/null @@ -1 +0,0 @@ -DownLeft border \ No newline at end of file diff --git a/NoteSkins/pump/delta-note/NoteSkin.lua b/NoteSkins/pump/delta-note/NoteSkin.lua deleted file mode 100644 index 5836773dfc..0000000000 --- a/NoteSkins/pump/delta-note/NoteSkin.lua +++ /dev/null @@ -1,117 +0,0 @@ -local Noteskin = {} - ---bBlanks: -Noteskin.bBlanks = { - --["element"] = true|false; - ["Hold Tail Active"] = true; - ["Hold Tail Active"] = true; - -- - --["Hold Head Active"] = "Tap Note"; - --["Hold Head Inactive"] = "Tap Note"; - -- - ["Roll Tail Inactive"] = true; - ["Roll Tail Inactive"] = true; -} -Noteskin.PartsToRotate = { - --["elemenu"] = true|false; - ["Roll Head Active"] = false; - ["Roll Head Inactive"] = false; - ["NoteHit"] = true; -} -Noteskin.ElementRedirs = { - --["element"] = "redirected_element"; - ["Hold Head Active"] = "Tap Note"; - ["Hold Head Inactive"] = "Tap Note"; - ["Roll Head Active"] = "Roll Head Active"; - ["Roll Head Inactive"] = "Roll Head Active"; - ["Tap Fake"] = "Tap Note"; - -- - ["Hold Topcap Inactive"] = "Hold Topcap Active"; - ["Hold Body Inactive"] = "Hold Body Active"; - ["Hold Body Active"] = "Hold Body Active"; - ["Hold Bottomcap Inactive"] = "Hold Bottomcap Active"; - ["Hold Tail Inactive"] = "Hold Tail Active"; - -- - ["Roll Topcap Active"] = "Hold Topcap Active"; - ["Roll Body Active"] = "Hold Body Active"; - ["Roll Bottomcap Active"] = "Hold Bottomcap Active"; - ["Roll Tail Active"] = "Hold Tail Active"; - -- - ["Roll Topcap Inactive"] = "Hold Topcap Active"; - ["Roll Body Inactive"] = "Hold Body Active"; - ["Roll Bottomcap Inactive"] = "Hold Bottomcap Active"; - ["Roll Tail Inactive"] = "Hold Tail Active"; -} -Noteskin.ButtonRedirs = { - Center = "Center"; - UpLeft = "UpLeft"; - UpRight = "UpRight"; - DownLeft = "DownLeft"; - DownRight = "DownRight"; -} -Noteskin.BaseRotX = { - Center = 0; - UpLeft = 0; - UpRight = 0; - DownLeft = 0; - DownRight = 0; -} -Noteskin.BaseRotY = { - Center = 0; - UpLeft = 0; - UpRight = 180; - DownLeft = 0; - DownRight = 180; -} - -local function func() - local sButton = Var "Button" - local sElement = Var "Element" - - if Noteskin.bBlanks[sElement] then - local t = Def.Actor {}; - if Var "SpriteOnly" then - t = LoadActor( "_blank" ); - end - return t - end - - --local ButtonToLoad = Noteskin.ButtonRedirs[sButton] - local ElementToLoad = Noteskin.ElementRedirs[sElement] - if not ElementToLoad then - ElementToLoad = sElement - end - - --update: ahora receptor también - if sElement == "Explosion" - or sElement == "Tap Lift" - or sElement == "Tap Mine" - or sElement == "Receptor" - then - sButton = "UpLeft" - end - local path = NOTESKIN:GetPath(Noteskin.ButtonRedirs[sButton],ElementToLoad) - --Graficos separados para holds y rolls - --if string.find(sElement,"Hold") or string.find(sElement,"Roll") then - if ( string.find(sElement,"Hold") or string.find(sElement,"Roll") ) and not ( string.find(sElement,"Head") or string.find(sElement,"Tail") ) then - --if ( string.find(sElement,"Hold") or string.find(sElement,"Roll") ) and ( string.find(sElement,"Body") ) then - path = NOTESKIN:GetPath(sButton,ElementToLoad) - end - - local t = LoadActor(path) - - local bRotate = Noteskin.PartsToRotate[ElementToLoad] - --rotate by default - if bRotate == nil then bRotate = true end - if bRotate then - t.BaseRotationX=Noteskin.BaseRotX[sButton] - t.BaseRotationY=Noteskin.BaseRotY[sButton] - end - - return t -end - -Noteskin.Load = func -Noteskin.CommonLoad = func - -return Noteskin \ No newline at end of file diff --git a/NoteSkins/pump/delta-note/UpLeft Explosion.lua b/NoteSkins/pump/delta-note/UpLeft Explosion.lua deleted file mode 100644 index 6b8aa2fe7d..0000000000 --- a/NoteSkins/pump/delta-note/UpLeft Explosion.lua +++ /dev/null @@ -1,40 +0,0 @@ -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/UpLeft Hold Body Active.png b/NoteSkins/pump/delta-note/UpLeft Hold Body Active.png deleted file mode 100644 index 53450318dc..0000000000 Binary files a/NoteSkins/pump/delta-note/UpLeft Hold Body Active.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/UpLeft Hold BottomCap Active.png b/NoteSkins/pump/delta-note/UpLeft Hold BottomCap Active.png deleted file mode 100644 index c83eabd63f..0000000000 Binary files a/NoteSkins/pump/delta-note/UpLeft Hold BottomCap Active.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/UpLeft NoteHit.lua b/NoteSkins/pump/delta-note/UpLeft NoteHit.lua deleted file mode 100644 index 3056735ffd..0000000000 --- a/NoteSkins/pump/delta-note/UpLeft NoteHit.lua +++ /dev/null @@ -1,3 +0,0 @@ -return NOTESKIN:LoadActor("DownLeft","NoteHit")..{ - InitCommand=cmd(rotationy,180;rotationz,180;y,-6;x,2); -} diff --git a/NoteSkins/pump/delta-note/UpLeft Ready Receptor 3x1.png b/NoteSkins/pump/delta-note/UpLeft Ready Receptor 3x1.png deleted file mode 100644 index 7844a65d6b..0000000000 Binary files a/NoteSkins/pump/delta-note/UpLeft Ready Receptor 3x1.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/UpLeft Receptor.lua b/NoteSkins/pump/delta-note/UpLeft Receptor.lua deleted file mode 100644 index 282f04e671..0000000000 --- a/NoteSkins/pump/delta-note/UpLeft Receptor.lua +++ /dev/null @@ -1,22 +0,0 @@ -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/UpLeft Tap Note.lua b/NoteSkins/pump/delta-note/UpLeft Tap Note.lua deleted file mode 100644 index 1e8c368c6e..0000000000 --- a/NoteSkins/pump/delta-note/UpLeft Tap Note.lua +++ /dev/null @@ -1,4 +0,0 @@ -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/UpRight Hold Body Active.png b/NoteSkins/pump/delta-note/UpRight Hold Body Active.png deleted file mode 100644 index e8321bbeb9..0000000000 Binary files a/NoteSkins/pump/delta-note/UpRight Hold Body Active.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/UpRight Hold BottomCap Active.png b/NoteSkins/pump/delta-note/UpRight Hold BottomCap Active.png deleted file mode 100644 index 659b56e041..0000000000 Binary files a/NoteSkins/pump/delta-note/UpRight Hold BottomCap Active.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/UpRight NoteHit.lua b/NoteSkins/pump/delta-note/UpRight NoteHit.lua deleted file mode 100644 index 849a252694..0000000000 --- a/NoteSkins/pump/delta-note/UpRight NoteHit.lua +++ /dev/null @@ -1,3 +0,0 @@ -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/UpRight Ready Receptor.lua b/NoteSkins/pump/delta-note/UpRight Ready Receptor.lua deleted file mode 100644 index cae1506df9..0000000000 --- a/NoteSkins/pump/delta-note/UpRight Ready Receptor.lua +++ /dev/null @@ -1,8 +0,0 @@ -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/UpRight Tap Note.lua b/NoteSkins/pump/delta-note/UpRight Tap Note.lua deleted file mode 100644 index 7b882b751d..0000000000 --- a/NoteSkins/pump/delta-note/UpRight Tap Note.lua +++ /dev/null @@ -1,4 +0,0 @@ -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/UpRight border.redir b/NoteSkins/pump/delta-note/UpRight border.redir deleted file mode 100644 index d6cfc16ed2..0000000000 --- a/NoteSkins/pump/delta-note/UpRight border.redir +++ /dev/null @@ -1 +0,0 @@ -UpLeft border \ 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 deleted file mode 100644 index 15704f09ba..0000000000 Binary files a/NoteSkins/pump/delta-note/_Center Tap Note 6x8.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/_CenterHit 3x1.png b/NoteSkins/pump/delta-note/_CenterHit 3x1.png deleted file mode 100644 index d6329d0748..0000000000 Binary files a/NoteSkins/pump/delta-note/_CenterHit 3x1.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/_DownLeft Tap Note 6x8.png b/NoteSkins/pump/delta-note/_DownLeft Tap Note 6x8.png deleted file mode 100644 index deb4861e22..0000000000 Binary files a/NoteSkins/pump/delta-note/_DownLeft Tap Note 6x8.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/_DownLeftHit 3x1.png b/NoteSkins/pump/delta-note/_DownLeftHit 3x1.png deleted file mode 100644 index ebf4f50b7e..0000000000 Binary files a/NoteSkins/pump/delta-note/_DownLeftHit 3x1.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/_UpLeft Tap Note 6x8.png b/NoteSkins/pump/delta-note/_UpLeft Tap Note 6x8.png deleted file mode 100644 index c306ed5c41..0000000000 Binary files a/NoteSkins/pump/delta-note/_UpLeft Tap Note 6x8.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/_blank.png b/NoteSkins/pump/delta-note/_blank.png deleted file mode 100644 index 95007b9b3c..0000000000 Binary files a/NoteSkins/pump/delta-note/_blank.png and /dev/null differ diff --git a/NoteSkins/pump/delta-note/metrics.ini b/NoteSkins/pump/delta-note/metrics.ini deleted file mode 100644 index a081255a5c..0000000000 --- a/NoteSkins/pump/delta-note/metrics.ini +++ /dev/null @@ -1,38 +0,0 @@ -[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] -