shv187 / cs2_archiver

Tool to backup CS2 files across game updates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS2 Archiver

It's a small tool I wrote to backup CS2 files easly.

Description

It creates the following structure:

.
├── binaries
│   ├── <patch_version> 
│      ├── client
│         ├── <files>
│      ├── engine
│         ├── <files>
└──

Notes

It's ❗Windows ONLY❗ at the moment.
It might change in the future if requested by many users in issues or if I'll need it on some other OS.

Requirements

Usage

git clone https://github.com/shv187/cs2_archiver.git
cd cs2_archiver
cmake -S . -B build && cmake --build build --config Release && start build\Release
<run the executable>

Or simply download from Releases

Help

Feel free to open issues :)

About

Tool to backup CS2 files across game updates.


Languages

Language:C++ 89.2%Language:CMake 10.8%