Skip to content

Instantly share code, notes, and snippets.

@cake-pie
Created April 22, 2018 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cake-pie/deb2a1e2b5a39e551d207b9e06cbf1d8 to your computer and use it in GitHub Desktop.
Save cake-pie/deb2a1e2b5a39e551d207b9e06cbf1d8 to your computer and use it in GitHub Desktop.
No-Firespitter patch for Hawkspeed Airstairs 0.8.1 on KSP 1.4+
PART
{
name = airstair2m
module = Part
author = cake>pie
mesh = airstair2m.mu
scale = 1
node_stack_fore = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0, 2
node_stack_aft = 0.0, -0.75, 0.0, 0.0, -1.0, 0.0, 2
attachRules = 1,0,1,1,0
TechRequired = specializedConstruction
entryCost = 12000
cost = 1500
category = Utility
subcategory = 0
title = #loc_HawkspeedAirstairs_part_airstair2m_title
manufacturer = #loc_HawkspeedAirstairs_part_manufacturer
description = #loc_HawkspeedAirstairs_part_airstair2m_description
mass = 1.5
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 45
breakingForce = 200
breakingTorque = 200
maxTemp = 1200
skinMaxTemp = 2000
CrewCapacity = 1
bulkheadProfiles = size2
tags = #loc_HawkspeedAirstairs_part_airstair2m_tags
INTERNAL
{
name = airstair2mIVA
}
MODULE
{
name = ModuleAnimateGeneric
animationName = airstair
startEventGUIName = #loc_HawkspeedAirstairs_part_airstair2m_animateGeneric_start
endEventGUIName = #loc_HawkspeedAirstairs_part_airstair2m_animateGeneric_end
actionGUIName = #loc_HawkspeedAirstairs_part_airstair2m_animateGeneric_toggle
allowAnimationWhileShielded = false
evaDistance = 5
}
MODULE
{
name = ModulePartVariants
baseVariant = StockAero
VARIANT
{
name = StockAero
displayName = #loc_HawkspeedAirstairs_tex_StockAero
primaryColor = #bcbcbc
secondaryColor = #848484
TEXTURE
{
mainTextureURL = Airstairs/Parts/Airstair2m/airstair2m_stock_aero_tex
}
}
VARIANT
{
name = KAX
displayName = #loc_HawkspeedAirstairs_tex_KAX
primaryColor = #cbcfd2
secondaryColor = #c0c4c7
TEXTURE
{
mainTextureURL = Airstairs/Parts/Airstair2m/airstair2m_KAX_tex
}
}
VARIANT
{
name = FSbomber
displayName = #loc_HawkspeedAirstairs_tex_FSbomber
primaryColor = #b7b7b7
secondaryColor = #b7b7b7
TEXTURE
{
mainTextureURL = Airstairs/Parts/Airstair2m/airstair2m_FSbomber_tex
}
}
}
}
Localization
{
en-us
{
#loc_HawkspeedAirstairs_modname = Hawkspeed Airstairs
#loc_HawkspeedAirstairs_agent_title = Hawkspeed Aircraft Corporation
#loc_HawkspeedAirstairs_agent_description = Hawkspeed Aircraft Corporation has its origins in the Houghspead Aircraft Manufacturing Company, founded by Ellen and Molly Houghspead. Despite being an early pioneer in the field of built-in passenger boarding and alighting solutions, the company struggled to compete in a market saturated with many suppliers that offer a large variety of aircraft and spacecraft parts. It has endured periods of forced closure and even bankruptcy, but continues to survive by occupying a small niche for finely engineered, specialized parts of high quality workmanship.
#loc_HawkspeedAirstairs_part_manufacturer = Hawkspeed Aircraft Corporation
#loc_HawkspeedAirstairs_part_airstair2m_title = Hawkspeed 2.5m Airstair Fuselage
#loc_HawkspeedAirstairs_part_airstair2m_description = The original 2.5m fuselage section with built-in airstairs. Embark and disembark passengers safely and quickly without the need of manoeuvring any ground equipment to the airplane!
#loc_HawkspeedAirstairs_part_airstair2m_tags = stair cabin climb board embark step rung safe plane airplane aircraft airliner statio passenger tour
#loc_HawkspeedAirstairs_part_airstair2m_FSanimateGeneric_start = Deploy Stairs
#loc_HawkspeedAirstairs_part_airstair2m_FSanimateGeneric_end = Retract Stairs
#loc_HawkspeedAirstairs_part_airstair2m_FSanimateGeneric_toggle = Toggle Stairs
#loc_HawkspeedAirstairs_part_airstair2m_animateGeneric_start = Deploy Stairs
#loc_HawkspeedAirstairs_part_airstair2m_animateGeneric_end = Retract Stairs
#loc_HawkspeedAirstairs_part_airstair2m_animateGeneric_toggle = Toggle Stairs
#loc_HawkspeedAirstairs_part_airstair2m_FStextureSwitch2_textures = Stock Aircraft;KAX;Firespitter Bomber //Stock Capsule
#loc_HawkspeedAirstairs_tex_StockAero = Stock Aircraft
#loc_HawkspeedAirstairs_tex_KAX = KAX
#loc_HawkspeedAirstairs_tex_FSbomber = Firespitter Bomber
#loc_HawkspeedAirstairs_tex_StockSpace = Stock Capsule
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment