Jump to content

Making a load door


Zorkaz

Recommended Posts

You can change the appearance of a loaddoor I assume. I have not done it for load doors, but for chained doors I have. So it should also work for them.

 

How can you see here (around 01:00):

 

 

That should work I think, even I am not to 100% sure.

Edited by taryl80
Link to comment
Share on other sites

Oh I forgot that I can use a simple script like

 

while self.isenabled()

utility.wait(0.2)

self.setopen(false)

endwhile

 

Didn't test it out, because apperantly the trapdoor I used is a load door too.

Link to comment
Share on other sites

Yeah, I don't think you can reszie them. But I just remembered something I did in my last mod that might be of use: every door has an "Is Marker" checkbox that essentially turns it into an invisible door in-game. I used this on a boxcar door to make an invisible load door with the same dimensions and sounds as the moving boxcar door, but you can use any door that's the shape you want.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...