Page 1 of 1

Make rail bounding boxes modable again

Posted: Sat Jul 13, 2019 5:26 pm
by Oktokolo
TL;DR
Please revert the "side note" from Upcoming breaking mod API changes 0.17.56 to make Rail Bridges work again.
What?
Revert the change, that made the rail bounding boxes hardcoded. Let mods alter the rail bounding boxes if they want to.
Why?
Because not denying modding of the rail bounding boxes enables us to have rail bridges in the game. Bridges are one of the rail features wich you don't want to implement and where long thought to be impossible to add by mod in a UPS friendly way.
Recently, DaveMcW made a mod using rail segments with altered bounding boxes to implement bridges. It only works with modable rail bounding boxes.

Re: Make rail bounding boxes modable again

Posted: Sat Jul 13, 2019 10:03 pm
by Koub
Have you seen this : viewtopic.php?p=441948#p441948 ?

Re: Make rail bounding boxes modable again

Posted: Sat Jul 13, 2019 10:51 pm
by Oktokolo
Koub wrote: Sat Jul 13, 2019 10:03 pm Have you seen this : viewtopic.php?p=441948#p441948 ?
Had not seen that. But it only seems to imply, that you would have to deconstruct all bounding-box-modded entities before disabling the mod because otherwise the next map load without the mod fails.
Not a big deal - could be mentined in the mod's description and having strange things happen when loading a modded map without the mods is expected behaviour anyway.

Re: Make rail bounding boxes modable again

Posted: Sat Jul 13, 2019 10:58 pm
by Bilka
Moved to modding interface requests

Re: Make rail bounding boxes modable again

Posted: Sun Jul 14, 2019 1:54 pm
by Rseding91
Having sat next to Kovarex when he made the change this simply isn't going to happen.