You can also try Neikun's wall lanterns, I just replaced 90% of the torches in my dungeon with them.
http://grimrock.nexusmods.com/mods/68
Edit: these are the ones I used. Be sure to put a torch in.
Re: The Custom Alcove Thread. (Neikun, Batty and Crisman)
by Neikun » Wed Oct 24, 2012 5:45 pm
Hey Batty, check this one out.
Torch holder, can't click the torch inside it/ can't see a torch handle.
CODE: SELECT ALL
defineObject{
name = "lantern_torch_holder", --does not show torch handle in it. Cannot click torch inside.
class = "TorchHolder",
model = "assets/models/env/wall_lantern.fbx",
anchorPos = vec(0.05, 1.53, 2),
anchorRotation = vec(0, -20, -90),
placement = "wall",
editorIcon = 84,
}
-Just don't place them empty, or when you click it with a torch, you won't get your torch back.
Edited to prevent it from going through the wall behind it.