RasaNovum / Via_Romana

Via Romana is a teleportation mod that's goal is to incentivise building transportation infrastructure.
GNU General Public License v3.0
4 stars 0 forks source link

Add ability to do auto-walk pathing from sign to sign, disable teleportation. #5

Closed VinterNacht closed 5 months ago

VinterNacht commented 5 months ago

I got really excited about this mod before I realized the roads were teleportation rather than "click sign, start auto-walking the path" implementation. I totally understand if this is outside the scope of your mod, but is there any way we could get a "follow from sign to sign" option? If not, still a very cool mod, good on you.

If you would consider this, perhaps the type of block the path is made from can provide a configurable movement boost?

xameryn commented 5 months ago

Currently the system in use doesn't record the actual path, it only checks two position at a time to guarantee the path is made using infrastructure blocks, so that would make the auto-walk/path-following impossible. That said I'm looking into changing the path-check system so that it would hold all path data so when/if I make that change I'll re-open this issue as it would be possible.

VinterNacht commented 5 months ago

That's amazing. Admittedly, I had figured you'd path from one sign to the next on a designated path. Or at least to the next point where the player stood when they charted the course to the next sign. I hope this becomes possible! Thank you for your attention.