初次提交,只有想定基本结构

This commit is contained in:
2026-02-08 22:26:33 +08:00
parent f810ac44bb
commit fbb0fe1767
32 changed files with 5123 additions and 1 deletions

56
platforms/F-16.txt Normal file
View File

@@ -0,0 +1,56 @@
# File generated by Wizard 2.9.0 on Dec 16, 2024.
//! include files
include_once signatures/F-16_sig.txt
platform_type F-16 WSF_PLATFORM
infrared_signature F-16_INFRARED_SIG
optical_signature F-16_OPTICAL_SIG
radar_signature F-16_RADAR_SIG
//! mover
mover WSF_AIR_MOVER
minimum_speed 300 m/s
maximum_speed 1500 m/s
minimum_altitude 500 m
maximum_altitude 500000 km
at_end_of_path stop
end_mover
script_variables
WsfTrack closestTrack = WsfTrack();
end_script_variables
//! fuel
fuel WSF_VARIABLE_RATE_FUEL
initial_quantity 40000 lb
bingo_quantity 1000 lb
maximum_quantity 50000 lb
rate 7 lb/s
end_fuel
//! sensor
sensor radar GENERIC_FIRE_CONTROL_RADAR
on # testing only - the task processor will turn on radar
# off
internal_link data_mgr
internal_link task_mgr
ignore_same_side
end_sensor
//! data_mgr
processor data_mgr WSF_TRACK_PROCESSOR
purge_interval 60 sec
update_interval 1 sec
end_processor
weapon aa_mrm AA_MRM
quantity 8
internal_link task_mgr
internal_link data_mgr
end_weapon
comm cmd_net WSF_COMM_TRANSCEIVER
transfer_rate 100 mbits/sec
network_name <local:slave>
internal_link data_mgr
internal_link intercept_tactics
end_comm
end_platform_type