Skip to content

v1.3.0

Choose a tag to compare

@CWolfs CWolfs released this 27 Oct 17:29
· 260 commits to master since this release
6a07976

This release fixes various bugs and adds various enhancements.

For detailed documentation, visit the Mission Control Website.

The full release diff can be seen here

Bug Fixes

Improvements

Upgrade Instructions

  • If you're using MC without a modpack and none of your own changes, just delete the MC folder and move the new one into your mods folder
  • If you're using MC as part of a modpack, let the modpack authors update MC for you (using the below guide)
  • If you're using MC without a modpack but you've made some of your own changes to the configs, or you're a modpack author:
    • Copy into your Mods/MissionControl folder
      • MissionControl.dll
      • mod.json
      • config/Contracts/My_FP_Contract_ID_Example.json
      • contractTypeBuilds/Blackout/common.jsonc
      • contractTypeBuilds/Blackout/mountainhold_lunar.jsonc
      • contractTypeBuilds/DuoDuel/common.jsonc
      • contractTypeBuilds/SoloDuel/common.jsonc
      • overrides/contracts/duoduel/DuoDuel_FestiveCouple.json
      • overrides/contracts/duoduel/DuoDuel_YearlyTussle.json
      • Edit settings.json (and/or your settings.user.json / settings.modpack.json overrides) with the following:

Add the following under the AdditionalLances/DropWeightInfluence block

  "EnemySpawnInfluenceMax": 0.9,
  "AllySpawnInfluenceMax": 0.9,

Specific for RT modpack

Since you had an early release with the Drop Weight Influence maximum - no need to change your custom config for that feature.