The most unhinged ways to transport items and yourself around your factory. Fling items around with Thrower Inserters, launch your trains off ramps, and soar through your base on electric ziplines!
Hello, I really like your mod mainly because of how fun and unique idea it is and I have a suggestion.
Would it by possible to make the "rails" for magnetic ramps an actual "rail" entities (without collisions) instead of just sprites? It would allow trains to navigate themselfs across those ramps without needing to place actual rails there.
Glad to hear you're enjoying it 😀. You could do this with regular rails, but I'm guessing there's a reason you want a different magnet rail variant. Unfortunately in terms of coding there's no way to make a separate "type" of rail that is only for train auto-pathing but can't actually be driven on, I have tried. Let me know if that's what you mean
Yes, regular rails cannot be build through other entities, so I cannot have automatic trains jumping over parts of my factory for example.
But I guess the only way to prevent the trains to drive on those tracks would be checking the type of rail bellow from a script and stopping the train.
Trains can probably still drive on those but if you keep them separated it should work. If I ever figure out a better solution I'll be sure to let you know