{"id":25705231,"url":"https://github.com/maxsafer/cyberpunk2077modmanager","last_synced_at":"2025-10-13T12:21:03.353Z","repository":{"id":250387537,"uuid":"730428482","full_name":"Maxsafer/Cyberpunk2077ModManager","owner":"Maxsafer","description":"Very simple and straight forward mod manager.","archived":false,"fork":false,"pushed_at":"2025-05-05T10:09:26.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T11:26:31.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Maxsafer.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-12-11T22:49:21.000Z","updated_at":"2025-05-05T10:09:30.000Z","dependencies_parsed_at":"2024-07-27T01:46:46.617Z","dependency_job_id":"cc0a1e46-b7d6-4f2b-8001-959c65809739","html_url":"https://github.com/Maxsafer/Cyberpunk2077ModManager","commit_stats":null,"previous_names":["maxsafer/cyberpunk2077modmanager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Maxsafer/Cyberpunk2077ModManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxsafer%2FCyberpunk2077ModManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxsafer%2FCyberpunk2077ModManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxsafer%2FCyberpunk2077ModManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxsafer%2FCyberpunk2077ModManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maxsafer","download_url":"https://codeload.github.com/Maxsafer/Cyberpunk2077ModManager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maxsafer%2FCyberpunk2077ModManager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015049,"owners_count":26085643,"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-10-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2025-02-25T06:39:16.494Z","updated_at":"2025-10-13T12:21:03.348Z","avatar_url":"https://github.com/Maxsafer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"https://www.nexusmods.com/cyberpunk2077/mods/10826\n\n\u003ch1\u003eFiles\u003c/h1\u003e\n\u003ch3\u003e[manager.py]\u003c/h3\u003e\nThis is the script that manages mods installation/uninstallation, it also creates mods.json that keeps track of which mods are\ninstalled and all of their files.\n\n\u003ch3\u003e[start.bat]\u003c/h3\u003e\nDouble click to launch manager.py\n\n\u003ch3\u003e[mods.json]\u003c/h3\u003e\nThis file will be created when the script is launched. Its important to keep this file with manager.py\n\n\n\u003ch1\u003eInstructions\u003c/h1\u003e\n\u003ch3\u003e[1st step]\u003c/h3\u003e\nDrag and drop the script wherever you want, I recommend keeping this script on the game folder or its own folder under the game path.\n\n\u003ch3\u003e[2nd step]\u003c/h3\u003e\nWhen launching the script for the first time, a window will prompt asking you to select the game installation path. i.e. D:\\Games\\GOG\\Cyberpunk 2077\\\n\n\u003ch3\u003e[3rd step]\u003c/h3\u003e\nWhen installing mods, multiple zips can be selected.\n\n\u003ch3\u003e[4th step]\u003c/h3\u003e\nWhen uninstalling mods, multiple mods can be uninstalled.\n\n\n\u003ch1\u003eDependencies\u003c/h1\u003e\n\u003ch3\u003e[Python3]\u003c/h3\u003e\nIn order for this small script to work, Python3 must be installed.\n\n\u003ch3\u003e[.zip]\u003c/h3\u003e\nMods to be installed must be in a .zip and have the file structure defined i.e.\n\n```\nbin\n |-x64\n    |-CrashReporter\n    |-d3d12on7\n    |-plugins\n|-cyber_engine_tweaks\n|-mods\n   |-modToInstall\nor\nmodName\n   |-bin\n      |-x64\n         |-CrashReporter\n         |-d3d12on7\n         |-plugins\n         |-cyber_engine_tweaks\n            |-mods\n               |-modToInstall\n```\n\nSame goes for \"archive\", \"bin\", \"engine\", \"mods\", \"r6\", \"red4ext\" and \"tools\". \nIf a mod comes in a .7z just right click, extract to folder \u003e Then right click the folder and send to zip.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxsafer%2Fcyberpunk2077modmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxsafer%2Fcyberpunk2077modmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxsafer%2Fcyberpunk2077modmanager/lists"}