File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3131// É possível especificar todos os valores ou usar como padrão os Números de Build e da Revisão
3232// usando o "*" como mostrado abaixo:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "1.2.2 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "1.2.2 .0" ) ]
34+ [ assembly: AssemblyVersion ( "1.2.3 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "1.2.3 .0" ) ]
Original file line number Diff line number Diff line change 11# HPIZ Archiver
22A new tool for a great old game. View, extract and compress HPI files faster using multithreading and achieve maximum compression with Zopfli DEFLATE.
33
4- ## Compression Benchmark r1.2.2
4+ ## Compression Benchmark r1.2.3
55
66| File | Original Size (zlib) | New Size (Zopfli) | Reduction | Time Elapsed |
77| ------------------| ----------------------| -------------------| -----------| --------------|
8- | TA_Zero_Maps.ufo | 157 314 655 bytes | 142 374 697 bytes | -9.5% | ~ 30 minutes |
9- | TAESC.gp3 | 98 026 180 bytes | 87 266 530 bytes | -11.0% | ~ 59 minutes |
10- | ccmaps.ccx | 153 714 300 bytes | 139 267 730 bytes | -9.4% | ~ 44 minutes |
11- | totala4.hpi | 147 577 290 bytes* | 111 132 309 bytes | -24.7% | ~ 21 minutes |
8+ | TA_Zero_Maps.ufo | 157 314 655 bytes | 142 374 334 bytes | -9.5% | ~ 22 minutes |
9+ | TAESC.gp3 | 98 026 180 bytes | 87 266 719 bytes | -11.0% | ~ 45 minutes |
10+ | ccmaps.ccx | 153 714 300 bytes | 139 269 843 bytes | -9.4% | ~ 34 minutes |
11+ | totala4.hpi | 147 577 290 bytes* | 111 133 356 bytes | -24.7% | ~ 16 minutes |
1212
1313** totala4.hpi uses LZ77 compression method*
1414
1515## Dependencies
16- Requires NET Framework 4.6 or higher.
16+ Requires NET Framework 4.8
1717
1818## Screenshot
1919![ Screenshot] ( screenshot.png )
You can’t perform that action at this time.
0 commit comments