NOTE: I cannot even get it to render when I use one of LoG 2's lock models!!
I don't get it. I have made custom keys, even custom walls and they work. This lock will not. My simple code is:
Code: Select all
defineObject{
name = "white_lock",
baseObject = "lock_gold",
components = {
{
class = "Model",
model = "assets/models/env/wall_lock.fbx",
},
},
placement = "wall"
}
Thanks