jpw1991 / chebs-necromancy

Cheb's Necromancy adds Necromancy to Valheim via craftable wands and structures. Minions will follow you, guard your base, and perform menial tasks.
The Unlicense
10 stars 4 forks source link

Skeleton Wand Feathers One Sided - Invisible from the back #226

Closed Zeinath closed 1 year ago

Zeinath commented 1 year ago

When viewing the skeleton wand from the back (changing your view moving your mouse) the feathers on the wand disappear when viewed from the back.

To Reproduce (if applicable)

Steps to reproduce the bug. For example:

  1. Wield Skeleton Wand.
  2. Spin view with mouse.
  3. See disappearing act!

Expected behavior (if applicable)

Expect all elements from the wand to be visible from all angles.

jpw1991 commented 1 year ago

Thanks for the report. As explained in discord (for the benefit of anyone curious or reading this just now): This is because the wand uses the vanilla valheim material GoblinStuff_mat, which uses the Custom/Creature shader which is not double sided. This causes the feathers to not render when not viewed head on.

To fix, I need to change it to use a different shader. Possibly the Standard Two Sided shader which will render both sides, but this might affect the look of the weapon.

image image

jpw1991 commented 1 year ago

image

Fixed in next release (whenever that comes)