Forum: Conversion Tutorials
24-05-2026, 04:25
|
|
Replies: 4,639
Views: 24,690,272
|
Forum: Conversion Tutorials
24-05-2026, 01:37
|
|
Replies: 4,639
Views: 24,690,272
|
Forum: Conversion Tutorials
18-05-2026, 13:29
|
|
Replies: 178
Views: 324,112
|
Forum: Conversion Tutorials
17-05-2026, 02:23
|
|
Replies: 178
Views: 324,112
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
.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
|
Forum: Conversion Tutorials
12-05-2026, 14:55
|
|
Replies: 178
Views: 324,112
|
Forum: Conversion Tutorials
12-05-2026, 10:12
|
|
Replies: 178
Views: 324,112
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
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
|
Forum: Conversion Tutorials
01-05-2026, 12:54
|
|
Replies: 4,639
Views: 24,690,272
|
Forum: Conversion Tutorials
01-05-2026, 12:31
|
|
Replies: 4,639
Views: 24,690,272
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
|
Forum: Conversion Tutorials
30-04-2026, 13:43
|
|
Replies: 329
Views: 488,686
|
Forum: Conversion Tutorials
29-04-2026, 07:35
|
|
Replies: 4,639
Views: 24,690,272
|
Forum: Conversion Tutorials
29-04-2026, 05:36
|
|
Replies: 4,639
Views: 24,690,272
|
Forum: Conversion Tutorials
27-04-2026, 08:49
|
|
Replies: 178
Views: 324,112
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
|
Forum: Conversion Tutorials
22-04-2026, 11:12
|
|
Replies: 178
Views: 324,112
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
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
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
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
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
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
|