Page 1 of 1
[Request] More interesting looking secret doors.
Posted: Fri Dec 07, 2012 3:28 pm
by HaunterV
I need some more Secret doors. Basically I am making a dungeon/mod that uses the secret doors as walls. This starts to get really boring to look at real fast.
Some ideas anyone?
If you have a scripting solution I'm all ears but please provide a screenshot of what you are saying so I can see if I implement your script as intended.
Re: [Request] More interesting to look as secret doors.
Posted: Fri Dec 07, 2012 3:37 pm
by Soaponarope
You mean you want to use things like wall drain and other prop art on secret doors? Found an easy way to do this without having to make new definitions using a little trick.
First place the secret door, then place a wall right next to it in order to add a wall prop. Then you can remove the wall and have the prop on a secret door with no wall. Then whatever triggers your secret door can also run a destroy script on the prop.
Re: [Request] More interesting to look as secret doors.
Posted: Sun Dec 09, 2012 7:26 pm
by HaunterV
Soaponarope wrote:You mean you want to use things like wall drain and other prop art on secret doors? Found an easy way to do this without having to make new definitions using a little trick.
First place the secret door, then place a wall right next to it in order to add a wall prop. Then you can remove the wall and have the prop on a secret door with no wall. Then whatever triggers your secret door can also run a destroy script on the prop.
I do like that idea.
oh, wait. Is there a way to drop walls into the floor?
Re: [Request] More interesting looking secret doors.
Posted: Mon Dec 10, 2012 3:58 pm
by Kuningas
Probably not unless you can make the animation (I'm not sure how far are we on that field). Then again, if you somehow just flipped the whole entity or model upside down...?
Changing the model of the secret door itself is possible, but it tends to be more than a bit buggy. (well I was using secret doors as high walls, and it didn't work as well as it could have, as regular secret doors or walls it may work better -- but they will be one-sided)
Re: [Request] More interesting looking secret doors.
Posted: Mon Dec 10, 2012 4:11 pm
by Skuggasveinn
its really easy to make secret doors, everything can be a "door" since animation for secret doors is just hardcoded.
What tileset are you using Hunter ?
I'm guessing you just want more variety since the tilesets have one model each for secret doors.
Skuggasveinn.
Re: [Request] More interesting looking secret doors.
Posted: Tue Dec 11, 2012 4:25 pm
by HaunterV
Skuggasveinn wrote:its really easy to make secret doors, everything can be a "door" since animation for secret doors is just hardcoded.
What tileset are you using Hunter ?
I'm guessing you just want more variety since the tilesets have one model each for secret doors.
Skuggasveinn.
Exactly. I'm primarily using the standard dungeon and temple. I will also use the northern dungeon cause it's friggn boss awesome.
Re: [Request] More interesting looking secret doors.
Posted: Tue Dec 11, 2012 4:26 pm
by HaunterV
Kuningas wrote:Probably not unless you can make the animation (I'm not sure how far are we on that field). Then again, if you somehow just flipped the whole entity or model upside down...?
Changing the model of the secret door itself is possible, but it tends to be more than a bit buggy. (well I was using secret doors as high walls, and it didn't work as well as it could have, as regular secret doors or walls it may work better -- but they will be one-sided)
Edsploration says custom animations is actually really really hard given the amount of hard-coding.