Roadmap for Module Loading and Module Configuration #5084
Labels
Category: Doc
Requests, Issues and Changes targeting javadoc and module documentation
Status: Needs Discussion
Requires help discussing a reported issue or provided PR
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
The text was updated successfully, but these errors were encountered: