{"id":23602607,"url":"https://github.com/estyms/webfishing-macos-installer","last_synced_at":"2026-05-17T02:03:14.493Z","repository":{"id":269865746,"uuid":"908693011","full_name":"Estyms/webfishing-macos-installer","owner":"Estyms","description":"A native webfishing installer for macos","archived":false,"fork":false,"pushed_at":"2025-01-28T16:47:18.000Z","size":62,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T17:35:19.396Z","etag":null,"topics":["installer","macos","webfishing"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Estyms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-26T17:56:02.000Z","updated_at":"2025-01-28T16:38:33.000Z","dependencies_parsed_at":"2024-12-26T19:17:51.014Z","dependency_job_id":"f178bea0-0b3f-45fc-9c41-27cc2d1f3115","html_url":"https://github.com/Estyms/webfishing-macos-installer","commit_stats":null,"previous_names":["estyms/webfishing-macos-installer"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Estyms%2Fwebfishing-macos-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Estyms%2Fwebfishing-macos-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Estyms%2Fwebfishing-macos-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Estyms%2Fwebfishing-macos-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Estyms","download_url":"https://codeload.github.com/Estyms/webfishing-macos-installer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449583,"owners_count":19640535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["installer","macos","webfishing"],"created_at":"2024-12-27T12:12:01.677Z","updated_at":"2026-05-17T02:03:14.486Z","avatar_url":"https://github.com/Estyms.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webfishing MacOS Installer\n\nAn installer for a native version of webfishing on macos\n\n## Why??\n\nWebfishing is a game I love, however, it is poorely running on Whisky for macOS due to some unknown reason.\n\nWhile searching for some solutions I stumbled across a [blog article](https://mae.wtf/blog/28102024-webfishing-mac) made by [@vimaexd](https://github.com/vimaexd),\nit 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.\n\n\n## Prerequisite\n- Root privileges\n- Steam\n\n## Installation\n\nTo run the app, you can double-click on it, doing so will put the build folder inside your home directory `/Users/[you]/build`\n\nYou can also run it from the command line and doing so will put the build folder inside the current working directory.\n\n## Implemented Patches\n\n- renaming `steam_id_remote` dictionnary key to `remote_steam_id` to fix network spam detection that resulted in timeouts\n- prevent the game from crashing when saving the options by not setting any values to `OS.windowed_borderless` because setting a value to it crashes the game somehow\n\n\n## How to install a mod?\n\nWhen running the software for the first time and building webfishing, you'll notice that a `mods` folder has appeared in the folder where the installer is.\n\nIn order to install a mod, just copy a mod folder in it, a mod folder has a `manifest.json` file in it.\n\nAfter that, run the installer again ! It will tell you in the terminal if the mod is installed or if something went wrong.\n\nHere's a small mod list : [link to the mod list](modlist.md)\n\n## How to make a mod?\n\nAs you can see in the `example_mods` folder, a mod has typically two folders and a single `manifest.json` file having the following structure:\n```jsonc\n{\n  \"name\": \"Ship Mod\", // Mod name\n  \"author\": \"Estym\", // Author\n  \n  \"pck_info\": { // (Optional)\n    \"directory\": \"pck\", // Relative folder path to where the mod resources are\n    \"resource_prefix\": \"res://Mods/Ship/\" // Resource path prefix for the mod resources\n  },\n  \n  \"patches\": [ // Array of patches\n    {\n      \"resource\": \"res://Scenes/Entities/Player/player.gdc\", // Resource to patch\n      \"patch_file\": \"patch/player.patch\" // relative file path to the patch file\n    }\n  ],\n  \n  \"deps\": [] // Dependencies for the mod (Optional)\n}\n```\n\n### Notes:\n- The patch files are made by using `$ git diff [original_file] [modded_file] \u003e file.patch`\n\n## Credits\n\n[@vimaexd](https://github.com/vimaexd) for their blog post !\n\n[Godot RE Tools](https://github.com/GDRETools/gdsdecomp) for the amazing tooling that allows me to patch the game !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festyms%2Fwebfishing-macos-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festyms%2Fwebfishing-macos-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festyms%2Fwebfishing-macos-installer/lists"}