spacebuild / sbep

Spacebuild Enhancement Pack.
Apache License 2.0
75 stars 89 forks source link

Some Bugs. #97

Open UnknownShifter opened 8 years ago

UnknownShifter commented 8 years ago

I play spacebuild a lot, and I'll list a few bugs I have encountered.

1: Two parented objects with docking ports do not dock. (All of the visuals work, but they do not pull together.)

2: Console commands to change the model of environmental control entities do not work. (Haven't tested for other entities, but I believe it affects all.)

3: Life Support screens do not display to anyone but the client.

4: Right-Clicking on anything but the node with the Smart Link Tool causes script errors.

Currently that's all I can list off the top of my head. I'll update the list as I find more bugs.

copperwarrior commented 8 years ago

Anything to do with parenting is most likely a direct result of the klunky parenting system, but the other issues listed should be fixable.

UnknownShifter commented 8 years ago

Yeah, unfortunately true I suppose. Parenting is a wonderfully flawed system.

copperwarrior commented 8 years ago

New pull request submitted, fixes issue 4.

As for issue 2, the command to change the models are only for the ghosted model, the entities themselves have models associated with them and cannot be changed short of editing the table itself in their current state.

I am not sure how to handle Issue 3, can one of the other devs take a look at it?