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

Roadmap for Module Loading and Module Configuration #5084

Open
skaldarnar opened this issue Dec 1, 2022 · 0 comments
Open

Roadmap for Module Loading and Module Configuration #5084

skaldarnar opened this issue Dec 1, 2022 · 0 comments
Labels
Category: Doc Requests, Issues and Changes targeting javadoc and module documentation Status: Needs Discussion Requires help discussing a reported issue or provided PR

Comments

@skaldarnar
Copy link
Member

Motivation

Terasology uses a modular approach to game assets, concepts and features - everything is a module.
When creating a new game players select which modules they want to use and then proceed to create a new world to begin a game in.

We want to offer players the possibility to configure the selected modules before they actually launch the game or the world is created. This includes

Proposal

tbd

Concerns

There are a lot of dependencies between different aspects, and it will be hard to model and resolve them correctly. We frequently run into issue like the following ones, where we suspect some race condition or loading order issue to be at fault:

tbd

Task Breakdown

tbd

Additional Notes & Related Resources

@skaldarnar skaldarnar added Category: Doc Requests, Issues and Changes targeting javadoc and module documentation Status: Needs Discussion Requires help discussing a reported issue or provided PR labels Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Doc Requests, Issues and Changes targeting javadoc and module documentation Status: Needs Discussion Requires help discussing a reported issue or provided PR
Projects
Status: Backlog
Development

No branches or pull requests

1 participant