Skip to content

Commit d5afb69

Browse files
committed
Updated readme and changelog
1 parent c0e28ba commit d5afb69

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.3.1
2+
-----
3+
+ Added setting to use whitelist-only repainting (disabled by default, see readme).
4+
15
0.3.0
26
-----
37
* Rearranged colors list, added new colors.

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,20 @@ You can change possible colors variants in `GameData/SimpleRepaint/Colors.cfg` f
6666

6767
## Settings
6868

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.
7070

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.
7283

7384

7485
## Credits

0 commit comments

Comments
 (0)