Day 251 Project Rance — Main Map Markers [Map System]

11/06/2026 Object markers are now correctly displayed on the map. Fixed an issue where zooming or dragging the map caused markers to become misaligned. This was resolved by updating marker positions every tick. During marker initialization, a short delay is required before calling LoadMapMarkers, since some of the required data may not yet be available without the delay. While testing the custom map image, I discovered an offset between the minimap texture and the marker positions. After investigation, the issue was caused by moving several assets after the custom map image had been captured. Since the image was generated a few days earlier, it no longer matched the current asset locations. A possible solution is to use RT_Map as a real-time capture source so the map texture updates automatically whenever the level changes, removing the need to manually recapture the map image after modifying asset positions. Another important notation is that when using a custom map image, the orthographic width of the capture camera must match the map size exactly; otherwise, marker positions and map coordinates will not align correctly.