Open strubium opened 3 months ago
I checked how the game sets profile pictures internally and it uses an AvatarImage object internally. I will experiment around with this, hopefully, it will be as simple as overriding the image used.......
Ok, slight issue, the binding to set the fallback image doesn't exist. I checked the Source 2013 SDK and there is a fallback defined in the code, but I would need to ask the Gmod Devs to bind it......so I can access it in Lua.
Ok, I was messing around with the AvatarImage object I found a way of partially doing this. I can set the profile picture to any player on the server. Although this is cool, it would be better to have a proper way of overriding the image......
As you can see, the bot uses the default player profile picture. Being able to config this would be awesome! Loving the addon!