MissionControl icon indicating copy to clipboard operation
MissionControl copied to clipboard

A HBS BattleTech mod that provides a framework for runtime modifications of the contracts and encounters.

Results 69 MissionControl issues
Sort by recently updated
recently updated
newest added

Add a `SetStatusEffectByTag` result. Something similar to: ``` { "Type": "SetStatusEffectByTag", "Duration": 3, "Effect": "SomeStatusEffect", "Tags": ["Player 1"] } ```

enhancement

Feature request from BTR. Ability to set specific `Chance` values for AL for specific contract types.

enhancement

Investigate lowering priority of buildings for Phase 2 invading lance a bit. I'm getting reports that, especially in modpacks with clan mechs, the buildings don't last more than 1 round...

investigation

The convoy escort contract type, or AI, has an 'out of sight' ending condition which fails the mission. Research this and see if it can be improved or optionally removed.

investigation

Use the custom contract type builder to recreate `SimpleBattle` to ensure feature parity.

enhancement

Add a Node to the contract type builder that disables ECM if used. The rough idea is that it'll ensure `AbstractActor.HasECMAbilityInstalled` is always false for the contract type.

enhancement

Odd behavior was reported for spawns. Copying this here for posterity. "So... let me tell you a story about TA tundra map (the same one used for Kurita flashpoint) tested...

enhancement

Any contract type that has a timed objective needs to be rebalanced. Often the enemy or the player spawns too close or too far away and it ruins the contract...

enhancement

Tweak the player spawns to prevent such long distances to travel to the OpFor or objective.

enhancement

Placeholder for a new contract type to be added. This will include: Support for all biomes Custom encounter logic that doesn't exist in any other contract type

enhancement