Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 2 (modified by landauf, 7 years ago) (diff)

fixed links

This is an archived page!
This page is very old and the content is not up to date.
Not everything (if any) which is written here will be in the final game!

CoreSettings

The CoreSettings class is nothing more than a container for config-values of other classes in the code/doc/Core. This is used to avoid dispersion of important config-values into one-value-sections in the config-file.

The following values are configurable:

  • softDebugLevelConsole_, softDebugLevelLogfile_, softDebugLevelShell_: Define the maximal output level of all three output devices (used by Shell, Debug and OutputHandler)
  • language_: Sets the used language (see code/doc/Language for more information)

All values are located in the [Core] section of the config-file.