dshepsis / OkamiMap

Resource for the locations of items and other objects in the video game Okami
https://dshepsis.github.io/OkamiMap/
1 stars 1 forks source link

Switching map images #14

Open dshepsis opened 3 years ago

dshepsis commented 3 years ago

Some physical maps (like, continuous loaded areas with a discrete map ID) have multiple map images associated for them. This includes things like dungeons (one map for each floor), North Ryo (inland map and island map), and various maps which change slightly over the story. There are also some distinct maps with separate ID's which actually refer to the same real area (e.g. Kamiki before and after the full moon festival) where stuff like treasures and animals are all the same. There should be some way to swap between the images for these different maps without changing the markers.

zysim commented 3 years ago

I would also add to this issue that switching between maps takes a bit longer to load than the markers themselves. Would need to show the user that the image is currently loading, or better yet, prefetch stuff.

dshepsis commented 3 years ago

This issue is mostly resolved as of 84c2d4d3e5cbfcc2dd8a82b5d8701436f6acbbdf, with the exception of kamiki r102 vs r112 and dungeons. Giving feedback for loading images is a separate issue, but I agree that it should probably be done. I'm not sure how we would prefetch map images, since the user can switch from any map to any other.

zysim commented 3 years ago

I'll discuss stuff in a new issue for feedback 👍