Unvanquished / unvanquished-mapeditor-support

Unvanquished support files for map editors.
https://unvanquished.net
4 stars 6 forks source link

Supports 2ds models instead of 3ds #16

Closed zturtleman closed 6 years ago

zturtleman commented 6 years ago

src/gamefile/vfs.yaml lists 2ds as a supported model format extension. I think it's suppose to be 3ds (Autodesk 3ds Max). Searching netradiant source code for 2ds has 0 results but 3ds has many results.

illwieckz commented 6 years ago

nice catch!

illwieckz commented 6 years ago

especially because we test for it being 3ds:

https://github.com/Unvanquished/unvanquished-mapeditor-support/blob/2ec1a3714af425bca6c825c31a4ab5daff56ccbc/mkeditorpacks/bin/gamefile#L48

now fixed.