Shanjaq / uhexen2

GitHub clone of SVN repo svn://svn.code.sf.net/p/uhexen2/code/trunk (cloned by http://svn2github.com/)
12 stars 1 forks source link

Wrong player color index #57

Closed Inky-Inky closed 3 years ago

Inky-Inky commented 3 years ago

This one is already known, I just add the issue not to forget it and keep track.

Observed behavior: when the player is seen from outside (through the chasecam or during a cutscene), its colors obviously correspond to a color index for multiplayer play instead of the regular default index.

Drawback: in some cutscenes, it's more convenient to use a fake player model instead of showing the true player. Since there is no way to choose the color index for a fake player model (the mdl file actually contains only the default skin), then from one cutscene to the next the player may look different, because in one case it's the real one, and in the other it's a fake one.

Both should match in color to ensure consistent visuals.

Inky-Inky commented 3 years ago

Awkward meeting of the player with their doppelgänger. Too easy to guess which one is fake!

image