Skip to content

Commit

Permalink
Merge pull request #126 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
Release 1.2.4
  • Loading branch information
ChrisAdderley authored May 21, 2019
2 parents ca53784 + 94d7e47 commit 3be9ad5
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 37 deletions.
3 changes: 0 additions & 3 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ dependencies: # Configure dependencies
B9PartSwitch:
version: 2.7.0
location: s3
SomeThing:
location: url
url: https://diethood.com/wp-content/uploads/2018/11/Oven-Baked-Chicken-24.jpg
NearFutureProps:
tag: 0.5.1
location: github
Expand Down
2 changes: 1 addition & 1 deletion GameData/NearFutureSpacecraft/Localization/Localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ There are some characters that should not be translated into another language an

* fitiales (Spanish)
* German (LeLeon and Three_Pounds)
* Russian (Dr. Jet)
* Russian (Dr. Jet and Sooll3)
* Simplified Chinese (Sonkin)
* French (don-vip)
121 changes: 92 additions & 29 deletions GameData/NearFutureSpacecraft/Localization/ru.cfg

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
//Universal Storage 2 compatibility patch by Zorg
//Adds attach nodes for universal storage wedge units to the 3.75m service tank
//2 rows of 5 nodes for each side bay

@PART[service-tank-375]:NEEDS[UniversalStorage2]
{
//Side 1
node_stack_US1 = 1.06, 0.21, 0.7, 0.8, 0, 0.5, 0
node_stack_US2 = 1.06, -0.1933, 0.7 , 0.8, 0, 0.5, 0
node_stack_US3 = 0.0, 0.21, 1.27, 0, 0, 0.5, 0
node_stack_US4 = 0.0, -0.1933, 1.27, 0, 0, 0.5, 0
node_stack_US5 = -1.06, 0.21, 0.7, -0.8, 0, 0.5, 0
node_stack_US6 = -1.06, -0.1933, 0.7, -0.8, 0, 0.5, 0
node_stack_US7 = 0.59, 0.21, 1.12, 0.3, 0, 0.5, 0
node_stack_US8 = 0.59, -0.1933, 1.12, 0.3, 0, 0.5, 0
node_stack_US9 = -0.59, 0.21, 1.12, -0.3, 0, 0.5, 0
node_stack_US10 = -0.59, -0.1933, 1.12, -0.3, 0, 0.5, 0

//Side 2
node_stack_US11 = -1.06, 0.21, -0.7, -0.8, 0, -0.5, 0
node_stack_US12 = -1.06, -0.1933, -0.7 , -0.8, 0, -0.5, 0
node_stack_US13 = 0.0, 0.21, -1.27, 0, 0, -0.5, 0
node_stack_US14 = 0.0, -0.1933, -1.27, 0, 0, -0.5, 0
node_stack_US15 = 1.06, 0.21, -0.7, 0.8, 0, -0.5, 0
node_stack_US16 = 1.06, -0.1933, -0.7, 0.8, 0, -0.5, 0
node_stack_US17 = -0.59, 0.21, -1.12, -0.3, 0, -0.5, 0
node_stack_US18 = -0.59, -0.1933, -1.12, -0.3, 0, -0.5, 0
node_stack_US19 = 0.59, 0.21, -1.12, 0.3, 0, -0.5, 0
node_stack_US20 = 0.59, -0.1933, -1.12, 0.3, 0, -0.5, 0

}

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR":1,
"MINOR":2,
"PATCH":3,
"PATCH":4,
"BUILD":0
},
"KSP_VERSION":
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ I certainly accept pull requests. Please target all such things to the `dev` bra
For translation instructions please see [Localization Instructions](https://github.com/ChrisAdderley/NearFutureSpacecraft/blob/master/GameData/NearFutureSpacecraft/Localization/Localization.md)

* **Spanish**: fitiales
* **Russian**: Dr. Jet.
* **Russian**: Dr. Jet and Sooll3
* **German**: Three_Pounds and LeLeon
* **Simplified Chinese**: Sonkin
* **French**: don-vip
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.2.4
------
- Added patch for Universal Storage 2 adding nodes to the 3.75m service tank (thanks Zorg)
- Removed chicken from distribution
- Updated Russian localization (Sool3)

v1.2.3
------
- KSP 1.7.x
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==================================
NEAR FUTURE SPACECRAFT PACK v1.2.3
NEAR FUTURE SPACECRAFT PACK v1.2.4
==================================

This pack contains spacecraft parts focused on crewed vehicles. At the moment this includes nine new command pods, one new utility module, several monopropellant engines in orbital and landing variants, more monopropellant tanks, additional RCS thrusters.
Expand Down Expand Up @@ -37,7 +37,7 @@ LOCALIZATION

This mod includes localization support, and includes translations for
- Spanish (KSP forum user fitiales)
- Russian (KSP forum user Dr. Jet)
- Russian (KSP forum user Dr. Jet and Sooll3)
- Simplified Chinese (Sonkin)
- German (Three_Pounds and LeLeon)
- French (don-vip)
Expand Down

0 comments on commit 3be9ad5

Please sign in to comment.