SmartlyDressedGames / Unturned-3.x-Community

Community portion of the Unturned-3.x repo. If you have access to the source code you can find it here:
https://github.com/SmartlyDressedGames/Unturned-3.x/
83 stars 17 forks source link

Equipment weapon icon #4449

Closed Maximjetfs1305 closed 2 weeks ago

Maximjetfs1305 commented 2 weeks ago

Hello everyone, maybe someone knows or can tell me where to dig. I need to receive an icon of a weapon in my hands, I know that there are icons for all items in the game files, but I already need to receive it with attachments that are installed on the weapon. that's how it is in vanilla.

image

SDGNelson commented 2 weeks ago

Unfortunately, if you want to generate icons like that you'll need to write a fair bit of client-side code, but the relevant method is ItemTool.getIcon which has a parameter for the "item state" specifying which weapon attachments are on the gun.