You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As developer I want to provide a sensible and easy settings/parameter system for not critical adjustments for the mission, so that players have an easy and intuitive way to individualize their game experience with the mission.
Description
We'll delete all current paramters in the v0.97 version. Reason is, that it's currently a copy from the old framework parameters and therefore nearly all aren't even used yet. We'll add parameters during the development to have a cleaner set of settings.
Due to the modular structure we'll also evaluate different approaches and test them before choosing one of the following possibilities to implement these settings:
Use the mission parameters with an own save/load functionality like it's implemented in the old framework. So every module could add own settings via includes
Use CBA Settings completely. This way modules could add settings via preInit functions to the mission. Only downside would be that you have to start the mission once to set the settings you want. You could even need to restart/wipe once after you've chosen your settings, if they contain settings which affects the basic mission initialization
Use only the KPLIB Config File for all available settings. This way the settings need to be set by editing the file, which makes them persistent without any further work. Downside would be that players need to edit the missionfile to have the settings they like and edits could result in mistakes
We'll discuss and test the above possibilities internally but we would also appreciate opinions from everyone else on this topic. Many thanks in advance for your feedback on this.
Sub-Tasks
Remove all unused parameters
Evaluate which implementation to use for the future settings/parameters
Implement all currently needed/used settings
Start a wiki article for parameters explanations Directly in the settings files
Adjust the wiki article for module adding accordingly Will be done until moved to gh-pages
The text was updated successfully, but these errors were encountered:
Short Summary
As developer I want to provide a sensible and easy settings/parameter system for not critical adjustments for the mission, so that players have an easy and intuitive way to individualize their game experience with the mission.
Description
We'll delete all current paramters in the v0.97 version. Reason is, that it's currently a copy from the old framework parameters and therefore nearly all aren't even used yet. We'll add parameters during the development to have a cleaner set of settings.
Due to the modular structure we'll also evaluate different approaches and test them before choosing one of the following possibilities to implement these settings:
We'll discuss and test the above possibilities internally but we would also appreciate opinions from everyone else on this topic. Many thanks in advance for your feedback on this.
Sub-Tasks
Start a wiki article for parameters explanationsDirectly in the settings filesAdjust the wiki article for module adding accordinglyWill be done until moved to gh-pagesThe text was updated successfully, but these errors were encountered: