• This repository has been archived on 27/Apr/2021
  • Stars
    star
    416
  • Rank 103,550 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cyberpunk2077 archive modding tools.

CP77Tools

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


❗ This repository is archived.

It will be maintained here: https://github.com/WolvenKit/Wolvenkit


Modding tools for the CDPR Cyberpunk 2077 video game.

Latest Stable Release

GitHub release (latest by date) https://github.com/WolvenKit/CP77Tools/releases

Latest Beta Release

GitHub release (latest by date including pre-releases) https://github.com/WolvenKit/CP77Tools/releases


requires NET5.0. (if you don't have it: https://dotnet.microsoft.com/download/dotnet/5.0)

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.

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


Check the wiki for guides and how to use this tool: https://github.com/WolvenKit/CP77Tools/wiki

Usage:

Surround paths with quotation marks (if the path contains spaces: e.g. archive -e -p "C:\Cyberpunk 2077\modding")

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

  • displays help for a specific command, e.g. archive -h

Main functions

  • extract all files from archive unbundle -p "PATH TO ARCHIVE"

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

  • rebuild textures and buffers (this step is needed when packing textures!, see the wiki for how to use this command) rebuild -p "PATH TO FOLDER" -b -t --keep --unsaferaw

  • pack a folder into an .archive (see the wiki for how to use this command) pack -p "PATH TO FOLDER"

Debug Options

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

More Repositories

1

WolvenKit

Community Mod editor/creator for REDengine games.
C#
913
star
2

CyberCAT

CyberPunk 2077 Customization Assistant Tool. Work in progress Savegame editor.
C#
159
star
3

BraindanceProtocol

A GUI to modify your Cyberpunk 2077 experience
Lua
93
star
4

WolvenKit-7

WolvenKit for Witcher 3
C#
75
star
5

Cyberpunk-Blender-add-on

The Cyberpunk add-on for Blender bridges complex game assets with Blender.
Python
72
star
6

WolvenKit-nightly-releases

Provides WolvenKit nightly releases.
33
star
7

cet-examples

Small example mods for Cyber Engine Tweaks
Lua
23
star
8

wwise-audio-tools

Tools for working with Wwise file types
C++
18
star
9

CP77HookFileName

Hook filenames in Cyberpunk 2077 (used in unpack .archive)
C++
17
star
10

Cyberpunk-Substance-Resources

Collection of resources for Substance to streamline Cyberpunk 2077 multilayered assets
GLSL
14
star
11

BasicPluginLoader

experimental plugin loader + basic plugin
C++
11
star
12

CP77Wiki

Cyberpunk 2077 modding wiki
7
star
13

wolvenkit-www

The front end of the RED modding org website.
Vue
7
star
14

gpm

gpm or Game Package Manager is a tool for downloading, installing, uninstalling, building, and publishing mod packages
Go
7
star
15

WolvenKit.Installer

A simple and standalone app for managing (installing, updating, removing) different WolvenKit versions similar to the Visual Studio Installer app.
C#
7
star
16

Wolvenkit-Resources

Resource depot for Wolvenkit.
JavaScript
2
star
17

WolvenKit-Reborn-Design

Repository to design the new and improved version of WolvenKit
1
star
18

gpm-rust

Rust implementation of the GPM project
Rust
1
star
19

WolvenKit-7-nightly

WolvenKit-7 (The Witcher 3) nightly releases.
1
star
20

kraken

C++
1
star
21

gpm-go

Go implementation of the GPM project
Go
1
star