Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.12 KB

DCS Miz Repacker

This is a small Rust application with the following goals:

  • Ability to repack missions with several different time presets
  • Ability to repack custom mission files that DCS does not keep between re-saves (ie. spectator camera settings)
  • Ability to configure random weather settings with weighted distribution
  • Robust error handling, with readable error messages but also allowing automated runs from other scripts (ie. server restarter)
  • Removing required modules from the miz (to make mods such as the A-4E not required to join servers)

Experimental features:

  • Randomized wind values

What is not supported yet:

  • Dynamic weather settings (waiting for ED's implementation)

Usage

  • Place this .exe in your DCS missions folder
  • Create a repack.toml configuration file with the presets and weather settings (see example/repack.toml)
  • Optionally, create a repack folder and add any files you want to be automatically replaced inside of the generated .miz
  • Drag and drop the miz file into the .exe

Non-goals

  • Modifying any actual mission objects (units, structures, etc) or mission triggers/scripting