Closed va1729 closed 2 months ago
small preview image and large preview image are left there for backwards compatibility in older versions of fortnite
Hmm. it does result in some wrong/missing images like for example - Character_CattleJar
- Meowtooth
with the latest version. I think at least the order of accessing should be changed.
If it first accesses the one from hero definition, the icon is T_Placeholder_Item_Outfit-S
whereas the actual icon is T_Soldier_CattleJar
. Similar issue with Nix Scarlet
and few others.
I believe none of the outfits have a
SmallPreviewImage
andLargePreviewImage
anymore. We are able to get the icons from the defaultIconHandler
itself. so removed it.CID_Bean
also doesn't have any icon or anything. So added it toDisAllowNames
although I am not sure what a 'Bean' outfit is.