07th-mod / python-patcher

Mod Installer for the Higurashi and Umineko Games
150 stars 12 forks source link

Steam Grid on MacOS #201

Closed FatesTimelines1337 closed 1 year ago

FatesTimelines1337 commented 1 year ago

The Steam grid path on MacOS is the following

~/Library/Application Support/Steam/userdata/[STEAMID]/config/grid

drojf commented 1 year ago

afaik just gotta add an extra case for MacOS here, which always returns the path ~/Library/Application Support/Steam (unless there are any other possible locations on MacOS)

https://github.com/07th-mod/python-patcher/blob/beb5ea30240a278ff86347a3e5073092a5cb462e/steamGridExtractor.py#L9-L32

drojf commented 1 year ago

@FatesTimelines1337 Can you see if this installer installs the steamgrid?

You can just re-run an install on any chapter and it should install the steamgrid files.

07th-Mod.Installer.mac(2).zip

FatesTimelines1337 commented 1 year ago

I don't see the option to install the steamgrid

drojf commented 1 year ago

ah, I forgot about that part...gimme a minute

drojf commented 1 year ago

@FatesTimelines1337 try this version 07th-Mod.Installer.mac(3).zip

FatesTimelines1337 commented 1 year ago

MOD-INSTALLER-LOG-2023-03-10_23-33-16.txt

steamgrid did not extract

drojf commented 1 year ago

ahh sorry I think I know what I did wrong. I'll also print out some info in case it still doesn't work

drojf commented 1 year ago

please try this version 07th-Mod.Installer.mac(4).zip

FatesTimelines1337 commented 1 year ago

Everything looks good to me

drojf commented 1 year ago

Should be fixed as of https://github.com/07th-mod/python-patcher/releases/tag/v1.2.13