Benjamin Sutas

Results 187 comments of Benjamin Sutas

One related bug I found is that the StationManager has an off-by-one bug in `id()` function: Code is currently ` if (index > 1024)` and it should be ` if...

I'll leave this for now, it requires a deeper investigation, but this is a strange bug indeed.

Just thought to try it in vanilla and it crashes in the same fashion

> Which means the game isn't at fault so much as the scenario is. Yeah it's an interesting one, I wonder whether the creator of the scenario ever tested their...

> It might be helpful to try opening the save file in the scenario editor somehow. Generate a new landscape for it, save it as a playable game, and then...

I'm not sure when the scenario was created. If it really does have that problem as in #1070, is there a way to fix the scenario now?

Without having looked into this more (yet), and considering this crashes vanilla, my best guess is someone edited the .SC5 file in an editor of some kind, or included some...

Can you provide some more information here please? Who is 'you'? In any case, providing shared code could be done as simply as putting that shared code in a shared...

True, we'd have to move OpenLoco to GPL or something similar. In any case, I don't think there are concrete plans to do either of these things (relicense, or start...

I think the problem is that OpenRCT2 is on GPL and any libraries a GPL project uses must also be GPL, not MIT