Skip to content

Commit

Permalink
add Popn 5/9 support to CustomizeGameplay
Browse files Browse the repository at this point in the history
ehh why not
  • Loading branch information
poco0317 committed Sep 25, 2020
1 parent 9cf90f3 commit 6a695ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Themes/Til Death/Scripts/01 player_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ local defaultConfig = {
["6K"] = DeepCopy(defaultGameplayCoordinates),
["7K"] = DeepCopy(defaultGameplayCoordinates),
["8K"] = DeepCopy(defaultGameplayCoordinates),
["9K"] = DeepCopy(defaultGameplayCoordinates),
["10K"] = DeepCopy(defaultGameplayCoordinates),
["12K"] = DeepCopy(defaultGameplayCoordinates),
["16K"] = DeepCopy(defaultGameplayCoordinates)
Expand All @@ -114,6 +115,7 @@ local defaultConfig = {
["6K"] = DeepCopy(defaultGameplaySizes),
["7K"] = DeepCopy(defaultGameplaySizes),
["8K"] = DeepCopy(defaultGameplaySizes),
["9K"] = DeepCopy(defaultGameplaySizes),
["10K"] = DeepCopy(defaultGameplaySizes),
["12K"] = DeepCopy(defaultGameplaySizes),
["16K"] = DeepCopy(defaultGameplaySizes)
Expand All @@ -137,6 +139,7 @@ playerConfig.load = function(self, slot)
defaultConfig.GameplaySizes["6K"] = sizes
defaultConfig.GameplaySizes["7K"] = sizes
defaultConfig.GameplaySizes["8K"] = sizes
defaultConfig.GameplaySizes["9K"] = sizes
defaultConfig.GameplaySizes["10K"] = sizes
defaultConfig.GameplaySizes["12K"] = sizes
defaultConfig.GameplaySizes["16K"] = sizes
Expand All @@ -149,6 +152,7 @@ playerConfig.load = function(self, slot)
defaultConfig.GameplayXYCoordinates["6K"] = coords
defaultConfig.GameplayXYCoordinates["7K"] = coords
defaultConfig.GameplayXYCoordinates["8K"] = coords
defaultConfig.GameplayXYCoordinates["9K"] = coords
defaultConfig.GameplayXYCoordinates["10K"] = coords
defaultConfig.GameplayXYCoordinates["12K"] = coords
defaultConfig.GameplayXYCoordinates["16K"] = coords
Expand Down
2 changes: 2 additions & 0 deletions Themes/_fallback/Scripts/00 Utility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,14 @@ function getCurrentKeyMode()
StepsType_Dance_Threepanel = "3K",
StepsType_Dance_Single = "4K",
StepsType_Pump_Single = "5K",
StepsType_Pnm_Five = "5K",
StepsType_Pump_Halfdouble = "6K",
StepsType_Bm_Single5 = "6K",
StepsType_Dance_Solo = "6K",
StepsType_Kb7_Single = "7K",
StepsType_Bm_Single7 = "8K",
StepsType_Dance_Double = "8K",
StepsType_Pnm_Nine = "9K",
StepsType_Pump_Double = "10K",
StepsType_Bm_Double5 = "12K",
StepsType_Bm_Double7 = "16K",
Expand Down

0 comments on commit 6a695ae

Please sign in to comment.