Author Topic: Best way to implement secret door  (Read 345 times)

Legacy_Krevett

  • Full Member
  • ***
  • Posts: 203
  • Karma: +0/-0
Best way to implement secret door
« on: September 13, 2012, 05:11:40 pm »


               Hi there the title almost says it '<img'> how would you implement secret doors/traps in a large world?

Is bioware standard method ineffective? Should I use triggers instead? I didn't search the vault so if anyone knows of a good set of scripts and can point me in the right direction...
Thanks in advance for your answers as always '<img'>
               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
Best way to implement secret door
« Reply #1 on: September 13, 2012, 06:06:32 pm »


               yes the bioware way is using heartbeats which is quite ineffective in a PW

trigger is a good way to do this, however its mostly harder to set up as it requires more than trigger to make it work (at least extra waypoint)

I have such script working on the trigger, so if noones comes with something from vault, I ll clean the code (currently im using this in conjuction with nwnx - getfirst/next area and module load script which isnt really global way to do that) and send it
               
               

               
            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
Best way to implement secret door
« Reply #2 on: September 13, 2012, 07:36:28 pm »


               Axe's KSO works well for me:

http://nwvault.ign.c...s.Detail&id=710

I'm not making a PW, but this looks like it would work. It's trigger based and by default found things go back to hidden after a few seconds. Well documented and it just dropped in and worked.

Cheers,
meaglyn
               
               

               
            

Legacy_Krevett

  • Full Member
  • ***
  • Posts: 203
  • Karma: +0/-0
Best way to implement secret door
« Reply #3 on: September 13, 2012, 09:18:40 pm »


               Just what I was looking for thanks!
               
               

               
            

Legacy_ffbj

  • Hero Member
  • *****
  • Posts: 1097
  • Karma: +0/-0
Best way to implement secret door
« Reply #4 on: September 13, 2012, 11:42:52 pm »


               Yepers.  Axe is probably the most powerful and best documented.