How exactly would I achieve this?
In prior versions, we could do this:
datablock decalData(myDecalData)
{
textureName = "./file.png";
preload = true;
};
But as of v21, the decalData datablock class was removed.
I've tried using prints, but those limit the texture size to exactly 512x512.