So, I'm redoing The Capitol Building as an aftergame-cleanup-mod. The flow is as follows:
Fallout3.esm loads
Broken Steel loads
My mod loads
What's happening here is:
(1) In The Capitol Building there is a door that leads to the Presidential Metro, a door only available when Broken Steel is loaded. The door is near a 4-way
hall connection. Without Broken Steel the hall connection is only a 3-way.
(2) So if a user does not have BS everything looks fine as a 3-way hall connection.
(3) If a user had BS installed, they can see that new door via the 4-way hall connection that BS adds. BS manipulates that area to swap out the 3-way with a 4-way. Unfortunately, my mod comes along and overrides that 4-way with a 3-way and those with BS installed cannot access the Presidential Metro door.
Is there any way to stop my 3-way piece taking priority over the BS choice to replace with a 4-way?
Wow. Good luck translating this heh.