I have a question about the armor by the aircrafts.
If I have:
[AftCockpitFuelCell]
SystemType=FUEL_TANK
FuelTankID=1
MaxFuelAmount=1500.00
SelfHealing=TRUE
FireSuppression=TRUE
MinExtentPosition=-0.27,0.78,-0.04
MaxExtentPosition= 0.27,2.18, 1.03
HasArmor=TRUE
ArmorMaterial=Aluminum
Armor[REAR].Thickness=8
Armor[RIGHT].Thickness=7
Armor[LEFT].Thickness=7
Armor[TOP].Thickness=7
Armor[BOTTOM].Thickness=7
or
[AftCockpitFuelCell]
SystemType=FUEL_TANK
FuelTankID=1
MaxFuelAmount=1500.00
SelfHealing=TRUE
FireSuppression=TRUE
MinExtentPosition=-0.27,0.78,-0.04
MaxExtentPosition= 0.27,2.18, 1.03
HasArmor=TRUE
ArmorMaterial=STEEL
Armor[REAR].Thickness=8
Armor[RIGHT].Thickness=7
Armor[LEFT].Thickness=7
Armor[TOP].Thickness=7
Armor[BOTTOM].Thickness=7
With same values, the programe make the difference about this two materials, resistance, weight, etc or the word is only a cosmetic convention?
Of course, is clear that one piece of steel is a lot much more heavy that a equivalent in aluminum.