Skip to content

Commit 7ca81b3

Browse files
committed
2 parents b4f0f76 + 429cb55 commit 7ca81b3

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,22 @@
22

33
 
44

5-
**Important Note**: @NekuSoul has [determined the error](https://github.com/ImminentFate/CompactGUI/issues/167) in Windows that causes incorrect file size readings which means that many games with high compression ratios are false results. I am working on a fix so that it's not misleading anymore, but just keep this in mind - a lot of results that seem too good to be true are probably too good to be true. You can still get really good savings on lots of games and programs, but not quite as high as the program (and Windows) would have you believe. For example, Nioh saves 7GB, not 45GB. There's a Reddit thread discussing this [here](https://www.reddit.com/r/pcgaming/comments/7vfdr5/pro_tip_if_you_have_final_fantasy_xii_on_pc/?st=jdbfoddk&sh=d9f2d5b6)
5+
<p align="center"><b>CompactGUI is a standalone user interface that makes the Windows 10 compact.exe function easier to use.</b></p>
66

7-
----
8-
CompactGUI is a standalone GUI to make using the Windows 10 compact.exe function easier to use. This allows games, programs and other folders to be compressed transparently (i.e they can still be used normally) with no performance loss.
7+
------
8+
&nbsp;
9+
10+
**What is the Windows 10 compact.exe function?**
11+
It's a commandlet with a collection of new algorithms introduced in Windows 10 that allow you to transparently compress games, programs and other folders with virtually no performance loss.
912

13+
**Transparently? What does that mean?**
14+
Transparent compression means that files can still be used normally on the computer as if nothing had happened - they don't get repackaged like Zip and Rar files do.
1015

16+
**How is this different from the built-in compression in older versions of Windows?**
17+
This is similar to the NTFS-LZNT1 compression built-in to Windows (Right click > Properties > Compress to save space) however the newer algorithms introduced in Windows 10 are far superior, resulting in greater compression ratios with almost no performance impact.Those with older HDDs may even see a decent performance gain in the form of reduced loading times as the smaller files means it takes less time to read programs and games into RAM.[More information can be found here](https://msdn.microsoft.com/en-us/library/windows/desktop/hh920921(v=vs.85).aspx)
1118

12-
This is similar to the NTFS-LZNT1 compression built-in to Windows (Right click > Properties > Compress to save space) however the newer algorithms that CompactGUI use were introduced in Windows 10 and are much more efficient, multi-threaded, and designed for use on executable programs resulting in greater compression ratios with almost no performance impact.Those with older HDDs may even see a decent performance gain in the form of reduced loading times as the smaller files means it takes less time to read programs and games into RAM.[More information can be found here](https://msdn.microsoft.com/en-us/library/windows/desktop/hh920921(v=vs.85).aspx)
1319

14-
<h2>Installation </h> <a href="https://github.com/ImminentFate/CompactGUI/releases"><img src="https://img.shields.io/github/release/ImminentFate/compactgui/all.svg""></a> <a href="https://github.com/ImminentFate/CompactGUI/releases"><img src="https://img.shields.io/github/downloads/ImminentFate/CompactGUI/total.svg""></a>
20+
<h2>Installation </h> <a href="https://github.com/ImminentFate/CompactGUI/releases"><img src="https://img.shields.io/github/release/ImminentFate/compactgui/all.svg""></a> <a href="https://chocolatey.org/packages/compactgui/"><img src="https://img.shields.io/chocolatey/v/compactgui.svg""></a> <a href="https://github.com/ImminentFate/CompactGUI/releases"><img src="https://img.shields.io/github/downloads/ImminentFate/CompactGUI/total.svg""></a>
1521

1622
####
1723

@@ -23,16 +29,16 @@ Install with **Chocolatey** from Powershell or CMD:
2329
```coffeescript
2430
choco install compactgui
2531
```
26-
<p align = "left"><a href="https://chocolatey.org/packages/compactgui/"><img src="https://img.shields.io/chocolatey/v/compactgui.svg""></a></p>
2732

2833
## Uses
2934
Use this tool to:
30-
- Reduce the size of games (e.g. Nioh: 73.9GB > 65GB)
35+
- Reduce the size of games (e.g. Fortnite: 18.8GB > 10.2GB)
3136
- Reduce the size of programs (e.g. Adobe Photoshop: 1.71GB > 886MB)
3237
- Compress any other folder on your computer
3338

3439
## Extra Features
3540
- Visual feedback on compression progress and statistics
41+
- Configurable list of poorly-compressed filetypes that can be skipped.
3642
- Online integration with community-sourced [database](https://github.com/ImminentFate/CompactGUI/wiki/Compression-Results:-Games) to get compression estimates and analyses
3743
- Integration into Windows Explorer context menus for easier use.
3844
- Drag-and-drop functionality
@@ -42,13 +48,16 @@ Use this tool to:
4248
<h4 align="center"><b>See the <a href="https://github.com/ImminentFate/CompactGUI/wiki/Compression-Results:-Games">Wiki</a> for a list of <a href="https://github.com/ImminentFate/CompactGUI/wiki/Compression-Results:-Games"><img src="https://img.shields.io/badge/Games-2152-blue.svg"></a> and <a href="https://github.com/ImminentFate/CompactGUI/wiki/Compression-Results:-Programs"><img src="https://img.shields.io/badge/Programs-76-blue.svg"></a> that have been tested</b></h3>
4349
<p>&nbsp;</p>
4450

51+
**Important Note**: Due to [a bug in Windows](https://github.com/ImminentFate/CompactGUI/issues/167), many of the Wiki results for larger games are inaccurate. Please consider submitting new results from within CompactGUI 2.5.0+ to rebuild the database of results
52+
53+
4554
## Screenshots
4655
<p align="left"><img src="https://i.imgur.com/3auMAtO.png" alt="compactGUI"></p>
4756

4857
<p align="left"><img src="https://i.imgur.com/93fk8t0.png" alt="compactGUI"></p>
4958

5059
## Background
51-
Windows 10 includes a little-known but very useful tool called Compact that allows one to compress folders and files on disk, decompressing them at runtime. With any modern CPU, this added load is hardly noticed, and the space savings are of most use on those with smaller SSDs.
60+
Windows 10 includes a little-known but very useful tool called Compact.exe that allows one to compress folders and files on disk, decompressing them at runtime. With any modern CPU, this added load is hardly noticed, and the space savings are of most use on those with smaller SSDs.
5261

5362
As program folders and games can be shrunk by up to 60%, this has the added bonus of potentially reducing load times - especially on slower HDDs.
5463

0 commit comments

Comments
 (0)