Skip to content

Commit

Permalink
(docs) cleaning up generator
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Jul 17, 2023
1 parent 23374a9 commit 7087fab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/generate/supported_games.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# TODO: use game icons / emoji to identify overlapping branches
# -- compiling the whole Source Engine into one .md would be great
# NOTE: per BspClass files that could probably be generated: (would be quite messy though)
# -- bsp_tool.BspVariant_from_file_magic + branches.scripts_from_file_magic
# -- bsp_tool.BspVariant_for_magic + branches.with_magic
# -- confirming all the BspClasses line up is pretty important though
# NOTE: x360 branch scripts are generated almost entirely from existing branch scripts
# TODO: treat x360 branches as a special case & trace their base classes
Expand Down Expand Up @@ -308,8 +308,6 @@ def url_of_LumpClass(LumpClass: object) -> str:
unmapped_sprp = {branches.ace_team.zeno_clash: {7},
branches.nexon.vindictus: {7},
branches.outerlight.outerlight: {5, 6},
branches.valve.left4dead: {8},
branches.valve.left4dead: {9},
branches.valve.source_filmmaker: {10}}

for branch_script in bs:
Expand Down

0 comments on commit 7087fab

Please sign in to comment.