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

For 3d armor glitches #536

Closed
Yesssssman opened this issue Sep 7, 2021 · 4 comments
Closed

For 3d armor glitches #536

Yesssssman opened this issue Sep 7, 2021 · 4 comments

Comments

@Yesssssman
Copy link
Owner

2021-09-07_20 30 59 (4)
2021-09-07_20 30 59 (3)
2021-09-07_20 30 59 (5)

[Applied examples (Ice and fire, Botania, Thaumcraft)]

2021-09-07_20 30 59 (2)
2021-09-07_20 30 59 (1)

[Broken examples (Botania, Dungeons gear)]

There are lots of ways to render custom armor, but Epic Fight can create an autogeneration model in a restricted way. This is not a fault for mod makers. They don't necessarily have to make custom armor working in Epic Fight.

Nevertheless, If someone wants to make custom armor visible with Epic Fight animation, I'll be willing to give them a solution on how to modify their code. If he says he doesn't want to fix their code, Don't bother him anymore.

Guideline

In the constructor of YourModel.class

this.bipedHead.addChild(your modelrenderer);
this.bipedRightArm.addChild(your modelrenderer);
this.bipedRightLeg.addChild(your modelrenderer);
this.bipedLeftLeg.addChild(your modelrenderer);
this.bipedBody.addChild(your modelrenderer);
this.bipedLeftArm.addChild(your modelrenderer);

Like the example above, make your ModelRenderer (or ModelPart in the official mapping) instance hierarchically. And recommend finishing all the transformation stuff in Constructor as possible, because my autogeneration mechanism is supposed to be executed without ModelRenderer#render method.

Cool example creating a fully compatible model.
# (Ice and Fire Dragonsteel armor model)

@Yesssssman Yesssssman pinned this issue Sep 7, 2021
maxanier added a commit to TeamLapen/Vampirism that referenced this issue Dec 18, 2021
@Pfr19
Copy link

Pfr19 commented Mar 14, 2022

But, what i have to do?, where is the model? what i have to add.

@Yesssssman Yesssssman mentioned this issue Apr 6, 2022
@Yesssssman
Copy link
Owner Author

@Pfr19 Are you a mod developer? If so, I attached the guideline so refer to it.

@Ripticor
Copy link

Ripticor commented Apr 9, 2022

but where do i find that. I am not a mod developer help pls

@MetalKnight56
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants