forked from DylanSemrau/BoringCrewServices
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added ModuleDecoupleAtAltitude. - Added ModuleBCSAirbags, a module to automatically deploy airbags if enabled.
- Loading branch information
1 parent
acbf10e
commit 1409a13
Showing
8 changed files
with
488 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Localization | ||
{ | ||
en-us | ||
{ | ||
// ModuleDecoupleAtAltitude | ||
#BCS_ArmJettison = Arm Auto Jettison | ||
#BCS_DisarmJettison = Disarm Auto Jettison | ||
#BCS_JettisonAltitude = Jettison Altitude | ||
|
||
// ModuleBCSAirbag | ||
#BCS_DeployAirbags = Deploy Airbags | ||
#BCS_DeflateAirbags = Deflate Airbags | ||
#BCS_ArmDeploy = Arm Auto Deploy | ||
#BCS_DisarmDeploy = Disarm Auto Deploy | ||
#BCS_DeployAltitude = Deploy Altitude | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.