You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A file data extractor for the video games Counter Strike: Online 2 and Titanfall Online, for Windows and GNU/Linux.
6
12
@@ -14,6 +20,8 @@ It uses [libuncso2](https://github.com/harmonytf/libuncso2) as the back-end libr
14
20
15
21
You may download the latest build of UnCSO2 here: [Releases](https://github.com/harmonytf/UnCSO2/releases/latest).
16
22
23
+
Linux version is also available on [FlatHub](https://flathub.org/apps/tf.harmony.UnCSO2).
24
+
17
25
## Features
18
26
19
27
Aside from extracting files from Counter-Strike: Online 2's and Titanfall Online's proprietary archive format, PKG, UnCSO2 can:
@@ -36,23 +44,23 @@ Those regions are: South Korea, China, Taiwan and Japan.
36
44
37
45
-[CMake](https://cmake.org/download/) (must be in PATH)
38
46
-[Qt 6.10](https://www.qt.io/download)
39
-
- A C++20 compile.
47
+
- A C++20 compiler
40
48
41
49
#### With Visual Studio (new way)
42
50
43
51
Visual Studio nowadays has built-in integration for CMake projects.
44
52
45
-
1. File -> Open -> CMake... -> Select CMakeLists.txt
53
+
1. File → Open → CMake... → Select CMakeLists.txt
46
54
47
-
2. Build -> Build All
55
+
2. Build → Build All
48
56
49
57
You should have the extension Qt Visual Studio Tools installed. It will prompt you to import your Qt install path upon installation, select required Qt version as the default.
50
58
51
-
You can generate project files for Visual Studio 15 by running the follwing commands:
52
-
53
59
#### With Visual Studio (old way)
54
60
55
-
The old way is to generate project files.
61
+
The old way is to generate project files (sln, vcxproj).
62
+
63
+
You can generate project files for Visual Studio by running the following commands:
0 commit comments