A native webfishing installer for macos

README.md

Changed files
+29
+29
README.md
···
··· 1 + # Webfishing MacOS Installer 2 + 3 + An installer for a native version of webfishing on macos 4 + 5 + ## Why?? 6 + 7 + Webfishing is a game I love, however, it is poorely running on Whisky for macOS due to some unknown reason. 8 + 9 + While searching for some solutions I stumbled across a [blog article](https://mae.wtf/blog/28102024-webfishing-mac) made by [@vimaexd](https://github.com/vimaexd), 10 + it worked well in singleplayer, however as of now the multiplayer no longer works and this is why I decided to make this installer after figuring out how to patch this issue. 11 + 12 + 13 + ## Prerequisite 14 + - Root privileges 15 + - Steam 16 + 17 + ## Installation 18 + 19 + To run the app, you can double-click on it, doing so will put the build folder inside your home directory `/Users/[you]/build` 20 + 21 + You can also run it from the command line and doing so will put the build folder inside the current working directory. 22 + 23 + ## Implemented Patches 24 + 25 + - renaming `steam_id_remote` dictionnary key to `remote_steam_id` to fix network spam detection that resulted in timeouts 26 + 27 + ## Credits 28 + 29 + [@vimaexd](https://github.com/vimaexd) for their blog post !