Badsector Posted May 6, 2015 Share Posted May 6, 2015 Thank for the quick update but what happen to the fuel switch patch??I have update fuelswitch with 1.0 values but seems have some problems with firespitter(7.1.1), tank switch to LF but other than LF value OX is added too Link to comment Share on other sites More sharing options...
curiousepic Posted May 6, 2015 Share Posted May 6, 2015 (edited) I installed this alongside Cryo Engines. Cryo Engines adds LqdHydrogen, and I'd like all atomic engines to also use it. I switched the propellant from LiquidFuel to LqdHydrogen in the cfgs - is that all I need to do? Or would the atmosphere curves/ISP change due to the difference in resource density? I ask because the Lightbulb seems to guzzle LH2 like it's nothing! Edited May 6, 2015 by curiousepic Link to comment Share on other sites More sharing options...
Eleven Posted May 6, 2015 Share Posted May 6, 2015 I have update fuelswitch with 1.0 values but seems have some problems with firespitter(7.1.1), tank switch to LF but other than LF value OX is added tooI've tried the old FSfuel Switch and the latest FireSpitter.dll and it does seem to switch just fine in the VAB, but on launch the tank reverts to it original values + the new value. So a 1440 LFO tank that I switched to 2880 LF-only, when launched would now have the 2880 LF, + the original Oxidizer as well. If reverted to VAB, I could then just remove the Oxidizer via slider and all is well, other than the Oxidizer being reported as zero, instead of just not being reported. You have a link for your updated one? I think the FSFuel Switcher is more important now that ever since Squad changed the stock nuke to LF only, would be nice to have the option of utilizing the entire tank volume instead of just removing oxidizer in the VAB Link to comment Share on other sites More sharing options...
Badsector Posted May 6, 2015 Share Posted May 6, 2015 (edited) Idk if i can link somewhere the file but i can put here the cfg file.I think the FSFuel Switcher is more important now that ever since Squad changed the stock nuke to LF only +1Probably is need first remove all resources from part then after add fuelswitch module, but i don't have MM knowledge for do thatEdit2 solved, idk if is the correct sintax but now work@PART[Size3LargeTank]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch // the resources in each tank setup. Separate setups with a semicolon. Separate tanks that go together in a single setup with a comma resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer // the max amount of a resource in each tank in each setup. semicolons separate setups, commas separate tanks in a setup resourceAmounts = 6480,7920;12960;15840 // the dry mass of the part with no tanks basePartMass =9 // each type of tank setup can weigh a different amount. Batteries should weigh more than an empty LF tank. Some resources should require sturdy tanks. //tankMass = 0;0;0 // Additional Funds cost for the different tanks. This is added to the partÂ’s base cost. //tankCost =0;0;0 // If true, a line is added on the right click menu listing “Added CostÂâ€, because the price widget in the editor is not updated often enough to make it obvious displayCurrentTankCost = false // Whether the player can affect the tank setup selection directly, or must do it through a mesh or fuel switcher. hasGUI = true // If true, the user can switch resource types while playing. This will empty out the tank. Makes sense for converting a tank from LiquidFuel to Kethane after landing a mining base for instance. Default is off of course. availableInFlight = false // Is the player allowed to set up the tank in the hangar? In the above scenario, maybe you donÂ’t want that. availableInEditor = true // If true, it feeds info to the module info system that appears when you righ click a part in the part catalog in the hangar. In sets of mesh switchers and fuel switchers, you will want to turn this off in one of them showInfo = true }}@PART[Size3MediumTank]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 3240,3960;6480;7920 basePartMass =4.5 //tankMass = 0;0;0 //tankCost =0;0;0 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[Size3SmallTank]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 1620,1980;3240;3960 basePartMass =2.25 //tankMass = 0;0;0 //tankCost =0;0;0 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[fuelTank3-2]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 2880,3520;5760;7040 basePartMass =4 //tankMass = 0;0;0 //tankCost =0;0;0 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[fuelTank1-2]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 1440,1760;2880;3520 basePartMass =2 //tankMass = 0;0;0 //tankCost =0;0;0 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[fuelTank2-2]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 720,880;1440;1760 basePartMass =1 //tankMass = 0;0;0 //tankCost =0;0;0 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[fuelTank4-2]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 360,440;720;880 basePartMass =0.5 //tankMass = 0;0;0 //tankCost =0;0;0 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[fuelTankSmallFlat]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 45,55;90;110 basePartMass =0.0625 //tankMass = 0;0;0 //tankCost =0;0;0 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[fuelTankSmall]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 90,110;180;220 basePartMass =0.125 //tankMass = 0;0;0 //tankCost =0;0;0 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[fuelTank]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 180,220;360;440 basePartMass =0.25 //tankMass = 0;0;0 //tankCost =0;0;0 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[fuelTank_long]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 360,440;720;880 basePartMass =0.5 //tankMass = 0;0;0 //tankCost =0;0;0 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[toroidalFuelTank]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 27,33;54;66 basePartMass =0.0375 //tankMass = 0;0;0 //tankCost =0;0;0 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[miniFuelTank]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 18,22;36;44 basePartMass =0.025 //tankMass = 0;0;0 //tankCost =0;0;0 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}//MK2///////////////////////////////@PART[mk2_1m_Bicoupler]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 180,220;360;440 basePartMass =0.29 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[mk2_1m_AdapterLong]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 360,440;720;880 basePartMass =0.57 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[mk2SpacePlaneAdapter]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 180,220;360;440 basePartMass =0.29 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}//MK3/////////@PART[adapterMk3-Mk2]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 900,1100;1800;2200 basePartMass =1.43 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[adapterMk3-Size2]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 1125,1375;2250;2750 basePartMass =1.79 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[adapterMk3-Size2Slant]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 1125,1375;2250;2750 basePartMass =1.79 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[adapterSize2-Mk2]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 360,440;720;880 basePartMass =0.57 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[adapterSize2-Size1]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 360,440;720;880 basePartMass =0.57 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[adapterSize2-Size1Slant]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 360,440;720;880 basePartMass =0.57 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }}@PART[adapterSize3-Mk3]{!RESOURCE[LiquidFuel] {}!RESOURCE[Oxidizer] {} MODULE { name = FSfuelSwitch resourceNames = LiquidFuel,Oxidizer;LiquidFuel;Oxidizer resourceAmounts = 1125,1375;2250;2750 basePartMass =1.79 displayCurrentTankCost = false hasGUI = true availableInFlight = false availableInEditor = true showInfo = true }} Edited May 6, 2015 by Badsector Link to comment Share on other sites More sharing options...
Thahat Posted May 6, 2015 Share Posted May 6, 2015 nothing but praise porkjet, nothing but praise.plus!, that is one DAMN .... engine+emissive. Link to comment Share on other sites More sharing options...
Eleven Posted May 6, 2015 Share Posted May 6, 2015 @Badsector: There is another fuelswitcher, I've converted the cfg from FSfuelswitcher and it seems to work as well if you want to check it out:Interstellar Fuel Switch Link to comment Share on other sites More sharing options...
Wesreidau Posted May 7, 2015 Share Posted May 7, 2015 Are ammonia-fed versions too much to ask? Its a far denser remass without all that pesky hydrogen boil-off or cryogenic storage demands. I also think the idea of Minmus being an ammonia slushball is just too perfect not to act on. Link to comment Share on other sites More sharing options...
undercoveryankee Posted May 7, 2015 Share Posted May 7, 2015 Are ammonia-fed versions too much to ask? Its a far denser remass without all that pesky hydrogen boil-off or cryogenic storage demands. I also think the idea of Minmus being an ammonia slushball is just too perfect not to act on.There's already a definition for LqdAmmonia in the CRP. It's just a matter of someone having time to write the patches. If you add Vall, Laythe, and Eeloo as ammonia harvesting locations, ammonia would be a natural choice for outer solar system exploration.According to KSPI, ammonia delivers about 5/8 of the Isp of hydrogen at the same temperature, which brings engines in the 800-second NERVA bracket down to about 500 seconds. With the weight of a reactor, that doesn't leave much advantage over hydrolox unless you're modeling boil-off. Link to comment Share on other sites More sharing options...
Starwaster Posted May 7, 2015 Share Posted May 7, 2015 There's already a definition for LqdAmmonia in the CRP. It's just a matter of someone having time to write the patches. If you add Vall, Laythe, and Eeloo as ammonia harvesting locations, ammonia would be a natural choice for outer solar system exploration.According to KSPI, ammonia delivers about 5/8 of the Isp of hydrogen at the same temperature, which brings engines in the 800-second NERVA bracket down to about 500 seconds. With the weight of a reactor, that doesn't leave much advantage over hydrolox unless you're modeling boil-off.You also need to factor in the density of the propellant. If volume flow of an ammonia NTR is equivalent to one that uses hydrogen then your mass flow will be much higher which in turn means your thrust is higher.You can also have a larger delta V budget for a more compact tank. (it's true that H2 is more efficient and powerful but that's per kilogram of propellant) Link to comment Share on other sites More sharing options...
curiousepic Posted May 7, 2015 Share Posted May 7, 2015 I'd love to see individual lightbulb engines, like the one here Link to comment Share on other sites More sharing options...
quatch Posted May 10, 2015 Share Posted May 10, 2015 hey, just letting you know, the CKAN entry for this points to the wrong forum thread. Link to comment Share on other sites More sharing options...
LMA Posted May 14, 2015 Share Posted May 14, 2015 Would it be possible for the lightbulb to un glow once it's been un activated in the future. Really like these engines they add eye candy too. Thanks Link to comment Share on other sites More sharing options...
zengei Posted May 14, 2015 Share Posted May 14, 2015 hey, just letting you know, the CKAN entry for this points to the wrong forum thread.Pull request submitted. Link to comment Share on other sites More sharing options...
Porkjet Posted May 14, 2015 Author Share Posted May 14, 2015 Would it be possible for the lightbulb to un glow once it's been un activated in the future. Really like these engines they add eye candy too. ThanksIt will eventually cool down, it gets several 1000k hot, takes some time to cool down, or just time accellerate Link to comment Share on other sites More sharing options...
LMA Posted May 14, 2015 Share Posted May 14, 2015 It will eventually cool down, it gets several 1000k hot, takes some time to cool down, or just time accellerateThanks that's good news. Link to comment Share on other sites More sharing options...
toric5 Posted May 15, 2015 Share Posted May 15, 2015 any chance we get a optional each that allows these guys to use LH2 from the CRT? (I'm using NFT and cryo engines, and its now weird to have these guys burning kerosene...) Link to comment Share on other sites More sharing options...
SmashBrown Posted May 15, 2015 Share Posted May 15, 2015 any chance we get a optional each that allows these guys to use LH2 from the CRT? (I'm using NFT and cryo engines, and its now weird to have these guys burning kerosene...)I seem to remember nfp having an optional file somewhere that changes all nuke engines to hydrogen. Link to comment Share on other sites More sharing options...
Starbuckminsterfullerton Posted May 15, 2015 Share Posted May 15, 2015 NFP is only setup to affect the stock LV-N right now, (and I think KSPX and the Kommitz nukes.) It seems that a patch for Atomic Age doesn't exist, so I'll get right on it. Link to comment Share on other sites More sharing options...
sisyphean Posted May 15, 2015 Share Posted May 15, 2015 is there a download for .90? RO hasnt updated yet and i could really do with this mod Link to comment Share on other sites More sharing options...
undercoveryankee Posted May 16, 2015 Share Posted May 16, 2015 NFP is only setup to affect the stock LV-N right now, (and I think KSPX and the Kommitz nukes.) It seems that a patch for Atomic Age doesn't exist, so I'll get right on it.Here's what I've been running. Targets any engine with a mode that runs on LiquidFuel without Oxidizer or IntakeAir, so it picks up stock LV-N, Atomic Age, and the giant nuke in the Taurus HCV pack.// Convert any engine that runs on straight LF to LH.@PART[*]:HAS[@MODULE[ModuleEngine*]:HAS[@PROPELLANT[LiquidFuel],!PROPELLANT[Oxidizer],!PROPELLANT[IntakeAir]]]{ @MODULE[ModuleEngine*]:HAS[@PROPELLANT[LiquidFuel],!PROPELLANT[Oxidizer],!PROPELLANT[IntakeAir]] { @PROPELLANT[LiquidFuel] { @name = LqdHydrogen } } // If an engine that has passed the selectors for LF-only also has an // LFO mode, assume that it's a LANTR and convert that mode to hydrolox. // We'll use the ratio of 10u LqdHydrogen to 1u Oxidizer from Nertea's // Cryo Engines. @MODULE[ModuleEngine*]:HAS[@PROPELLANT[LiquidFuel],@PROPELLANT[Oxidizer]] { @PROPELLANT[LiquidFuel] { @name = LqdHydrogen @ratio = 1.0 } @PROPELLANT[Oxidizer] { @ratio = 0.1 } }} Link to comment Share on other sites More sharing options...
ChrisSpace Posted May 16, 2015 Share Posted May 16, 2015 Are you planning to add an open-cycle gas-core NTR? If not, you should make one! Here is a basic idea I had:TSARBOMBA open-cycle gas-core NTRmass: 200mTthrust: 3500kNisp: 3600s Link to comment Share on other sites More sharing options...
DanteEstonia Posted May 17, 2015 Share Posted May 17, 2015 I'm using this mod in 1.0, and the engines do not produce any visible exhaust. Can someone help me fix this problem? Link to comment Share on other sites More sharing options...
Starbuckminsterfullerton Posted May 17, 2015 Share Posted May 17, 2015 (edited) Here's what I've been running. Targets any engine with a mode that runs on LiquidFuel without Oxidizer or IntakeAir, so it picks up stock LV-N, Atomic Age, and the giant nuke in the Taurus HCV pack.Wow, that's much cleverer than my way. I think Nertea is planning to include a patch for these engines with the next release of NFP, I'll show him this one.Also, Taurus has an NTR? Coool... Edited May 17, 2015 by Starbuckminsterfullerton Link to comment Share on other sites More sharing options...
BigFatStupidHead Posted May 24, 2015 Share Posted May 24, 2015 Here's what I've been running. Targets any engine with a mode that runs on LiquidFuel without Oxidizer or IntakeAir, so it picks up stock LV-N, Atomic Age, and the giant nuke in the Taurus HCV pack.From a quick glance, this looks like it will convert FireSpitter style prop engines also. Nothing quite like a Sopwith running on liquid hydrogen! Link to comment Share on other sites More sharing options...
Screeno Posted May 25, 2015 Share Posted May 25, 2015 This should be stock. Wow especially the big one! Link to comment Share on other sites More sharing options...
Recommended Posts