For the longest time, the modders community has been using the map widget. We were extremely grateful for the information on RscMapControl/MapDefault; however, these things get overridden when another mod also uses the Rsc/default class and loads after your mod.
Is there any way for us to make sure these versions of Rsc/default don't get overridden, and we all can have our separate map widget configurations?
I've tried inheritance and using the script class, but that's for widgets and not configuration classes.