KSP Interstellar Extended

KSP Interstellar Extended

1M Downloads

z-pinch aerospikes CompressedAir mode not working

zamusamu opened this issue ยท 2 comments

commented

missing comma in both z pinch aerospike engines. Compressed air mode can't operate

MODULE
	{
		name = FuelConfiguration

		fuelConfigurationName = CompressedAir
		requiredTechLevel = 0
		hasIspThrottling = false
	>>>	fuels = CompressedAir FusionPellets
		typeMasks = 0, 1
		ratios = 1, 2.6267346e-9		// 0.000001283 / 0.000216 / (sqr(1000000/665)) = 2.6267346e-9
		maxIsp = 665
		wasteheatMult = 0.01			// Air Decompression cooling
		thrustMult = 15.03759398496		// 4 * (1 / 0.266) = 15.03759
		powerMult = 1
		effectname = running_fuel_mode
		neutronRatio = 0.005

Replace with: fuels = CompressedAir, FusionPellets

commented

done, thanks

commented

Nice