shupershuff / Diablo2RLoader

D2rLoader - Diablo 2: Resurrected launcher for multi-boxing
MIT License
62 stars 11 forks source link

Custom game settings are not being read for manual settings switcher. #52

Closed subaridji closed 2 weeks ago

subaridji commented 2 months ago

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)!

shupershuff commented 2 months 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.

shupershuff commented 2 weeks ago

Closing due to no response