-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load missing map parts from online map #5
Comments
The idea is good... But as you already said: It would be very difficult. Xaero's World Map doesn't save the data as images. But the online maps just give images. I would need to convert every pixel into a block type. To do this, the code would need to compare an online-map-part with a local part of the xaero map to get some sort of dictionary to convert the pixel color into blocks. If you know of any good way how to do it, I will consider it. (But only after I got the multiloader setup with architectury working...) |
It would be possible to place an image from an online map under the mod map. Yes, the gap between the parts from the online map and the mod map would be striking, but even this would be a great achievement |
That could work. But I dont know how hard this would be, because I would probably need to reverse-engineer the rendering code for xaeros map to place the images in the right place. (and xaeros map is not open source) |
hello i dont know how to make an idea so i am typing from here could u add the delete waypoints if i disable the mod i am being have to delete all manually |
Thanks for letting me know... it must have broken it without realizing because it definitely worked at some point. You can create your own issue by clicking the green "New Issue" button here: https://github.com/thebuildcraft/RemotePlayerWaypointsForXaero/issues |
Any more updates on this? |
You can compromise on the detail for faster checking. |
Although I understand that this is a very difficult task that is beyond the scope of this mod, but what about loading the missing map parts from an online map?
The text was updated successfully, but these errors were encountered: