Zombie texture improvements #4260

Merged
the-real-herowl merged 11 commits from zombie_texture_improvements into master 2024-06-11 19:38:43 +02:00
Member

Zombie texture looked kind of off with mismatched palette colors and strange features of face.

The model uses a helmet over top of regular face textures. The helmet part of zombie head had a hole in it, this hole caused some stray pixels to show on back side of zombie head. I worked with the pre-existing hole in textures to show skull bone.

The helmet textures blocked the zombies mouth.

There was a missing pixel on the helmet texture.

Things fixed:

  • zombie mouth moved to be visible
  • stray invisible pixel filled in
  • pixel mismatch sticking out back of helmet reduced
  • skull bone added showing under hole of helmet

things that still need to be done:

  • zombies pant legs and belt are slightly different palettes. The belt area is slightly more blueish and the legs more purplish. Need to pick one palette and convert the other over.

  • The zombies hands/gloves need some love. The skin showing is really off from the rest of zombie. The brown glove part doesn't fit IMO.

  • The feet are really blue, is the zombie wearing blue shoes or is it barefoot? If its barefoot than again the skin palette is off.

Zombie texture looked kind of off with mismatched palette colors and strange features of face. The model uses a helmet over top of regular face textures. The helmet part of zombie head had a hole in it, this hole caused some stray pixels to show on back side of zombie head. I worked with the pre-existing hole in textures to show skull bone. The helmet textures blocked the zombies mouth. There was a missing pixel on the helmet texture. Things fixed: - [x] zombie mouth moved to be visible - [x] stray invisible pixel filled in - [x] pixel mismatch sticking out back of helmet reduced - [x] skull bone added showing under hole of helmet things that still need to be done: - [x] zombies pant legs and belt are slightly different palettes. The belt area is slightly more blueish and the legs more purplish. Need to pick one palette and convert the other over. - [x] The zombies hands/gloves need some love. The skin showing is really off from the rest of zombie. The brown glove part doesn't fit IMO. - [x] The feet are really blue, is the zombie wearing blue shoes or is it barefoot? If its barefoot than again the skin palette is off.
SmokeyDope added 2 commits 2024-04-27 18:28:08 +02:00
SmokeyDope added 1 commit 2024-04-27 19:57:48 +02:00
SmokeyDope added 1 commit 2024-04-27 20:00:43 +02:00
SmokeyDope added 1 commit 2024-04-28 01:27:48 +02:00
SmokeyDope added 1 commit 2024-04-28 01:29:53 +02:00
SmokeyDope added 1 commit 2024-04-28 01:34:17 +02:00
SmokeyDope added 1 commit 2024-04-28 01:36:00 +02:00
SmokeyDope changed title from WIP Zombie texture improvements to Zombie texture improvements 2024-04-28 01:36:41 +02:00
rudzik8 requested changes 2024-04-30 06:47:50 +02:00
rudzik8 left a comment
Member

Good work on the skull and other parts, but I don't like how zombie's mouth looks with this texture. Looks like a grandpa. Not the characteristic you want for a monster that player is supposed to be killing.

What about changing it to something like this?

image

screenshot_20240430_114401.png

Also, mcl_heads_zombie.png will have to be changed as well.

Good work on the skull and other parts, but I don't like how zombie's mouth looks with this texture. Looks like a grandpa. Not the characteristic you want for a monster that player is supposed to be killing. What about changing it to something like this? ![image](/attachments/e1add48e-77cf-4c28-8b8b-01410fecc6b4) ![screenshot_20240430_114401.png](/attachments/1544aa1f-8e85-43a2-997a-a573731f75c3) Also, `mcl_heads_zombie.png` will have to be changed as well.
Member

BTW, you can use the Monster Sunscreen mod from my HarderVoxels modpack to test this :D

BTW, you can use the Monster Sunscreen mod from my [HarderVoxels modpack](https://codeberg.org/rudzik8/hardervoxels) to test this :D
rudzik8 added the
graphics
label 2024-04-30 06:50:22 +02:00
Author
Member

@rudzik8 Im fine with the mouth change you suggest. Thanks for the heads up on mcl_heads texture had forgotten about that. I might have a look at the mob sunscreen!

Also congrats on the promotion, well earned. Thanks for taking the time to go through and test PRs. You are doing awesome!

@rudzik8 Im fine with the mouth change you suggest. Thanks for the *heads up* on mcl_heads texture had forgotten about that. I might have a look at the mob sunscreen! Also congrats on the promotion, well earned. Thanks for taking the time to go through and test PRs. You are doing awesome!
Author
Member

@rudzik8 I moved the mouth up one pixel height, also filled in helmet texture around mouth so theres no gap between head layers above mouth.

Regarding mcl_heads, I did the texture change and think I discovered either a bug or a VERY INCONVENIENT intentional side affect of how mcl_heads works. Simply put, whenever the zombie head gets rotated it flips the textures on the sides of the head. It doesn't do this when placing the head straight on, but whenever the head rotation to one of the non-axis angles it flips the sides of the head.

More specifically its the left side and the right side of the head texture that gets flipped.

Oh and also whenever you place the zombie head into grass to replace the grass it raises the head up like a quarter node in height which may also be a bug.

My proposed solution regarding the mcl_heads texture swap issue is to just copy over the zombies front face and leave the sides of the head as they were.

@rudzik8 I moved the mouth up one pixel height, also filled in helmet texture around mouth so theres no gap between head layers above mouth. Regarding mcl_heads, I did the texture change and think I discovered either a bug or a *VERY INCONVENIENT* intentional side affect of how mcl_heads works. Simply put, whenever the zombie head gets rotated it flips the textures on the sides of the head. It doesn't do this when placing the head straight on, but whenever the head rotation to one of the non-axis angles it flips the sides of the head. More specifically its the left side and the right side of the head texture that gets flipped. Oh and also whenever you place the zombie head into grass to replace the grass it raises the head up like a quarter node in height which may also be a bug. My proposed solution regarding the mcl_heads texture swap issue is to just copy over the zombies front face and leave the sides of the head as they were.
Member

Good job on the mouth. As for the heads, I think we should leave fixing its bugs and quirks for a different PR. The solution you propose sounds fine enough to me.

Good job on the mouth. As for the heads, I think we should leave fixing its bugs and quirks for a different PR. The solution you propose sounds fine enough to me.
SmokeyDope added 1 commit 2024-05-01 13:51:35 +02:00
SmokeyDope added 1 commit 2024-05-01 13:52:31 +02:00
SmokeyDope added 1 commit 2024-05-01 13:58:05 +02:00
SmokeyDope requested review from rudzik8 2024-05-01 13:59:53 +02:00
rudzik8 approved these changes 2024-05-04 15:09:11 +02:00
rudzik8 left a comment
Member

Previous change request had been resolved; no concerns voiced by other members of the team.

Previous change request had been resolved; no concerns voiced by other members of the team.
the-real-herowl added this to the 0.87.2 milestone 2024-06-11 19:37:01 +02:00
the-real-herowl merged commit bf67fd52e1 into master 2024-06-11 19:38:43 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#4260
No description provided.