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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: