Releases: Majiir/Subsystem
Releases · Majiir/Subsystem
Alpha 0.4.0
- Added patch support for:
DetectableAttributes
(Thanks, @AGameAnx!)ExperienceAttributes
,ExperienceLevelAttributes
and theirAttributeBuffSet
sStorageAttributes
and associatedInventoryAttributes
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
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
andUnitMovementAttributes.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 theData/
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
This update adds JSON mod support for the following:
AbilityAttributes
, including ability cost, cooldown, targeting stats and moreResearchItemAttributes
, including technology cost, research time, prerequisites and moreWeaponAttributes
, including damage, rate of fire, high-ground advantage and more- Additional flags in
UnitAttributes
that were previously missing
Alpha 0.1.0
Initial alpha release of Subsystem. See README.md
for installation and usage instructions.