Ok, so I have a desire to create a single square hallway with a door on either end that has the function of one door closing when the other door opens.
I'm thinking a button on either non door wall will do what i suffice but i kinda wanted a pullchain to be used on either door.
Methods for creating 'airlocks'
Methods for creating 'airlocks'
Grimrock Community 'FrankenDungeon 2012. Submit your entry now!: http://tinyurl.com/cnupr7h
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
Re: Methods for creating 'airlocks'
Non-scripting version:
Place your pullchains. Have a button in the room that closes the door behind you and opens the one ahead of you.
To make it work both ways,
Make sure the first entrance door is in initial state: open and that the button is set to toggle both doors.
Place your pullchains. Have a button in the room that closes the door behind you and opens the one ahead of you.
To make it work both ways,
Make sure the first entrance door is in initial state: open and that the button is set to toggle both doors.
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
- Message me to join in!
Re: Methods for creating 'airlocks'
figured it out just now -.-
Grimrock Community 'FrankenDungeon 2012. Submit your entry now!: http://tinyurl.com/cnupr7h
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
Re: Methods for creating 'airlocks'
Something to note for when the model toolkit is ready for it, the wall button fits very nicely in ornament doors.
This just don't slide up with them. D:
This just don't slide up with them. D:
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
- Message me to join in!
Re: Methods for creating 'airlocks'
put the wall button on a pillarNeikun wrote:Something to note for when the model toolkit is ready for it, the wall button fits very nicely in ornament doors.
This just don't slide up with them. D:
Grimrock Community 'FrankenDungeon 2012. Submit your entry now!: http://tinyurl.com/cnupr7h
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
Re: Methods for creating 'airlocks'
But it can be :destroy()ed
you might have to cloneObject it and set placement = floor (and set replaceFloor = false so you can :destroy() if with no consequences. You may have to spawn in again when the door closes but still, that might work 
As for airlock wit hidden pressure plate between them:
1. Start with placing door/hpp/door on 3 squares.
2. One door should be spawned open.
3. connect hpp (activate -> door1 -> toggle, activate -> door2 -> toggle)
4. I would add some flashy screen effects, some light and maybe a fog or something (btw, does anyone have a model of a FOG that he/she could share ?)
Point 4 would work better (imho) if used along with timer (1 sec ticks):
second 1. door1 closes
second 3. flahsy-shiny-magic-stuff-happens-fog is spawned, torches are replaced with burnt out ones
second 5. door2 opens
*runs to implement that*
As for airlock wit hidden pressure plate between them:
1. Start with placing door/hpp/door on 3 squares.
2. One door should be spawned open.
3. connect hpp (activate -> door1 -> toggle, activate -> door2 -> toggle)
4. I would add some flashy screen effects, some light and maybe a fog or something (btw, does anyone have a model of a FOG that he/she could share ?)
Point 4 would work better (imho) if used along with timer (1 sec ticks):
second 1. door1 closes
second 3. flahsy-shiny-magic-stuff-happens-fog is spawned, torches are replaced with burnt out ones
second 5. door2 opens
*runs to implement that*
Re: Methods for creating 'airlocks'
Hey, thanks, Blichew.
That works really well.
That works really well.
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
- Message me to join in!
Re: Methods for creating 'airlocks'
agree on the fog thing.
Grimrock Community 'FrankenDungeon 2012. Submit your entry now!: http://tinyurl.com/cnupr7h
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc