You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a shapeshifting mod. In short: set the player's model and texture to some available animals from other mods.
With 3d_armor enabled and wieldview, every change of armor or wielded item breaks the animals texture, as it calls armor:update_player_visuals(player).
Would it be possible to enhance 3d_armor so that other mods can temporarily disable all texture and model changes?
Hi,
I'm trying to create a shapeshifting mod. In short: set the player's model and texture to some available animals from other mods.
With 3d_armor enabled and wieldview, every change of armor or wielded item breaks the animals texture, as it calls armor:update_player_visuals(player).
Would it be possible to enhance 3d_armor so that other mods can temporarily disable all texture and model changes?
eg
armor:disable_player(player)
armor:enable_player(player)
The text was updated successfully, but these errors were encountered: