zetaPRIME / MultiBound2

Starbound profile launcher: the rewrite
GNU Lesser General Public License v2.1
34 stars 3 forks source link

Creates C:\program directory #12

Closed Nayzal closed 5 months ago

Nayzal commented 2 years ago

MultiBound2 seems to store mods in a folder called "program" directly in the C drive. Windows doesn't seem to like this, saying to rename it or that it could cause issues with other programs.

Haano137 commented 2 years ago

It actually stores mods in "C:\Users[USER_NAME]\AppData\Local\multibound\steamapps\workshop\content\211820". No clue why it does that in your case.

Doodlinka commented 2 years ago

same issue, it creates a "steamapps" folder in the program folder

foxiepaws commented 2 years ago

confirmed on win11.

zetaPRIME commented 2 years ago

apparently steamcmd requires quotes for paths with spaces on a command that only takes a single parameter??? anyway, attempting to fix with https://github.com/zetaPRIME/MultiBound2/commit/6507ae5a37356b25ee5b6fa39e9978163c6b45ab

zetaPRIME commented 5 months ago

probably fixed, but also made irrelevant with v0.6.0 as unfortunately steamcmd integration would need either a complete redesign or change in external situation to be workable.