MovingBlocks / TerasologyLauncher

Terasology Launcher is the official launcher for the open source game Terasology.
http://terasology.org/
Apache License 2.0
154 stars 76 forks source link

Different module scopes for game lines #304

Closed Cervator closed 5 years ago

Cervator commented 9 years ago

Big write-up over in the forum: http://forum.terasology.org/threads/module-tracker-infrastructure.1075/#post-10835

The exact details are up for debate, but we don't do module bundling in the engine build jobs anymore. Maybe full module download customization is a better option (just offer some presets to load into that system, but download all modules individually rather than prepare any custom zips?)

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/6626733-different-module-scopes-for-game-lines?utm_campaign=plugin&utm_content=tracker%2F715506&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F715506&utm_medium=issues&utm_source=github).
Cervator commented 9 years ago

Adding to the Module Management milestone - expecting to support custom module management by then, basic use of Omega is in place already.

skaldarnar commented 5 years ago

We are using the Omega distribution as base for a playable version of the game (initial set of modules with tested game modes). As the game instances will do module management anyways I don't see the need for doing that work in the launcher, too.