Skip to content

Commit

Permalink
Merge pull request #27 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
Release 0.3.1
  • Loading branch information
ChrisAdderley authored Mar 22, 2018
2 parents f99092f + 1d34ebd commit fccb801
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions GameData/NearFutureProps/Patches/RPM/NFProps_RPM_Mug.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Adds RPM support to NFProps Mugs
@PROP[NF_FOOD_CoffeeMug_Flag]:NEEDS[RasterPropMonitor]
{
MODULE
{
name = JSIInternalFlagDecal
Expand Down
Binary file modified GameData/NearFutureProps/Plugins/NFPropUtils.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GameData/NearFutureProps/Props/Racks/NF_RACK_GloveBox.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PROP
name = NF_RACK_GloveBox
MODEL
{
model = NearFutureProps/Props/Racks/NF_RACK_GloveBox
model = NearFutureProps/Props/Racks/NF_RACK_Glovebox

}
}
Expand Down
4 changes: 2 additions & 2 deletions GameData/NearFutureProps/Versioning/NearFutureProps.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
{
"MAJOR":0,
"MINOR":3,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":3,
"MINOR":4,
"PATCH":1
}
}
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fccb801

Please sign in to comment.