NOTE: when preparing the release, be sure to update the @noita-together/nt-message dependency; if you have the old version present from a previous build, it will not include the fix!
The frame encoder will no longer throw an error when receiving scale_x/scale_y values that aren't +-1, which was happening with the shrinking mage in the new enemies mod. Now, the encoder will encode a value such as -0.89 as -1. This means that other players won't see the scale change, but the NT app will not crash/fail on encoding the message.
I don't expect that adding this support is going to add a lot of value, so I don't have plans to build it, but if we learn of some demand we can go further.
NOTE: when preparing the release, be sure to update the @noita-together/nt-message dependency; if you have the old version present from a previous build, it will not include the fix!
The frame encoder will no longer throw an error when receiving scale_x/scale_y values that aren't +-1, which was happening with the shrinking mage in the new enemies mod. Now, the encoder will encode a value such as -0.89 as -1. This means that other players won't see the scale change, but the NT app will not crash/fail on encoding the message.
I don't expect that adding this support is going to add a lot of value, so I don't have plans to build it, but if we learn of some demand we can go further.