{"id":43335075,"url":"https://github.com/trumank/mint","last_synced_at":"2026-02-02T00:25:42.104Z","repository":{"id":143076978,"uuid":"584232596","full_name":"trumank/mint","owner":"trumank","description":"Deep Rock Galactic mod loader and integration","archived":false,"fork":false,"pushed_at":"2025-12-16T19:50:48.000Z","size":1488,"stargazers_count":396,"open_issues_count":97,"forks_count":55,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-12-20T09:52:50.336Z","etag":null,"topics":["deep-rock-galactic","drg","mod","mod-loader"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/trumank.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-01T23:38:38.000Z","updated_at":"2025-12-20T04:36:41.000Z","dependencies_parsed_at":"2023-12-05T09:26:24.738Z","dependency_job_id":"8e044988-d85b-4d8b-858d-c56988cbd6dd","html_url":"https://github.com/trumank/mint","commit_stats":null,"previous_names":["trumank/mint","trumank/drg-mod-integration"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/trumank/mint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trumank%2Fmint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trumank%2Fmint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trumank%2Fmint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trumank%2Fmint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trumank","download_url":"https://codeload.github.com/trumank/mint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trumank%2Fmint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28996639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deep-rock-galactic","drg","mod","mod-loader"],"created_at":"2026-02-02T00:25:41.528Z","updated_at":"2026-02-02T00:25:42.097Z","avatar_url":"https://github.com/trumank.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mint\n\n3rd party mod integration tool for Deep Rock Galactic to download and integrate mods completely\nexternally of the game. This enables more stable mod usage as well as offline mod usage. Works for\nboth Steam and Microsoft Store versions.\n\n\u003cimg alt=\"Graphical User Interface\" src=\"https://github.com/trumank/mint/assets/1144160/0305419f-a2af-4349-9d63-12e19d97102f\"\u003e\n\nMods are added via URL to a .pak or .zip containing a .pak. Mods can also be pulled from mod.io.\nExamples:\n\n - `C:\\Path\\To\\Local\\Mod.zip`\n - `https://example.org/some-online-mod-repository/public-mod.pak`\n - `https://mod.io/g/drg/m/sandbox-utilities`\n\nMods from mod.io will require an OAuth token which can be obtained from \u003chttps://mod.io/me/access\u003e\nwhen prompted.\n\nMost mods work just as if they were loaded via the official integration, but there are still some\nbehavioural differences. If a mod is crashing or otherwise behaving differently than when using the\nofficial integration, *please* create an\n[issue](https://github.com/trumank/mint/issues/new) so it can be addressed.\n\nFor more details, please consult our [user guide](https://github.com/trumank/mint/wiki).\n\n## Usage\n\nThis section assumes that you are on Windows and is using the steam version of DRG, working with\neither local `.pak`s or mod.io mods.\n\nFirst, download the [latest release](https://github.com/trumank/mint/releases/latest)\ncompatible with your architecture. For windows, this will be the\n`mint-x86_64-pc-windows-msvc.zip`. Extract this to anywhere you'd like to keep the\nexecutable.\n\nThen, we'll need to perform some first-time setup.\n\n### First Time Setup\n\nWe need to provide the tool with the path to `FSD-WindowsNoEditor.pak` and a mod.io OAuth token if\nyou want to use mod.io mods. These can be configured in the settings menu (cogwheel located in the\nbottom toolbar).\n\n\u003cimg alt=\"Settings menu\" src=\"https://github.com/trumank/mint/assets/1144160/b009a74c-b13a-4b84-95f9-4c59c6debb62\"\u003e\n\n#### Locating the DRG `FSD-WindowsNoEditor.pak`\n\nIf the tool fails to detect your DRG installation, then you can manually browse to add the path to\n`FSD-WindowsNoEditor.pak`.\n\nThis file is located under the `FSD` folder inside your DRG installation directory, e.g.\n\n```\nE:\\SteamLibrary\\steamapps\\common\\Deep Rock Galactic\\FSD\\FSD-WindowsNoEditor.pak\n```\n\n#### Adding a mod.io OAuth Token\n\nInside the settings menu, there is a modio setting (cogwheel). If you click on that, it will prompt\nfor an mod.io OAuth token.\n\nTo generate a mod.io OAuth token, you'll need to visit \u003chttps://mod.io/me/access\u003e. You'll need to\naccept the API terms and conditions.\n\n\u003cimg alt=\"mod.io Access page\" src=\"https://github.com/trumank/mint/assets/1144160/2aeb6135-71c2-4c3c-8979-49e84b276bed\"\u003e\n\nThen, you'll need to add a new client under OAuth Access, call it e.g. \"DRG Mod Integration\".\n\nFor that client, create a new token named e.g. \"modio-access\" with Read-only scope. Copy the token\ninto the integration tool's prompt.\n\n### Adding Mods\n\nAfter these steps, you can now add local mods or mod.io mods.\n\n#### Adding mod.io mods\n\nCopy the URL to the mod into the \"Add mods...\" field and hit enter.\n\nYou can obtain a list of your subscribed mods list using the \"Copy Mod URLs\"\nbutton via [A Better Modding Menu](https://mod.io/g/drg/m/a-better-modding-menu)\nin game:\n\n![Copy Mod URLs](https://github.com/trumank/mint/assets/1144160/375f441f-4762-4549-a241-1b54ed391b2f)\n\n#### Adding a local mod\n\nYou can either drag and drop a local `.pak` file on to the tool window, or add the path to the\nlocal `.pak` in the same \"Add mods...\" field.\n\n### Updating Cache\n\nThe versioned mod.io mods are *cached*. If you want to update to the latest version of your mods,\nyou'll need to press the \"Update cache\" button.\n\n### Installing/uninstalling mods\n\nOnce you are happy with your mod profile, you can install the mods by pressing the \"Install mods\"\nbutton, and uninstall them with the \"Uninstall mods\" button. **This must be done while the game is\nclosed.**\n\n## Using integrated mod support again\n\nIf you want to go back to the integrated mod support again, you must uninstall the mods installed by\nmint. Then, launch the game normally.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrumank%2Fmint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrumank%2Fmint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrumank%2Fmint/lists"}