DYTSrouce/workspace/presets/satellites.xml

23 lines
1.2 KiB
XML
Raw Normal View History

2025-10-30 00:15:44 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<modelCategory name="Satellite" displayName="Satellites" icon="satellite_icon.png">
<model name="Communication Satellite" displayName="Communication Satellite"
description="Satellite platform providing global communication services"
meshFile="models/comm_satellite.ive"
enabled="true" />
<model name="Weather Satellite" displayName="Weather Satellite"
description="Observation satellite monitoring weather and climate changes"
meshFile="models/weather_satellite.ive"
enabled="true" />
<model name="GPS Satellite" displayName="GPS Satellite"
description="Global Positioning System satellite"
meshFile="models/gps_satellite.ive"
enabled="true" />
<model name="Spy Satellite" displayName="Spy Satellite"
description="Military reconnaissance and surveillance satellite"
meshFile="models/spy_satellite.ive"
enabled="true" />
<model name="Scientific Satellite" displayName="Scientific Satellite"
description="Dedicated satellite for scientific research"
meshFile="models/science_satellite.ive"
enabled="true" />
</modelCategory>