Hey guys and girls,
Been searching around but not finding much, anyone know if there is a mod that adds a few central pillars as an obstacle?
In the background there you can see a pillar 'block'.
Preferably a texture that would fit with the Germanny tileset
Thanks
Pillar Obstacle
Re: Pillar Obstacle
hey,
here you have a pillar defined as an obstacle, which is placed on the center:
note that this comes from the dm conversion by minmay version 1.0
there is a new version available on nexus:
http://www.nexusmods.com/legendofgrimrock2/mods/48/?
here you have a pillar defined as an obstacle, which is placed on the center:
Code: Select all
defineObject{
name = "dm_pillar_stone_elevated_central",
baseObject = "base_obstacle",
components = {
{
class = "Model",
model = "mod_assets/dmcsb_pack/models/env/dm_pillar_stone_elev.fbx",
staticShadow = true,
}
},
minimalSaveState = true,
tags = {"dm","minimalSaveState"},
}
there is a new version available on nexus:
http://www.nexusmods.com/legendofgrimrock2/mods/48/?
Re: Pillar Obstacle
Ah, perfect, thanks, I was still on 1.0.
Thank you kindly!
It's pretty skinny though, I might have to crack out the modeller and see if I can thicken it up a little!
Thank you kindly!
It's pretty skinny though, I might have to crack out the modeller and see if I can thicken it up a little!