Game Development Community

Face and chest decals not working

by Dennis Lamers · in Torque Game Engine · 11/23/2016 (2:39 pm) · 1 replies

Hey all,

For the past months I've been trying and trying all the time to get face and chest decals work in a Blockland Vanilla mod. After so many tries I have given up. Is there a decal limit set in the source? I've been looking in options but Decals seems to be enabled. I hope someone can help me out with this struggling problem.
https://s14.postimg.org/xpblqy7pd/BCM_faces.png

#1
11/23/2016 (3:37 pm)
The chest and face decal is working now. When I want to change it by appearance it gives me a error: getSubStr(...): error, starting position and desired length must be >= 0: (0, -1).

Problem solved! I forgot to add the decal showImages. No idea why it's still telling me the getSubStr error, but as long it's working I'll leave it that way.