PadWorld-Entertainment / worldofpadman

World of PADMAN game repository
https://worldofpadman.net
Other
39 stars 9 forks source link

Pull #86 is breaking custom player models #89

Closed kai-li-wop closed 3 years ago

kai-li-wop commented 3 years ago

I noticed a strange behavior related to PR PadWorld-Entertainment/worldofpadman-fork#85 and the support of PNG icons in the menu. I have two custom player models from Q3A that I've been working on porting for WoP for a while, and each is in PK3 files in the user wop directory. Johnny 5 has already got fully PNG icons and can now be selected and displayed in the menu normally like the other models. shot0001

CleanerWolf has currently still completely TGA icons and is displayed in the menu only with a broken icon. If you click on it, the skin and the skin name is not displayed correctly. Also Bizowolf is not the default skin. shot0003

As soon as I have Johnny 5 chosen as skin and locally entered a FFA match, Padman is displayed to me instead of Johnny 5, so Johnny 5 is not loaded. shot0004

If I then go back to the player menu via the ingame menu, the Johnny 5 model is displayed, but in the menu itself I am in the Padman slot, which can be seen from the Padman icons on the right side. shot0007

If I go a few models to the right, back to Johnny 5, no more icons are displayed, so I can't select a Johnny 5 skin. shot0010

If I then go to the CleanerWolf model, all skin icons are now displayed correctly and I can now also select the corresponding skin. The Padman button at the top is currently still a placeholder for the CleanerWolf model, so it's not a bug. And the black head is due to another problem and has nothing to do with PNG support now. shot0011

For me it seems, that the the player menu handles TGA and PNG files differently, when loaded via the ingame menu while being in an arena. I can provide the Johnny 5 model for test purposes.

kai-li-wop commented 3 years ago

Fixed with last commit of PadWorld-Entertainment/worldofpadman-fork#85