Coder Social home page Coder Social logo

sixshoot / uncso2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from l-leite/uncso2

0.0 0.0 0.0 497 KB

A file extractor for Counter-Strike: Online 2 and Titanfall Online

License: GNU General Public License v3.0

C++ 86.17% PowerShell 6.95% CMake 6.88%

uncso2's Introduction

UnCSO2

Alt text

Build status

A file data extractor for the videogames Counter Strike: Online 2 and Titanfall Online, for Windows and GNU/Linux.

It uses ekey's reversing work published at XeNTaX's forums.

This program's layout is based off KDE's Ark.

It uses libuncso2 as the back-end library.

Download

You may download the latest build of UnCSO2 here.

Features

Aside from extracting files from Counter-Strike: Online 2's and Titanfall Online's proprietary archive format, PKG, UnCSO2 can:

  • Explore and extract from individual PKG archives;
  • Explore and extract from entire game's filesystems (loads every PKG archive in their PKG index);
  • Preview and/or extract individual file entries;
  • Decrypt Counter-Strike: Online 2 files with an .e* prepended in their extension;
  • Decompress Counter-Strike: Online 2 texture files.

Compatible CSO2 regions

UnCSO2 supports every Counter-Strike: Online 2 region's game data.

Those regions are: South Korea, China, Taiwan and Japan.

Building

Requirements

  • CMake (must be in PATH);
  • Qt 5.13;
  • A C++17 compiler with std::filesystem support.

With Visual Studio

You can generate project files for Visual Studio 15 by running the follwing commands:

# Create and go to the build directory
mkdir build
cd build

# Generate oroject files
cmake -G "Visual Studio 15 2017" -A "x64" ../

You can then build the solution file uc2.sln.

With other compilers

You can use the following the command to generate Ninja files for your compiler:

(With GCC as example)

# Create and go to the build directory
mkdir build
cd build

# Generate ninja files
cmake -G "Ninja" `
        -DCMAKE_CXX_COMPILER="g++" `
        -DCMAKE_C_COMPILER="gcc" `
        -DCMAKE_BUILD_TYPE="Release" `
        ../

# To build the project
ninja all

Libraries used

UnCSO2 uses the following libraries:

libuncso2 also depends on libraries, see libuncso2's used libraries for more information.

License

UnCSO2 is distributed under the GNU GPLv3 license.

In the previous 1.* versions, UnCSO2 is distributed under the MIT license.

uncso2's People

Contributors

l-leite avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.