diff --git a/GameData/NearFutureProps/Patches/RPM/NFProps_RPM_Mug.cfg b/GameData/NearFutureProps/Patches/RPM/NFProps_RPM_Mug.cfg index b1adc6d..fb6e888 100644 --- a/GameData/NearFutureProps/Patches/RPM/NFProps_RPM_Mug.cfg +++ b/GameData/NearFutureProps/Patches/RPM/NFProps_RPM_Mug.cfg @@ -1,5 +1,6 @@ // Adds RPM support to NFProps Mugs @PROP[NF_FOOD_CoffeeMug_Flag]:NEEDS[RasterPropMonitor] +{ MODULE { name = JSIInternalFlagDecal diff --git a/GameData/NearFutureProps/Plugins/NFPropUtils.dll b/GameData/NearFutureProps/Plugins/NFPropUtils.dll index 1c54533..839d193 100644 Binary files a/GameData/NearFutureProps/Plugins/NFPropUtils.dll and b/GameData/NearFutureProps/Plugins/NFPropUtils.dll differ diff --git a/GameData/NearFutureProps/Props/Racks/NF_RACK_GloveBox.cfg b/GameData/NearFutureProps/Props/Racks/NF_RACK_GloveBox.cfg index 2d93c1d..20d9c7a 100644 --- a/GameData/NearFutureProps/Props/Racks/NF_RACK_GloveBox.cfg +++ b/GameData/NearFutureProps/Props/Racks/NF_RACK_GloveBox.cfg @@ -5,7 +5,7 @@ PROP name = NF_RACK_GloveBox MODEL { - model = NearFutureProps/Props/Racks/NF_RACK_GloveBox + model = NearFutureProps/Props/Racks/NF_RACK_Glovebox } } diff --git a/GameData/NearFutureProps/Versioning/NearFutureProps.version b/GameData/NearFutureProps/Versioning/NearFutureProps.version index d33cd6f..78d78ed 100644 --- a/GameData/NearFutureProps/Versioning/NearFutureProps.version +++ b/GameData/NearFutureProps/Versioning/NearFutureProps.version @@ -6,13 +6,13 @@ { "MAJOR":0, "MINOR":3, - "PATCH":0, + "PATCH":1, "BUILD":0 }, "KSP_VERSION": { "MAJOR":1, - "MINOR":3, + "MINOR":4, "PATCH":1 } } diff --git a/README.md b/README.md index ae1bfe1..1ca0384 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -# Near Future Props 0.2.2 +# Near Future Props 0.3.1 This is an IVA props set for Kerbal Space Program, useful for building detailed internal spaces. It has all sorts of fun parts, some inspired by real space gadgets, some by general science, and some that are just fun. ## Recent Changes +**0.3.01** +* Recompile for KSP 1.4.1 +* Fixed missing curly brace in NF_FOOD_CoffeeMug_Flag +* Fixed typo in NF_RACK_GloveBox + **0.3.0** * All animatable props now animate * Minor fixes to many props diff --git a/changelog.txt b/changelog.txt index b30d78a..f713b43 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +0.3.1 +----- +- Recompile for KSP 1.4.1 +- Fixed missing curly brace in NF_FOOD_CoffeeMug_Flag +- Fixed typo in NF_RACK_GloveBox + 0.3.0 ----- - All animatable props now animate thanks to plugin component