ardba / proton_aoe2de_mpfix

Small script containing Multiplayer fix for AOE2
GNU General Public License v3.0
107 stars 17 forks source link

Problem with Second Steam Library Location #9

Closed sashokbg closed 1 year ago

sashokbg commented 2 years ago

Hello,

On my current setup I have a second steam library configured on another drive - I like to have a fast library on SSD and slower on HDD.

The problem is that the second library, where AO2 DE is installed has a different directory path structure.

Essentially the system32 dir becomes ~/my-lib/steamlibrary/steamapps/compatdata/813780/pfx/drive_c/windows/system32

The simple solution would be to provide a var that can override system32 location, but I am thinking if it is possible to have a better solution that automatically finds where the game is installed and if it is in a secondary library adapt accordingly ?

Thank you for your tool ! :)

sashokbg commented 2 years ago

I added a PR #10 to address the issue :)

ardba commented 1 year ago

Hello,

Thank you for your contribution, and sorry for my late reply. I will merge right now

sashokbg commented 1 year ago

Hello @ardba no problem :) let me know if it needs any additional tweaks !