diff --git a/bsp_tool/extensions/apex_archive.py b/bsp_tool/extensions/apex_archive.py index 3b7c7de7..b3a64fee 100644 --- a/bsp_tool/extensions/apex_archive.py +++ b/bsp_tool/extensions/apex_archive.py @@ -73,8 +73,8 @@ def input_c(msg: str, col: str = "wht"): "7apr20": (4, 2, "The Old Ways")}, "season5": {"12may20": (5, 0, "Fortune's Favour"), "23jun20": (5, 1, "Lost Treasures")}, - # TODO: "season6": {"18aug20": (6, 0, "Boosted"), - # TODO: "6oct20": (6, 1, "Aftermarket")}, + "season6": {"18aug20": (6, 0, "Boosted"), + "6oct20": (6, 1, "Aftermarket")}, "season7": {"3nov20": (7, 0, "Ascension"), "5jan21": (7, 1, "Fight Night")}, "season8": {"2feb21": (8, 0, "Mayhem"), diff --git a/tests/maplist.py b/tests/maplist.py index dc2fbc17..29a8a319 100644 --- a/tests/maplist.py +++ b/tests/maplist.py @@ -345,8 +345,12 @@ "23jun20/maps", # 9 maps | 2.63 GB | .vpk "23jun20/depot/r5launch/game/r2/maps", # 9 maps | 2.63 GB | .vpk "23jun20/depot/r5staging/game/r2/maps"], # 8 maps | 2.26 GB | .vpk - # TODO: season6.0: Boosted [18th Aug 2020] - # TODO: season6.1: Aftermarket [6th Oct 2020] + # season6: Boosted [18th Aug 2020] + "ApexLegends/season6": ["18aug20/maps", # 9 maps | 2.66 GB | .vpk + "18aug20/depot/r5-60/game/r2/maps", # 9 maps | 2.66 GB | .vpk + "6oct20/maps", # 9 maps | 2.71 GB | .vpk + "6oct20/depot/r5-60/game/r2/maps", # 9 maps | 2.66 GB | .vpk + "6oct20/depot/r5-61/game/r2/maps"], # 9 maps | 2.71 GB | .vpk # season7: Ascension [4th Nov 2020] "ApexLegends/season7": ["3nov20/depot/r5-70/game/r2/maps", # 6 maps | 3.75 GB | .vpk "3nov20/maps", # 6 maps | 3.81 GB | .vpk