Forum: Conversion Tutorials
22-06-2018, 14:32
|
Replies: 180
Views: 61,977
|
Forum: Conversion Tutorials
16-06-2018, 19:09
|
Replies: 180
Views: 61,977
|
Forum: Conversion Tutorials
09-06-2018, 20:16
|
Replies: 2
Views: 2,407
Some Compressor
after a long time i opened my project directory and found this
this is the project i did at the start of the year
it's a single file compressor which compresses data based on entropy
if e =...
|
Forum: Conversion Tutorials
04-06-2018, 17:23
|
Replies: 14
Views: 4,809
|
Forum: Conversion Tutorials
03-06-2018, 05:23
|
Replies: 16
Views: 4,324
|
Forum: Conversion Tutorials
03-06-2018, 04:12
|
Replies: 16
Views: 4,324
|
Forum: Conversion Tutorials
01-06-2018, 23:54
|
Replies: 16
Views: 4,324
ISComponent libraries
ISComponent1 - CircularProgressbar
Now, this fmx Based Circular PB can be implement in all type of Installer,
If any error comment on this,
You have use Html color, i will add function to convert...
|
Forum: Conversion Tutorials
29-05-2018, 00:48
|
Replies: 854
Views: 244,201
Change Logs Ver 3.1
* Added Installation Bar...
Change Logs Ver 3.1
* Added Installation Bar called winTB
* Added Music, Button, Position
* Added Pause & Resume Buttons
* Added ESplash & NSplash (Are you confused what are they?)
* Added...
|
Forum: Conversion Tutorials
28-05-2018, 08:56
|
Replies: 174
Views: 71,093
What do you think about this LZ4 version?
I...
What do you think about this LZ4 version?
I have tested with srep and even with xtools compression / decompression and it works.
src github: here (https://github.com/t-mat/lz4mt)
The app...
|
Forum: Conversion Tutorials
11-05-2018, 08:50
|
Replies: 22
Views: 9,816
|
Forum: Conversion Tutorials
11-05-2018, 08:48
|
Replies: 22
Views: 9,816
|
Forum: Conversion Tutorials
10-05-2018, 16:38
|
Replies: 346
Views: 188,488
|
Forum: Conversion Tutorials
04-05-2018, 03:10
|
Replies: 4,223
Views: 1,054,813
|
Forum: Conversion Tutorials
25-04-2018, 07:26
|
Replies: 180
Views: 61,977
|
Forum: Conversion Tutorials
22-04-2018, 04:16
|
Replies: 584
Views: 254,961
|
Forum: Conversion Tutorials
21-04-2018, 18:43
|
Replies: 584
Views: 254,961
Crilayla unfortunately doesn't work at all for...
Crilayla unfortunately doesn't work at all for me, on several files I tried, like this small one for example:
21751
It create output file of 0 size and close immediately. I used x86 exe as dll is...
|
Forum: Conversion Tutorials
20-04-2018, 18:33
|
Replies: 29
Views: 12,363
Here is how it work today:
You install the...
Here is how it work today:
You install the game to get its individual files in folder. First, nowadays we have many specialized compressors, we have bpk for compressing bik/bk2 (bink) videos, we...
|
Forum: Conversion Tutorials
19-04-2018, 09:15
|
Replies: 174
Views: 71,093
Type 8
Tested 1 file, 72,747,307 =>...
Type 8
Tested 1 file, 72,747,307 => 50,003,968 bytes. Ratio 145.48%
UELR v0.1.1b x64
Testing time: cpu 0.19 sec/real 74.81 sec = 0%. Speed 0.67 mB/s
Testing time: cpu 0.17 sec/real 74.11 sec =...
|
Forum: Conversion Tutorials
19-04-2018, 09:14
|
Replies: 174
Views: 71,093
|
Forum: Conversion Tutorials
18-04-2018, 12:13
|
Replies: 584
Views: 254,961
[External compressor:xprecomp]
header = 0 ...
[External compressor:xprecomp]
header = 0
packcmd = xtool.exe e:precomp:c32mb,t3 - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t75p - - <stdin> <stdout>
thats the typical command...
|
Forum: Conversion Tutorials
18-04-2018, 10:32
|
Replies: 29
Views: 12,363
|
Forum: Conversion Tutorials
18-04-2018, 09:23
|
Replies: 29
Views: 12,363
|
Forum: Conversion Tutorials
18-04-2018, 07:33
|
Replies: 29
Views: 12,363
All you need to know about precompression
Most of the games these days use to compress their games before publishing. Generally we know that a game contains audio, texture, video and etc. But we don't see well known files of these types in...
|
Forum: Conversion Tutorials
18-04-2018, 03:05
|
Replies: 29
Views: 12,363
1. DELTA is a preprocessor for executables and...
1. DELTA is a preprocessor for executables and wav audio files. You get better ratio by using delta+lzma rather than just lzma for those files.
2. Know your data, use Razor12911's GFS for testing...
|
Forum: Conversion Tutorials
18-04-2018, 01:06
|
Replies: 29
Views: 12,363
precomp is used when there is a file already...
precomp is used when there is a file already compressed (i dont know the technical word) . But a file that is , if you try freearc you wont get a good result because its already compressed with low...
|