Beach Secret Doors, what are they?

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
User avatar
Baddock
Posts: 12
Joined: Tue Nov 04, 2014 8:28 pm

Beach Secret Doors, what are they?

Post by Baddock »

So I tried using the Door component on the Beach_secret_door and it errors out, anyone have any idea what component this actually is? I noticed too that these don't open if you hit z in the preview either... like all other doors.
GoldenShadowGS
Posts: 168
Joined: Thu Oct 30, 2014 1:56 am

Re: Beach Secret Doors, what are they?

Post by GoldenShadowGS »

Code: Select all

function openbeachwall()
	beach_secret_door_1.controller:open()
end
User avatar
Baddock
Posts: 12
Joined: Tue Nov 04, 2014 8:28 pm

Re: Beach Secret Doors, what are they?

Post by Baddock »

Thanks, that will definitely let me open it with a script, but it would be handy to know what the component type is, so that I know what all I can do with it as well.
GoldenShadowGS
Posts: 168
Joined: Thu Oct 30, 2014 1:56 am

Re: Beach Secret Doors, what are they?

Post by GoldenShadowGS »

If you look at the entity in the editor is shows all of the components that are attached to it. It has obstacle and animation and controller. Controller is what you use to open and close it.
Post Reply