mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
156 lines
3.9 KiB
Plaintext
156 lines
3.9 KiB
Plaintext
BCS Shit...
|
|
|
|
Screens..
|
|
|
|
Main/Setup
|
|
Field: Battery Name
|
|
Field: FDC Call Sign
|
|
Battery Location
|
|
Field: GRID
|
|
Field: ALT
|
|
Field: DIRECTION OF FIRE
|
|
Field: Target Prefix
|
|
Field: Target Number Start
|
|
MultiSelect: Gun Type
|
|
|
|
Button: MISSION GRID
|
|
Button: MISSION POLAR
|
|
Button: MISSION SHIFT
|
|
|
|
Button: MISSION ADJUST GRID
|
|
Button: MISSION ADJUST POLAR
|
|
Button: MISSION ADJUST SHIFT
|
|
|
|
Button: IMMEDIATE SUPRESSION
|
|
Button: IMMEDIATE SMOKE
|
|
Button: REPEAT (PREFIX#)
|
|
|
|
Button: EXPORT (this dumps all the missions in a formated way to the clipboard)
|
|
|
|
Mission
|
|
Location:
|
|
if(grid)
|
|
Field: GRID
|
|
Field: ALT
|
|
if(polar)
|
|
MultiSelect: Observer
|
|
Field: Observer Callsign
|
|
Field: Observer Pos (auto from observer select)
|
|
Field: OT Direction
|
|
Field: Alt
|
|
Field: Range
|
|
Button: Update/Add Observer
|
|
if(shift)
|
|
MultiSelect: Previous Missions/Known Points
|
|
Field: OT Direction
|
|
Field: Add/Drop
|
|
Field: Left/Right
|
|
Field: Up/Down
|
|
if(immediateSupress)
|
|
Field: GRID
|
|
if(immediateSmoke)
|
|
Field: GRID
|
|
|
|
Target Description:
|
|
TextBox: Target Description
|
|
Field: Radius/Width
|
|
Field: Length (if circular not filled)
|
|
Field: Attitude (that is aTTitude, not altitude)
|
|
|
|
Method of Engagment:
|
|
ToolBox: Danger Close (Yes/No)
|
|
TextBox: Notes (for type of adjustment, desired angle, marking, etc)
|
|
MultiSelect: Ammunition
|
|
MultiSelect: Fuze
|
|
Field: Fuze-Time (ignored for PD/SQ, Prox, and default time fuze rounds)
|
|
Field: Round Count
|
|
MultiSelect: Distribution (Sheaf)
|
|
|
|
Method of Control:
|
|
MultiSelect: Method of Control
|
|
Field: Time on Target From Now
|
|
Field: Time on Target Clock Time
|
|
|
|
Button: BACK (go back to main screen, mission is dumped)
|
|
Button: FFE/ADJUST (execute FFE or Adjustment)
|
|
|
|
Adjust (if adjust type)
|
|
Battery Information:
|
|
Best Low:
|
|
Display: Defelection
|
|
Display: Elevation
|
|
Display: Round Count
|
|
Display: Ammunition
|
|
Display: Charge
|
|
Display: Fuze Settings
|
|
Display: Method of Control
|
|
Best High:
|
|
Display: Defelection
|
|
Display: Elevation
|
|
Display: Round Count
|
|
Display: Ammunition
|
|
Display: Charge
|
|
Display: Fuze Settings
|
|
Display: Method of Control
|
|
|
|
Message to Observer:
|
|
Display: MTO Text (formated MTO message).
|
|
Button: SHOT HIGH
|
|
Button: SHOT LOW
|
|
Display: Time Till Impact (will count down when SHOT is clicked).
|
|
|
|
Adjust:
|
|
Observer:
|
|
MultiSelect: Observer
|
|
Field: Observer Callsign
|
|
Field: Observer Pos (auto from observer select)
|
|
Button: Update/Add Observer
|
|
Adjust:
|
|
Field: OT Direction
|
|
Field: Add/Drop
|
|
Field: Left/Right
|
|
Field: Up/Down
|
|
|
|
MultiSelect: Ammunition (default from last screen)
|
|
MultiSelect: Fuze (default from last screen)
|
|
Field: Fuze-Time (default from last screen and ignored for PD/SQ, Prox, and default time fuze rounds)
|
|
Field: Round Count
|
|
MultiSelect: Distribution (Sheaf)
|
|
|
|
Button: BACK (goes back to the mission screen, ignores any adjusts)
|
|
Button: ADJUST (adjust again)
|
|
Button: FFE (execute fire for effect with current adjustment settings)
|
|
|
|
FFE:
|
|
Battery Information:
|
|
Best Low:
|
|
Display: Defelection
|
|
Display: Elevation
|
|
Display: Round Count
|
|
Display: Ammunition
|
|
Display: Charge
|
|
Display: Fuze Settings
|
|
Display: Method of Control
|
|
Best High:
|
|
Display: Defelection
|
|
Display: Elevation
|
|
Display: Round Count
|
|
Display: Ammunition
|
|
Display: Charge
|
|
Display: Fuze Settings
|
|
Display: Method of Control
|
|
|
|
Message to Observer:
|
|
Display: MTO Text (formated MTO message).
|
|
Button: SHOT HIGH
|
|
Button: SHOT LOW
|
|
Display: Time Till Impact (will count down when SHOT is clicked).
|
|
|
|
Button: BACK (goes back to last adjust screen)
|
|
Button: REPEAT (restarts mission as a new mission with exact params)
|
|
Button: BDA/FINISH (goes to the BDA screen)
|
|
|
|
BDA:
|
|
TextBox: BDA Description
|
|
|
|
Button: FINISH (goes back to main screen) |