BigBoiCJ / SteamAutoCracker

An open-source script that automatically Cracks (removes DRM from) Steam games
https://cs.rin.ru/forum/viewtopic.php?f=10&t=120610
BSD 3-Clause "New" or "Revised" License
780 stars 55 forks source link

Mac support? #18

Closed JonnycatMeow closed 1 year ago

JonnycatMeow commented 1 year ago

i was just wondering if there is gonna be mac support and i have a mac i can test it

BigBoiCJ commented 1 year ago

Probably not, sorry. This program uses Windows dependent things, and cracks games with DLLs. I think DLL files are windows only.

iMonZ commented 11 months ago

Probably not, sorry. This program uses Windows dependent things, and cracks games with DLLs. I think DLL files are windows only.

on macOS they are called dylib. So no much difference here

BigBoiCJ commented 11 months ago

I guess if you find steam emus for mac, then that could be done. Unfortunately I don't have a mac and I'm not really interested in supporting it. If any other OS support is added, it'll probably be for Linux.

If you have the knowledge, you could easily replace all occurrences of steam_api.dll in the python code, and replace them with the correct file (if it works this way on macos as well)