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

Smooth balloons with ModelEngine #247

Open
4 tasks done
xn80a32 opened this issue Jun 26, 2024 · 4 comments
Open
4 tasks done

Smooth balloons with ModelEngine #247

xn80a32 opened this issue Jun 26, 2024 · 4 comments
Labels

Comments

@xn80a32
Copy link

xn80a32 commented Jun 26, 2024

Terms

  • I'm using the very latest version of CosmeticsCore and its dependencies.
  • I already searched on this Github page to check if the same suggestion was already reported.
  • I already searched on the plugin wiki to know if the feature is already implemented.
  • I already searched on the Discord server to know if anyone already has a solution for this or if the feature was already suggested.

Discord tag (optional)

No response

Describe the solution you'd like

I want u to make ModelEngine balloons movement smooth, cuz they're laggy especially when u fly with them

Is your feature request related to a problem?

Balloons made with modelengine are moving not smooth

Describe alternatives you've considered

idk

Additional context

pls answer

@LoneDev6
Copy link
Contributor

Provide your ModelEngine version and server version and client version.
Anyway might be a Meg issue.

@xn80a32
Copy link
Author

xn80a32 commented Jun 26, 2024

ModelEngine version - 4.0.6

Server version - 1.20.1

Client version - 1.20.4

I mean, its not that big issue, but could it be more smoothly? For example, Origin realms got very smooth ones, it could be awesome if cosmeticscore's balloons had smoothless like OR has

btw thank you for your cooperation

qq.mp4

Balloons smoothless getting more worse if u run and jump

@SrMonsterYT
Copy link

that's a good suggestion, I agree with you I have the same problem

@LoneDev6
Copy link
Contributor

LoneDev6 commented Sep 3, 2024

I think it's a MEG issue.
I use the same teleport code as ItemsAdder entities to move balloons, I just update location.
It probably is something to do with how MEG handles that with their API.

fakeMegEntity.setLocation(loc);
fakeMegEntity.setXHeadRot(loc.getPitch());
fakeMegEntity.setYBodyRot(loc.getYaw());
fakeMegEntity.setYHeadRot(loc.getYaw());

@LoneDev6 LoneDev6 moved this to Stalled in Other plugins Sep 3, 2024
@LoneDev6 LoneDev6 added the type: other plugin bug This is another plugin bug. label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Stalled
Development

No branches or pull requests

3 participants