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
Both mods are required and are bundled as part of download.
52
52
@@ -64,6 +64,12 @@ Both mods are required and are bundled as part of download.
64
64
You can change possible colors variants in `GameData/SimpleRepaint/Colors.cfg` file. There are maximum 24 color variants available. Please set name to NOT_USED for all unused colors.
65
65
66
66
67
+
## Black and grey lists
68
+
69
+
1. Some parts do not support B9PartSwitch for some reason. These are added to so-called "grey list", and will (or will not, depending on `UseStockVariantSwitcherForB9PSIncompatibleParts` setting) get repainting via stock PartVariants. It's not as comfortable as B9PS (in my opinion), and also does not support repainting parts in flight. You can find those parts in `GameData/SimpleRepaint/GreyList.cfg` file.
70
+
2. Some parts are not supported at all, and for some others SimpleRepaint recoloring does not have much sense: silver or golden foil covered, metallic or dark parts will not get any value from it. Those parts are added to black lists. You can find them in `GameData/SimpleRepaint/IgnoreParts` folder.
71
+
72
+
67
73
## Settings
68
74
69
75
There are three settings in `GameData/SimpleRepaint/Settings.cfg` config file.
@@ -74,12 +80,12 @@ By default you can repaint your vessel parts even in flight scene. If you feel t
74
80
75
81
### Using stock part variants switching instead B9PartSwitch
76
82
77
-
Where are some parts which does not seem to be compatible with B9PartSwitch. Notable examples are stock (not ReStock!) radial ore drills. Those parts still get repaint ability through stock part variants interface. Set `UseStockVariantSwitcherForB9PSIncompatibleParts` value to `false` if you don't want repaint ability for any B9PS-incompatible parts.
83
+
Where are some parts which does not seem to be compatible with B9PartSwitch, and they are added to "grey list". Notable examples are stock (not ReStock!) radial ore drills. Those parts still get repaint ability through stock part variants interface. Set `UseStockVariantSwitcherForB9PSIncompatibleParts` value to `false` if you don't want repaint ability for any B9PS-incompatible parts.
78
84
79
85
### Repainting only whitelisted parts
80
86
81
87
By default, all compatible parts (both stock and from mods) will get repainting ability.
82
-
If you disable this behavior by setting `RepaintWhitelistedPartsOnly` value to `true`, only specified parts will get color switching. Where are examples of whitelists in `GameData/SimpleRepaint/Whitelists` folder. They should be renamed `.cfg` files in order to take effect.
88
+
If you disable this behavior by setting `RepaintWhitelistedPartsOnly` value to `true`, only specified parts will get color switching. Where are examples of whitelists in `GameData/SimpleRepaint/Whitelists` folder. They should be renamed to `.cfg` files in order to take effect.
0 commit comments