spacebuild/sbep

Door Tool Spawns doors as a world prop / player owned prop.

Closed this issue · 3 comments

The SBEP door tool spawns doors as a world prop / player owned prop.

The outside of the door is owned by the player, the inside is a world prop.

This happens with ALL prop protect mods. In other words, we can't turn world protection on, because then people can't use the door tool.

The doors need to be entirely owned by the player, how can this be fixed?

I fixed the same issue in my server last night. I figured it was not the problem of spacebuild / sbep. It was the prop-protection mod (falco's pp) I was using that didn't catch constrained entities the right way. The pp addon is what needs to be fixed.

But speaking about the spawning of doors:
The doors with the blue shield, I think it was the modbridge ones, doesn't spawn the inner blue part when duplicated, for example using advanced duplicator, it will spawn only the frame. But the other doors, works fine with adv duplicator, just not the blue ones.

Maybe sbep team knows whats the difference between the blue ones and the other ones and can fix this.

Forget about the modbridge doors, the error was within Advanced Duplicator 2 code, but is fixed now.
I figured it had to do with a calls to IsValidModel() returning false on the modbridge ..._anim.mdl files for whatever reason.

So if someone has the same issue: don't use garry's IsValidModel() function for ..._anim.mdl files.