RaidingForPants / hd2-audio-modder

8 stars 1 forks source link

Check for steamapps folder is case sensitive when verifying for game directory in config.py #17

Closed Stepanma01 closed 4 days ago

Stepanma01 commented 2 weeks ago

Hi, Tried using this tool myself, for some reason my "steamapps" folder is named "SteamApps" causing the following check to fail in config.py: and game_data_path.endswith("steamapps/common/Helldivers 2/data"):

for comparison my directory path would end with: SteamApps/common/Helldivers 2/data

I'll download the source to fix it locally on my PC, but thought I'd let you know.

RaidingForPants commented 1 week ago

Fixed in code, release planned for later

RaidingForPants commented 4 days ago

Fixed in version 1.14