Forum: Conversion Tutorials
06-08-2023, 08:46
|
|
Replies: 334
Views: 572,585
Hi Tmills
Heres what the methods listed are:...
Hi Tmills
Heres what the methods listed are:
SREP (LD Deduplicator)
LOLZ (Final Compressor)
Zlib (I'm guessing this is XTool's implemintation of zlib, that is a Precompressor)
Xtool 2020...
|
Forum: Conversion Tutorials
16-07-2023, 13:30
|
|
Replies: 1,565
Views: 2,263,530
Quick update.
What I was doing was using...
Quick update.
What I was doing was using absolute paths instead of using relative ones, this lead the patch to attempt to execute but it would lead to an error.
The way I fixed it, if anyone...
|
Forum: Conversion Tutorials
16-07-2023, 08:04
|
|
Replies: 1,565
Views: 2,263,530
|
Forum: Conversion Tutorials
15-07-2023, 07:19
|
|
Replies: 1,565
Views: 2,263,530
|
Forum: Conversion Tutorials
12-02-2023, 04:15
|
|
Replies: 4,641
Views: 26,291,079
|
Forum: Conversion Tutorials
22-08-2022, 12:13
|
|
Replies: 26
Views: 24,079
|
Forum: Conversion Tutorials
22-08-2022, 11:13
|
|
Replies: 26
Views: 24,079
Thanks for the cls's, when using precompmt...
Thanks for the cls's, when using precompmt everything seems to work fine exept for a little issue im having, when i set the temp location as "{app}" and run the installer, instead of using the...
|
Forum: Conversion Tutorials
18-08-2022, 08:32
|
|
Replies: 19
Views: 19,486
Update on this:
After doing more testing i...
Update on this:
After doing more testing i realized that this happens if the output written in the command does not have an extension, what i was doing is just "UBT.exe -c -lz4 data.unity3d data"...
|
Forum: Conversion Tutorials
27-06-2022, 22:07
|
|
Replies: 19
Views: 19,486
whats happening here?
ran decomp on "data.unity3d" on a game called "Mango", the file is ~1.7 GB and is compressed with lz4, got an output of ~4 GB or so. Then compressed it using lz4 and the tool finished weirdly quick,...
|
Forum: Conversion Tutorials
19-06-2022, 09:36
|
|
Replies: 227
Views: 602,467
How do i add optional files?
After getting the diskspan output of 2 files (data1.bin,data-optional.bin) and adding both to the records.ini like so:
[Record1]
Type=FreeArc_Original
Source={src}\data1.bin
Output={app}\
Disk=1...
|