andyp123 / blender_io_mesh_bsp

Blender addon that imports Quake BSP files
108 stars 23 forks source link

Quake 2 bsp support #16

Closed LordGrievous closed 4 years ago

LordGrievous commented 5 years ago

Would also come in handy with all the Q2 maps I've got lying around :)

Don't know how much work this would require, only difference I know of is that textures aren't saved in the bsp.

andyp123 commented 4 years ago

I've not looked into this at all, but from what I remember, Quake 2 also stores some extra data about all surfaces in the map, so this would require some extra coding to get working and is much less trivial than Half-Life or Hexen 2 support. Closing because I will probably never add it.