tr7zw / PaperDoll

Shows a Bedrock/PocketEdition like highly configurable PaperDoll.
Other
12 stars 5 forks source link

[Suggestion] Toggle playerEntity source #24

Closed AnikeiPS closed 10 months ago

AnikeiPS commented 10 months ago

Allow toggle between mc_instance.getCameraEntity() and mc_instance.player playerEntity source.

tr7zw commented 10 months ago

That should already be the case? When you spectate another player or mob it should show then instead?

AnikeiPS commented 10 months ago

I mean in config. Should mod always use mc_instance.player or use only if camera entity is null.

AnikeiPS commented 10 months ago

I have problems using Freecam mod: when I turn freecam on, paper doll display swimming Alex.

tr7zw commented 10 months ago

That's because the freecam mod replaces the camera entity with some dummy, so it works as intended. Otherwise, it would show weird stuff when spectating etc. If anything it should hide the paperdoll while in freecam mode. The issue with that is, that there are like 3+ freecam mods, which makes it a pain to support.

AnikeiPS commented 10 months ago

Yeah, I know, but is there any way to fix it?

tr7zw commented 10 months ago

Adding special logic for each and every free cam mod on forge and fabric, which is a pain in the ass. That's why its not part of the mod. At least not high on my priority list.

AnikeiPS commented 10 months ago

I'll try fixing this issue on my end. Thanks!