Skip to content

Releases: Majiir/Subsystem

Alpha 0.4.0

15 Nov 19:27
Compare
Choose a tag to compare
  • Added patch support for:
    • DetectableAttributes (Thanks, @AGameAnx!)
    • ExperienceAttributes, ExperienceLevelAttributes and their AttributeBuffSets
    • StorageAttributes and associated InventoryAttributes
    • WeaponAttributes.EntityTypesToSpawnOnImpact (EntityTypeToSpawnAttributes)
    • WeaponAttributes.Modifiers (WeaponModifierInfo)
    • WeaponAttributes.TargetPrioritizationAttributes (Thanks, @AGameAnx!)
    • WeaponAttributes.Turret (TurretAttributes)
  • Logger once again streams to the log file instead of buffering all of its contents.
  • Improved the patching process for all attribute types.

Note that 0.4.0 is incompatible with the DLLs from 0.3.0, so both will need to be updated.

Alpha 0.3.0

22 Oct 14:34
Compare
Choose a tag to compare

This update improves patch support and fixes some outstanding issues from the previous update.

  • Weapon ranges can now be added, modified or removed through the RangeAttributesLong/RangeAttributesMedium/RangeAttributesShort properties.
  • Hangar bays can now be modified through the UnitHangarAttributes.HangarBays object.
  • Unit movement can now be controlled through UnitMovementAttributes and UnitMovementAttributes.Dynamics.
  • Fixed various issues with modified weapons, including weapons firing on their own or firing the wrong projectile.
  • Attribute changes are now written to Subsystem.log in the Data/ folder. Note that the log is currently overwritten whenever a game starts.
  • Patch log now shows an error when a named entity or component could not be found.
  • Errors during the patch process should no longer break the game.

Alpha 0.2.0

19 Oct 04:25
Compare
Choose a tag to compare

This update adds JSON mod support for the following:

  • AbilityAttributes, including ability cost, cooldown, targeting stats and more
  • ResearchItemAttributes, including technology cost, research time, prerequisites and more
  • WeaponAttributes, including damage, rate of fire, high-ground advantage and more
  • Additional flags in UnitAttributes that were previously missing

Alpha 0.1.0

18 Oct 00:28
bf4a9e6
Compare
Choose a tag to compare

Initial alpha release of Subsystem. See README.md for installation and usage instructions.