Skretzo / shortest-path

Pathfinding for Old School RuneScape
BSD 2-Clause "Simplified" License
14 stars 27 forks source link

Add Lovakengj Minecart Network #78

Closed pedrohbribeiro closed 1 month ago

pedrohbribeiro commented 2 months ago

Adding all the minecarts from the lovakengj network to the pathfinder

Example

Path from south of Lovakengj to Wintertodt, using the fairy rings and ardougne cape:

2024-06-29_10-32-20

Path from south of Lovakengj to Wintertodt, using the minecart network: 2024-06-29_10-32-45

Info text with the shortcut button when close to the minecart: 2024-06-29_10-39-33

Notes

When adding the minecarts to the transport list, they are added separately from the other transports. If it is possible to give me some feedback on the preferred way to do it, I can change it to work together with the fairy rings section or make it work like the gnome glider/spirit tree with all the possible paths on the tsv file.

gkotas commented 2 months ago

The PR I made separates out the fairy ring parsing since I noticed its different too. Would be a minor change if mine gets merged :crossed_fingers:

pedrohbribeiro commented 1 month ago

I made a rebase on the branch to update it to the new version, and I also changed the .tsv file to keep the same style as the current fairy rings one

Skretzo commented 1 month ago

Thank you for adding the Lovakengj Minecart Network. I have now added both Keldagrim and Lovakengj minecarts, as well as wilderness obelisks, which will be part of the upcoming 1.14 version of the plugin.