{"id":21467666,"url":"https://github.com/r-o-b-o-t-o/gatemeter","last_synced_at":"2025-08-23T11:14:36.076Z","repository":{"id":263342063,"uuid":"890035138","full_name":"r-o-b-o-t-o/gatemeter","owner":"r-o-b-o-t-o","description":"Damage meter mod for the game Gatekeeper by Gravity Lagoon","archived":false,"fork":false,"pushed_at":"2025-08-02T19:07:51.000Z","size":6666,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-02T21:33:10.737Z","etag":null,"topics":["csharp","game-modding","il2cpp-modding","solidjs","unity-modding"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/r-o-b-o-t-o.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"ko_fi":"roboto"}},"created_at":"2024-11-17T21:03:08.000Z","updated_at":"2025-08-02T19:07:55.000Z","dependencies_parsed_at":"2025-03-05T22:29:04.651Z","dependency_job_id":"cf7f9414-f930-4c14-9759-578d39b942b9","html_url":"https://github.com/r-o-b-o-t-o/gatemeter","commit_stats":null,"previous_names":["r-o-b-o-t-o/gatemeter"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/r-o-b-o-t-o/gatemeter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-o-b-o-t-o%2Fgatemeter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-o-b-o-t-o%2Fgatemeter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-o-b-o-t-o%2Fgatemeter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-o-b-o-t-o%2Fgatemeter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-o-b-o-t-o","download_url":"https://codeload.github.com/r-o-b-o-t-o/gatemeter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-o-b-o-t-o%2Fgatemeter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746776,"owners_count":24813583,"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-08-23T02:00:09.327Z","response_time":69,"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":["csharp","game-modding","il2cpp-modding","solidjs","unity-modding"],"created_at":"2024-11-23T08:19:02.072Z","updated_at":"2025-08-23T11:14:36.050Z","avatar_url":"https://github.com/r-o-b-o-t-o.png","language":"TypeScript","funding_links":["https://ko-fi.com/roboto"],"categories":[],"sub_categories":[],"readme":"# Gatemeter\n\nDamage meter mod for the game Gatekeeper by Gravity Lagoon\n\n![Gatemeter](readme/gatemeter.png)\n\n## ✨ Features\n\n-   Live charts for damage dealt and enemies killed (current level and total)\n-   List of items acquired by everyone in your lobby\n-   Keep track of your triad progress\n-   Opens in a web browser\n\n## 🛠️ Installation\n\n-   Install the .NET 6.0 runtime:\n    -   Go to the [downloads page](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)\n    -   Scroll down and find the table that says \".NET Runtime 6.x.xx\":\n        ![.NET Runtime downloads page](readme/dotnetruntime.png)\n    -   Download and run the installer for your architecture (usually `x64`)\n-   Install MelonLoader in your Gatekeeper directory:\n    -   Go to [MelonLoader's releases page on GitHub](https://github.com/LavaGang/MelonLoader/releases/latest)\n    -   Download `MelonLoader.Installer.exe` in the list of assets\n    -   Start the installer\n    -   Click on Gatekeeper in the list of games, then click \"Install\"  \n        ![Melon Loader Installer](readme/melonloaderinstaller.png)\n        -   If the game is not in the list, click \"Add Game Manually\", browse to the game's directory and select `Gatekeeper.exe`\n-   Install the mod:\n    -   Go to the [mod's releases page](https://github.com/r-o-b-o-t-o/gatemeter/releases/latest)\n    -   Download `Gatemeter.zip` in the list of assets\n    -   Unzip the archive into the game directory (⚠️ use \"Extract Here\", don't extract to a subfolder!)\n-   Start the game\n-   The damage meter will open in your default web browser\n\n## ⚙️ Developer Setup\n\n### Requirements\n\n-   MelonLoader\n-   .NET 6 SDK, Visual Studio is recommended\n-   Node.JS\n\n### Project Setup\n\n-   Install [MelonLoader](https://melonloader.org/) in your Gatekeeper directory, see [🛠️ Installation](#%EF%B8%8F-installation)\n-   Start the game once, MelonLoader will extract all the DLLs required by the project\n-   Duplicate `Gatemeter.csproj.user.dist`, rename the copy as `Gatemeter.csproj.user`\n-   Edit `Gatemeter.csproj.user` and set the `\u003cGamePath\u003e` tag to the full path of your Gatekeeper game directory\n-   Open `Gatemeter.sln` in Visual Studio:\n    -   Click Build \u003e Build Solution (\u003ckbd\u003eF6\u003c/kbd\u003e) to build the mod\n    -   Building the solution will also copy the resulting DLL into the game directory with a post-build event\n-   Open a command prompt in the `ui` directory:\n    -   Run `npm i` to install the dependencies\n    -   Run `npm run dev` to serve the frontend\n\n## 🤝 Contributing\n\nContributions are **greatly appreciated**.\n\nIf you have a suggestion that would make this project better, feel free to fork the repository and create a Pull Request. You can also open a [Feature Request](https://github.com/r-o-b-o-t-o/gatemeter/issues/new?assignees=\u0026labels=enhancement\u0026template=feature_request.yml).\n\n## ⭐️ Show your support\n\n⭐️ Give the project a star if you like it!\n\n\u003ca href=\"https://ko-fi.com/roboto\" target=\"_blank\"\u003e\u003cimg height=\"35\" style=\"border:0px; height:46px;\" src=\"https://cdn.ko-fi.com/cdn/kofi5.png?v=3\" border=\"0\" alt=\"Buy Me a Coffee at ko-fi.com\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-o-b-o-t-o%2Fgatemeter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-o-b-o-t-o%2Fgatemeter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-o-b-o-t-o%2Fgatemeter/lists"}