Skip to content

Commit

Permalink
Tech transfer, remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Dec 19, 2024
1 parent 6bd19fe commit 563d532
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
8 changes: 1 addition & 7 deletions GameData/RealismOverhaul/Engine_Configs/A1_Config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Propellant: LOX / 75% Ethanol
// Prop Ratio: 1.12 //guess, same as A-3? [A]
// Throttle: N/A
// Nozzle Ratio: 5.6? based on shot of engine in [11]
// Nozzle Ratio: 5.5? based on shot of engine in [11]
// Ignitions: 1
// =================================================================================
//
Expand Down Expand Up @@ -140,9 +140,3 @@
}
}
}
+PART[ROE-XLR10]
{
@name = a1
@engineType = A1
}
10 changes: 2 additions & 8 deletions GameData/RealismOverhaul/Engine_Configs/A3_Config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Propellant: LOX / 75% Ethanol
// Prop Ratio: 1.12 [A]
// Throttle: N/A
// Nozzle Ratio: 5.6? same as A-1?
// Nozzle Ratio: 5.5? same as A-1/X-405?
// Ignitions: 1
// =================================================================================
// A-3B
Expand All @@ -31,7 +31,7 @@
// Propellant: LOX / 75% Ethanol
// Prop Ratio: 1.12 [A]
// Throttle: N/A
// Nozzle Ratio: 5.6? same as A-1?
// Nozzle Ratio: 5.5? same as A-1/X-405?
// Ignitions: 1
// =================================================================================
//
Expand Down Expand Up @@ -208,9 +208,3 @@
}
}
}

+PART[ROE-XLR10]
{
@name = a3
@engineType = A3
}
10 changes: 5 additions & 5 deletions GameData/RealismOverhaul/Engine_Configs/X405_Config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
ignitionReliabilityEnd = 0.968182
cycleReliabilityStart = 0.798485
cycleReliabilityEnd = 0.968182
techTransfer = XLR10-RM-2:50 //XLR10 appears to use same combustion chamber and nozzle
techTransfer = A-3B,A-3A,A-1:50 //Basically just an uprated A-3
}

}
Expand Down Expand Up @@ -270,7 +270,7 @@
ignitionReliabilityEnd = 0.965 //worse, since it now has to air-start
cycleReliabilityStart = 0.86
cycleReliabilityEnd = 0.975 // years more experience
techTransfer = X-405,XLR10-RM-2:50
techTransfer = X-405,A-3B,A-3A,A-1:50
}
}
CONFIG
Expand Down Expand Up @@ -340,7 +340,7 @@
ignitionReliabilityEnd = 0.98
cycleReliabilityStart = 0.90
cycleReliabilityEnd = 0.985
techTransfer = X-405H,X-405,XLR10-RM-2:50
techTransfer = X-405H,X-405,A-3B,A-3A,A-1:50
}
}
CONFIG
Expand Down Expand Up @@ -408,7 +408,7 @@
ignitionReliabilityEnd = 0.998370
cycleReliabilityStart = 0.948370
cycleReliabilityEnd = 0.991848
techTransfer = X-405H-2,X-405H,X-405,XLR10-RM-2:50
techTransfer = X-405H-2,X-405H,X-405,A-3B,A-3A,A-1:50
}
}
CONFIG
Expand Down Expand Up @@ -475,7 +475,7 @@
ignitionReliabilityEnd = 0.998649
cycleReliabilityStart = 0.980030
cycleReliabilityEnd = 0.996847
techTransfer = X-405H-3,X-405H-2,X-405H,X-405,XLR10-RM-2:50
techTransfer = X-405H-3,X-405H-2,X-405H,X-405,A-3B,A-3A,A-1:50
}
}
}
Expand Down

0 comments on commit 563d532

Please sign in to comment.