kduske / BSPInfo

A python script to extract useful information from ID engine BSP files.
GNU General Public License v2.0
10 stars 2 forks source link

Show error messages for malformed directory entries #1

Open kduske opened 9 years ago

kduske commented 9 years ago

This BSP yields a parse error when entities are loaded:

https://www.quaddicted.com/files/maps/multiplayer/clockwo.zip

This is because the entity directory entry points outside of the file. The script should detect such problems and report them.