Feature: Editing mod options via file instead of interace.
wwdes opened this issue · 7 comments
The interface for for editing options is very limited and takes a lot of time to accomplish simple tasks. If Plater would save mod options in files we can use text editors to do advanced editing to options much more effectively.
slightly of topic. is there any way we can check in a mod if an option has been changed? i have tried with modTable.config comparisons but they are prone to fail because of their nature of always being unique..
It's already there. I found it in C:\Program Files (x86)\World of Warcraft_retail_\WTF\Account\name\SavedVariables\Plater.lua under hook_data options.
I'm thinking maybe instead of an importer just add text editor within the interface to edit the options array. Although it's probably not necessary since we already can do it in the file.