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
Describe the bug
A clear and concise description of what the bug is.
Currently, Player Models are locked only looking at one side this is basically everywhere even if you're moving your head. HudEditor mode unlocks this but only when EditHub mode is activated. To Reproduce
Steps to reproduce the behavior:
Turn on module: HudEditor
Turn on Player Models.
Exit to regular gameplau
Player Models will be locked looking towards one position.
Turn on HudEditor.
Player Models will unlock
Expected behavior
A clear and concise description of what you expected to happen.
Movement of the head should be not locked towards just one position and if so should be locked looking straight at the screen
not to one side.
Screenshots
Add screenshots or videos to help explain the problem. Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I'm fairly sure the method of rendering playermodel uses mousePos X and Y to determine the yaw, pitch and headYaw of the playermodel, this is why the model only appears to rotate when the mouse is moved. Correct me if im wrong but this is not a bug.
No this is a bug. Other clients w/ this same render do not have this issue. It's due to them using mousePos instead of rendering it w/ taking into account the current looking pos. MousePos should not be used in this circumstance because MousePos only works if the mouse is rendered all the time while outside the Esc menu.
i know that… the point i was making is that i am fairly sure the method (the part of the code used to define how to render an entity on screen) that pyro uses to render the playermodel uses the mouseX and mouseY parameters. It is not a bug, but you could potentially suggest that they use a custom method, rather than the one from the inventory screen class, to render the playermodel. Bugs and suggestions have also moved to the discord server, they can now be made using the !report command through pyro bot.
Describe the bug
A clear and concise description of what the bug is.
Currently, Player Models are locked only looking at one side this is basically everywhere even if you're moving your head. HudEditor mode unlocks this but only when EditHub mode is activated.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Movement of the head should be not locked towards just one position and if so should be locked looking straight at the screen
not to one side.
Screenshots
Add screenshots or videos to help explain the problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: