garrysmod-issues
garrysmod-issues copied to clipboard
crash on changing texture transform augments to $bumpmap
Details
ver; x86-64 Crashing When Change Vmt proxy from "TextureScroll" { texturescrollvar "$bumpmaptransform" texturescrollrate .05 texturescrollangle 210 } to this "TextureScroll" { texturescrollvar "$bumpmap" texturescrollrate .05 texturescrollangle 210 } It cause Enigne E
VIDEO: https://streamable.com/xrgxnc
MINIDUMP:

If you are going to post crash dumps (.mdmp or .dmp files), please either send them to [email protected] or create a permanent link.
Steps to reproduce
Tell us how to reproduce the problem here, step by step. If it is a modding API issue, please include minimal code to reproduce the issue on demand. VIDEO: https://streamable.com/xrgxnc
You need to scroll $bumptransform, not the $bumpmap itself, you are trying to set the texture value to a number..