Skip to content

Commit

Permalink
Interstage part title.
Browse files Browse the repository at this point in the history
Added decoupler.
Update dependencies.
Readme.
  • Loading branch information
jsolson committed Sep 6, 2016
1 parent 5b7abc4 commit 4d3eb41
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 20 deletions.
8 changes: 4 additions & 4 deletions GameData/Firespitter/Firespitter.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"URL": "https://raw.githubusercontent.com/snjo/Firespitter/master/For%20release/Firespitter/Firespitter.version",
"VERSION": {
"MAJOR": 7,
"MINOR": 1,
"PATCH": 4
"MINOR": 3,
"PATCH": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 4
"MINOR": 1,
"PATCH": 3
}
}
14 changes: 0 additions & 14 deletions GameData/Firespitter/Plugins/FSfuelSwitchTweakscale.cfg

This file was deleted.

Binary file modified GameData/Firespitter/Plugins/Firespitter.dll
Binary file not shown.
12 changes: 10 additions & 2 deletions GameData/Jso/Bdb/PF/bdb_pf.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
+PART[bluedog_Saturn_3125mFairingBase]:HAS[@MODULE[ModuleProceduralFairing]]:FOR[Jso_Bdb_PF]:NEEDS[ProceduralFairings]
{
@name ^= :$:_PF_adaptor:
@title ^= :$: PF Adaptor:
//@title ^= :$: PF Interstage Adaptor:
@title = Sarnus-SIVB 3.75m PF Interstage Adaptor

// Modifier for the base size to account for PF shrinking
// the part by the fairing wall width.
Expand Down Expand Up @@ -193,14 +194,21 @@
baseSize = 3.75
topSize = 2.5
height=3
extraHeight = 1.90
extraHeight = 1.90
costPerTonne=1000
specificMass=0.0064, 0.0130, 0.0098, 0
specificBreakingForce =6050
specificBreakingTorque=6050
dragAreaScale = 1.5
}

MODULE
{
name = ModuleDecouple
ejectionForce = 0
explosiveNodeID = top1
}

MODULE
{
name = KzFairingBaseShielding
Expand Down
29 changes: 29 additions & 0 deletions GameData/Jso/Bdb/PF/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BDB-ProceduralFairings
Procedural fairings for CobaltWolf's Bluedog Design Bureau.

Converts all BDB fairing bases to work with procedural fairings.
Included side textures:
Bluedog default
Bluedog Titan
Etoh
Etoh Test

Dependencies
Procedural Fairings
Firespitter Core
Module Manager

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
http://creativecommons.org/licenses/by-nc-sa/4.0/



Version 0.1.2
Added Saturn 3.75 Interstage Adapter. Thanks @Komodo
Updated dependencies.

Version 0.1.1
Added logo fairing.

Version 0.1.0
Initial release
Binary file removed GameData/ModuleManager.2.6.18.dll
Binary file not shown.
Binary file added GameData/ModuleManager.2.6.25.dll
Binary file not shown.

0 comments on commit 4d3eb41

Please sign in to comment.