Closed subaridji closed 2 weeks ago
Hmm it should be already. After the code posted it then checks if customlauncharguments contains "-mod", if so, it then checks modinfo.json for a custom savepath for settings.
Can you please post details about the mod you're using, the launch argument used and the contents of modinfo.json and I can investigate further.
Closing due to no response
if ($Script:AskForSettings -eq $True){#steps go through if user has toggled on the manual setting switcher ('s' in the menu). $SettingsProfilePath = ("C:\Users\" + $Env:UserName + "\Saved Games\Diablo II Resurrected\") $SettingsJSON = ($SettingsProfilePath + "Settings.json")
$SettingsProfilePath needs a little update to be able to read from mod directory given in accounts.csv.
Great job with updating project (auto windows rearrange is just awesome)!