Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BDB LaunchClamps Configs #2827

Open
wants to merge 1 commit into
base: BDBStagingBranch
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
// ================================================================================
// Launch Clamps Configs
// ================================================================================


// 4m Redstone
@PART[BDB_FASAlaunchClamp25]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = FASA 4m Redstone Launch Clamp
@manufacturer = FASA
@description = The 4m clamp attaches to the bottom of 4m rockets. Just make sure your engine can handle the weight. If your rocket explodes your going to need to add some radial clamps.
}


// 3m Redstone
@PART[BDB_FASAlaunchClamp125]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = FASA 3m Redstone Launch Clamp
@manufacturer = FASA
@description = Rockets getting stuck? Use the "Redstone Clamp", it attaches to the bottom of small 3m rockets.
}


// Apollo Clamp
@PART[BDB_FASAlaunchClampApollo]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = FASA Apollo Launch Clamp
@manufacturer = FASA
@description = Similar to the clamps that held the Saturn V down while the engines spooled up. The clamp had a special hood it retracted into. It protect the clamps from rocket exhaust so they could be reused for multiple launches.
}


// Atlas Clamp
@PART[BDB_FASAlaunchClampAtlas]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = FASA Atlas Launch Clamp
@manufacturer = FASA
@description = The "Atlas Clamp" attaches to the sides of rockets to help stop the launch wiggles.
}


// Launch Tower
@PART[BDB_FASAlaunchTower]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = FASA Launch Tower
@manufacturer = FASA
@description = This launch tower lets you load Kerbals from the tower to your spacecraft. Load it up with Kerbals from the astronaut complex and right click on the doors at the top or bottom to EVA.
}


// Umbilical Tower
@PART[BDB_FASAUmbilicalTower]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%rescaleFactor = 1.6
@title = FASA Umbilical Tower
@manufacturer = FASA
@description = This umbilical tower functions as a launch clamp and fuel pump for liquid fuel/hydrogen, oxidizer and mono-propellent. It also Provides electricity. Right click on the tower to start the fuel flow.
}