1 post(s) tagged with "v1.3.0"

View All Tags

Release v1.3.0

This release fixes various bugs and adds various enhancements.

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.