Go Back   FileForums > Search Forums
Register FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 59
Search took 0.01 seconds; generated 82 minute(s) ago.
Search: Posts Made By: wrathma
Forum: Conversion Tutorials 24-05-2026, 04:25
Replies: 4,639
Views: 24,690,272
Posted By wrathma
you can use oggre, atleast on the file you gave...

you can use oggre, atleast on the file you gave me.
you have to extract the ogg files first with fsbext.
fsbext.exe -e G0KTrWjS9syqF7vVD6RaVXlFD91gMgkC 1 -d out .\sm10.fsb
this will give you a...
Forum: Conversion Tutorials 24-05-2026, 01:37
Replies: 4,639
Views: 24,690,272
Posted By wrathma
send sample

send sample
Forum: Conversion Tutorials 18-05-2026, 13:29
Replies: 178
Views: 324,112
Posted By wrathma
if anyone is using my patch i will highly suggest...

if anyone is using my patch i will highly suggest to update it
as some bugs and dead code unfortunately slipped past me
on my last build. a bsod-level issue was fixed. and overall
dll size dropped...
Forum: Conversion Tutorials 17-05-2026, 02:23
Replies: 178
Views: 324,112
Posted By wrathma
RAZOR "true" stdio patch

so this patched dll uses true stdio (no fileio) compression. directly
from ram to ram. it doesnt write anything to disk by itself.
as it is ram to ram, it will use more memory compared to fileio.
...
Forum: Conversion Tutorials 16-05-2026, 03:05
Replies: 4,639
Views: 24,690,272
Posted By wrathma
.bank file (atleast in unity games) mostly...

.bank file (atleast in unity games) mostly contains wav or ogg. either way
you have to extract the actual audio data (ogg/wav) from the banks and
then compress them using msc or oggre. and make a...
Forum: Conversion Tutorials 15-05-2026, 12:34
Replies: 4,639
Views: 24,690,272
Posted By wrathma
here. it doesnt work in stdio btw.

here.
it doesnt work in stdio btw.
Forum: Conversion Tutorials 12-05-2026, 14:55
Replies: 178
Views: 324,112
Posted By wrathma
i have v141_xp msvc toolset. i tried atleast 20...

i have v141_xp msvc toolset. i tried atleast 20 times with different compiler/linker
args to try to add xp support. yes i also tried /SUBSYSTEM:CONSOLE,5.01 it doesnt
help much. as i have seen...
Forum: Conversion Tutorials 12-05-2026, 10:12
Replies: 178
Views: 324,112
Posted By wrathma
if you see at the top of CMakeLists.txt youll...

if you see at the top of CMakeLists.txt youll find that it includes src/libbz3.c in the build command which imports libsais.h :)
btw i tried your winxp builds and it works fine on my vm, can you...
Forum: Conversion Tutorials 09-05-2026, 11:37
Replies: 178
Views: 324,112
Posted By wrathma
bunzip3

this is a standalone bz3 decompressor. based on latest iczelia/bzip3
commit 97a6da2 (https://github.com/iczelia/bzip3/archive/97a6da2e51087b513e5065424c751928256b3d7e.zip). use bzip3 v1.5.3 to...
Forum: Conversion Tutorials 04-05-2026, 14:17
Replies: 329
Views: 488,686
Posted By wrathma
im definitely not the right person to suggest...

im definitely not the right person to suggest anything on this but for somewhat of a reference you can check Addons/CLS folder on any freearc installation. i attached one from v0.67a.
Forum: Conversion Tutorials 01-05-2026, 12:54
Replies: 4,639
Views: 24,690,272
Posted By wrathma
thats valid. size increased because you split the...

thats valid. size increased because you split the games on 5 different 20 gb (i guess) archives. and compressed them separately. if you had compressed 100gb at once in a single archive you would...
Forum: Conversion Tutorials 01-05-2026, 12:31
Replies: 4,639
Views: 24,690,272
Posted By wrathma
Frontier Paladin

Pre-processing:

inside Paladin\Content\FMOD\Desktop you will find many .bank files.
extract all of them using bnkextr (https://github.com/eXpl0it3r/bnkextr/releases). you will find a lot of .ogg...
Forum: Conversion Tutorials 01-05-2026, 11:57
Replies: 4,639
Views: 24,690,272
Posted By wrathma
what do you mean splitting ? cls-diskspan split...

what do you mean splitting ? cls-diskspan split archive ? or splitting the game files into different archives to use different compression on them? like this ...
Forum: Conversion Tutorials 30-04-2026, 13:43
Replies: 329
Views: 488,686
Posted By wrathma
somehow managed to build both of them, had to do...

somehow managed to build both of them, had to do a lot of work as they are not documented correctly. and as the readme says it doesnt work. i have tried both of them. only the cli is done for rz4,...
Forum: Conversion Tutorials 29-04-2026, 07:35
Replies: 4,639
Views: 24,690,272
Posted By wrathma
thanks for the help wareck, using 3.92b fixed it.

thanks for the help wareck, using 3.92b fixed it.
Forum: Conversion Tutorials 29-04-2026, 05:36
Replies: 4,639
Views: 24,690,272
Posted By wrathma
whats the error here ? my machine has 6c12t +...

whats the error here ? my machine has 6c12t + 16gb ram. tried on another similar machine, same results.
FreeArc 0.67 (March 15 2014) creating archive: data1.bin
Compressing 202 files,...
Forum: Conversion Tutorials 27-04-2026, 08:49
Replies: 178
Views: 324,112
Posted By wrathma
Experimental ZSTD decompressor

based on latest github/zstd-1.5.7 sources. needs thorough testing. use 1.5.7 (https://github.com/facebook/zstd/releases/tag/v1.5.7) to compress. examples -
> zstd_decompress.exe

Experimental...
Forum: Conversion Tutorials 25-04-2026, 01:16
Replies: 178
Views: 324,112
Posted By wrathma
your patched exes works under xp environment. i...

your patched exes works under xp environment. i think you can use
the batch script function of wem-unpacker with your fixed winxp
executables to decompress wem files under winxp environment.
...
Forum: Conversion Tutorials 22-04-2026, 11:12
Replies: 178
Views: 324,112
Posted By wrathma
that was my mistake. i compiled it with latest...

that was my mistake. i compiled it with latest golang (v1.26.2) that doesnt
support windows 7. i tried to build it today with golang v1.20 on win10 and
the compiled exe works fine on windows 7....
Forum: Conversion Tutorials 20-04-2026, 05:27
Replies: 178
Views: 324,112
Posted By wrathma
thanks for your detailed review KaktoR. the...

thanks for your detailed review KaktoR. the progress bar was shamelessly copied from stackoverflow and unfortunately it
doesnt work great with multithreaded operations. so i removed it and added a...
Forum: Conversion Tutorials 11-04-2026, 08:21
Replies: 178
Views: 324,112
Posted By wrathma
the one above builds shouldnt work on 32bit...

the one above builds shouldnt work on 32bit systems, i have attached a 32bit builds for you. not sure if it will work correctly as i dont have a 32bit test system laying around. i replaced the 64bit...
Forum: Conversion Tutorials 10-04-2026, 16:42
Replies: 178
Views: 324,112
Posted By wrathma
wem(un)pak This is a more feature packed...

wem(un)pak

This is a more feature packed version of Masquerade's WemTool (https://www.fileforums.com/showthread.php?t=104859) that i made few months ago to compress wem files from Silent Hill f....
Forum: Conversion Tutorials 10-04-2026, 16:33
Replies: 178
Views: 324,112
Posted By wrathma
prl a simple and very lightweight (11kb...

prl

a simple and very lightweight (11kb binary, lzma 5kb) parallel batch processor. built with msvc x64. it lacks features but gets the job done.
source code moved to codeberg...
Forum: Conversion Tutorials 08-04-2026, 10:51
Replies: 4,639
Views: 24,690,272
Posted By wrathma
yeah i tried every oodle dll from 2.9.5 to...

yeah i tried every oodle dll from 2.9.5 to 2.9.12, only 2.9.5 can decompress all 1991 detected streams.

XTool is created by Razor12911

Version 0.9.4

Streams: 1991 / 1991
Time: 00:00:25 (CPU...
Forum: Conversion Tutorials 08-04-2026, 03:48
Replies: 4,639
Views: 24,690,272
Posted By wrathma
i am trying to compress this ue4 game released on...

i am trying to compress this ue4 game released on 2024 called The Black Within (https://steamdb.info/app/2372870), but using xtool with oodle 2.9.11-12 cant decompress all streams. also i dont think...
Showing results 1 to 25 of 59

 
Forum Jump


All times are GMT -7. The time now is 22:29.


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