eprilx / CP77Tools

Cyberpunk2077 archive modding tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CP77Tools

Modding tools for the cyberpunk 2077 game.

CP77 Tools Preview Version 0.1.3.3

  • requires NET5.0.

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

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

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

CP77 Tools discord: https://discord.gg/Epkq79kd96 CDPR modding community discord: https://discord.gg/USZwxxFrKa

Usage:

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

  • displays help for a specific command archive -h

Main functions

  • 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>"

v.0.1.3.3

  • added cr2w class layout dumps

v.0.1.3

  • much better command line help and syntax

v.0.1.2

  • faster extraction
  • supports dumping of .archive info
  • supports dumping of .cr2w file info

v.0.1.1

  • supports dumping .archive info
  • supports extracting and decompression of archive files

v0.1

  • extract binary files from an .archive bundle

About

Cyberpunk2077 archive modding tools.

License:MIT License


Languages

Language:C# 100.0%