Metadata-Version: 2.1
Name: dcs-mizmerge
Version: 0.0.2
Summary: Python tool for merging DCS mission files
Home-page: https://github.com/walterroach
Author: Walter Haynie
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Overview
A command line utility for combining two DCS World missions together.

# Features
* Currently this tool does one thing:  It moves all the client flights from one mission into another.
  * This can be useful for mission devs who add lots of client flights to their missions.  You can work on the static groups/air defences or whatever, then bring in all the client flights afterward.


# Installation and Usage


Used portions of [!DCS Liberation](https://github.com/dcs-liberation/dcs_liberation) under the GPL 3.0 license


