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.
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.