Allow users to create game definitions #10
Labels
Enhancement
New feature or request
General
Related to program in general, not applicable to any module
PluginManager
SavesManager
Description
Kortex don't use hardcoded game information to support a game. Instead it uses special configuration files - instance templates. All games support is implemented using these templates with some exceptions. Exceptions is PluginManager and SaveManager.
These managers must implement their interface for requested game. Instance template specifies what interface it need. There is no completely generic implementation for any game. There is however generic implementation of plugin manager for Bethesda games and its more specialized version for Morrowind and Bethesda games with ESL support. SaveManager does not implement any interface, but it must provide a factory function that creates a save file object that implements save interface for requested game.
Even now user can copy one of existing templates, modify it and use it to allow Kortex support new game. This however requires some knowledge about what you can change in template file and what options are supported.
This enhancement is not assigned to the milestone because it's quite hard to implement in time given that there is so much more important tasks.
Required features
The text was updated successfully, but these errors were encountered: