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

Showing results 1 to 25 of 64
Search took 0.00 seconds.
Search: Posts Made By: wrathma
Forum: Conversion Tutorials 08-07-2026, 03:49
Replies: 50
Views: 86,039
Posted By wrathma
this game also has mermaid streams. also you dont...

this game also has mermaid streams. also you dont need unreal engine plugin for it. just do kraken+mermaid
mermaid streams -
Streams: 3097 / 3097 (19.68%)
Patched: 0 (0.00 MB)
Time: 00:00:47 (CPU...
Forum: Conversion Tutorials 30-06-2026, 01:53
Replies: 336
Views: 623,290
Posted By wrathma
diskspan gui is free bro. try for yourself and...

diskspan gui is free bro. try for yourself and see.


(yes it would work)
Forum: Conversion Tutorials 11-06-2026, 06:55
Replies: 2
Views: 4,205
Posted By wrathma
sorry to necrobump has there been any update...

sorry to necrobump
has there been any update regarding this ? i think i mightve found a way to losslessly decrypt and encrypt a nsp file.
Forum: Conversion Tutorials 09-06-2026, 10:10
Replies: 185
Views: 428,594
Posted By wrathma
instead of -ssd -hddslow -hddfast you could add a...

instead of -ssd -hddslow -hddfast you could add a in memory buffer. a set size of memory will be allocated at start (ex: 64mb). you first write processed output to this memory buffer and when its...
Forum: Conversion Tutorials 03-06-2026, 23:39
Replies: 336
Views: 623,290
Posted By wrathma
msc isnt multithreaded unfortunately. if you pass...

msc isnt multithreaded unfortunately. if you pass -t=4 in msc it translates to "takc.exe use 4 threads" not "4 different takc.exe process working in parallel".
-t=4 is not a limitation of msc but a...
Forum: Conversion Tutorials 24-05-2026, 04:25
Replies: 4,650
Views: 27,800,381
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,650
Views: 27,800,381
Posted By wrathma
send sample

send sample
Forum: Conversion Tutorials 18-05-2026, 13:29
Replies: 185
Views: 428,594
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: 185
Views: 428,594
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,650
Views: 27,800,381
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,650
Views: 27,800,381
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: 185
Views: 428,594
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: 185
Views: 428,594
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: 185
Views: 428,594
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: 336
Views: 623,290
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,650
Views: 27,800,381
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,650
Views: 27,800,381
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,650
Views: 27,800,381
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: 336
Views: 623,290
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,650
Views: 27,800,381
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,650
Views: 27,800,381
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: 185
Views: 428,594
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: 185
Views: 428,594
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: 185
Views: 428,594
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: 185
Views: 428,594
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...
Showing results 1 to 25 of 64

 
Forum Jump


All times are GMT -7. The time now is 09:44.


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