{"id":28315441,"url":"https://github.com/sirkingbinx/binxmodmanager","last_synced_at":"2025-09-23T22:05:17.882Z","repository":{"id":286519313,"uuid":"961224952","full_name":"sirkingbinx/BinxModManager","owner":"sirkingbinx","description":"Fast mod updater for Gorilla Tag. Uses GitHub API to update mods so you don't have to wait a second for new releases","archived":true,"fork":false,"pushed_at":"2025-08-27T16:41:05.000Z","size":145,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-19T21:01:40.326Z","etag":null,"topics":["mmm"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sirkingbinx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2025-04-06T03:15:03.000Z","updated_at":"2025-09-03T15:37:44.000Z","dependencies_parsed_at":"2025-04-29T19:23:43.110Z","dependency_job_id":null,"html_url":"https://github.com/sirkingbinx/BinxModManager","commit_stats":null,"previous_names":["sirkingbinx/pygmymodmanager","sirkingbinx/binxmodmanager"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/sirkingbinx/BinxModManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirkingbinx%2FBinxModManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirkingbinx%2FBinxModManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirkingbinx%2FBinxModManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirkingbinx%2FBinxModManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sirkingbinx","download_url":"https://codeload.github.com/sirkingbinx/BinxModManager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirkingbinx%2FBinxModManager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276655671,"owners_count":25680971,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["mmm"],"created_at":"2025-05-24T21:14:39.419Z","updated_at":"2025-09-23T22:05:17.877Z","avatar_url":"https://github.com/sirkingbinx.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binx's Mod Manager ![downloads](https://img.shields.io/github/downloads/sirkingbinx/BinxModManager/total)\n\u003e [!WARNING]\n\u003e While this project technically isn't archived, it does not really receive any new updates. I give permission for anyone to use the code from this on their own mod managers for pretty much whatever you want as long as you credit me somewhere for it (even if it's as little as in the commit description).\n\nThis is my own personal mod manager thing that reads from MonkeModManager info lists.\nIt is pretty configurable and comes with a couple baked in tools:\n\n- **Text Editor**: Mostly used for editing mod configs, but can also edit the text++ config files that I use\n- **Source Manager**: You can change what and how many sources you want. You can add custom lists of mods.\n\n\u003e [!NOTE]\n\u003e Updating from github is based on docs found [here](https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28). Works given you provide a ``git_path`` in your release info.\nIt also uses the GitHub API to get the latest release of any mod, so nobody has to update a list for your mod for it to update :+1:\n\n## Table of Contents\n- [Install](#install)\n- [Why exist](#whats-different-from-mmm)\n- [Settings](#settings)\n- [List Creation Guide](#list-creation-guide)\n\n## Install\n### From Releases\nDownload the latest release from [here](https://github.com/sirkingbinx/BinxModManager/releases/latest).\n### From Source\n- Requires Visual Studio 2022\n\nDownload source from latest release or from the master branch and build it with ``dotnet build``.\n\n## What's different from MMM?\nThis mod manager has a couple key advantages over MMM:\n- It can grab mods from any list online, so there is no need for PRs to get your mod on the manager. Just add your own sources!\n- When avaliable, it will update the mods directly from GitHub itself, so you don't have to wait for the lists to update to get the latest releases.\n- It's much faster and simpler than MMM.\n\n## Settings\n### Sources\n- **Sources / All Sources**: A checklist of all the sources you have added. Uncheck any you don't want and click ``Close`` to remove them.\n- **Sources / Add**: Adds a source of your choice to the list.\n- **Sources / Load Mods on Startup**: You can remove loading the mods on startup if you want.\n- **Sources / Update via GitHub API**: When toggled on, will check for mod updates via. GitHub (if avaliable)\n\n### Gorilla Tag\n- **Gorilla Tag / Prefered Install**: Choose which version of Gorilla Tag you want to use.\n- **Gorilla Tag / Path**: The current path the game is using.\n\n### Appearance\n- **Appearance / Display Name**: Replaces `Binx's Mod Manager` in the titlebar, about page, and most other places it shows up.\n\n## List Creation Guide\n### JSON\nHere is a base for a bunch of mods. You can choose to add either a ``git_path`` or a ``link``, you must have at least one of them.\n```json\n[\n    {\n        \"name\": \"Mod\",\n        \"author\": \"Author\",\n        \"group\": \"Mod\", // can be anything, it will be created when adding mods\n\n        // use one of these two (one or the other)\n        \"git_path\": \"user/repo\", // git repo for source code\n        // NOTE: IF YOU HAVE MULTIPLE GIT RELEASES, IT WILL CHOOSE THE FIRST DLL!\n        // If you want it to download a specific one, set \"link\" instead and remove \"git_path\".\n\n        \"link\": \"https://github.com/user/repo/releases/myfile.dll\" // link to download latest release (the .dll itself, not the release page)\n    }\n]\n```\n\nIt is based on the MMM `ReleaseInfo` class but slightly modified to remove stuff it doesn't actually need.\n\n### Verification\nIf your users are consistantly hacked by people sharing fake lists of your mods, it may be worth a bit to get your list verified, which will show a [Verified] mark next to your list's URL. You can DM me on discord (`sirkingbinx`) if you want it verified.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirkingbinx%2Fbinxmodmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirkingbinx%2Fbinxmodmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirkingbinx%2Fbinxmodmanager/lists"}