NickHugi / PyKotor

A Python library that can read and modify most file formats used by the game Knights of the Old Republic and its sequel.
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Add additional save/open filters to the toolset #64

Closed th3w1zard1 closed 6 months ago

th3w1zard1 commented 6 months ago

There's a whole framework setup for saving things like GFF as XML and 2da as CSV, yet there's no interface to it. The current way to save xml/json formats is to hackily name the extension correctly.

This is a simple pr that adds the filters into the os's save/open dialog to correctly show users that these formats are supported.