Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Static Resources Configurable in the Editor #33

Open
smlu opened this issue Oct 16, 2024 · 0 comments
Open

Make Static Resources Configurable in the Editor #33

smlu opened this issue Oct 16, 2024 · 0 comments

Comments

@smlu
Copy link
Owner

smlu commented Oct 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant