Skip to content

Make Static Resources Configurable in the Editor #33

@smlu

Description

@smlu

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:

  1. 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.

  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions