Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions GameData/Bluedog_DB/Compatibility/EngineIgnitor/EI_Able.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
}
DATA
{
IgnitionsAvailable = 1
IgnitionsRemained = 1
}
}
Expand All @@ -40,6 +41,7 @@
}
DATA
{
IgnitionsAvailable = 1
IgnitionsRemained = 1
}
}
Expand All @@ -54,6 +56,7 @@
}
DATA
{
IgnitionsAvailable = 1000
IgnitionsRemained = 1000
}
}
Expand All @@ -68,6 +71,7 @@
}
DATA
{
IgnitionsAvailable = 1000
IgnitionsRemained = 1000
}
}
Expand Down
6 changes: 6 additions & 0 deletions GameData/Bluedog_DB/Compatibility/EngineIgnitor/EI_Agena.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}
DATA
{
IgnitionsAvailable = 1
IgnitionsRemained = 1
UseUllageSimulation = true
}
Expand All @@ -42,6 +43,7 @@
}
DATA
{
IgnitionsAvailable = 2
IgnitionsRemained = 2
UseUllageSimulation = true
}
Expand All @@ -57,6 +59,7 @@
}
DATA
{
IgnitionsAvailable = 15
IgnitionsRemained = 15 //assuming GATV configuration. Regular version was 3
UseUllageSimulation = false
}
Expand All @@ -72,6 +75,7 @@
}
DATA
{
IgnitionsAvailable = 15
IgnitionsRemained = 15 //Would have actually been 3 but probably not good to downgrade. So keeping it same as GATV
UseUllageSimulation = false
}
Expand All @@ -87,6 +91,7 @@
}
DATA
{
IgnitionsAvailable = 200
IgnitionsRemained = 200 // https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/19740024172.pdf 200 starts planned
UseUllageSimulation = false
}
Expand All @@ -102,6 +107,7 @@
}
DATA
{
IgnitionsAvailable = 200
IgnitionsRemained = 200 //assuming same as the 8096B at least
UseUllageSimulation = false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
}
DATA
{
IgnitionsAvailable = 10
IgnitionsRemained = 10
}
}
Expand All @@ -39,6 +40,7 @@
}
DATA
{
IgnitionsAvailable = 10
IgnitionsRemained = 10
}
}
Expand All @@ -53,6 +55,7 @@
}
DATA
{
IgnitionsAvailable = 10
IgnitionsRemained = 10
}
}
Expand All @@ -67,6 +70,7 @@
}
DATA
{
IgnitionsAvailable = 10
IgnitionsRemained = 10
}
}
Expand All @@ -81,6 +85,7 @@
}
DATA
{
IgnitionsAvailable = 10
IgnitionsRemained = 10
}
}
Expand All @@ -95,6 +100,7 @@
}
DATA
{
IgnitionsAvailable = 10
IgnitionsRemained = 10
}
}
Expand All @@ -109,6 +115,7 @@
}
DATA
{
IgnitionsAvailable = 10
IgnitionsRemained = 10
}
}
Expand All @@ -123,6 +130,7 @@
}
DATA
{
IgnitionsAvailable = 15
IgnitionsRemained = 15
}
}
Expand Down
7 changes: 7 additions & 0 deletions GameData/Bluedog_DB/Compatibility/EngineIgnitor/EI_Saturn.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
{
name = ModuleEngineIgnitor
IgnitionsAvailable = 3
IgnitionsRemained = 3
AutoIgnitionTemperature = 650

UseUllageSimulation = true
Expand All @@ -58,6 +59,7 @@
}
DATA
{
IgnitionsAvailable = 2
IgnitionsRemained = 2
}
}
Expand All @@ -72,6 +74,7 @@
}
DATA
{
IgnitionsAvailable = 3
IgnitionsRemained = 3
}
}
Expand All @@ -86,6 +89,7 @@
}
DATA
{
IgnitionsAvailable = 2
IgnitionsRemained = 2
}
}
Expand All @@ -100,6 +104,7 @@
}
DATA
{
IgnitionsAvailable = 6
IgnitionsRemained = 6
}
}
Expand All @@ -114,6 +119,7 @@
}
DATA
{
IgnitionsAvailable = 6
IgnitionsRemained = 6
}
}
Expand All @@ -128,6 +134,7 @@
}
DATA
{
IgnitionsAvailable = 6
IgnitionsRemained = 6
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

DATA
{
IgnitionsAvailable = 1
IgnitionsRemained = 1
}
}
Expand Down