• This repository has been archived on 14/Sep/2022
  • Stars
    star
    159
  • Rank 234,774 (Top 5 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 4 years ago
  • Updated over 2 years ago

Reviews

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

Repository Details

CyberPunk 2077 Customization Assistant Tool. Work in progress Savegame editor.

CyberCAT

CyberPunk 2077 Customization Assistant Tool

Work in Progress Save Game Editor

This is still in early development.

If you make progress or discover new information or just have quiestions contact me on Discord SirBitesalot#6627 or join us on the CP77 modding Tools Server https://discord.com/invite/Epkq79kd96

Current State

  • The Program can decompress a save file.
  • The Program can recompress files
  • The Program can edit save files
  • The Program can save edited files
  • Some sections of the save file are parsed so they can be easier understood.

Usage

Before doing anything, backup your saves!

Setup

  1. Download the latest release zip file
  2. Extract the files wherever you want
  3. Double-Click on CyberCAT.Forms.exe to run the program

Editor Tab

(This is where you'll be able to edit your save files)

  • Click Load and select a savegame
    • On PC, you can find save games in C:\Users\<your user>\Saved Games\CD Projekt Red\Cyberpunk 2077
  • Make changes
  • Click save
  • Load file ingame and check if it works

Compression Tab

  • Paste file path of file to decompress or drag file onto textbox.
  • Hit "Decompress"
  • In the "Output" 2 Files will appear({guid}_metainf.json and {guid}_decompressed.bin)
  • To Recompress Drag the "{guid}_decompressed.bin" File onto the textbox titled "Decompressed File Path"
  • If you changed the name or the paths changed you need to also drag the "{guid}_metainf.json" if not it gets added automatically
  • Hit "Recompress"
  • Copy over "{guid}_recompressed.bin" into save game folde and rename to sav.dat (did I mention backing up original saves ;))
  • Test if it works ingame

Dependencies

K4os.Compression.LZ4

More Repositories

1

WolvenKit

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

CP77Tools

Cyberpunk2077 archive modding tools.
C#
416
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