Another testbed. Tell me if the main gun has problems (I know it does) and give me suggestions on how to improve on the turret. I obviously plan to add details.
Specifications
General Characteristics
- Created On Android
- Wingspan 16.4ft (5.0m)
- Length 16.5ft (5.0m)
- Height 12.3ft (3.8m)
- Empty Weight 3,401lbs (1,542kg)
- Loaded Weight 6,101lbs (2,767kg)
Performance
- Wing Loading N/A
- Wing Area 0.0ft2 (0.0m2)
- Drag Points 3771
Parts
- Number of Parts 19
- Control Surfaces 0
- Performance Cost 72
Do you want to make it auto-lock with guns? If so, you can follow these steps:
1. Add guns to the turret
2. Set these properties to the horizontal control:
Speed: 100%
Range: 180*
Input: "(deltaangle(TargetHeading,Heading)/180+rate(deltaangle(TargetHeading,Heading))TargetDistance/180000)clamp01(-Activate8)+Trimclamp01(Activate8)"
3. Set these properties to the vertical control:
Speed: 100%
Range: 90
input: "((TargetElevation-PitchAngle)/90+rate(TargetElevation-PitchAngle)TargetDistance/90000)clamp01(-Activate7)+VTOL*clamp01(Activate7)"
Now you can control the vertical turret manually by activating 7 and control the horizontal turret by activating 8. Otherwise they auto-lock on targets.