diff --git a/PHI-CL/locale/en/locale.cfg b/PHI-CL/locale/en/locale.cfg index 983902b..117565d 100644 --- a/PHI-CL/locale/en/locale.cfg +++ b/PHI-CL/locale/en/locale.cfg @@ -1,8 +1,9 @@ [phi-cl] combine=__1__ __2__ -setting-color=[color=__1__]__2__[/color] __3__ +setting-category-color=[color=255,254,42]__1__[/color] __2__ +setting-class-color=[color=54,228,255]__1__[/color] __2__ combine-gen=__1__ MK__2__ -enable=Enable: __1__ +enable=[color=54,228,255]Enable:[/color] __1__ [name] basic-entity=Basic diff --git a/PHI-CL/locale/ja/locale.cfg b/PHI-CL/locale/ja/locale.cfg index 3178510..f81c6e5 100644 --- a/PHI-CL/locale/ja/locale.cfg +++ b/PHI-CL/locale/ja/locale.cfg @@ -1,6 +1,6 @@ [phi-cl] combine-gen=__1__ __2__代目 -enable=有効: __1__ +enable=[color=54,228,255]有効:[/color] __1__ [name] basic-entity=基本的な diff --git a/PHI-CL/locale/zh-CN/locale.cfg b/PHI-CL/locale/zh-CN/locale.cfg index c6fd883..2242f5f 100644 --- a/PHI-CL/locale/zh-CN/locale.cfg +++ b/PHI-CL/locale/zh-CN/locale.cfg @@ -1,6 +1,6 @@ [phi-cl] combine-gen=__1__ __2__代 -enable=啟用: __1__ +enable=[color=54,228,255]啟用:[/color] __1__ [name] basic-entity=基本 diff --git a/PHI-CL/locale/zh-TW/locale.cfg b/PHI-CL/locale/zh-TW/locale.cfg index c6fd883..2242f5f 100644 --- a/PHI-CL/locale/zh-TW/locale.cfg +++ b/PHI-CL/locale/zh-TW/locale.cfg @@ -1,6 +1,6 @@ [phi-cl] combine-gen=__1__ __2__代 -enable=啟用: __1__ +enable=[color=54,228,255]啟用:[/color] __1__ [name] basic-entity=基本 diff --git a/PHI-CL/settings.lua b/PHI-CL/settings.lua index fc407db..55887f6 100644 --- a/PHI-CL/settings.lua +++ b/PHI-CL/settings.lua @@ -4,14 +4,14 @@ data:extend({ name = 'PHI-MB', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-MB'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB'}}}, + localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-MB'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB'}}}, order = 'A00' }, { type = 'bool-setting', name = 'PHI-MB-ENERGY', setting_type = 'startup', default_value = true, - localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-MB-ENERGY'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-ENERGY'}}}, + localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-MB-ENERGY'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-ENERGY'}}}, order = 'AA00' }, { type = 'int-setting', @@ -19,7 +19,7 @@ data:extend({ setting_type = 'startup', default_value = 8, allowed_values = {1, 2, 3, 4, 5, 6, 7, 8}, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MB-ENERGY-POWER-TIER'}, {'mod-setting-name.PHI-MB-ENERGY-POWER-TIER'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-ENERGY-POWER-TIER'}, {'mod-setting-name.PHI-MB-ENERGY-POWER-TIER'}}, order = 'AA01' }, { type = 'int-setting', @@ -27,14 +27,14 @@ data:extend({ setting_type = 'startup', default_value = 4, allowed_values = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MB-ENERGY-SOLAR-RATIO'}, {'mod-setting-name.PHI-MB-ENERGY-SOLAR-RATIO'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-ENERGY-SOLAR-RATIO'}, {'mod-setting-name.PHI-MB-ENERGY-SOLAR-RATIO'}}, order = 'AA02' }, { type = 'bool-setting', name = 'PHI-MB-MACHINE', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-MB-MACHINE'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-MACHINE'}}}, + localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-MB-MACHINE'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-MACHINE'}}}, order = 'AB00' }, { type = 'int-setting', @@ -42,14 +42,14 @@ data:extend({ setting_type = 'startup', default_value = 3, allowed_values = {1, 2, 3}, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MB-MACHINE-TIER'}, {'mod-setting-name.PHI-MB-MACHINE-TIER'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-MACHINE-TIER'}, {'mod-setting-name.PHI-MB-MACHINE-TIER'}}, order = 'AB01' }, { type = 'bool-setting', name = 'PHI-MB-EQUIPMENT', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-EQUIPMENT'}}}, + localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-EQUIPMENT'}}}, order = 'AC00' }, { type = 'int-setting', @@ -57,28 +57,28 @@ data:extend({ setting_type = 'startup', default_value = 2, allowed_values = {1, 2, 3, 4, 5, 6, 7, 8}, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-TIER'}, {'mod-setting-name.PHI-MB-EQUIPMENT-TIER'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-TIER'}, {'mod-setting-name.PHI-MB-EQUIPMENT-TIER'}}, order = 'AC01' }, { type = 'bool-setting', name = 'PHI-MB-EQUIPMENT-ARMOR', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-ARMOR'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-EQUIPMENT-ARMOR'}}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-ARMOR'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-EQUIPMENT-ARMOR'}}}, order = 'AC02' }, { type = 'bool-setting', name = 'PHI-MB-EQUIPMENT-SIZE', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-SIZE'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-EQUIPMENT-SIZE'}}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MB-EQUIPMENT-SIZE'}, {'phi-cl.enable', {'mod-setting-name.PHI-MB-EQUIPMENT-SIZE'}}}, order = 'AC03' }, { type = 'bool-setting', name = 'PHI-MI', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-MI'}, {'phi-cl.enable', {'mod-setting-name.PHI-MI'}}}, + localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-MI'}, {'phi-cl.enable', {'mod-setting-name.PHI-MI'}}}, order = 'B00' }, { type = 'int-setting', @@ -87,7 +87,7 @@ data:extend({ default_value = 10, minimum_value = 1, maximum_value = 160, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MI-PIPE'}, {'mod-setting-name.PHI-MI-PIPE'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-PIPE'}, {'mod-setting-name.PHI-MI-PIPE'}}, order = 'B01' }, { type = 'int-setting', @@ -96,14 +96,14 @@ data:extend({ default_value = 10, minimum_value = 1, maximum_value = 160, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MI-ROBOT'}, {'mod-setting-name.PHI-MI-ROBOT'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-ROBOT'}, {'mod-setting-name.PHI-MI-ROBOT'}}, order = 'B02' }, { type = 'bool-setting', name = 'PHI-MI-ROBOT-ENERGY', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MI-ROBOT-ENERGY'}, {'phi-cl.enable', {'mod-setting-name.PHI-MI-ROBOT-ENERGY'}}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-ROBOT-ENERGY'}, {'phi-cl.enable', {'mod-setting-name.PHI-MI-ROBOT-ENERGY'}}}, order = 'B03' }, { type = 'int-setting', @@ -112,7 +112,7 @@ data:extend({ default_value = 10, minimum_value = 1, maximum_value = 160, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MI-TRAIN'}, {'mod-setting-name.PHI-MI-TRAIN'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-TRAIN'}, {'mod-setting-name.PHI-MI-TRAIN'}}, order = 'B04' }, { type = 'int-setting', @@ -121,28 +121,28 @@ data:extend({ default_value = 320, minimum_value = 80, maximum_value = 10240, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-MI-PIPE-EXTENT'}, {'mod-setting-name.PHI-MI-PIPE-EXTENT'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-MI-PIPE-EXTENT'}, {'mod-setting-name.PHI-MI-PIPE-EXTENT'}}, order = 'B05' }, { type = 'bool-setting', name = 'PHI-SA', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-SA'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA'}}}, + localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-SA'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA'}}}, order = 'C00' }, { type = 'bool-setting', name = 'PHI-SA-SPOIL', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-SA-SPOIL'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA-SPOIL'}}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-SPOIL'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA-SPOIL'}}}, order = 'C01' }, { type = 'bool-setting', name = 'PHI-SA-SPOIL-FREEZE', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-SA-SPOIL-FREEZE'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA-SPOIL-FREEZE'}}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-SPOIL-FREEZE'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA-SPOIL-FREEZE'}}}, order = 'C02' }, { type = 'int-setting', @@ -151,14 +151,14 @@ data:extend({ default_value = 50, minimum_value = 1, maximum_value = 1000, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-SA-SPOIL-FREEZE-RATIO'}, {'mod-setting-name.PHI-SA-SPOIL-FREEZE-RATIO'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-SPOIL-FREEZE-RATIO'}, {'mod-setting-name.PHI-SA-SPOIL-FREEZE-RATIO'}}, order = 'C03' }, { type = 'bool-setting', name = 'PHI-SA-ENABLE-QUALITY', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-SA-ENABLE-QUALITY'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA-ENABLE-QUALITY'}}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-ENABLE-QUALITY'}, {'phi-cl.enable', {'mod-setting-name.PHI-SA-ENABLE-QUALITY'}}}, order = 'C04' }, { type = 'int-setting', @@ -167,7 +167,7 @@ data:extend({ default_value = 10, minimum_value = 1, maximum_value = 100, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-SA-QUALITY'}, {'mod-setting-name.PHI-SA-QUALITY'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-QUALITY'}, {'mod-setting-name.PHI-SA-QUALITY'}}, order = 'C05' }, { type = 'int-setting', @@ -176,7 +176,7 @@ data:extend({ default_value = 10, minimum_value = 1, maximum_value = 10000, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-SA-ROCKET-CAPACITY'}, {'mod-setting-name.PHI-SA-ROCKET-CAPACITY'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-SA-ROCKET-CAPACITY'}, {'mod-setting-name.PHI-SA-ROCKET-CAPACITY'}}, order = 'C06' }, { type = 'string-setting', @@ -185,21 +185,21 @@ data:extend({ allow_blank = true, default_value = '', allowed_values = {'', 'SAP', 'VP'}, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-GM'}, {'phi-cl.enable', {'mod-setting-name.PHI-GM'}}}, + localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-GM'}, {'phi-cl.enable', {'mod-setting-name.PHI-GM'}}}, order = 'D00' }, { type = 'bool-setting', name = 'PHI-CT', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '255,254,42', {'mod-setting-name-prefix.PHI-CT'}, {'phi-cl.enable', {'mod-setting-name.PHI-CT'}}}, + localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-CT'}, {'phi-cl.enable', {'mod-setting-name.PHI-CT'}}}, order = 'E00' }, { type = 'bool-setting', name = 'PHI-CT-TILE', setting_type = 'startup', default_value = false, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-CT-TILE'}, {'mod-setting-name.PHI-CT-TILE'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-CT-TILE'}, {'mod-setting-name.PHI-CT-TILE'}}, order = 'E01' }, { type = 'string-setting', @@ -207,7 +207,7 @@ data:extend({ setting_type = 'startup', default_value = 'grass-1', allowed_values = {'landfill', 'stone-path', 'concrete', 'refined-concrete', 'water', 'water-mud', 'water-shallow', 'deepwater', 'deepwater-green', 'dirt-1', 'dirt-2', 'dirt-3', 'dirt-4', 'dirt-5', 'dirt-6', 'dirt-7', 'dry-dirt', 'grass-1', 'grass-2', 'grass-3', 'grass-4'}, - localised_name = {'phi-cl.setting-color', '54,228,255', {'mod-setting-name-prefix.PHI-CT-TILE-CHOICE'}, {'mod-setting-name.PHI-CT-TILE-CHOICE'}}, + localised_name = {'phi-cl.setting-class-color', {'mod-setting-name-prefix.PHI-CT-TILE-CHOICE'}, {'mod-setting-name.PHI-CT-TILE-CHOICE'}}, order = 'E02' } })