Quiqquex Posted November 24, 2015 Share Posted November 24, 2015 So I want to set my users avatar directly from the server.I had a look in the murmur.sqlite db and I can see the table users has a BLOB column named texture.For the users that had set their own avatar I can correctly see and export the image.So I thought that importing an image with DBbrowser for SQLite for the users who didn't set any image would work, but even if I can see correctly the image saved in the table, the avatar is not visible in mumble nor in the in game overlay.The images are all 64x64, the database was of course edited while murmur was not running, and the the changes correctly written to it (reopening the table shows the avatar I manually set).Am I doing something wrong? Or my initial assumption is wrong? Link to comment Share on other sites More sharing options...
Administrators kissaki Posted December 8, 2015 Administrators Share Posted December 8, 2015 Mumble (server) does not support manually triggered DB changes.Did you restart the server after inserting the new avatars?We do provide the Ice interface to live-update data like the avatar images.See setTexture reference Link to comment Share on other sites More sharing options...
Quiqquex Posted December 13, 2015 Author Share Posted December 13, 2015 Yeah I did restart the server. Anyway I've settled for the Ice Interface as you suggested Thanks mate :!: Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now