Results 167 comments of namazso

Is there any way to reproduce it consistently? Do you happen to have a real glove equipped in the game?

It says those errors are in \, a C++ standard library header. Something in your build environment is very broken.

the updates changed a lot of stuff, if i were to write nSkinz now, I'd probably try a different approach to hook the inventory manager and return fake items upon...

stubs for the rank changer (and a few more) has already been implemented a while ago, inventory and pins however require some protobuf magic, which i haven't yet decided to...

whoops didnt mean to close

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...

Porting should be fairly easy, you only need to rewrite platform.cpp and renderer.cpp to linux equivalents, and change the offsets / indices / sigs

Read up on ImGui font loading. You have to specify a font and an unicode range to load. Specify your desired language's ones and it will work

Figuring out what skins go on what weapons is really not that easy as it looks. Technically any skin can exist on any weapon, such weapons simply just never get...

You need to change to [hook all players instead of one](https://github.com/namazso/nSkinz/blob/master/src/nSkinz.cpp#L64), and apply skins on players based on xuid, since you are no longer the local player. I considered implementing...