Releases: BattletechModders/IRTweaks
REL_0.9.3.6
- make OnWeaponFire effects work with ammo and weapon modes (through CAC)
REL_0.9.3.5
new tweak:
- OnWeaponFireFix: Fixes OnWeaponFire effects so that extendDurationOnTrigger and triggerLimit work properly for StatisticEffects. - enabled by default.
REL_0.9.3.4
-bugfix for cheat detection
-bugfix for below causing no heat-sinking
- new tweak added:
AbilityResourceFix If an Ability has "Resource" : "ConsumesActivation", the actors activation will be consumed upon use. In addition, the ability will be unable to be used if the actor has done any other actions (shooting, moving, etc).
-cheat detection stat change to string for better logging/tracking
REL_0.9.2.92
HideScoreBar - this setting deprecated, remove from mod.json
- Adds Angry Atlas to career start difficulty menu
- Improves menu placement to avoid overlaps
- Relocates DifficultyScoreBar for better space usage at career start and during simgame
- DifficultyScoreBar now scales to calculated minimum and maximum values of difficulty settings
- Actual career difficulty modifier displayed instead of clamped 0-1 value
Difficulty setting options are automatically reordered from "easiest" (lowest modifier) to "hardest" (highest modifier)(was causing issues, removed reordering in 0.9.2.92
REL_0.9.2.81
0.9.2.81 - very minor tweak to make normal difficulty section less obnoxiously tiny
new setting under Misc -> DifficultyUIScaling:
HideScoreBar
- if true, will hide the difficulty score bar and expand the scrollable difficulty area to use the blank space
Mechbay Refit Restrictions
This tweak allows you to restrict refitting certain components (using Component Tags) if the player does not have a matching Argo Upgrade. For example, if you set the component tags for emod_engineslots_xl_center to contain the following:
"ComponentTags" : {
"items" : [
"component_type_stock",
"requires_refitHarness"
],
"tagSetSourceFile" : ""
}
and in IRTweaks mod.json settings you have the following (under the "Misc" section):
"MechLabRefitReqs": {
"MechLabRefitReqs":{
"requires_refitHarness": "argoUpgrade_mechBay_refitHarness"
}
}
Then the player will be unable to fit an XL engine if they have not obtained the Argo upgrade with ID argoUpgrade_mechBay_refitHarness
REL_0.9.2.7
enables > 6 settings to be locked to start only, dynamically resizes field and difficulty scrolling area to fit.
New Settings for adjusting size/position:
"Misc": {
"StartOnlyScalar": 40,
"StartOnlyPositionY": 40,
"RegularPositionY": 40
},
REL_0.9.2.6
- adds fix for career FactionValues in saves when FactionValues are changed mid-career. Notably, if a FactionValue was set to
"IsCareerIgnoredContractTarget": false,
, that false value would persist in saves even when the actual FactionValue in Faction.json was changed, preventing that faction from appearing as a procedural contract target for that career.
REL_0.9.2.5
- improvements to CD
- customizable statname for CD
- restructured options in mod.json for CD
REL_0.9.2.4
- better cheat detection and prevention of false positives
REL_0.9.2.3
-
pilot duplication protection (checks if pilot with same ID exist in roster before adding to hiring hall or roster... mostly for events like Archangel or Squire)
-
Cheat detection: detects cheating via trainer/memory editor (cheatengine) for XP and money. disabled by setting
"CheatDetection": false, in mod.json