-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Currently, the static resources in the editor are hardcoded in LEVEL.PAS:L1383-L2625. To improve flexibility and support modding, these resources should be made editable. This can be achieved by implementing a configuration file where these resources are listed and read dynamically by the editor.
Proposed Solution:
-
Create a Config File: Develop a special configuration file that stores the resource data. The editor will load these resources from the config file rather than relying on hardcoded values.
-
Editor Dialog Window: Add a dedicated editor dialog window where users can easily view and edit the contents of the configuration file within the editor interface.
By introducing this feature, we can enhance the editor's mod-ability and adaptability, making it more user-friendly for custom modifications.