//****DEPRECATED PATCH FOR COMPATIBILITY WITH MK1CabinHatch VERSION <= v0.2.0****
@PART[MK1CrewCabin]
{
	@description ^= :$: <color=red>Beware, Contain a deprecated model by the mod Mk1-Cabin-Hatch for older compatibility, if needed edit your craft to use the new part variant system, then you can delete the file DEPRACTEDcompatibilityPatch.cfg in GameData/MK1CabinHatch or change its extension to .txt </color>
MODEL
	{
   		model = MK1CabinHatch/MK1CabinHatchMDL//DEPRECATED/
		texture = Mk1Cockpit, Squad/Parts/Command/mk1Cockpits/Mk1Cockpit
		texture = GLOW, Squad/Parts/Command/mk1Cockpits/GLOW
	}
	
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = AirlockAnim
		//actionAvailable = false
		//animSwitch = false
		eventAvailableEditor = true//false **** switched this back to "true" to see the options "remove top hatch, etc..." in the editor and in flight ****
		eventAvailableFlight = true//false
		eventAvailableEVA = true//false
		//instantAnimInEditor = true
		startEventGUIName = *DEPRECATED* Add Top Hatch
		endEventGUIName = *DEPRECATED* Remove Top Hatch
		actionGUIName = *DEPRECATED* Toggle Top Hatch
		//allowManualControl = false
		showStatus = false
		layer = 2
	}

}