LICENSE
README.md
pyproject.toml
bsp_tool/__init__.py
bsp_tool/base.py
bsp_tool/id_software.py
bsp_tool/infinity_ward.py
bsp_tool/raven.py
bsp_tool/respawn.py
bsp_tool/ritual.py
bsp_tool/valve.py
bsp_tool.egg-info/PKG-INFO
bsp_tool.egg-info/SOURCES.txt
bsp_tool.egg-info/dependency_links.txt
bsp_tool.egg-info/requires.txt
bsp_tool.egg-info/top_level.txt
bsp_tool/branches/__init__.py
bsp_tool/branches/base.py
bsp_tool/branches/shared.py
bsp_tool/branches/valve_physics.py
bsp_tool/branches/vector.py
bsp_tool/branches/x360.py
bsp_tool/branches/arkane/__init__.py
bsp_tool/branches/arkane/dark_messiah_mp.py
bsp_tool/branches/arkane/dark_messiah_sp.py
bsp_tool/branches/gearbox/__init__.py
bsp_tool/branches/gearbox/blue_shift.py
bsp_tool/branches/gearbox/nightfire.py
bsp_tool/branches/id_software/__init__.py
bsp_tool/branches/id_software/qfusion.py
bsp_tool/branches/id_software/quake.py
bsp_tool/branches/id_software/quake2.py
bsp_tool/branches/id_software/quake3.py
bsp_tool/branches/id_software/remake_quake.py
bsp_tool/branches/id_software/remake_quake_old.py
bsp_tool/branches/infinity_ward/__init__.py
bsp_tool/branches/infinity_ward/call_of_duty1.py
bsp_tool/branches/infinity_ward/call_of_duty2.py
bsp_tool/branches/infinity_ward/modern_warfare.py
bsp_tool/branches/ion_storm/__init__.py
bsp_tool/branches/ion_storm/daikatana.py
bsp_tool/branches/loiste/__init__.py
bsp_tool/branches/loiste/infra.py
bsp_tool/branches/nexon/__init__.py
bsp_tool/branches/nexon/cso2.py
bsp_tool/branches/nexon/cso2_2018.py
bsp_tool/branches/nexon/vindictus.py
bsp_tool/branches/raven/__init__.py
bsp_tool/branches/raven/hexen2.py
bsp_tool/branches/raven/soldier_of_fortune.py
bsp_tool/branches/raven/soldier_of_fortune2.py
bsp_tool/branches/respawn/__init__.py
bsp_tool/branches/respawn/apex_legends.py
bsp_tool/branches/respawn/titanfall.py
bsp_tool/branches/respawn/titanfall2.py
bsp_tool/branches/respawn/titanfall_x360.py
bsp_tool/branches/ritual/__init__.py
bsp_tool/branches/ritual/fakk2.py
bsp_tool/branches/ritual/mohaa.py
bsp_tool/branches/ritual/mohaa_bt.py
bsp_tool/branches/ritual/mohaa_demo.py
bsp_tool/branches/ritual/sin.py
bsp_tool/branches/ritual/star_trek_elite_force2.py
bsp_tool/branches/strata/__init__.py
bsp_tool/branches/strata/strata.py
bsp_tool/branches/troika/__init__.py
bsp_tool/branches/troika/vampire.py
bsp_tool/branches/valve/__init__.py
bsp_tool/branches/valve/alien_swarm.py
bsp_tool/branches/valve/goldsrc.py
bsp_tool/branches/valve/left4dead.py
bsp_tool/branches/valve/left4dead2.py
bsp_tool/branches/valve/orange_box.py
bsp_tool/branches/valve/orange_box_x360.py
bsp_tool/branches/valve/sdk_2013.py
bsp_tool/branches/valve/sdk_2013_x360.py
bsp_tool/branches/valve/source.py
bsp_tool/extensions/__init__.py
bsp_tool/extensions/archive.py
bsp_tool/extensions/decompile_rbsp.py
bsp_tool/extensions/decrypt_xor.py
bsp_tool/extensions/diff.py
bsp_tool/extensions/lightmaps.py
bsp_tool/extensions/mprt.py
bsp_tool/extensions/to_cpp.py
bsp_tool/extensions/upgrade.py
bsp_tool/lumps/__init__.py
tests/test_bsp.py
tests/test_bsplump.py
tests/test_d3d_bsp.py
tests/test_idtech_bsp.py
tests/test_valve_bsp.py