Skip to content

Commit

Permalink
KSP 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BobPalmer committed Nov 15, 2016
1 parent 53de230 commit e3ab092
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 509 deletions.
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.8.4 - (KSP 1.2.1)
-------------------
Dependency Updates

0.8.3 - 2016.10.22
------------------
Fixed a bug causing NRE spam with toolbar (thanks Kerbas-ad-astra!)
Expand Down
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll.mdb
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions FOR_RELEASE/GameData/000_USITools/USITools.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"VERSION":{
"MAJOR":0,
"MINOR":8,
"PATCH":3,
"PATCH":4,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":2,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -26,6 +26,6 @@
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":2,
"PATCH":0
"PATCH":1
}
}
5 changes: 5 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.6.3 - (KSP 1.2.1)
-------------------
Adjusted cost Fluorine (KSPI-E) to cost LqdFluorine (Realfuels)
Removed double definition of LqdFluorine

0.6.2 - 2016.10.15
------------------
Various KSPI resource updates
Expand Down
6 changes: 3 additions & 3 deletions FOR_RELEASE/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"VERSION":{
"MAJOR":0,
"MINOR":6,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":2,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -26,6 +26,6 @@
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":2,
"PATCH":0
"PATCH":1
}
}
16 changes: 1 addition & 15 deletions FOR_RELEASE/GameData/CommunityResourcePack/CommonResources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -757,21 +757,7 @@ RESOURCE_DEFINITION
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 0.00336224
volume = 1
}

RESOURCE_DEFINITION
{
abbreviation = F
name = LqdFluorine
density = 0.01696
flowMode = STACK_PRIORITY_SEARCH
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 1
hsp = 824 // specific heat capacity (kJ/tonne-K as units) gas
unitCost = 0.010176
volume = 1
}

Expand Down
22 changes: 16 additions & 6 deletions FOR_RELEASE/GameData/Firespitter/Firespitter.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@
"VERSION": {
"MAJOR": 7,
"MINOR": 4,
"PATCH": 1
"PATCH": 2
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 2,
"PATCH": 0
}
"KSP_VERSION":{
"MAJOR":1,
"MINOR":2,
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":2,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":2,
"PATCH":1
}
}
Binary file modified FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll.mdb
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.pdb
Binary file not shown.
5 changes: 5 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.3.4 - (KSP 1.2.1)
-------------------
Changed Nukes category to Electrical (Thanks SirCharizard17/SixDasher!)
Removed NFE Configs (Nertea should handle this now)

0.3.3 - 2016.10.22
------------------
Dependency Updates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ attachRules = 1,1,1,1,0


// --- standard part parameters ---
mass = 17.5
mass = 1.75
dragModelType = default
maximum_drag = 0.20
minimum_drag = 0.15
Expand All @@ -58,7 +58,7 @@ bulkheadProfiles = size0,srf
resourceAmounts = 14000;140000;1400000;1260,1540;14000;14000;14000;56000;2800;2800
initialResourceAmounts = 0;35000;350000;0;0;0;0;0;0;0
tankCost = 56000000;560000;14700;1288;11.2;224000;0;2058;2240;3360
basePartMass = 17.5
basePartMass = 1.75
tankMass = 0;0;0;0;0;0;0;0;0;0
hasGUI = false
}
Expand Down
Binary file not shown.
Loading

0 comments on commit e3ab092

Please sign in to comment.