Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement request - temporarily disable model/texture changes for specific players #71

Open
superfloh247 opened this issue Feb 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@superfloh247
Copy link

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.

Bildschirmfoto 2022-02-11 um 08 29 00

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).

Bildschirmfoto 2022-02-11 um 08 29 50

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)

@BuckarooBanzay BuckarooBanzay added the enhancement New feature or request label Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants