Model is messed up

Started by RedStarBlues on

Topic category: Help with modding (Java Edition)

Last seen on 18:22, 22. Aug 2017
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Model is messed up

http://imgur.com/a/3fj5p in software

 

in game: http://imgur.com/a/83fHf

 

what am I doing wrong with the texture? im so confused.

Last seen on 17:17, 10. Jan 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think that ModelBiped use
Mon, 08/21/2017 - 19:48

I think that ModelBiped use 64x32 texture as default (the old without the 2nd layer), however, you can set the 64x64 as a parameter for a new instance of ModelBiped.

Last seen on 18:22, 22. Aug 2017
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:I think that ModelBiped use
Mon, 08/21/2017 - 19:59

@#1 Wait so where do I change it to 64x64?

Last seen on 17:17, 10. Jan 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use constructor that uses
Mon, 08/21/2017 - 20:19

Use constructor that uses these parameters:
ModelBiped(float modelSize, float p_i1149_2_, int textureWidthIn, int textureHeightIn)
so new ModeBiped(0.0,0.0,64,64) should be enough

Last seen on 18:22, 22. Aug 2017
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Use constructor that uses
Tue, 08/22/2017 - 00:21

@#2 Ok, so I know this might sound dumb, and it's because I am, but where do I find the constructor? So so sorry if this comes off as annoying, this is my first time doing any of this.

Last seen on 17:17, 10. Jan 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Search in code of your entity
Tue, 08/22/2017 - 00:24

Search in code of your entity part where it says new ModelBiped

Last seen on 20:42, 27. Aug 2017
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did you use an already
Tue, 08/22/2017 - 10:54

Did you use an already existing texture and retextured it or did you made it copletly new?

If it is a normal playermodel you could try to retexture an already existing on.