NosTale offers a minimap that is relatively small in size. I’ve been exploring the game’s binaries in Cheat Engine, with the aim of resizing the NosTale Minimap.
So far I’ve managed to locate addresses related to the position, minimap rendering borders, and the collapse and position reset booleans. These booleans allow the minimap to be collapsed or moved to the top-right corner (original position) of the screen. More importantly, I’ve found several addresses linked to the actual size of the NosTale Minimap.
NOTE: The address' types of the following values are 2 Bytes. The size values represent the window containing the minimap image.
Uncollapsed Minimap:
Height = 185
Width = 163
Collapsed Minimap:
Height = 25
Width = 163
Despite these promising discoveries, my attempts to enlarge NosTale’s minimap by modifying these addresses have not been successful.
Based on my observations, it seems that when you collapse the minimap in NosTale, it doesn’t just shrink - it gets removed entirely. This led me to believe that the in-game size of the minimap’s image is the same as the size of the .png file. However, the window that houses the image might still be resizable, which might be crucial in enlarging the minimap's image as well.
I’m reaching out to those with more experience in reverse engineering: Have you tried to enlarge the NosTale Minimap? Do you think it’s possible? Any tips or feedback would be appreciated.
So far I’ve managed to locate addresses related to the position, minimap rendering borders, and the collapse and position reset booleans. These booleans allow the minimap to be collapsed or moved to the top-right corner (original position) of the screen. More importantly, I’ve found several addresses linked to the actual size of the NosTale Minimap.
NOTE: The address' types of the following values are 2 Bytes. The size values represent the window containing the minimap image.
Uncollapsed Minimap:
Height = 185
Width = 163
Collapsed Minimap:
Height = 25
Width = 163
Despite these promising discoveries, my attempts to enlarge NosTale’s minimap by modifying these addresses have not been successful.
Based on my observations, it seems that when you collapse the minimap in NosTale, it doesn’t just shrink - it gets removed entirely. This led me to believe that the in-game size of the minimap’s image is the same as the size of the .png file. However, the window that houses the image might still be resizable, which might be crucial in enlarging the minimap's image as well.
I’m reaching out to those with more experience in reverse engineering: Have you tried to enlarge the NosTale Minimap? Do you think it’s possible? Any tips or feedback would be appreciated.