-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtf.harmony.UnCSO2.metainfo.xml
More file actions
84 lines (84 loc) · 3.94 KB
/
tf.harmony.UnCSO2.metainfo.xml
File metadata and controls
84 lines (84 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2025 Harmony project contributors -->
<component type="desktop-application">
<id>tf.harmony.UnCSO2</id>
<developer id="tf.harmony">
<name>Harmony</name>
</developer>
<launchable type="desktop-id">tf.harmony.UnCSO2.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<name>UnCSO2</name>
<summary>Extract Counter-Strike: Online 2 and Titanfall Online game files</summary>
<description>
<p>A file data extractor for the video games Counter Strike: Online 2 and Titanfall Online.</p>
<p>Aside from extracting files from Counter-Strike: Online 2's and Titanfall Online's proprietary archive format, PKG, UnCSO2 can:</p>
<ul>
<li>Explore and extract from individual PKG archives</li>
<li>Explore and extract from entire game's filesystem (loads every PKG archive in their PKG index)</li>
<li>Preview and/or extract individual file entries</li>
<li>Decrypt Counter-Strike: Online 2 files with an <code>.e*</code> prepended in their extension</li>
<li>Decompress Counter-Strike: Online 2 texture files</li>
</ul>
<p>UnCSO2 supports every Counter-Strike: Online 2 region's game data. Those regions are: South Korea, China, Taiwan and Japan.</p>
</description>
<categories>
<category>Utility</category>
<category>Development</category>
</categories>
<keywords>
<keyword translate="no">Qt</keyword>
</keywords>
<url type="homepage">https://github.com/harmonytf/UnCSO2</url>
<url type="bugtracker">https://github.com/harmonytf/UnCSO2/issues</url>
<url type="vcs-browser">https://github.com/harmonytf/UnCSO2</url>
<content_rating type="oars-1.1"/>
<branding>
<color type="primary">#2e65ff</color>
</branding>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/harmonytf/UnCSO2/78c41bf47b82e2709b8df625e740bd4762d7ecf7/screenshots/screenshot1.png</image>
<caption>Main app window, with Titanfall Online data index opened</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/harmonytf/UnCSO2/78c41bf47b82e2709b8df625e740bd4762d7ecf7/screenshots/screenshot2.png</image>
<caption>Opening game data by providing the path to a directory of .pkg files</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/harmonytf/UnCSO2/78c41bf47b82e2709b8df625e740bd4762d7ecf7/screenshots/screenshot3.png</image>
<caption>Index properties window, with information about the currently opened .pkg file</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/harmonytf/UnCSO2/78c41bf47b82e2709b8df625e740bd4762d7ecf7/screenshots/screenshot4.png</image>
<caption>About window</caption>
</screenshot>
</screenshots>
<releases>
<release version="2.1.1" date="2025-11-09">
<description>
<p>Now also packaged as Flatpak! Changes:</p>
<ul>
<li>support saving last index dir path</li>
<li>fixed recent file list and made it also list directories</li>
<li>fixed broken style of error banner (it had unreadable text)</li>
<li>fixed blurry window icon on Linux</li>
<li>support for Flatpak build on Linux (with fixes around its filesystem sandboxing)</li>
<li>minor stylistic corrections here and there</li>
<li>add MIME types to allow opening .pkg files or their folders in the app</li>
<li>update to Qt 6.10 framework</li>
</ul>
</description>
</release>
<release version="2.1.0" date="2025-01-09">
<description>
<p>New Harmony release!</p>
<ul>
<li>fixed Titanfall Online support (notably no longer has problems with the infamous big shader file)</li>
<li>upgraded to Qt 6</li>
<li>fixed Linux AppImage</li>
</ul>
</description>
</release>
</releases>
</component>