Commit Graph

16 Commits

Author SHA1 Message Date
5d3768b5bb
Remove unused reference 2019-10-20 22:51:45 -07:00
134fd03c55
Recompile plugin for 1.8 2019-10-20 22:23:27 -07:00
9ee549b29b
Merge branch 'ground' into develop 2019-10-09 17:52:33 -07:00
3e13dab645
Launchclamp module works but hangs unexpectedly due to it growing too large 2019-09-08 19:12:19 -07:00
411f85e329
Merge branch 'resource' into develop 2019-08-30 21:21:18 -07:00
a506dc492e
Add ModuleRestockHeatEffects
• Add ModuleRestockHeatEffects, which replaces ModuleHeatEffects and incorporates its own color changing module without the bugs of the stock one, as well as having an option to disable the built in blackbody glow.
• Minor changes to ModuleRestockISRUAnimation
2019-08-16 21:20:14 -07:00
6871021b8a
Add ISRU and custom animation module 2019-08-15 00:09:18 -07:00
d356834614
Merge branch 'negative-space' into develop 2019-06-10 17:58:39 -07:00
c19379153e
Update Restock.csproj 2019-06-10 17:51:35 -07:00
676287618a
Update Restock.csproj 2019-06-09 18:46:43 -07:00
blowfish
f26d4c20ea Verify install and warn user of issues
* Warn if Restock is installed in the wrong place (finds DLL and then goes two directories up, this should be Restock's "root" install directory)
* Warn if some old directories are sitting around from an old version of KSP, since the old part configs break stuff.
2019-04-21 22:40:48 -07:00
blowfish
17ec6782e4 Update csproj since I forgot apparently 2019-03-01 00:22:23 -08:00
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
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
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