NathanVaughn / msfs-mod-manager

An external mod manager for the new Microsoft Flight Simulator
GNU General Public License v3.0
98 stars 4 forks source link

Feature Request: Permit Editing of Title and Creator Fields #55

Open RobIrizarry opened 3 years ago

RobIrizarry commented 3 years ago

The ability to update the title and creator fields so the end user can address blanks or otherwise non-descriptive titles.

NathanVaughn commented 3 years ago

I like this idea a lot. I need to do some development work to support this, primarily around actually writing to files rather than just reading them, and making certain cells in the main table widget editable and some not. Like you should be able to edit the title field, but not the enabled status, or last modified time for example.

Right now, there's nothing stopping you just manually opening up the manifest.json file for each mod and edit that as desired.