-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from ChrisAdderley/dev
Release 1.2.4
- Loading branch information
Showing
8 changed files
with
135 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
GameData/NearFutureSpacecraft/Patches/NFSpacecraftUniversalStorage2.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
{ | ||
"MAJOR":1, | ||
"MINOR":2, | ||
"PATCH":3, | ||
"PATCH":4, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION": | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters