Commit Graph

7 Commits

Author SHA1 Message Date
blowfish
8d8795c57d Unify material modifiers
Allows float and color properties to be set on actual parts now, not just
fairings
2019-02-28 22:41:44 -08:00
Joseph Wong
366a354688 allow empty lines and comments in blacklist/whitelist 2019-02-04 21:20:20 -08:00
blowfish
3618a724e3 Blacklist for excluding replaced files
All .restockblacklist files will be read to prevent KSP from loading these files (i.e. models and textures).  Any .restockwhitelist files will be read to prevent them from being blacklisted (e.g. if a mod actually uses the squad files).  Each line in those files should be a GameData path that follows these rules:

* If it ends with a / then all files in that directory (or sibdirectories) will be matched
* A * can match anything in a directory or file name
* Files can optionally take an extension, but it is not required to match
2019-01-19 23:15:57 -08:00
blowfish
f04b586af8 Fairing material updater module 2019-01-13 11:46:00 -08:00
Chris Adderley
d76dfa6d96 Test fairing shader swap 2019-01-12 21:58:55 -08:00
blowfish
9cc2fa36c8 Add license to blowfish assets dir 2018-12-02 23:25:34 -08:00
blowfish
f53161ff3e Add plugin with material modifier
ModuleRestockMaterialModifier allows materials to be modified.  Currently only supports swapping out the shader and changing texture properties.  Changes apply to the whole part (can be changed in the future).
2018-12-02 23:20:39 -08:00