I've found a problem with settings of a mod I've just installed. Here's the settings definition:
Code: Select all
{
type = "int-setting",
name = "central-rails-rail-count",
setting_type = "runtime-global",
default_value = 2,
minimum_value = 1,
maximum_value = 10,
order="hamster1"
},
Code: Select all
-- Locale file
[mod-setting-description]
central-rails-rail-count=How many rails per side to install. Defaults to 1.
Code: Select all
[mod-setting-description]
central-rails-rail-count=How many rails per side to install. Defaults to __MOD_SETTINGS_MAP__central-rails-rail-count__default_value__.