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
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,20 @@ You can change possible colors variants in `GameData/SimpleRepaint/Colors.cfg` f
66
66
67
67
## Settings
68
68
69
-
If you feel that repainting vessel' parts in flight is not very realistic, you can disable this feature in `GameData/SimpleRepaint/Settings.cfg`file. Just set `RepaintInFlight` value to `false`.
69
+
There are three settings in `GameData/SimpleRepaint/Settings.cfg`config file.
70
70
71
-
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. This can be disabled in `GameData/SimpleRepaint/Settings.cfg` file. Set `UseStockVariantSwitcherForB9PSIncompatibleParts` value to `false` if you don't repaint ability for any B9PS-incompatible parts.
71
+
### Repaint in flight
72
+
73
+
By default you can repaint your vessel parts even in flight scene. If you feel that it's not very realistic, you can disable this feature: just set `RepaintInFlight` value to `false`.
74
+
75
+
### Using stock part variants switching instead B9PartSwitch
76
+
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.
78
+
79
+
### Repainting only whitelisted parts
80
+
81
+
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.
0 commit comments