Commit Graph

12 Commits (411f85e329888b6f133df9a93724fcc20939bd19)

Author SHA1 Message Date
Andrew Cassidy 411f85e329
Merge branch 'resource' into develop 5 years ago
Andrew Cassidy 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
5 years ago
Andrew Cassidy 6871021b8a
Add ISRU and custom animation module 5 years ago
Andrew Cassidy d356834614
Merge branch 'negative-space' into develop 5 years ago
Andrew Cassidy c19379153e
Update Restock.csproj 5 years ago
Andrew Cassidy 676287618a
Update Restock.csproj 5 years ago
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.
5 years ago
blowfish 17ec6782e4 Update csproj since I forgot apparently 5 years ago
blowfish 8d8795c57d Unify material modifiers
Allows float and color properties to be set on actual parts now, not just
fairings
5 years ago
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
5 years ago
blowfish f04b586af8 Fairing material updater module 5 years ago
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).
6 years ago