Skip to content

Releases: BattletechModders/TisButAScratch

TisButAScratch Version 1.1.2.3

21 Jul 12:38
76cbf3e
Compare
Choose a tag to compare

nuke old debilitated tag onl oad

TisButAScratch Version 1.1.2.2

18 Jul 10:22
Compare
Choose a tag to compare

TisButAScratch Version 1.1.2.1

10 Jul 23:58
Compare
Choose a tag to compare

use modstate instead of a statistic that could cause problems if somehow saved

TisButAScratch Version 1.1.2.0

01 Jul 17:39
Compare
Choose a tag to compare

Changes to debilitating injuries, as well as events healing them

Debilitating injuries are now tracked separately for each pilot location. Rather than the generic DEBILITATED tag, pilots will now receive DEBILITATED_Head, DEBILITATED_ArmL, DEBILITATED_Torso, DEBILITATED_ArmR, DEBILITATED_LegL, and/or DEBILITATED_LegR depending on the injured locations. Multiple debilitating injuries will stack heal time (if using timeHealsAllWounds, and events removing the debilitated conditions will need to trigger for each debilitated location. New example events are included in the release zip.

TisButAScratch Version 1.1.1.2

09 Jun 20:56
Compare
Choose a tag to compare
  • prevent possible exceptions due to vehicles having no passthrough dmg location set

TisButAScratch Version 1.1.1.1

12 May 18:03
Compare
Choose a tag to compare

TisButAScratch Version 1.1.1.0

30 Apr 12:00
Compare
Choose a tag to compare
  • fix custom units vehicles not getting injuries on destruction

UPDATE TO pilotingReqs

pilotingReqs - Dictionary of PilotingReqs. They Keys to this dictionary correspond to the ComponentTag for which you are setting requirements.:

  • ComponentTag - the tag on the component -> DEPRECATED
  • PilotTags - field name changes to PilotTags List of tags comprising piloting requirements. items starting with ! will be parsed as "not" tag; i.e. if !pilot_criminal, pilot must not have pilot_criminal tag. If multiple tags set here, all requirements must be met.
  • PilotTagDisplay - Human-legible display statement for PilotTag requirement not met message. Hard-coded strings have been removed from the error message, so this should be a statement on its own, e.g. "Pilot must be left-handed and not born on a Tuesday."

TisButAScratch Version 1.1.0.0

17 Apr 23:49
Compare
Choose a tag to compare
  • harmonyx
  • new csproj format

unversioned fix, 4/18/23

TisButAScratch Version 1.0.6.2

07 Apr 15:14
Compare
Choose a tag to compare
  • fix injury NOTSET message when head hits and structure damage collide

TisButAScratch Version 1.0.6.1

26 Mar 14:33
Compare
Choose a tag to compare
  • add missing null check