Skip to content

Commit

Permalink
(Apex Archive) season22/30aug24 maps
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Sep 5, 2024
1 parent f178c00 commit 2775c18
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion bsp_tool/extensions/apex_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ def input_c(msg: str, col: str = "wht"):
# "season19": {"31oct23": (19, 0, "Ignite"),
"season19": {"1feb24": (19, 1, "")},
"season20": {"13feb24": (20, 0, "Breakout")},
"season21": {"7may24": (21, 0, "Upheaval")}}
"season21": {"7may24": (21, 0, "Upheaval")},
# "season22": {"6aug24": (22, 0, "Shockwave"),
"season22": {"30aug24": (22, 0, "")}}

# TODO: python-mode

Expand Down
3 changes: 3 additions & 0 deletions tests/maplist.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,9 @@
"ApexLegends/season20": ["13feb24/maps"], # 7 maps | 1.30 GB | .rpak
# season21: Upheaval [7th May 2024]
"ApexLegends/season21": ["7may24/maps"], # 8 maps | 1.61 GB | .rpak
# season22: Shockwave [6th August 2024]
# TODO: season22/6aug24
"ApexLegends/season22": ["30aug24/maps"], # 9 maps | 1.63 GB | .rpak
# RitualBsp
"FAKK2": ["maps", # 30 maps | 150 MB | .pk3
"download/maps"], # 6 maps | 25 MB | .pk3
Expand Down
4 changes: 2 additions & 2 deletions tests/megatest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
apex_seasons = [
"Preseason", "Wild Frontier", "Battle Charge", "Meltdown", "Assimilation", "Fortune's Favour", "Boosted",
"Ascension", "Fight Night", "Mayhem", "Legacy", "Emergence", "Evolution", "Escape", "Defiance", "Saviours",
"Hunted", "Eclipse", "Revelry", "Arsenal", "Resurrection", "Ignite", "Breakout", "Upheaval"]
"Hunted", "Eclipse", "Revelry", "Arsenal", "Resurrection", "Ignite", "Breakout", "Upheaval", "Shockwave"]
# TODO: split season10; v49 until season10.1 (depot/r5-101 | 14sep21/maps)
# TODO: split season21; v51.1 mp_canyonlands_staging_mu1 & mp_rr_freedm_skulltown
spec_of.update({
Expand All @@ -43,7 +43,7 @@
"ApexLegends/season10": (respawn.apex_legends50, 50),
**{f"ApexLegends/season{i}": (respawn.apex_legends50, (50, 1)) for i in (11, 12)},
**{f"ApexLegends/season{i}": (respawn.apex_legends51, (51, 1)) for i in range(13, 21)},
"ApexLegends/season21": (respawn.apex_legends52, (52, 1))})
**{f"ApexLegends/season{i}": (respawn.apex_legends52, (52, 1)) for i in (21, 22)}})
# local test maps (./tests/maps/game/, not .../game/mod/maps/)
spec_of.update({
"Momentum Mod": (strata.strata, 25),
Expand Down

0 comments on commit 2775c18

Please sign in to comment.