You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW I hacked together a batch modding class for my Walking Sim mod. Since I got tired of having to redo things after every patch. It takes config files like the blow and applies them to all open map files. matg|globals\globals|enum8:375:Damage Resistance:11
The above line would open all "matg" tags named "globals\globals" and if it found an enum8 field named "Damage Resistance" on line 375 of the plugin, it would set the value to 11.
This would be a MUCH needed improvement for campaign editing/modding.
Having to find the right attributes of a weapon or damage effect to change across multiple maps can be needlessly time consuming and prone to errors.
Suggest to allow users to apply changes to multiple map files that are open in tabs, through a right click option or in the "File" menu.
Or at least a copy/paste function of the attributes of the currently open tab.
The text was updated successfully, but these errors were encountered: