TerraMap / windows

TerraMap Windows is an interactive Terraria v1.4 world map viewer that loads quickly and lets you pan, zoom, find blocks, ores, items in chests, dungeons, NPCs, etc.
https://terramap.github.io/windows.html
GNU General Public License v3.0
83 stars 13 forks source link

Find proper steam install directory #9

Closed Kobata closed 4 years ago

Kobata commented 4 years ago

The current hardcoded steam directory for finding cloud files leads to missing characters & worlds if Steam is installed somewhere else.

However, Steam maintains a record in the windows registry of it's install location, which can be used instead (with fallback to the default if the registry entry is, for some reason, missing)

jasoncoon commented 4 years ago

Excellent, thanks! I'll get a new release with these changes published soon.