I just added the icon. Go download the cncxmod from
www.planetcnc.com.
Then get the CommandButton.ini file. Add this to it:
CommandButton Command_ConstructAmericaJetA10
Command = UNIT_BUILD
Object = AmericaJetA10
TextLabel = CONTROLBAR:ConstructAmericaJetA10
ButtonImage = SAWarthog
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipUSABuildA10
End
Credits goes to EvilleJedi for the .ini entries..and me for the build button.
You'll also need the generals.csf file that comes with the MOD.
Oh yeah.. Add this to your locomotor.ini to make the a-10 fly low like an a-10 should.
;------------------------------------------------------------------------------
Locomotor A10ThunderboltLocomotor
Surfaces = AIR
Speed = 160 ;55 ; in dist/sec
SpeedDamaged = 120 ;40 ; in dist/sec
MinSpeed = 60 ; in dist/sec
TurnRate = 60 ; in degrees/sec
TurnRateDamaged = 45 ; in degrees/sec
MaxThrustAngle = 60 ; in degrees (NOT degrees/sec)
Acceleration = 80 ; in dist/(sec^2)
AccelerationDamaged = 50 ; in dist/(sec^2)
Lift = 120 ; in dist/(sec^2)
LiftDamaged = 80 ; in dist/(sec^2)
Braking = 10 ; in dist/(sec^2)
MinTurnSpeed = 60 ; in dist/sec
PreferredHeight = 25
AllowAirborneMotiveForce = Yes
ZAxisBehavior = SURFACE_RELATIVE_HEIGHT
CirclingRadius = 75 ; the radius at which we circle when we are trying to maintain
position.
; (pos = clockwise, neg = ccw, 0 = calc smallest possible radius
given our speed, turning, etc)
Appearance = WINGS
PitchInDirectionOfZVelFactor = 1.0 ; how much to pitch according to our z-vel. 0=none,
1=lots (0=default)
PitchStiffness = 0.5 ; stiffness of the "springs" in the suspension forward &
back.
RollStiffness = 0.4 ; stiffness of the "springs" in the suspension side to
side.
PitchDamping = 0.9 ; How fast it damps. 0=perfect spring, bounces forever.
1=glued to terrain.
RollDamping = 0.8 ; How fast it damps. 0=perfect spring, bounces forever.
1=glued to terrain.
ForwardVelocityPitchFactor = 0 ; How much velocity will cause the front to lift/dip
LateralVelocityRollFactor = 0.2 ; How much cornering will cause the chassis to roll.
Apply2DFrictionWhenAirborne = Yes
AirborneTargetingHeight = 30
LocomotorWorksWhenDead = Yes ; JetSlowDeathBehavior needs this to function correctly
End
The a-10 reloads in the air and it's vulcan can rip apart tanks much faster than a comanche ever could. Costs $1000 but you could change that.