Replies: 1 comment
-
Hi, if I understand correctly its not rendering .gifs ? I'm not sure this is even supported by gmod, could you try to use that same material and render it in a |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Here is my custom module: https://paste.bingner.com/paste/2o2x3
The module tries to parse a folder, then add any found .png or .gif files as emojis. It works perfectly for .png files, but the materials of .gif files fail to be shown in chat, instead showing a checkered purple and black icon meaning a missing texture.
What confuses me here is that the
gif_material
function returns the proper material, and using print shows that it should simply work.Any idea what I'm doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions