Merge pull request #198 from kyzentun/RemoveBadCodes
Disabled pad codes that change modifiers in dance game mode.
This commit is contained in:
@@ -264,35 +264,35 @@ local CodeDetectorCodes = {
|
|||||||
--- specific modifiers
|
--- specific modifiers
|
||||||
Mirror = {
|
Mirror = {
|
||||||
default = "",
|
default = "",
|
||||||
dance = "Up,Left,Right,Left,Right",
|
dance = "",
|
||||||
pump = "DownRight,DownLeft,UpRight,UpLeft,DownRight,DownLeft,UpRight,UpLeft,Center",
|
pump = "DownRight,DownLeft,UpRight,UpLeft,DownRight,DownLeft,UpRight,UpLeft,Center",
|
||||||
},
|
},
|
||||||
Left = {
|
Left = {
|
||||||
default = "",
|
default = "",
|
||||||
dance = "Up,Down,Right,Left",
|
dance = "",
|
||||||
},
|
},
|
||||||
Right = {
|
Right = {
|
||||||
default = "",
|
default = "",
|
||||||
dance = "Up,Down,Left,Right",
|
dance = "",
|
||||||
},
|
},
|
||||||
Shuffle = {
|
Shuffle = {
|
||||||
default = "",
|
default = "",
|
||||||
dance = "Down,Up,Down,Up",
|
dance = "",
|
||||||
pump = "UpLeft,UpRight,UpLeft,UpRight,DownLeft,DownRight,DownLeft,DownRight,Center", -- random
|
pump = "UpLeft,UpRight,UpLeft,UpRight,DownLeft,DownRight,DownLeft,DownRight,Center", -- random
|
||||||
},
|
},
|
||||||
SuperShuffle = {
|
SuperShuffle = {
|
||||||
default = "",
|
default = "",
|
||||||
dance = "Down,Up,Left,Right",
|
dance = "",
|
||||||
pump = "UpLeft,UpRight,DownLeft,DownRight,UpLeft,UpRight,DownLeft,DownRight,Center"
|
pump = "UpLeft,UpRight,DownLeft,DownRight,UpLeft,UpRight,DownLeft,DownRight,Center"
|
||||||
},
|
},
|
||||||
Reverse = {
|
Reverse = {
|
||||||
default = "",
|
default = "",
|
||||||
dance = "Down,Left,Right,Left,Right",
|
dance = "",
|
||||||
pump = "UpLeft,DownLeft,UpRight,DownRight,UpLeft,DownLeft,UpRight,DownRight,DownRight", -- drop
|
pump = "UpLeft,DownLeft,UpRight,DownRight,UpLeft,DownLeft,UpRight,DownRight,DownRight", -- drop
|
||||||
},
|
},
|
||||||
HoldNotes = {
|
HoldNotes = {
|
||||||
default = "",
|
default = "",
|
||||||
dance = "Right,Left,Down,Up",
|
dance = "",
|
||||||
},
|
},
|
||||||
Mines = {
|
Mines = {
|
||||||
default = "",
|
default = "",
|
||||||
@@ -314,25 +314,25 @@ local CodeDetectorCodes = {
|
|||||||
},
|
},
|
||||||
NextScrollSpeed = {
|
NextScrollSpeed = {
|
||||||
default = "",
|
default = "",
|
||||||
dance = "Up,Left,Down,Left,Up",
|
dance = "",
|
||||||
pump = "UpLeft,UpRight,UpLeft,UpRight,Center",
|
pump = "UpLeft,UpRight,UpLeft,UpRight,Center",
|
||||||
},
|
},
|
||||||
PreviousScrollSpeed = {
|
PreviousScrollSpeed = {
|
||||||
default = "",
|
default = "",
|
||||||
dance = "Down,Right,Up,Right,Down",
|
dance = "",
|
||||||
pump = "UpRight,UpLeft,UpRight,UpLeft,Center",
|
pump = "UpRight,UpLeft,UpRight,UpLeft,Center",
|
||||||
},
|
},
|
||||||
NextAccel = {
|
NextAccel = {
|
||||||
default = "",
|
default = "",
|
||||||
dance = "Left,Right,Down,Up",
|
dance = "",
|
||||||
},
|
},
|
||||||
NextEffect = {
|
NextEffect = {
|
||||||
default = "",
|
default = "",
|
||||||
dance = "Left,Down,Right",
|
dance = "",
|
||||||
},
|
},
|
||||||
NextAppearance = {
|
NextAppearance = {
|
||||||
default = "",
|
default = "",
|
||||||
dance = "Left,Up,Right",
|
dance = "",
|
||||||
},
|
},
|
||||||
NextTurn = {
|
NextTurn = {
|
||||||
default = "",
|
default = "",
|
||||||
|
|||||||
Reference in New Issue
Block a user