-
Notifications
You must be signed in to change notification settings - Fork 13
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 #1 from BobPalmer/DEVELOP
Develop
- Loading branch information
Showing
112 changed files
with
117 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.zip |
File renamed without changes.
File renamed without changes
File renamed without changes
6 changes: 2 additions & 4 deletions
6
...ta/UmbraSpaceIndustries/USI_CHANGELOG.txt → ...LEASE/GameData/000_USITools/CHANGELOG.txt
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
File renamed without changes.
File renamed without changes
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"NAME": "Firespitter", | ||
"URL": "https://raw.githubusercontent.com/snjo/Firespitter/master/For%20release/Firespitter/Firespitter.version", | ||
"VERSION": { | ||
"MAJOR": 7, | ||
"MINOR": 1, | ||
"PATCH": 4 | ||
}, | ||
"KSP_VERSION": { | ||
"MAJOR": 1, | ||
"MINOR": 0, | ||
"PATCH": 4 | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
FOR_RELEASE/GameData/Firespitter/Plugins/FSfuelSwitchTweakscale.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,14 @@ | ||
@TWEAKSCALEEXPONENTS[FSfuelSwitch]:NEEDS[TweakScale] | ||
{ | ||
@tankList | ||
{ | ||
@resources | ||
{ | ||
@amount = 3 | ||
@maxAmount = 3 | ||
} | ||
} | ||
%basePartMass = 3 | ||
weightList = 3 | ||
tankCostList = 3 | ||
} |
Binary file not shown.
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,8 @@ | ||
0.1.0 - 2015.10.16 | ||
------------------ | ||
Broke USI_Core out from the USITools DLL | ||
Moved nuclear reactors to Advanced Science Tech in the stock tech tree, and Nuclear Power/ Large Nuclear Power in CTT | ||
Bundled container CTT configs from MKS | ||
Moved KIS kontainers into appropriate CTT nodes | ||
Swapped DepletedUranium for DepletedFuel in reactors and containers | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
12 changes: 12 additions & 0 deletions
12
FOR_RELEASE/GameData/UmbraSpaceIndustries/Orion/CHANGELOG.txt
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,12 @@ | ||
0.1.0.2 - 2015.10.27 | ||
-------------------- | ||
Bundled Firespitter (needed for tank switching) | ||
|
||
0.1.0.1 - 2015.10.16 | ||
-------------------- | ||
Fixed typo in version file | ||
|
||
0.1.0 - 2015.10.16 | ||
-------------------- | ||
Synced up with current USI Core code | ||
Added KSP-AVC support |
31 changes: 31 additions & 0 deletions
31
FOR_RELEASE/GameData/UmbraSpaceIndustries/Orion/Orion.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"NAME":"MKS", | ||
"URL":"https://raw.githubusercontent.com/BobPalmer/NuclearRockets/master/GameData/UmbraSpaceIndustries/Orion/Orion.version", | ||
"DOWNLOAD":"https://github.com/BobPalmer/NuclearRockets/releases", | ||
"GITHUB":{ | ||
"USERNAME":"BobPalmer", | ||
"REPOSITORY":"NuclearRockets", | ||
"ALLOW_PRE_RELEASE":false | ||
}, | ||
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":1, | ||
"PATCH":0, | ||
"BUILD":2 | ||
}, | ||
"KSP_VERSION":{ | ||
"MAJOR":1, | ||
"MINOR":0, | ||
"PATCH":4 | ||
}, | ||
"KSP_VERSION_MIN":{ | ||
"MAJOR":1, | ||
"MINOR":0, | ||
"PATCH":0 | ||
}, | ||
"KSP_VERSION_MAX":{ | ||
"MAJOR":1, | ||
"MINOR":0, | ||
"PATCH":4 | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,31 @@ | ||
{ | ||
"NAME":"USI Tools", | ||
"URL":"https://raw.githubusercontent.com/BobPalmer/USI_Core/master/GameData/UmbraSpaceIndustries/USICore.version", | ||
"DOWNLOAD":"https://github.com/BobPalmer/USI_Core/releases", | ||
"GITHUB":{ | ||
"USERNAME":"BobPalmer", | ||
"REPOSITORY":"UmbraSpaceIndustries", | ||
"ALLOW_PRE_RELEASE":false | ||
}, | ||
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":0, | ||
"PATCH":1, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
"MAJOR":1, | ||
"MINOR":0, | ||
"PATCH":4 | ||
}, | ||
"KSP_VERSION_MIN":{ | ||
"MAJOR":1, | ||
"MINOR":0, | ||
"PATCH":0 | ||
}, | ||
"KSP_VERSION_MAX":{ | ||
"MAJOR":1, | ||
"MINOR":0, | ||
"PATCH":4 | ||
} | ||
} |
Binary file not shown.