FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Compression test on unreal engine 3 texture file *.tfc (https://fileforums.com/showthread.php?t=101861)

PsYcHo_RaGE 27-06-2018 02:46

Quote:

Originally Posted by TheGeekyGamer (Post 472085)
Umm.. how can i add lolz with the above parameters to my arc.ini ? Simply copying lolz.exe to my bin folder in freearc directory and adding the lines to arc.ini work?

yes copy the lolz and then add the lines below to arc.ini
LOLZ SETTING 1
Code:

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -dto0 -tt1 -dm00 -mc1023 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

LOLZ SETTING 2
Code:

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -dtp1 -dto1 -dtd1 -dtm1 -dtb1 -dtw1 -tt8 -mc1023 -fba4096 -bc8 -blr8 -bm8 -oh14 -pc4 -d256 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

LOLZ SETTING 3
Code:

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -d256mb -tt8 -mc1023 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

You can always combine settings to see the results

TheGeekyGamer 23-07-2018 01:19

uelr arc.ini error.
 
i get wclose() Bad file descriptor error when i use uelr for compression in freearc.

i added these lines to arc.ini:

Code:

[External compressor:uelr]
header = 0
packcmd  = uelr.exe u $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

Code:

ERROR: read error (bad media?) in compression algorithm uelr

PsYcHo_RaGE 28-07-2018 10:45

Quote:

Originally Posted by TheGeekyGamer (Post 472085)
Umm.. how can i add lolz with the above parameters to my arc.ini ? Simply copying lolz.exe to my bin folder in freearc directory and adding the lines to arc.ini work?

Simply

(Rabbit)Fast lolz code below and will be very helpful if you/anyone follow it and make it better...sometimes and little disappointing!
Code:

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -dto0 -tt1 -dm00 -mc1023 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

(Turtle)Slow lolz but effective sometimes
Code:

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -d256mb -tt8 -mc1023 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

(Unknown) Unnamed lolz but somehow still testing on these parameters
Code:

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -dtp1 -dtd1 -dtm1 -dtw1 -tt8 -mc1023 -fba4096 -bc8 -blr8 -bm8 -oh14 -d256 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

if you need anymore help i am always up on discord, you can ping me anytime

Edit: something have been changed and i have no idea why i reposted it again...lol
but keep and eye out this one its better

TheGeekyGamer 30-07-2018 21:16

Thank you very much Psycho_Rage. I will surely test them. Right now my disk is not alright, i will try them once the hard disk gets fixed.

dixen 26-08-2018 09:40

What about decimpression .TFC with _XPACK_ prefix on xcom 2 war of the chosen? LZOPRO inside?

shazzla 27-08-2018 02:15

No.
Afaik its oodle. (Maybe kraken ?!)

poker2332 05-09-2018 18:14

Do you know the syntax to decompress with lolz?
unpackcmd=?

Quote:

Originally Posted by PsYcHo_RaGE (Post 474746)
Simply

(Rabbit)Fast lolz code below and will be very helpful if you/anyone follow it and make it better...sometimes and little disappointing!
Code:

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -dto0 -tt1 -dm00 -mc1023 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

(Turtle)Slow lolz but effective sometimes
Code:

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -d256mb -tt8 -mc1023 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

(Unknown) Unnamed lolz but somehow still testing on these parameters
Code:

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -dtp1 -dtd1 -dtm1 -dtw1 -tt8 -mc1023 -fba4096 -bc8 -blr8 -bm8 -oh14 -d256 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

if you need anymore help i am always up on discord, you can ping me anytime

Edit: something have been changed and i have no idea why i reposted it again...lol
but keep and eye out this one its better


felice2011 06-09-2018 00:05

Quote:

Originally Posted by poker2332 (Post 475539)
Do you know the syntax to decompress with lolz?
unpackcmd=?

try this way

Code:

unpackcmd = lolz_x64.exe $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Or the best way is with fazip support.

PsYcHo_RaGE 14-01-2020 04:43

Quote:

Originally Posted by felice2011 (Post 475540)
Or the best way is with fazip support.

with fazip?, never tried out that because i am more into pascal scripting and web dev'ing rather than repacking.

and one another way is using cls-lolz ;)

Entai44 14-01-2020 05:11

Quote:

Originally Posted by PsYcHo_RaGE (Post 484275)
with fazip?, never tried out that because i am more into pascal scripting and web dev'ing rather than repacking.

and one another way is using cls-lolz ;)

When you answer a year ago comment, hmmm. But fazip has stdin sdout support for decompressing. It's great for some compressor like lzma or zcm, etc.

PsYcHo_RaGE 14-01-2020 06:06

Quote:

Originally Posted by Entai44 (Post 484276)
When you answer a year ago comment, hmmm. But fazip has stdin sdout support for decompressing. It's great for some compressor like lzma or zcm, etc.

i guess, i have tried that...just saw something named fazip in my repacking drive lol

don't remember much nowadays :p


All times are GMT -7. The time now is 10:34.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com