tModLoader
Asymmetric Equipment
Εμφάνιση 11-20 από 20 καταχωρίσεις
< 1  >
Ενημέρωση: 19 Απρ 2023 στις 17:20

Version 1.1.3 has been published to Preview learn more @ https://github.com/Antirhinnum/AsymmetricEquips
1.4.4 version of update 1.1.2.

  • Fixed using the deprecated method "ItemOnFrontSide" spamming the logs.

Ενημέρωση: 19 Απρ 2023 στις 17:16

Version 1.1.2 has been published to Stable learn more @ https://github.com/Antirhinnum/AsymmetricEquips

  • Fixed using the deprecated method "ItemOnFrontSide" spamming the logs.

Ενημέρωση: 14 Απρ 2023 στις 17:56

Version 1.1.1 has been published to Preview learn more @ https://github.com/Antirhinnum/AsymmetricEquips
1.4.4 version of update 1.1.0.

API changes:

  • Changed `ItemOnFrontSide` to `ItemOnDefaultSide`. The method now takes an `Item` parameter. `ItemOnFrontSide` is still available, but deprecated.
  • `AddSpecialItem` now takes an optional `PlayerSide` parameter, for specifying which side a special item is on a player facing right.
  • Added `GetFrontBalloon`, which returns a 5-tuple of data about the player's front balloon slot.

Misc.:
  • Fixed a bug where asymmetric balloons wouldn't call `FrameEffects`.

Ενημέρωση: 14 Απρ 2023 στις 17:29

Version 1.1.0 has been published to Stable learn more @ https://github.com/Antirhinnum/AsymmetricEquips
API changes:

  • Changed `ItemOnFrontSide` to `ItemOnDefaultSide`. The method now takes an `Item` parameter. `ItemOnFrontSide` is still available, but deprecated.
  • `AddSpecialItem` now takes an optional `PlayerSide` parameter, for specifying which side a special item is on a player facing right.
  • Added `GetFrontBalloon`, which returns a 5-tuple of data about the player's front balloon slot.

Misc.:
  • Fixed a bug where asymmetric balloons wouldn't call `FrameEffects`.

Ενημέρωση: 5 Απρ 2023 στις 13:38

Version 1.0.4 has been published to Preview learn more @ https://github.com/Antirhinnum/AsymmetricEquips

  • Ported to 1.4.4.

Ενημέρωση: 16 Ιαν 2023 στις 17:05

Version 1.0.3 has been published to Stable learn more @

  • Added support the Jungle Rose.

Ενημέρωση: 7 Νοε 2022 στις 17:58

Version 1.0.2 has been published to Stable learn more @

  • Added the AddSpecialItem and ItemFacingCorrectDirection call methods.
  • Added support for Yoraiz0r's Spell and the Pretty Pink Ribbon.
  • Added a config for allowing multiple of one item type to be equipped at once. This only works for asymmetric items, and is disabled by default.

Ενημέρωση: 1 Νοε 2022 στις 9:04

Version 1.0.1.0 has been published to Stable learn more @

  • Fixed certain non-asymmetric equips not dying correctly when an asymmetric equip was equipped.
  • Fixed asymmetric head equips' dyes bleeding into the player's hair.
  • Fixed asymmetric balloons not showing up on the menu or when a player first loads into a world.
  • Fixed invalid vanilla accessory slots from being used.
  • Fixed some code being run when it didn't have to.

Ενημέρωση: 23 Οκτ 2022 στις 11:05

Version 1.0.0.1 has been published to Preview learn more @

  • Added validation to mod.Call().
  • Cleaned up the equip lookup system.

Ενημέρωση: 22 Οκτ 2022 στις 11:36

Version 1.0.0.0 has been published to Stable learn more @