{"id":13831198,"url":"https://github.com/WolvenKit/CP77Tools","last_synced_at":"2025-07-09T13:32:21.497Z","repository":{"id":46379048,"uuid":"319447095","full_name":"WolvenKit/CP77Tools","owner":"WolvenKit","description":"Cyberpunk2077 archive modding tools.","archived":true,"fork":false,"pushed_at":"2021-02-03T16:10:22.000Z","size":120100,"stargazers_count":412,"open_issues_count":0,"forks_count":39,"subscribers_count":34,"default_branch":"main","last_synced_at":"2024-04-13T20:25:09.029Z","etag":null,"topics":["cyberpunk-2077","cyberpunk2077"],"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/WolvenKit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-07T21:19:18.000Z","updated_at":"2024-03-06T17:23:42.000Z","dependencies_parsed_at":"2022-09-13T03:11:59.853Z","dependency_job_id":null,"html_url":"https://github.com/WolvenKit/CP77Tools","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WolvenKit%2FCP77Tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WolvenKit%2FCP77Tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WolvenKit%2FCP77Tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WolvenKit%2FCP77Tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WolvenKit","download_url":"https://codeload.github.com/WolvenKit/CP77Tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225316443,"owners_count":17455232,"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":["cyberpunk-2077","cyberpunk2077"],"created_at":"2024-08-04T10:01:21.612Z","updated_at":"2024-11-20T12:31:15.697Z","avatar_url":"https://github.com/WolvenKit.png","language":"C#","funding_links":[],"categories":["C# #"],"sub_categories":[],"readme":"# CP77Tools\r\n\r\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)\r\n[![Discord](https://img.shields.io/discord/717692382849663036.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/Epkq79kd96)\r\n[![CodeFactor](https://www.codefactor.io/repository/github/wolvenkit/cp77tools/badge)](https://www.codefactor.io/repository/github/wolvenkit/cp77tools)\r\n![GitHub all releases](https://img.shields.io/github/downloads/rfuzzo/cp77tools/total)\r\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/rfuzzo/cp77tools)](https://github.com/WolvenKit/CP77Tools/releases)\r\n[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/rfuzzo/cp77tools?include_prereleases)](https://github.com/WolvenKit/CP77Tools/releases)\r\n\r\n\r\n-------------\r\n\r\n# ❗  This repository is archived. \r\n\r\n# ❗  It will be maintained here: https://github.com/WolvenKit/Wolvenkit\r\n\r\n\r\n-------------\r\n\r\nModding tools for the CDPR Cyberpunk 2077 video game.\r\n\r\n## Latest Stable Release\r\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/rfuzzo/cp77tools)](https://github.com/WolvenKit/CP77Tools/releases) https://github.com/WolvenKit/CP77Tools/releases\r\n\r\n\r\n## Latest Beta Release\r\n[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/rfuzzo/cp77tools?include_prereleases)](https://github.com/WolvenKit/CP77Tools/releases) https://github.com/WolvenKit/CP77Tools/releases\r\n\r\n-------------\r\n\r\n❗  **requires NET5.0.** (if you don't have it: https://dotnet.microsoft.com/download/dotnet/5.0)\r\n\r\n❗  **The cp77 tools require oo2ext_7_win64.dll to work.** Copy and paste the dll found here `Cyberpunk 2077\\bin\\x64\\oo2ext_7_win64.dll` into the cp77Tools folder.\r\n\r\nIf you are building from source, the dll needs to be in the same folder as the build .exe, e.g.\r\nC:\\cpmod\\CP77Tools\\CP77Tools\\bin\\Debug\\net5.0\\oo2ext_7_win64.dll\r\n\r\n-------------\r\n\r\n❓  **Check the wiki for guides and how to use this tool:** https://github.com/WolvenKit/CP77Tools/wiki\r\n\r\n\r\n## Usage:\r\n\r\n❗  **Surround paths with quotation marks** (if the path contains spaces: e.g. `archive -e -p \"C:\\Cyberpunk 2077\\modding\"`)\r\n\r\n* displays the general help: list all commands\r\n`--help`\r\n\r\n* displays help for a specific command, e.g. \r\n`archive -h`\r\n\r\n### Main functions\r\n* extract all files from archive\r\n`unbundle -p \"PATH TO ARCHIVE\"`\r\n\r\n* extract all textures from archive (supports conversion to tga, bmp, jpg, png, dds)\r\n`uncook --uext png -p \"PATH TO ARCHIVE\"`\r\n\r\n* rebuild textures and buffers (this step is needed when packing textures!, see the wiki for how to use this command)\r\n`rebuild -p \"PATH TO FOLDER\" -b -t --keep --unsaferaw`\r\n\r\n* pack a folder into an .archive (see the wiki for how to use this command)\r\n`pack -p \"PATH TO FOLDER\"`\r\n\r\n### Debug Options\r\n* dumps property info from extracted cr2w file\r\n`cr2w -c -p \"\u003cPATH TO FILE\u003e\"`\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWolvenKit%2FCP77Tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWolvenKit%2FCP77Tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWolvenKit%2FCP77Tools/lists"}