2025-09-12 15:20:28 +08:00
|
|
|
# ****************************************************************************
|
|
|
|
|
# CUI
|
|
|
|
|
#
|
|
|
|
|
# The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
|
|
|
|
|
#
|
|
|
|
|
# The use, dissemination or disclosure of data in this file is subject to
|
|
|
|
|
# limitation or restriction. See accompanying README and LICENSE for details.
|
|
|
|
|
# ****************************************************************************
|
|
|
|
|
#----------------------------------------------------------------------
|
|
|
|
|
# This file should be included first in each of the main input files.
|
|
|
|
|
# It includes all of the 'type' definitions as well as the core zone
|
|
|
|
|
# definitions
|
|
|
|
|
#----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
file_path .
|
|
|
|
|
file_path ../iads
|
|
|
|
|
file_path ../base_types
|
|
|
|
|
|
|
|
|
|
randomize_radar_frequencies true
|
|
|
|
|
|
|
|
|
|
include event_output.txt
|
|
|
|
|
include event_pipe.txt
|
|
|
|
|
include csv_event_output.txt
|
|
|
|
|
include terrain.txt
|
|
|
|
|
|
|
|
|
|
#include multi_thread.txt
|
|
|
|
|
|
|
|
|
|
# include common type definitions
|
|
|
|
|
|
|
|
|
|
include_once platforms/common.txt
|
|
|
|
|
include_once platforms/cmdr_players.txt
|
|
|
|
|
include_once platforms/radar_players.txt
|
|
|
|
|
include_once platforms/sam_players.txt
|
|
|
|
|
include_once platforms/blue_players.txt
|
2025-09-19 10:27:31 +08:00
|
|
|
include_once platforms/radar_apache.txt
|
2025-09-12 15:20:28 +08:00
|
|
|
# include common scenario files
|
|
|
|
|
|
2025-10-20 17:47:36 +08:00
|
|
|
#include_once scenarios/nets_zones.txt
|