PixelRick / CP77Tools

Cyberpunk2077 archive modding tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CP77Tools

MIT license Discord CodeFactor GitHub all releases GitHub release (latest by date including pre-releases)

Modding tools for the CDPR Cyberpunk 2077 video game.

The cp77 tools require the oo2ext_7_win64.dll to work. Copy and paste the dll into the cp77Tools folder.

It can be found here: Cyberpunk 2077\bin\x64\oo2ext_7_win64.dll


If you are building from source, the dll needs to be in the same folder as the build .exe, e.g. C:\cpmod\CP77Tools\CP77Tools\bin\Debug\net5.0\oo2ext_7_win64.dll

CP77 Tools discord: https://discord.gg/Epkq79kd96

Latest Stable Release

https://github.com/WolvenKit/CP77Tools/releases

Latest Beta Release

https://github.com/WolvenKit/CP77Tools/releases/tag/nightly-build

Usage:

  • displays the general help: list all commands --help

  • displays help for a specific command archive -h

Main functions

  • pack a folder into an .archive pack -p "<PATH TO FOLDER>"

  • extract all files from archive archive -e -p "<PATH TO ARCHIVE>.archive"

  • extract all textures from archive (supports conversion to tga, bmp, jpg, png, dds) archive -u --uext png -p "<PATH TO ARCHIVE>.archive"

Debug Options

  • dumps property info from extracted cr2w file cr2w -c -p "<PATH TO FILE>"
  • dumps class info from extracted cr2w file cr2w -a -p "<PATH TO FILE>"

About

Cyberpunk2077 archive modding tools.

License:MIT License


Languages

Language:C# 100.0%