Skip to content

Commit

Permalink
Merge pull request #167 from post-kerbin-mining-corporation/dev
Browse files Browse the repository at this point in the history
Release 1.4.4
  • Loading branch information
ChrisAdderley authored Aug 14, 2024
2 parents a50d03b + 4e259e7 commit 0b7fb9f
Show file tree
Hide file tree
Showing 9 changed files with 344 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.2.1
version: 4.2.3
location: s3
B9PartSwitch:
version: 2.18.0
version: 2.20.0
location: s3
NearFutureProps:
tag: 0.6.5
tag: 0.7.2
location: github
repository: post-kerbin-mining-corporation/NearFutureProps
deploy:
Expand Down
250 changes: 250 additions & 0 deletions GameData/NearFutureSpacecraft/Localization/ja.cfg

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
/// Support for VABOrganizer
@PART[command-125-1|command-25-1|command-375-biconic-1|command-mk3-9|command-125-orbit-1|command-ppd-1]:FOR[NearFutureSpacecraft]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = pods
}
}
@PART[command-125-landing-1|command-25-landing-1|command-mk4-1]:FOR[NearFutureSpacecraft]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = landers
}
}
@PART[utility-pod-25]:FOR[NearFutureSpacecraft]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = crewTransport
}
}
@PART[orbital-engine-*|engine-rocket-pack-*]:FOR[NearFutureSpacecraft]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = monoEngines
}
}
@PART[service-tank-25|service-tank-375]:FOR[NearFutureSpacecraft]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = serviceBays
}
}
@PART[rcsblock-aero-5way-1|rcsblock-orbital-*]:FOR[NearFutureSpacecraft]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = rcs
}
}
@PART[engine-pod-1|engine-pod-2]:FOR[NearFutureSpacecraft]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = engineMount
}
}
@PART[landingleg-pod-1]:FOR[NearFutureSpacecraft]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = legs
}
}
@PART[nose-0625-1]:FOR[NearFutureSpacecraft]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = noses
}
}
@PART[docking-nose-0625-1]:FOR[NearFutureSpacecraft]:NEEDS[VABOrganizer]
{
%VABORGANIZER
{
%organizerSubcategory = dockingPorts
}
}
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":1,
"MINOR":4,
"PATCH":3,
"PATCH":4,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":12,
"PATCH":2
"PATCH":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ A number of parts designed to help build better and cooler orbital (and not so o

### Required
These components are required for the mod to function and are bundled as part of any download:
* [ModuleManager (4.2.1)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.18.0)](https://github.com/blowfishpro/B9PartSwitch)
* [Near Future Props (0.6.5)](https://github.com/post-kerbin-mining-corporation/NearFutureProps)
* [ModuleManager (4.2.3)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.20.0)](https://github.com/blowfishpro/B9PartSwitch)
* [Near Future Props (0.7.2)](https://github.com/post-kerbin-mining-corporation/NearFutureProps)

## Installation

Expand Down Expand Up @@ -69,6 +69,7 @@ For translation instructions please see [Localization Instructions](https://gith
* **German**: Three_Pounds and LeLeon
* **Simplified Chinese**: Sonkin
* **French**: don-vip
* **Japanese**: Yark-aki

## Licensing

Expand Down
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

v1.4.4
------
- Updated ModuleManager to 4.2.3
- Updated NearFutureProps to 0.7.2
- Updated B9PartSwitch to 2.20.0
- Added Japanese translation (Yark-Aki)
- Tweak the position of the Proteus hatch (#161)
- Add support for VABOrganizer

v1.4.3
------
- KSP 1.12
Expand Down
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ DEPENDENCIES
============

Required
- NearFutureProps (0.6.5)
- B9 Part Switch (2.18.0)
- ModuleManager (4.2.1)
- NearFutureProps (0.7.2)
- B9 Part Switch (2.20.0)
- ModuleManager (4.2.3)

Optional
- Community Tech Tree (v2.0+)
Expand Down Expand Up @@ -41,6 +41,7 @@ This mod includes localization support, and includes translations for
- Simplified Chinese (Sonkin)
- German (Three_Pounds and LeLeon)
- French (don-vip)
- Japanese (Yark-Aki)

=========
LICENSING
Expand Down

0 comments on commit 0b7fb9f

Please sign in to comment.