Author Topic: Remove default door events  (Read 611 times)

This had been bugging me for a long time and recently I tried to fix it myself, but failed doing so since I can't code.

All I need is for the default events loaded in door bricks to not be applied when planted, or added when a save is loaded.

these being said events.

or added when a save is loaded.

these being said events.
This is a related issue Cannon666 had, it's an add-on that's adding the event when loading bricks from a save, it should only add an event when planting a brick normally

What you can do: Plant a door, save bricks, run trace, load the save, turn off trace and send console log

This is a related issue Cannon666 had, it's an add-on that's adding the event
Support_Doors has this. I tried editing it to not do this but it reverted back to normal.

Support_Doors has this. I tried editing it to not do this but it reverted back to normal.
Support_Doors was not his cause even though it was enabled, it's also default so it shouldn't have any errors with doors. It was a very old elevator add-on that didn't parent the onLoadPlant code correctly. If you do the trace (like I said above), I could tell you what is causing it.
« Last Edit: April 02, 2016, 04:11:12 PM by Kyuande »

Support_Doors was not his cause even though it was enabled, it's also default so it shouldn't have any errors with doors. It was a very old elevator add-on that didn't parent the onLoadPlant code correctly. If you do the trace like I said above I could tell you what is causing it.
Would it be this elevator add-on

Yeah, that is what broke the events when they plant, if you take a look at fxDtsBrick::onLoadPlant you can see how poorly packaged it is. I would get Xalos elevator mod instead.

Yeah, that is what broke the events when they plant, if you take a look at fxDtsBrick::onLoadPlant you can see how poorly packaged it is. I would get Xalos elevator mod instead.
Changing to this mod fixed it, thanks for helping!