problem offset obstacle and/or platform

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!
Post Reply
Granamir
Posts: 202
Joined: Wed Jan 07, 2015 7:19 pm

problem offset obstacle and/or platform

Post by Granamir »

Hi everyone,
i'm trying to make an object that is walkable at party elevation and is obstacle at elevation -1, till now without success.
Seems neither platform nor obstacle can have offset.
Anyone knows a way to bypass this problem?
TY
minmay
Posts: 2790
Joined: Mon Sep 23, 2013 2:24 am

Re: problem offset obstacle and/or platform

Post by minmay »

Offset won't change the map position of the object; it's just for changing the world position of models, sounds, and so on. You have to use two objects for this.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Granamir
Posts: 202
Joined: Wed Jan 07, 2015 7:19 pm

Re: problem offset obstacle and/or platform

Post by Granamir »

Thank you.
Post Reply