marcrobledo / savegame-editors

A compilation of console savegame editors made with HTML5 technologies.
https://www.marcrobledo.com/savegame-editors/
Other
1.11k stars 229 forks source link

can u try to make something that removes the travel medalan limits #267

Closed KEWLBEANS123 closed 1 year ago

ApacheThunder commented 1 year ago

Likely not possible. The game likely has a hardcoded set of Travel Medallion slots reserved in the save data structure so setting the key item count for it beyond 3 won't work. (the game has to know where each medallion is on the map and obviously this means it has limited space to store this kind of information so they definitely hardcoded it to only keep track of 3!)

marcrobledo commented 1 year ago

No, it's impossible.