Help needed for player rendering.

Started by Orgamorsh on

Topic category: Help with modding (Java Edition)

Last seen on 06:40, 22. Jul 2021
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help needed for player rendering.

Hello, I am trying to render a model I made in blockbench onto the player enity when a player variable is set to true. I was wondering if anyone was willing to help me since I have no Idea how entity rendering works.

Last seen on 17:15, 28. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yeah, I need help with this…
Fri, 04/23/2021 - 19:46

Yeah, I need help with this too! No one seems to have any answer for this. That, or they help one another privately. If you have an answer to this, plz help!

Last seen on 17:15, 28. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Still no one? It's been…
Tue, 04/27/2021 - 19:43

Still no one? It's been almost a week already.

Last seen on 17:15, 28. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is the best bet because…
Fri, 07/09/2021 - 21:07

This is the best bet because no one will help you anywhere else. I especially need the variables part. Because if the variable is set to true, that's what decides if it will render something on the player. At least for me, that is.

You can't exactly replace…
Sat, 07/10/2021 - 10:07

You can't exactly replace the player model, but you could create a custom armor model, apply the armor when you want to change the model and make the player invisible in the meantime.

Last seen on 17:15, 28. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That's the thing, I'd like…
Sat, 07/10/2021 - 21:02

That's the thing, I'd like to add multiple renders at a time, and armor doesn't allow for that. Also, imo, armor seems a little bit lazy.

I don't think it's possible…
Sun, 07/11/2021 - 08:34

I don't think it's possible to do that using MCreator without coding at this point.

Last seen on 17:15, 28. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes that's the thing, I want…
Wed, 12/29/2021 - 18:30

Yes that's the thing, I want someone to teach me how to code this in. People have done it in Mcreator before, but they just won't share how they did it

 

Last seen on 02:51, 19. Feb 2022
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It sounds like you're asking…
Sat, 01/01/2022 - 04:40

It sounds like you're asking for free code. This forum in general isn't the best place to ask for help with coding at. If you have some experience with coding in Java, then head to a coding forum to ask for help. If you have no experience with coding in Java, then learn some of the basics of Java and then ask for some help on a coding forum for Java (Minecraft specific would be best).

Last seen on 17:15, 28. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Other people here share…
Sun, 08/21/2022 - 17:16

Other people here share their code snippets all the time. I'm just asking for simple code snippets to put into my game so that my mod can work.

Last seen on 06:22, 13. Mar 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It is impossible to do this…
Sun, 08/21/2022 - 19:48

It is impossible to do this without mixins and custom code. Changing the player model is a difficult thing to do, as many things in minecraft depend on it. Some mods do it successfully though. I can't help you unfortuneately, but I suggest looking at open source code of mods that do this already, even if they aren't in 1.18.2, to give you an idea of how to do it yourself. You need to have some level of java knowledge to do this though. I also would like to figure it out, and I do have a bit of java knowledge at this point so I will see if I can, as It would be super beneficial to me as well. If I ever do, I will let you know. But I doubt anyone on these forums knows how to do that, it is a very complicated task that requires a lot of custom code.