Jump to content

[1.12] GUI Rendering player


Allskill

Recommended Posts

I'm having an issue with my GuiSreen, I render an AbstractClientPLayer on the main menu but the texture doesn't seem to be working. https://hastebin.com/doqutoneto.java thats my code, this is what it shows atm https://gyazo.com/645c798464e195b033d9ad6bf7e568e
 
Console is also spammed with: [pool-2-thread-1/ERROR]: Signature is missing from textures payload
 
Thanks!
 
 
 
 
Console is also spammed with
Link to comment
Share on other sites

41 minutes ago, diesieben07 said:

Why are yo doing that thing you are doing in getEntityTexture? Whatever RenderPlayer does there should work fine, based on the fact that you've already mocked out the other stuff related to skins.

I'm trying to get the players skin as I'm rendering the player on the main menu so the client hasn't gotten the players skin yet.

Link to comment
Share on other sites

On 10/6/2017 at 8:57 PM, diesieben07 said:
11 hours ago, diesieben07 said:

I know what you are trying to do. Did you even read what I said?

Sorry I think I misunderstood what you said, my fakerender class now extends renderplayer but made no difference.

Link to comment
Share on other sites

On 10/10/2017 at 0:50 AM, diesieben07 said:

You are still doing the same thing in getEntityTexture.

if i remove the overridden getEntityTexture in FakeRender, or if i create an instance of renderplayer instead of fakerender in my fakerenderfactory it makes no difference.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.