Skip to content

Commit

Permalink
fixed load_bsp autodetect for Daikatana
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Jul 19, 2023
1 parent cdad32c commit eda1917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bsp_tool/branches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
for version in branch_script.GAME_VERSIONS.values():
identify[(file_magic, version)] = branch_script

# edge case: (only found in 1 map, unsure how to list in branch script)
identify[(b"IBSP", 41)] = ritual.sin
# default branches:
identify[(None, 29)] = id_software.quake
# ^ NOT raven.hexen2
identify[(b"IBSP", 41)] = ion_storm.daikatana
# ^ NOT ritual.sin (though 1 such map exists in megatest)
identify[(b"IBSP", 46)] = id_software.quake3
# ^ NOT raven.soldier_of_fortune
identify[(b"VBSP", 20)] = valve.orange_box
Expand Down

0 comments on commit eda1917

Please sign in to comment.