Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
furiousuk
Posts: 6 Joined: Wed Mar 09, 2016 12:18 am
Post
by furiousuk » Fri Apr 08, 2016 9:22 am
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
bongobeat
Posts: 1076 Joined: Thu May 16, 2013 5:58 pm
Location: France
Post
by bongobeat » Fri Apr 08, 2016 10:26 am
hey,
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"},
}
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/?
furiousuk
Posts: 6 Joined: Wed Mar 09, 2016 12:18 am
Post
by furiousuk » Fri Apr 08, 2016 7:59 pm
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!