Configure the merging process of adjacents difficulty levels

XML Syntax

To configure the merging process of adjacents difficulty levels, you have to modify an existing configuration file (or create a new one with the “.cfg” extension) based on the following syntax :
DD_Config_Merging_Process_24

The parameters

  • The “maxDifferencesBeforeMerging” parameter defines the maximum percent of differences between two adjacent levels, to merge them. The default value is “10”, so two adjacent levels can be merged together if there are less than 10% of differences between them.
  • The “maxDifferencesAfterMerging” parameter defines the maximum percent of differences between the new merged level and the previous one. The default value is “30”, so the new merged level is kept as a single level if there are less than 30% of differences with the previous level.
  • The “maxDifficultyLevelToProtect” parameter define the percent of first levels in the ramp-up model to protect (these levels will be never merged). The default value is “20” and there are 19 levels in the default ramp-up model, so the 3 first levels are always protected and can never be merged (20*19/100 = 3).

Leave a comment