namazso / nSkinz

Skin changer for CS:GO
MIT License
219 stars 116 forks source link

Icon Isn't Replaced #127

Open RealVibs opened 5 years ago

RealVibs commented 5 years ago

In the kill feed, knife skins are not replaced. It still just shows a default knife icon.

namazso commented 5 years ago

This happens because the way it was done was a hook on the scaleform killfeed hud element, and csgo no longer uses scaleform, so the hook just silently fails. Someone should look into how panorama works and ehat exactly registers the event listeners

RealVibs commented 5 years ago

This happens because the way it was done was a hook on the scaleform killfeed hud element, and csgo no longer uses scaleform, so the hook just silently fails. Someone should look into how panorama works and ehat exactly registers the event listeners

ok, thanks for that info :)