FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Compressor tga+bmp+dds+wav (https://fileforums.com/showthread.php?t=97583)

NBB 21-01-2016 06:34

Compressor tga+bmp+dds+wav
 
http://s018.radikal.ru/i501/1601/de/ccedbd105082.jpg
http://s020.radikal.ru/i713/1601/e7/3d1fa3e50652.jpg

Compressor wav
https://yadi.sk/d/bIZyc1x9nVxVq
Compressor tga+bmp+dds
https://yadi.sk/d/LuMcIoUsnVyff

ChronoCross 22-01-2016 12:47

This is lossy compression?

Mini 22-01-2016 23:24

Quote:

This is lossy compression?
yes

gozarck 23-01-2016 03:44

Becareful with this method. Maybe the game will have errors or missing textures.

NBB 23-01-2016 04:29

game Fallout New Vegas. textures dds. It works without errors

Mini 23-01-2016 04:56

NBB, not to spread well someone else's utilities in a public

ChronoCross 25-01-2016 04:26

How i can use this tools For any game? I mean unpack and rebuild the texture package. Can you tell me. @gozarck i made some test and yes is lossy compression. Is nice for fun but i dont like the low quality of textures. It's like go back to SD quality (the old games).

NBB 25-01-2016 08:19

game? I mean unpack textures.
games. How To Survive Third Person.
https://yadi.sk/d/Ebuoj15wnbdKw

Simorq 25-01-2016 09:05

Quote:

Originally Posted by NBB (Post 446403)
game? I mean unpack textures.
games. How To Survive Third Person.
https://yadi.sk/d/Ebuoj15wnbdKw

Ho to unpack Isdone?

Razor12911 26-01-2016 18:35

Unfortunately, it is lossy, at least for me, the codec is still the same but the audio is different, it sounds like audio conversion from 320KBps to 96KBps or less (Bitrate), unpacking or restoring the file puts the file back to its original size but checksum is now different.

Using 7z Compression on the original wav file goes from 50MB to 47.5MB but the restored file goes from the same size but down to 40MB which means the files aren't very similar. But it is an awesome tool, 50MB to 464KB, only problem quality is lossy.

NBB 26-01-2016 22:03

neroAacEnc -cbr -q 0.3 -if "%%i" -of "%%~dpni.[towav]"

NBB 26-01-2016 22:05

neroAacEnc -q 0.3 -if "%%i" -of "%%~dpni.[towav]"

Razor12911 27-01-2016 02:12

same issue, tried with gtav and left 4 dead.

NBB 27-01-2016 03:57

tried with sox.exe

Dragonis40 18-11-2022 03:24

Good morning! I've tried to compress Fallout 4; to try to compress videogame as much as possible, I extracted .dds files from "Fallout4 - Texture1.ba2" file (the biggest .ba2 file), I used DDS_to_KAS.bat file to convert dds file to kas file and then reconverted to dds file. I noticed that a lot of riconverted files have same size of original dds file but, once I tried to recreate original .ba2 file, this is much smaller then original. Why?
Is it because DDS_to_KAS.bat CONVERT files and not simply COMPRESS them?

kj911 18-11-2022 03:46

Try it packing use MSC+DLZ or LOLZ compressors packing the game *.ba2 archive files or *.dds. In losslessly.

These DDS to KAS conversions vice versa its lossy, not recoverable the original DDS files and packing to BA2 archive. Make the RIP or LOSSLESS the target method? (Its RIP'ed version preferably smaller than Lossless mode.)

Dragonis40 18-11-2022 03:55

Quote:

Originally Posted by kj911 (Post 499139)
Try it packing use MSC+DLZ or LOLZ compressors packing the game *.ba2 archive files or *.dds. In losslessly.

These DDS to KAS conversions vice versa its lossy, not recoverable the original DDS files and packing to BA2 archive. Make the RIP or LOSSLESS the target method? (Its RIP'ed version preferably smaller than Lossless mode.)

I've compressed .ba2 files with xtool+srep+lolz (huge decompression by xtool and then compression) and then .dds files with same method. xtool is useless with .dds files, as is precomp. I'll try MSC.
xtool+srep+lolz method is quite good, but i'm trying to compress even more.

Dragonis40 19-11-2022 07:34

I tried with MSC, but as I thought there was no noteworthy result. I think I need some kind of tool specific to compress .dds file; the hardest thing is to find it!

FitGirl 19-11-2022 15:39

Quote:

Originally Posted by Dragonis40 (Post 499157)
I tried with MSC, but as I thought there was no noteworthy result. I think I need some kind of tool specific to compress .dds file; the hardest thing is to find it!

1) MSC
2) DLZ
3) LOLZ

all made by the same author one after another over time. There is no better tool for compressing most DDSs than LOLZ.

kj911 21-11-2022 06:51

Dragonis40: The last good "xtool+srep+lolz" combo results, not hardly efficiently in preferred usages?? Not available better mode in losslessly packing. See past infromation from native/unpacked and compressed size from checking. What is the goal? RIP or REPACK? 1*DVD5? 10...20...30GB???

Converted dds packing methods, in lossy and probably betterly compressible. Packing pure DDS or KAS files, use LOLZ or SREP+LOLZ combo... We don't really have a better idea.

Dragonis40 21-11-2022 13:40

Quote:

Originally Posted by kj911 (Post 499178)
Dragonis40: The last good "xtool+srep+lolz" combo results, not hardly efficiently in preferred usages?? Not available better mode in losslessly packing. See past infromation from native/unpacked and compressed size from checking. What is the goal? RIP or REPACK? 1*DVD5? 10...20...30GB???

Converted dds packing methods, in lossy and probably betterly compressible. Packing pure DDS or KAS files, use LOLZ or SREP+LOLZ combo... We don't really have a better idea.

Good evening! What I want to do is a REPACK! I've been working on Fallout 3 and Fallout 4 repacks and "xtool+srep+lolz" combo is very good for .bsa and .ba2 files.
My goal is to compress Fallout 4 even more (to try to get as close as Fitgirl repack in terms of final compression); to do that I've tried to find the best method for .dds file compression losslessly. I've noticed that DDS_to_KAS method isn't lossless, but I've asked to all of you in order to be sure 100% and a better method.
Now, you confirm me that there's no better method than "xtool+srep+lolz", so that's it!

KaktoR 21-11-2022 13:51

What you could do else is to extract one of the texture archives with bsa extractor and try different lolz settings on extracted dds files.

kj911 23-11-2022 01:14

Dragonis40: Its all clear. (Make without HD textures pack?)

Checked the installer, releaser probably used 6(!) different lolz versions!

Its probably very first unknown version release. (EXE files smaller than 70KB!), lolz tset17g, lolly v19j, lolz v20d3, lolz v21a and last lolz v22c4b

The packages smaller than 17GB (16.83GB in xx-01 to 06 files only) more selectable language files ~1Gb to ~3.4GB sizes. 20.5GB the minimal size and installed size 36GB. Optional HD textures pack its bigger than 30GB packed and ~59GB installed size.

Lighter game only version --> ~21GB (xtool, srep, many lolz, Razor and precomp?? HDiffz/Xdelta3 from patching and unknown tools)
Game + HD textures --> upto ~51GB (ZTool, srep, faked version MSC(!)* and precomp?)

These project last stage compressed results, from comparing?? The HD textures prepacked in ZTool. And probably precomp from releases.

The games, contains BIK videos? PCM and MP3/OGG audio?

*The dll checked, contains, SFK tool and bzlib2/zip library. Not the real Profrager's CLS-MSC filter. I once had a ~550kB CLS-MSC.dll file in my hands, it was also version 0.0.6.4, but I don't know how it differed from the widespread, original release.


All times are GMT -7. The time now is 13:54.

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